PostgreSQL Patch Tester

Current commitfest | Next commitfest | FAQ | Statistics | Highlights

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

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

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

50/5231 Consider the number of columns in the sort cost model
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-10-22 19:43:04.872958000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-10-22 19:45:58.7722330...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[19:48:01.805]  88/311 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
%s Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-10-22 19:43:02.047607517 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2024-10-22 19:47:50.354164496 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
%s Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-10-22 19:43:00.752925034 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-10-22 19:48:10.1070154...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[19:50:08.701]  89/311 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
%s macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out /Users/admin/pgsql/build/testrun/pg_s...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out	2024-10-22 19:43:00
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-10-22 19:46:57
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[19:49:43.577]  92/311 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
%s Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2024-10-22 19:43:12.215110800 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-10-22 19:49:01.993856700 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[19:54:23.398]  91/306 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
50/5012 Vacuum statistics
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-22 19:41:03.55494500...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-22 19:...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
test
[19:46:38.370]  46/311 postgresql:isolation / isolation/isolation                                      ERROR            ...
%s Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-22 19:41:03.69802073...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-10-22 19:46:3...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
%s Linux - Debian Bookworm - Meson
core
[19:51:17.152] #0  0x00007f44ad6d2a50 in ?? ()
[19:51:17.152] #1  0x0000000000000003 in ?? ()
[19:51:17.152] #2  0x00007ffc7fa3a473 in ?? ()
[19:51:17.152] #3  0x00007ffc7fa3a476 in ?? ()
[19:51:17.152] #4  0x00007ffc7fa3a4fe in ?? ()
[19:51:17.152] #5  0x0000000000000000 in ?? ()
[19:51:17.282] #0  0x00007f0fa726ed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:51:17.291] #0  0x00007f0fa726ed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:51:17.291] #1  0x00007f0fa721b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:51:17.291] #2  0x00007f0fa721b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:51:17.291] #3  0x00005647dc7bf5c1 in ?? ()
[19:51:17.291] #4  0x00005647dc7b9369 in ?? ()
[19:51:17.291] #5  0x00005647dc7b820f in ?? ()
[19:51:17.291] #6  0x00005647dc7b8c3b in ?? ()
[19:51:17.291] #7  0x00005647dc7b666f in ?? ()
[19:51:17.291] #8  0x00007f0fa720624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:51:17.291] #9  0x00007f0fa7206305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:51:17.796] #0  <unavailable> in ?? ()
core
[19:51:17.796] #0  0x00007fb8806aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:51:17.796] #1  0x00007fb88065b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:51:17.796] #2  0x00007fb880716184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:51:17.796] #3  0x00007fb8807287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-22 19:41:04.38816144...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-22 19:...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
test
[19:50:21.388]  40/311 postgresql:isolation / isolation/isolation                                      ERROR            ...
%s Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-22 19:41:16.739538900 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-22 19:45:31.93275...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
test
[19:54:03.851]  30/306 postgresql:isolation / isolation/isolation                                      ERROR           1...
50/5320 Trigger more frequent autovacuums for insert-heavy tables
%s FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("!(thisatt->attnotnull && att_isnull(attnum, bp))"), File: "../src/backend/catalog/indexing.c", Line...
assertion
TRAP: failed Assert("!(thisatt->attnotnull && att_isnull(attnum, bp))"), File: "../src/backend/catalog/indexing.c", Line...
assertion
TRAP: failed Assert("!(thisatt->attnotnull && att_isnull(attnum, bp))"), File: "../src/backend/catalog/indexing.c", Line...
core
[19:30:55.212] #0  0x000000082b0f441a in thr_kill () from /lib/libc.so.7
[19:30:55.212] #1  0x000000082b06de64 in raise () from /lib/libc.so.7
[19:30:55.212] #2  0x000000082b11e6f9 in abort () from /lib/libc.so.7
[19:30:55.212] #3  0x0000000000a92555 in ExceptionalCondition (conditionName=0x2e6200 "!(thisatt->attnotnull && att_isnu...
[19:30:55.212] #4  0x0000000000698b83 in CatalogTupleCheckConstraints (tup=0x833b27770, heapRel=<optimized out>) at ../s...
[19:30:55.212] #5  CatalogTupleUpdate (heapRel=heapRel@entry=0x833c14468, otid=0x833b27774, tup=0x833b27770) at ../src/b...
[19:30:55.212] #6  0x00000000008ef88b in relation_statistics_update (fcinfo=0x833b257e8, elevel=21) at ../src/backend/st...
[19:30:55.212] #7  0x00000000008ef709 in pg_set_relation_stats (fcinfo=0x18dd1) at ../src/backend/statistics/relation_st...
[19:30:55.212] #8  0x000000000075b881 in ExecInterpExpr (state=0x833b25690, econtext=0x833b25438, isnull=0x8216ca5f6) at...
[19:30:55.212] #9  0x000000000079def7 in ExecEvalExprSwitchContext (state=0x833b25690, econtext=0x833b25438, isNull=0x82...
core
[19:30:55.629] #0  0x0000512330cbbff0 in ?? ()
[19:30:55.629] #1  0x0000000000000003 in ?? ()
[19:30:55.629] #2  0x00002765269ca2f0 in ?? ()
[19:30:55.629] #3  0x00002765269ca2f3 in ?? ()
[19:30:55.629] #4  0x00002765269ca2f6 in ?? ()
[19:30:55.629] #5  0x0000000000000000 in ?? ()
core
[19:30:55.522] #0  0x000000082a99b41a in thr_kill () from /lib/libc.so.7
[19:30:55.522] #1  0x000000082a914e64 in raise () from /lib/libc.so.7
[19:30:55.522] #2  0x000000082a9c56f9 in abort () from /lib/libc.so.7
[19:30:55.522] #3  0x0000000000a92555 in ExceptionalCondition (conditionName=0x2e6200 "!(thisatt->attnotnull && att_isnu...
[19:30:55.522] #4  0x0000000000698b83 in CatalogTupleCheckConstraints (tup=0x83b0d8770, heapRel=<optimized out>) at ../s...
[19:30:55.522] #5  CatalogTupleUpdate (heapRel=heapRel@entry=0x833ef3568, otid=0x83b0d8774, tup=0x83b0d8770) at ../src/b...
[19:30:55.522] #6  0x00000000008ef88b in relation_statistics_update (fcinfo=0x83b08a7e8, elevel=21) at ../src/backend/st...
[19:30:55.522] #7  0x00000000008ef709 in pg_set_relation_stats (fcinfo=0x1870f) at ../src/backend/statistics/relation_st...
[19:30:55.522] #8  0x000000000075b881 in ExecInterpExpr (state=0x83b08a690, econtext=0x83b08a438, isnull=0x82130e056) at...
[19:30:55.522] #9  0x000000000079def7 in ExecEvalExprSwitchContext (state=0x83b08a690, econtext=0x83b08a438, isNull=0x82...
core
[19:30:54.913] #0  0x000000082c9ba41a in thr_kill () from /lib/libc.so.7
[19:30:54.913] #1  0x000000082c933e64 in raise () from /lib/libc.so.7
[19:30:54.913] #2  0x000000082c9e46f9 in abort () from /lib/libc.so.7
[19:30:54.913] #3  0x0000000000a92555 in ExceptionalCondition (conditionName=0x2e6200 "!(thisatt->attnotnull && att_isnu...
[19:30:54.913] #4  0x0000000000698b83 in CatalogTupleCheckConstraints (tup=0x8445a1770, heapRel=<optimized out>) at ../s...
[19:30:54.913] #5  CatalogTupleUpdate (heapRel=heapRel@entry=0x8369a4da8, otid=0x8445a1774, tup=0x8445a1770) at ../src/b...
[19:30:54.913] #6  0x00000000008ef88b in relation_statistics_update (fcinfo=0x84454f7e8, elevel=21) at ../src/backend/st...
[19:30:54.913] #7  0x00000000008ef709 in pg_set_relation_stats (fcinfo=0x18dff) at ../src/backend/statistics/relation_st...
[19:30:54.913] #8  0x000000000075b881 in ExecInterpExpr (state=0x84454f690, econtext=0x84454f438, isnull=0x821a00b66) at...
[19:30:54.913] #9  0x000000000079def7 in ExecEvalExprSwitchContext (state=0x84454f690, econtext=0x84454f438, isNull=0x82...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/database.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/database.out	2024-10-22 19:25:02.466448000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/database.out	2024-10-22 19:26:37.795713000...
@@ -2,14 +2,10 @@
 	ENCODING utf8 LC_COLLATE "C" LC_CTYPE "C" TEMPLATE template0;
 ALTER DATABASE regression_tbd RENAME TO regression_utf8;
 ALTER DATABASE regression_utf8 SET TABLESPACE regress_tblspace;
-ALTER DATABASE regression_utf8 RESET TABLESPACE;
-ALTER DATABASE regression_utf8 CONNECTION_LIMIT 123;
--- Test PgDatabaseToastTable.  Doing this with GRANT would be slow.
-BEGIN;
-UPDATE pg_database
-SET datacl = array_fill(makeaclitem(10, 10, 'USAGE', false), ARRAY[5e5::int])
-WHERE datname = 'regression_utf8';
--- load catcache entry, if nothing else does
-ALTER DATABASE regression_utf8 RESET TABLESPACE;
-ROLLBACK;
-DROP DATABASE regression_utf8;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/database.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/database.out	2024-10-22 19:25:02.466448000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/database.out	2024-10-22 19:27:06.4845050...
@@ -2,14 +2,10 @@
 	ENCODING utf8 LC_COLLATE "C" LC_CTYPE "C" TEMPLATE template0;
 ALTER DATABASE regression_tbd RENAME TO regression_utf8;
 ALTER DATABASE regression_utf8 SET TABLESPACE regress_tblspace;
-ALTER DATABASE regression_utf8 RESET TABLESPACE;
-ALTER DATABASE regression_utf8 CONNECTION_LIMIT 123;
--- Test PgDatabaseToastTable.  Doing this with GRANT would be slow.
-BEGIN;
-UPDATE pg_database
-SET datacl = array_fill(makeaclitem(10, 10, 'USAGE', false), ARRAY[5e5::int])
-WHERE datname = 'regression_utf8';
--- load catcache entry, if nothing else does
-ALTER DATABASE regression_utf8 RESET TABLESPACE;
-ROLLBACK;
-DROP DATABASE regression_utf8;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/database.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/database.out	2024-10-22 19:25:02.466448000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/database.out	2024-10-22 19:26:37.120778000 +0000
@@ -13,3 +13,10 @@
 ALTER DATABASE regression_utf8 RESET TABLESPACE;
 ROLLBACK;
 DROP DATABASE regression_utf8;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/stats_import.out /tmp/cirrus-ci-build/build/testrun/regress/regr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/stats_import.out	2024-10-22 19:25:02.526310000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/stats_import.out	2024-10-22 19:26:37.115910000 +0000
@@ -92,89 +92,7 @@
         18::integer,
         401.0::real,
...
tap
[19:26:40.432](7.367s) not ok 5 - regression tests pass
[19:26:42.308](1.872s) not ok 6 - dump before running pg_upgrade
tap
[19:27:08.706](7.972s) not ok 2 - regression tests pass
test
[19:29:43.194]   8/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[19:29:43.194]  35/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[19:29:43.194]   6/311 postgresql:regress / regress/regress                                            ERROR            ...
%s Linux - Debian Bookworm - Autoconf
core
[19:31:43.865] #0  0x00007f3bf34abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:31:43.865] #1  0x00007f3bf345cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:31:43.865] #2  0x00007f3bf3447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:31:43.865] #3  0x00007f3bf46d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:31:43.865] #4  0x00007f3bf46e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:31:43.865] #5  0x00007f3bf46c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcd381a336, __in_ch...
[19:31:43.865] #6  0x00007f3bf46c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723856977824, sp...
[19:31:43.865] #7  0x00007f3bf46c284f in __asan::__asan_report_store4 (addr=<optimized out>) at ../../../../src/libsanit...
[19:31:43.865] #8  0x0000556949afc8ec in relation_statistics_update (fcinfo=0x6250000698e8, elevel=elevel@entry=21) at r...
[19:31:43.865] #9  0x0000556949afc94d in pg_set_relation_stats (fcinfo=<optimized out>) at relation_stats.c:200
core
[19:31:44.369] #0  0x00007f9e3baabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:31:44.369] #1  0x00007f9e3ba5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:31:44.369] #2  0x00007f9e3ba47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:31:44.369] #3  0x00007f9e3cad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:31:44.369] #4  0x00007f9e3cae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:31:44.369] #5  0x00007f9e3cac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcde7a1616, __in_ch...
[19:31:44.369] #6  0x00007f9e3cac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140724041032320, sp...
[19:31:44.369] #7  0x00007f9e3cac284f in __asan::__asan_report_store4 (addr=<optimized out>) at ../../../../src/libsanit...
[19:31:44.369] #8  0x000055f6476638ec in relation_statistics_update (fcinfo=0x6250000670e8, elevel=elevel@entry=21) at r...
[19:31:44.369] #9  0x000055f64766394d in pg_set_relation_stats (fcinfo=<optimized out>) at relation_stats.c:200
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/opr_sanity.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/opr_sanity.out	2024-10-22 19:25:01.041573243 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/opr_sanity.out	2024-10-22 19:30:22.178673086 +0000
@@ -2205,103 +2205,10 @@
 WHERE am.amname = 'btree' AND
     amp.amproc IS DISTINCT FROM 'btequalimage'::regproc
 ORDER BY 1, 2, 3;
-        proc        |  opfamily_name   |   opclass_name   |    opcintype     
---------------------+------------------+------------------+------------------
- btvarstrequalimage | bpchar_ops       | bpchar_ops       | character
- btvarstrequalimage | text_ops         | name_ops         | name
- btvarstrequalimage | text_ops         | text_ops         | text
- btvarstrequalimage | text_ops         | varchar_ops      | text
-                    | array_ops        | array_ops        | anyarray
-                    | float_ops        | float4_ops       | real
-                    | float_ops        | float8_ops       | double precision
-                    | interval_ops     | interval_ops     | interval
-                    | jsonb_ops        | jsonb_ops        | jsonb
-                    | multirange_ops   | multirange_ops   | anymultirange
-                    | numeric_ops      | numeric_ops      | numeric
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/database.out /tmp/cirrus-ci-build/src/test/regress/results/datab...
--- /tmp/cirrus-ci-build/src/test/regress/expected/database.out	2024-10-22 19:25:00.997733426 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/database.out	2024-10-22 19:28:57.218732051 +0000
@@ -2,14 +2,10 @@
 	ENCODING utf8 LC_COLLATE "C" LC_CTYPE "C" TEMPLATE template0;
 ALTER DATABASE regression_tbd RENAME TO regression_utf8;
 ALTER DATABASE regression_utf8 SET TABLESPACE regress_tblspace;
-ALTER DATABASE regression_utf8 RESET TABLESPACE;
-ALTER DATABASE regression_utf8 CONNECTION_LIMIT 123;
--- Test PgDatabaseToastTable.  Doing this with GRANT would be slow.
-BEGIN;
-UPDATE pg_database
-SET datacl = array_fill(makeaclitem(10, 10, 'USAGE', false), ARRAY[5e5::int])
-WHERE datname = 'regression_utf8';
--- load catcache entry, if nothing else does
-ALTER DATABASE regression_utf8 RESET TABLESPACE;
-ROLLBACK;
-DROP DATABASE regression_utf8;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
...
sanitizer
SUMMARY: AddressSanitizer: stack-buffer-overflow /tmp/cirrus-ci-build/src/backend/statistics/relation_stats.c:170 in rel...
sanitizer
SUMMARY: AddressSanitizer: stack-buffer-overflow /tmp/cirrus-ci-build/src/backend/statistics/relation_stats.c:170 in rel...
tap
[19:30:31.447](18.762s) not ok 5 - regression tests pass
[19:30:35.310](3.818s) not ok 6 - dump before running pg_upgrade
%s Linux - Debian Bookworm - Meson
core
[19:33:32.996] #0  0x00007fb9ce2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:32.996] #1  0x00007fb9ce25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:32.996] #2  0x00007fb9ce245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:32.996] #3  0x00007fb9ce41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:33:32.996] #4  0x00007fb9ce42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:33:32.996] #5  0x00007fb9ce40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55f366502040, In...
[19:33:32.996] #6  0x000055f3658ad175 in relation_statistics_update (fcinfo=0x55f375ad87a8, elevel=elevel@entry=21) at ....
[19:33:32.996] #7  0x000055f3658ad2a9 in pg_set_relation_stats (fcinfo=<optimized out>) at ../src/backend/statistics/rel...
[19:33:32.996] #8  0x000055f36553e488 in ExecInterpExpr (state=0x55f375ad8650, econtext=0x55f375ad83f8, isnull=0x7fff43f...
[19:33:32.996] #9  0x000055f365532f5c in ExecInterpExprStillValid (state=0x55f375ad8650, econtext=0x55f375ad83f8, isNull...
core
[19:33:32.269] #0  0x00007fa002ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:32.269] #1  0x00007fa002e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:32.269] #2  0x00007fa002e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:32.269] #3  0x00007fa00301e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:33:32.269] #4  0x00007fa00302aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:33:32.269] #5  0x00007fa00300db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x559776d80040, In...
[19:33:32.269] #6  0x000055977612b175 in relation_statistics_update (fcinfo=0x5597a2efac38, elevel=elevel@entry=21) at ....
[19:33:32.269] #7  0x000055977612b2a9 in pg_set_relation_stats (fcinfo=<optimized out>) at ../src/backend/statistics/rel...
[19:33:32.269] #8  0x0000559775dbc488 in ExecInterpExpr (state=0x5597a2efaae0, econtext=0x5597a2efa888, isnull=0x7ffccc8...
[19:33:32.269] #9  0x0000559775db0f5c in ExecInterpExprStillValid (state=0x5597a2efaae0, econtext=0x5597a2efa888, isNull...
core
[19:33:31.513] #0  0x00007f6a894a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:31.513] #1  0x00007f6a8945afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:31.513] #2  0x00007f6a89445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:31.513] #3  0x00007f6a8961e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:33:31.513] #4  0x00007f6a8962aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:33:31.513] #5  0x00007f6a8960db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55989af2f040, In...
[19:33:31.513] #6  0x000055989a2da175 in relation_statistics_update (fcinfo=0x5598adfae1c8, elevel=elevel@entry=21) at ....
[19:33:31.513] #7  0x000055989a2da2a9 in pg_set_relation_stats (fcinfo=<optimized out>) at ../src/backend/statistics/rel...
[19:33:31.513] #8  0x0000559899f6b488 in ExecInterpExpr (state=0x5598adfae070, econtext=0x5598adfade18, isnull=0x7ffd039...
[19:33:31.513] #9  0x0000559899f5ff5c in ExecInterpExprStillValid (state=0x5598adfae070, econtext=0x5598adfade18, isNull...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/database.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/database.out	2024-10-22 19:24:59.778009012 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/database.out	2024-10-22 19:29:33.702897866...
@@ -2,14 +2,10 @@
 	ENCODING utf8 LC_COLLATE "C" LC_CTYPE "C" TEMPLATE template0;
 ALTER DATABASE regression_tbd RENAME TO regression_utf8;
 ALTER DATABASE regression_utf8 SET TABLESPACE regress_tblspace;
-ALTER DATABASE regression_utf8 RESET TABLESPACE;
-ALTER DATABASE regression_utf8 CONNECTION_LIMIT 123;
--- Test PgDatabaseToastTable.  Doing this with GRANT would be slow.
-BEGIN;
-UPDATE pg_database
-SET datacl = array_fill(makeaclitem(10, 10, 'USAGE', false), ARRAY[5e5::int])
-WHERE datname = 'regression_utf8';
--- load catcache entry, if nothing else does
-ALTER DATABASE regression_utf8 RESET TABLESPACE;
-ROLLBACK;
-DROP DATABASE regression_utf8;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/regex.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/regex.out	2024-10-22 19:24:59.834132890 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/regex.out	2024-10-22 19:30:02.722940727 ...
@@ -468,178 +468,10 @@
 -- This generates O(N) states but O(N^2) arcs, so it causes problems
 -- if arc count is not constrained
 select 'x' ~ repeat('x*y*z*', 1000);
-ERROR:  invalid regular expression: regular expression is too complex
--- Test backref in combination with non-greedy quantifier
--- https://core.tcl.tk/tcl/tktview/6585b21ca8fa6f3678d442b97241fdd43dba2ec0
-select 'Programmer' ~ '(\w).*?\1' as t;
- t 
----
- t
-(1 row)
-
-select regexp_matches('Programmer', '(\w)(.*?\1)', 'g');
- regexp_matches 
-----------------
- {r,ogr}
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/database.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/database.out	2024-10-22 19:24:59.778009012 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/database.out	2024-10-22 19:29:29.154898787 +0000
@@ -2,14 +2,10 @@
 	ENCODING utf8 LC_COLLATE "C" LC_CTYPE "C" TEMPLATE template0;
 ALTER DATABASE regression_tbd RENAME TO regression_utf8;
 ALTER DATABASE regression_utf8 SET TABLESPACE regress_tblspace;
-ALTER DATABASE regression_utf8 RESET TABLESPACE;
-ALTER DATABASE regression_utf8 CONNECTION_LIMIT 123;
--- Test PgDatabaseToastTable.  Doing this with GRANT would be slow.
-BEGIN;
-UPDATE pg_database
-SET datacl = array_fill(makeaclitem(10, 10, 'USAGE', false), ARRAY[5e5::int])
-WHERE datname = 'regression_utf8';
--- load catcache entry, if nothing else does
-ALTER DATABASE regression_utf8 RESET TABLESPACE;
-ROLLBACK;
-DROP DATABASE regression_utf8;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
...
tap
[19:29:40.116](13.454s) not ok 5 - regression tests pass
[19:29:43.204](3.070s) not ok 6 - dump before running pg_upgrade
tap
[19:30:09.474](12.681s) not ok 2 - regression tests pass
test
[19:32:25.632]  14/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[19:32:25.632]  40/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[19:32:25.632]   6/311 postgresql:regress / regress/regress                                            ERROR            ...
50/5246 Allow SQL functions use CachedPlan machinery
%s FreeBSD - 13 - Meson
core
[19:10:24.107] #0  0x0000316441c935be in ?? () from /lib/libc.so.7
[19:10:24.107] #1  0x0000316441c89e02 in ?? () from /lib/libc.so.7
[19:10:24.107] #2  0x0000316441c8c0a8 in ?? () from /lib/libc.so.7
[19:10:24.107] #3  0x000044373507306d in ?? () from /libexec/ld-elf.so.1
[19:10:24.107] #4  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-22 19:04:46.756567000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-22 19:06:20.255660000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-22 19:04:46.756567000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-22 19:07:04.926776000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-22 19:04:46.756567000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-22 19:06:12.786387000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[19:06:39.291](67.161s) not ok 5 - regression tests pass
tap
[19:07:20.031](70.679s) not ok 2 - regression tests pass
test
[19:09:15.854]  38/311 postgresql:regress / regress/regress                                            ERROR            ...
[19:09:15.854]  98/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[19:09:15.854] 150/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
%s Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-22 19:04:46.861713546 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-10-22 19:10:12.821047049 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-22 19:04:46.861713546 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/xml.out	2024-10-22 19:11:56.237472274 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-22 19:04:46.861713546 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-10-22 19:08:03.785242636 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[19:10:21.137](118.681s) not ok 5 - regression tests pass
tap
[19:12:02.898](60.577s) not ok 2 - regression tests pass
%s Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-22 19:04:44.225539097 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-22 19:07:04.968528388 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-22 19:04:44.225539097 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-22 19:07:40.352233924 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-22 19:04:44.225539097 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-22 19:06:59.028563249 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[19:07:15.522](70.525s) not ok 5 - regression tests pass
tap
[19:07:48.801](70.702s) not ok 2 - regression tests pass
test
[19:09:27.983]  43/311 postgresql:regress / regress/regress                                            ERROR            ...
[19:09:27.983] 121/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:09:27.983] 152/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
%s macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-22 19:04:44
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-22 19:06:41
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-22 19:04:44
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-22 19:07:51
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/regress/regress/results/x...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-22 19:04:44
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/xml.out	2024-10-22 19:06:43
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[19:06:51.951](53.443s) not ok 5 - regression tests pass
tap
[19:08:02.263](67.844s) not ok 2 - regression tests pass
test
[19:10:55.366]  26/311 postgresql:regress / regress/regress                                            ERROR            ...
[19:10:55.366]  48/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:10:55.366] 140/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
50/5306 Set AUTOCOMMIT to on in script output by pg_dump
%s macOS - Sonoma - Meson
tap
[18:41:38.962](0.002s) not ok 5 - unable to verify backup nomanifest: matches
test
[18:43:52.728] 155/311 postgresql:pg_combinebackup / pg_combinebackup/004_manifest                     ERROR            ...
50/5317 type cache cleanup improvements
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress-running/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-22 18:23:14.676052000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/triggers.out	2024-10-22 18:28:03.168650000 +0000
@@ -2145,14 +2145,9 @@
 create table trigpart3 (like trigpart);
 create trigger trg1 after insert on trigpart3 for each row execute procedure trigger_nothing();
 \d trigpart3
-             Table "public.trigpart3"
- Column |  Type   | Collation | Nullable | Default 
---------+---------+-----------+----------+---------
- a      | integer |           |          | 
- b      | integer |           |          | 
-Triggers:
-    trg1 AFTER INSERT ON trigpart3 FOR EACH ROW EXECUTE FUNCTION trigger_nothing()
-
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+LINE 2: ....pg_roles where oid = any (pol.polroles) order by 1),',') EN...
+                                                             ^
 alter table trigpart attach partition trigpart3 FOR VALUES FROM (2000) to (3000); -- fail
 ERROR:  trigger "trg1" for relation "trigpart3" already exists
...
test
[18:28:33.176] 74/76 postgresql:regress-running / regress-running/regress                         ERROR            26.98...
50/5004 CREATE INDEX CONCURRENTLY for partitioned tables
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-22 16:27:17.032531000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-22 16:29:02.302711000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-22 16:27:17.032531000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-22 16:29:41.5275910...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-22 16:27:17.032531000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-22 16:28:57.626384000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[16:29:06.213](66.523s) not ok 5 - regression tests pass
tap
[16:29:43.529](66.398s) not ok 2 - regression tests pass
test
[16:44:37.584]  41/311 postgresql:regress / regress/regress                                            ERROR            ...
[16:44:37.584]  84/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[16:44:37.584] 141/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[16:44:37.584] 311/311 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
%s Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-22 16:27:19.247100922 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-10-22 16:33:45.216763554 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-10-22 16:27:19.048398859 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-10-22 16:54:56.519522244 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-22 16:27:19.247100922 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/indexing.out	2024-10-22 16:35:19.585589174 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-22 16:27:19.247100922 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-10-22 16:31:09.384102012 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[16:33:48.235](120.106s) not ok 5 - regression tests pass
tap
[16:35:22.772](69.148s) not ok 2 - regression tests pass
%s Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-22 16:27:17.637900351 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-22 16:30:10.314122297...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-22 16:27:17.637900351 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-22 16:30:44.4575969...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-22 16:27:17.637900351 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-22 16:30:06.690174291 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[16:30:12.832](87.209s) not ok 5 - regression tests pass
tap
[16:30:46.806](81.189s) not ok 2 - regression tests pass
test
[16:45:21.855]  43/311 postgresql:regress / regress/regress                                            ERROR            ...
[16:45:21.855] 115/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:45:21.855] 146/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[16:45:21.855] 311/311 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
%s macOS - Sonoma - Meson
core
[16:48:10.521]   * frame #0: 0x0000000100654b70 dyld`_dyld_start
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-22 16:27:13
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-22 16:29:36
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-22 16:27:13
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-22 16:31:02
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-22 16:27:13
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-10-22 16:29:36
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[16:29:40.055](68.395s) not ok 5 - regression tests pass
tap
[16:31:05.106](81.593s) not ok 2 - regression tests pass
test
[16:45:08.449]  26/311 postgresql:regress / regress/regress                                            ERROR            ...
[16:45:08.449]  42/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:45:08.449] 106/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[16:45:08.449] 311/311 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
%s Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-22 16:27:28.234315100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-22 16:31:43.036530600 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-22 16:27:28.234315100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-22 16:34:08.564402100 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-22 16:27:28.234315100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-10-22 16:31:34.546775900 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[16:31:53.772](132.376s) not ok 5 - regression tests pass
tap
[16:34:15.386](128.645s) not ok 2 - regression tests pass
test
[16:46:12.796]  24/306 postgresql:regress / regress/regress                                            ERROR           1...
[16:46:12.796]  39/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[16:46:12.796]  77/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[16:46:12.796] 306/306 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
%s CompilerWarnings
compiler
[15:28:01.909] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[15:27:52.545] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[15:27:21.526] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[15:27:11.325] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[15:28:27.385] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
%s Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-22 15:26:32.638381636 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-10-22 15:32:30....
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-22 15:26:32.638381636 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-10-22 15:33:1...
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-22 15:26:32.638381636 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-10-22 15:32:24.262898976 +0000
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[15:32:50.032](71.592s) not ok 5 - regression tests pass
tap
[15:33:26.349](74.136s) not ok 2 - regression tests pass
test
[15:35:12.376]  39/311 postgresql:regress / regress/regress                                            ERROR            ...
[15:35:12.376] 121/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:35:12.376] 152/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
50/4450 Replace a large number of OR clauses with ANY expression
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-22 14:34:56.746998000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-22 14:38:01.289844000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[14:40:07.038] 114/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
50/5087 Doc: Move and modify standalone hot backups section
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-22 12:00:45.577912000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-22 12:03:32.644168000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[12:05:30.025] 114/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
50/5176 Allow casting between bytea and integer types
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-22 11:42:49.640886000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points-running/isolation/results/basic.out	2024-10-22 11:48:07.85195600...
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[11:48:39.425] 62/75 postgresql:injection_points-running / injection_points-running/isolation     ERROR             2.78...
50/4476 Extract numeric field in JSONB more effectively
%s macOS - Sonoma - Meson
core
[10:52:05.317]   * frame #0: 0x00000001858dfd24 dyld`stat64 + 8
[10:52:05.317]     frame #1: 0x0000000185942c30 dyld`stat_with_subsystem + 56
[10:52:05.317]     frame #2: 0x000000018592dc44 dyld`dyld3::stat(char const*, stat*) + 28
[10:52:05.317]     frame #3: 0x00000001859062fc dyld`dyld4::SyscallDelegate::fileExists(char const*, dyld4::FileID*, int...
[10:52:05.317]     frame #4: 0x000000018590412c dyld`invocation function for block in dyld4::PrebuiltLoader::invalidateI...
[10:52:05.317]     frame #5: 0x00000001858e5d08 dyld`dyld4::ProcessConfig::PathOverrides::forEachPathVariant(char const*...
[10:52:05.317]     frame #6: 0x0000000185903ed0 dyld`dyld4::PrebuiltLoader::invalidateInIsolation(dyld4::RuntimeState co...
[10:52:05.317]     frame #7: 0x0000000185903bdc dyld`dyld4::PrebuiltLoader::isValid(dyld4::RuntimeState const&) const + ...
[10:52:05.317]     frame #8: 0x00000001858f2a08 dyld`dyld4::RuntimeState::findPrebuiltLoader(char const*) const + 104
[10:52:05.317]     frame #9: 0x00000001858f68fc dyld`dyld4::Loader::makeDyldCacheLoader(Diagnostics&, dyld4::RuntimeStat...
tap
[10:48:30.753](0.000s) not ok 37 - quuux2 scanned
[10:48:30.753](0.000s) not ok 38 - updated partition constraint for default partition quuux_default1
test
[10:48:45.197] 294/311 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
50/5318 System views for versions reporting
%s Linux - Debian Bookworm - Meson
core
[10:06:23.323] #0  0x00007fdc14eaed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:06:23.323] #1  0x00007fdc14e5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:06:23.323] #2  0x00007fdc14f16184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:06:23.323] #3  0x00007fdc14f287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[10:06:23.323] #0  <unavailable> in ?? ()
test
[10:05:14.179] 296/311 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
50/4412 Client authentication via OAuth 2.0
%s FreeBSD - 13 - Meson
core
[09:21:49.939] #0  0x0000446fe3310ff0 in ?? ()
[09:21:49.939] #1  0x0000000000000003 in ?? ()
[09:21:49.939] #2  0x00001c320170f1e8 in ?? ()
[09:21:49.939] #3  0x00001c320170f1eb in ?? ()
[09:21:49.939] #4  0x00001c320170f1ee in ?? ()
[09:21:49.939] #5  0x0000000000000000 in ?? ()
test
[09:20:41.341] 314/317 postgresql:python / python/server                                               FAIL             ...
%s Linux - Debian Bookworm - Meson
test
[09:23:15.354] 314/317 postgresql:python / python/server                                               FAIL             ...
%s macOS - Sonoma - Meson
test
[09:21:52.186] 313/317 postgresql:python / python/server                                               FAIL             ...
%s Windows - Server 2019, VS 2019 - Meson & ninja
test
[09:25:21.908] 310/312 postgresql:python / python/server                                               FAIL             ...
50/5063 Improve EXPLAIN output for multicolumn B-Tree Index
%s macOS - Sonoma - Meson
tap
[09:07:49.099](0.000s) not ok 259 - pgbench script error: shell bad command stderr /(?^:\(shell\) .* meta-command failed...
test
[09:08:56.463] 215/311 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
50/4761 date_trunc function in interval version
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-22 08:06:46.200616000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-22 08:09:58.983363000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[08:12:02.224] 114/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
50/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
%s Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[07:25:16.467] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[07:24:55.947] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[07:24:55.947] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[07:24:55.947] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[07:24:55.947] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[07:25:16.467] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
50/3461 In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal)
%s CompilerWarnings
compiler
[06:54:54.032] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
compiler
[06:53:26.964] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
%s Linux - Debian Bookworm - Autoconf
tap
[06:57:32.835](0.243s) Bail out!  pg_ctl start failed
%s Linux - Debian Bookworm - Meson
core
[06:57:26.118] #0  0x00007f5ec32a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:57:26.118] #1  0x00007f5ec325afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:57:26.118] #2  0x00007f5ec3245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:57:26.118] #3  0x00007f5ec341e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:57:26.118] #4  0x00007f5ec342aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:57:26.118] #5  0x00007f5ec340d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560d6e04ba40,...
[06:57:26.118] #6  0x0000560d6d1419a7 in ParseCommitRecord (info=<optimized out>, xlrec=<optimized out>, parsed=parsed@e...
[06:57:26.118] #7  0x0000560d6d195e13 in xact_redo (record=0x560daade5500) at ../src/backend/access/transam/xact.c:6430
[06:57:26.118] #8  0x0000560d6d1b93da in ApplyWalRecord (xlogreader=0x560daade5500, record=record@entry=0x7f5ebed4ee88, ...
[06:57:26.118] #9  0x0000560d6d1bf022 in PerformWalRecovery () at ../src/backend/access/transam/xlogrecovery.c:1823
tap
[06:56:18.707](223.756s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 103.
test
[06:56:18.903] 311/311 postgresql:recovery / recovery/027_stream_regress                               ERROR           2...
50/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
%s CompilerWarnings
compiler
[06:05:33.068] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[06:05:33.068] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[06:04:18.495] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[06:04:18.495] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[06:02:48.461] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[06:02:48.461] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[06:01:44.073] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[06:01:44.073] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[06:07:32.211] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[06:07:32.211] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
%s Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[06:01:38.001] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
50/4720 "unexpected duplicate for tablespace" problem in logical replication
%s FreeBSD - 13 - Meson
core
[05:28:02.410] #0  0x000000082ac2941a in thr_kill () from /lib/libc.so.7
[05:28:02.410] #1  0x000000082aba2e64 in raise () from /lib/libc.so.7
[05:28:02.410] #2  0x000000082ac536f9 in abort () from /lib/libc.so.7
[05:28:02.410] #3  0x0000000000a91f05 in ExceptionalCondition (conditionName=0x385126 "latch->maybe_sleeping == false", ...
[05:28:02.410] #4  0x0000000000909a97 in ResetLatch (latch=<optimized out>) at ../src/backend/storage/ipc/latch.c:728
[05:28:02.410] #5  0x000000000088a7cb in BackgroundWriterMain (startup_data=<optimized out>, startup_data_len=<optimized...
[05:28:02.410] #6  0x000000000088bec7 in postmaster_child_launch (child_type=child_type@entry=B_BG_WRITER, startup_data=...
[05:28:02.410] #7  0x000000000088e434 in StartChildProcess (type=101630, type@entry=B_BG_WRITER) at ../src/backend/postm...
[05:28:02.410] #8  0x000000000088e065 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821415e30) at ../src/backe...
[05:28:02.410] #9  0x00000000007c82fc in main (argc=4, argv=0x821415e30) at ../src/backend/main/main.c:197
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-22 05:22:23.522795000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-22 05:24:02.088987...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37689 |            |             0 |       37689 | pktable_pkey
+ 37686 |            |             0 |       37686 | pktable
+ 37692 |            |             0 |       37692 | fktable
+ 38277 |            |             0 |       38282 | foo
+ 38286 |            |             0 |       38286 | pg_toast_38277_index
+ 38285 |            |             0 |       38285 | pg_toast_38277
+ 38551 |            |             0 |       38551 | old_oids
+ 38568 |            |             0 |       38568 | pg_toast_38565
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-22 05:22:23.522795000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-22 05:24:53.5723...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37558 |            |             0 |       37558 | pktable
+ 37565 |            |             0 |       37565 | fktable
+ 37561 |            |             0 |       37561 | pktable_pkey
+ 38173 |            |             0 |       38178 | foo
+ 38182 |            |             0 |       38182 | pg_toast_38173_index
+ 38181 |            |             0 |       38181 | pg_toast_38173
+ 38389 |            |             0 |       38389 | old_oids
+ 38406 |            |             0 |       38406 | pg_toast_38403
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-22 05:22:23.522795000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-22 05:23:58.295992000 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37592 |            |             0 |       37592 | pktable_pkey
+ 37589 |            |             0 |       37589 | pktable
+ 37595 |            |             0 |       37595 | fktable
+ 38248 |            |             0 |       38253 | foo
+ 38257 |            |             0 |       38257 | pg_toast_38248_index
+ 38256 |            |             0 |       38256 | pg_toast_38248
+ 38510 |            |             0 |       38510 | old_oids
+ 38536 |            |             0 |       38536 | pg_toast_38533
...
tap
[05:24:08.703](58.200s) not ok 5 - regression tests pass
tap
[05:25:02.562](72.125s) not ok 2 - regression tests pass
test
[05:26:52.853]  38/311 postgresql:regress / regress/regress                                            ERROR            ...
[05:26:52.853]  79/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:26:52.853] 157/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
%s Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-22 05:22:18.758300351 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-10-22 05:27:37.261899112 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37881 |            |             0 |       37881 | pktable_pkey
+ 37878 |            |             0 |       37878 | pktable
+ 37883 |            |             0 |       37883 | fktable
+ 38334 |            |             0 |       38340 | foo
+ 38345 |            |             0 |       38345 | pg_toast_38334_index
+ 38343 |            |             0 |       38343 | pg_toast_38334
+ 38549 |            |             0 |       38549 | old_oids
+ 38572 |            |             0 |       38572 | pg_toast_38569
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-22 05:22:18.758300351 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-10-22 05:25:42.302901175 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37843 |            |             0 |       37843 | pktable_pkey
+ 37840 |            |             0 |       37840 | pktable
+ 37845 |            |             0 |       37845 | fktable
+ 38336 |            |             0 |       38342 | foo
+ 38346 |            |             0 |       38346 | pg_toast_38336_index
+ 38345 |            |             0 |       38345 | pg_toast_38336
+ 38551 |            |             0 |       38551 | old_oids
+ 38573 |            |             0 |       38573 | pg_toast_38570
...
tap
[05:27:43.923](75.730s) not ok 5 - regression tests pass
%s Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-22 05:22:18.938565338 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-22 05:25:16.989893...
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37877 |            |             0 |       37877 | users_id_seq
+ 37884 |            |             0 |       37884 | pg_toast_37878
+ 37885 |            |             0 |       37885 | pg_toast_37878_index
+ 37878 |            |             0 |       37878 | users
+ 38041 |            |             0 |       38041 | foo
+ 38319 |            |             0 |       38319 | forc_test
+ 38806 |            |             0 |       38806 | pg_toast_38803
+ 38807 |            |             0 |       38807 | pg_toast_38803_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-22 05:22:18.938565338 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-22 05:25:50.2348...
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37939 |            |             0 |       37939 | users_id_seq
+ 37947 |            |             0 |       37947 | pg_toast_37940
+ 37948 |            |             0 |       37948 | pg_toast_37940_index
+ 37940 |            |             0 |       37940 | users
+ 38106 |            |             0 |       38106 | foo
+ 38302 |            |             0 |       38302 | forc_test
+ 38683 |            |             0 |       38683 | pg_toast_38680
+ 38684 |            |             0 |       38684 | pg_toast_38680_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-22 05:22:18.938565338 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-22 05:25:07.801572596 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38100 |            |             0 |       38100 | foo
+ 37920 |            |             0 |       37920 | users_id_seq
+ 37925 |            |             0 |       37925 | pg_toast_37921
+ 37926 |            |             0 |       37926 | pg_toast_37921_index
+ 37921 |            |             0 |       37921 | users
+ 38358 |            |             0 |       38358 | forc_test
+ 38690 |            |             0 |       38690 | pg_toast_38687
+ 38691 |            |             0 |       38691 | pg_toast_38687_index
...
tap
[05:25:23.370](76.923s) not ok 5 - regression tests pass
tap
[05:25:57.007](76.304s) not ok 2 - regression tests pass
test
[05:27:36.807]  44/311 postgresql:regress / regress/regress                                            ERROR            ...
[05:27:36.807] 133/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:27:36.807] 154/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
%s macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-10-22 05:22:18
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-22 05:24:47
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 36893 |            |             0 |       36893 | users_id_seq
+ 36898 |            |             0 |       36898 | pg_toast_36894
+ 36900 |            |             0 |       36900 | pg_toast_36894_index
+ 36894 |            |             0 |       36894 | users
+ 37716 |            |             0 |       37716 | foo
+ 37800 |            |             0 |       37800 | pktable_pkey
+ 37797 |            |             0 |       37797 | pktable
+ 37802 |            |             0 |       37802 | fktable
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-10-22 05:22:18
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-22 05:25:55
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37614 |            |             0 |       37614 | pktable_pkey
+ 37611 |            |             0 |       37611 | pktable
+ 37616 |            |             0 |       37616 | fktable
+ 38153 |            |             0 |       38159 | foo
+ 38163 |            |             0 |       38163 | pg_toast_38153_index
+ 38162 |            |             0 |       38162 | pg_toast_38153
+ 38369 |            |             0 |       38369 | old_oids
+ 38386 |            |             0 |       38386 | pg_toast_38383
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-10-22 05:22:18
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-10-22 05:24:47
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37470 |            |             0 |       37470 | pktable_pkey
+ 37467 |            |             0 |       37467 | pktable
+ 37472 |            |             0 |       37472 | fktable
+ 37877 |            |             0 |       37877 | users_id_seq
+ 37882 |            |             0 |       37882 | pg_toast_37878
+ 37883 |            |             0 |       37883 | pg_toast_37878_index
+ 37878 |            |             0 |       37878 | users
+ 38174 |            |             0 |       38174 | foo
...
tap
[05:24:53.325](43.835s) not ok 5 - regression tests pass
tap
[05:26:02.565](65.594s) not ok 2 - regression tests pass
test
[05:28:54.701]  24/311 postgresql:regress / regress/regress                                            ERROR            ...
[05:28:54.701]  45/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:28:54.701] 127/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
%s Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-22 05:22:29.826292800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-22 05:26:02.009874200 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 36670 |            |             0 |       36670 | pktable_pkey
+ 36667 |            |             0 |       36667 | pktable
+ 36672 |            |             0 |       36672 | fktable
+ 37778 |            |             0 |       37787 | foo
+ 37793 |            |             0 |       37793 | pg_toast_37778_index
+ 37791 |            |             0 |       37791 | pg_toast_37778
+ 38038 |            |             0 |       38038 | old_oids
+ 38056 |            |             0 |       38056 | pg_toast_38053
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-22 05:22:29.826292800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-22 05:28:12.743808200 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 36944 |            |             0 |       36944 | pktable_pkey
+ 36938 |            |             0 |       36938 | pktable
+ 36947 |            |             0 |       36947 | fktable
+ 37892 |            |             0 |       37900 | foo
+ 37904 |            |             0 |       37904 | pg_toast_37892_index
+ 37903 |            |             0 |       37903 | pg_toast_37892
+ 38160 |            |             0 |       38160 | old_oids
+ 38177 |            |             0 |       38177 | pg_toast_38174
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-22 05:22:29.826292800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-10-22 05:25:56.034285100 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 36662 |            |             0 |       36662 | pktable_pkey
+ 36659 |            |             0 |       36659 | pktable
+ 36664 |            |             0 |       36664 | fktable
+ 37939 |            |             0 |       37948 | foo
+ 37952 |            |             0 |       37952 | pg_toast_37939_index
+ 37951 |            |             0 |       37951 | pg_toast_37939
+ 38230 |            |             0 |       38230 | old_oids
+ 38247 |            |             0 |       38247 | pg_toast_38244
...
tap
[05:26:17.273](108.658s) not ok 5 - regression tests pass
tap
[05:28:29.663](117.464s) not ok 2 - regression tests pass
test
[05:34:30.213]  21/306 postgresql:regress / regress/regress                                            ERROR           1...
[05:34:30.213]  38/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:34:30.213]  90/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5031 Remove dependence on integer wrapping
%s Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-22 04:46:29.472723000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-10-22 04:48:34.903883300 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-22 04:46:29.472723000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-10-22 04:50:50.882910000 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-22 04:46:29.472723000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-10-22 04:48:30.235440200 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[04:50:14.280](103.855s) not ok 5 - regression tests pass
tap
[04:52:35.253](124.326s) not ok 2 - regression tests pass
test
[04:58:27.427]   6/306 postgresql:regress / regress/regress                                            ERROR           1...
[04:58:27.427]  34/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:58:27.427] 103/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5091 inplace update: send nontransactional invalidations
%s FreeBSD - 13 - Meson
core
[02:26:58.387] #0  0x00003eae6e2a08d9 in ?? () from /lib/libc.so.7
[02:26:58.387] #1  0x00003eae6e29eddc in ?? () from /lib/libc.so.7
[02:26:58.387] #2  0x00003eae6e2a10a8 in ?? () from /lib/libc.so.7
[02:26:58.387] #3  0x000048d6f183006d in ?? () from /libexec/ld-elf.so.1
[02:26:58.387] #4  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-22 02:20:45.863728000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-22 02:23:50.399210000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[02:25:50.064] 114/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
50/5252 Trim the heap free memory
%s CompilerWarnings
compiler
[01:22:20.671] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[01:22:20.671] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[01:22:20.671] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[01:22:20.671] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
%s Linux - Debian Bookworm - Autoconf
tap
[01:21:46.967](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
%s Linux - Debian Bookworm - Meson
core
[01:25:49.888] #0  0x00007ffbfc8a1d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:25:49.888] #1  0x00007ffbfc84e239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:25:49.888] #2  0x00007ffbfc84e497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:25:49.888] #3  0x000055ed9c1485c1 in ?? ()
[01:25:49.888] #4  0x000055ed9c142369 in ?? ()
[01:25:49.888] #5  0x000055ed9c14120f in ?? ()
[01:25:49.888] #6  0x000055ed9c141c3b in ?? ()
[01:25:49.888] #7  0x000055ed9c13f66f in ?? ()
[01:25:49.888] #8  0x00007ffbfc83924a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:25:49.888] #9  0x00007ffbfc839305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[01:25:49.998] #0  0x00007ffbfc8a1d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:25:49.998] #1  0x00007ffbfc84e239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:25:49.998] #2  0x00007ffbfc84e497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:25:49.998] #3  0x000055ed9c1485f3 in ?? ()
[01:25:49.998] #4  0x000055ed9c142369 in ?? ()
[01:25:49.998] #5  0x000055ed9c14120f in ?? ()
[01:25:49.998] #6  0x000055ed9c141c3b in ?? ()
[01:25:49.998] #7  0x000055ed9c13f66f in ?? ()
[01:25:49.998] #8  0x00007ffbfc83924a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:25:49.998] #9  0x00007ffbfc839305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[01:25:49.998] #0  <unavailable> in ?? ()
tap
[01:23:17.043](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[01:24:42.442] 169/311 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
%s Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[01:21:12.389] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
compiler
[01:21:23.052] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[01:21:22.895] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[01:21:12.484] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
50/5061 New function rand_array function to contrib/tablefunc
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-22 00:35:36.838445000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-22 00:38:26.920638000 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[00:40:34.426]  94/311 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
%s Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-22 00:35:36.843848399 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-22 00:40:25.622395528 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[00:42:20.672]  91/311 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
%s Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/tablefunc/expected/tablefunc.out C:/cirrus/build/testrun/tablefunc/regres...
--- C:/cirrus/contrib/tablefunc/expected/tablefunc.out	2024-10-22 00:35:54.961259700 +0000
+++ C:/cirrus/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-22 00:43:14.384208300 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[00:49:41.280]  89/306 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
50/5242 Fix RelationTruncate() corruption
%s Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[00:21:59.775] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
50/5251 libpq: Fix processing of SSL records >8kB on async API
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-21 19:41:23.889702000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-21 19:43:47.497081000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[19:45:42.424] 113/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
%s Windows - Server 2019, VS 2019 - Meson & ninja
tap
[19:46:18.973](3.176s) not ok 12 - run of pg_upgrade --check for new instance
[19:46:18.979](0.004s) not ok 13 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[19:46:20.381](1.401s) not ok 14 - run of pg_upgrade for new instance
[19:46:20.386](0.004s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[19:46:21.993](0.777s) not ok 16 - check that locales in new cluster match original cluster
[19:46:23.905](0.300s) not ok 18 - old and new dumps match after pg_upgrade
test
[19:54:50.268]  33/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
50/4912 CSN snapshots in hot standby
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-21 18:04:12.041893000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-21 18:07:35.418915000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[18:12:59.798] 114/312 postgresql:injection_points / injection_points/isolation                        ERROR            ...
%s Windows - Server 2019, VS 2019 - Meson & ninja
test
[18:21:30.698] 307/307 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
50/4997 Return pg_control from pg_backup_stop().
%s Linux - Debian Bookworm - Meson
core
[17:02:37.028] #0  0x00007f26ff407d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[17:02:37.028] #1  0x00007f26ff3b4239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[17:02:37.028] #2  0x00007f26ff3b4497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[17:02:37.028] #3  0x00005595af0a95c1 in ?? ()
[17:02:37.028] #4  0x00005595af0a3369 in ?? ()
[17:02:37.028] #5  0x00005595af0a220f in ?? ()
[17:02:37.028] #6  0x00005595af0a2c3b in ?? ()
[17:02:37.028] #7  0x00005595af0a066f in ?? ()
[17:02:37.028] #8  0x00007f26ff39f24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:02:37.028] #9  0x00007f26ff39f305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[17:02:36.883] #0  0x00007fc5cd2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:02:36.883] #1  0x00007fc5cd25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:02:36.883] #2  0x00007fc5cd245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:02:36.883] #3  0x00007fc5cd41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:02:36.883] #4  0x00007fc5cd42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:02:36.883] #5  0x00007fc5cd40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55678c784c00,...
[17:02:36.883] #6  0x000055678b8b5b77 in backup_control_file (controlFile=controlFile@entry=0x5567a7c0526c "\345Km\027\t...
[17:02:36.883] #7  0x000055678b8ba8b3 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[17:02:36.883] #8  0x000055678bab712c in ExecMakeTableFunctionResult (setexpr=0x5567a7c14358, econtext=0x5567a7c14228, a...
[17:02:36.883] #9  0x000055678bae513e in FunctionNext (node=0x5567a7c14018) at ../src/backend/executor/nodeFunctionscan....
core
[17:02:36.124] #0  0x00007f4bdb14ea50 in ?? ()
[17:02:36.124] #1  0x0000000000000003 in ?? ()
[17:02:36.124] #2  0x00007ffdc4fa93aa in ?? ()
[17:02:36.124] #3  0x00007ffdc4fa93ad in ?? ()
[17:02:36.124] #4  0x00007ffdc4fa9451 in ?? ()
[17:02:36.124] #5  0x0000000000000000 in ?? ()
[17:02:36.569] #0  0x00007fc5cd2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[17:02:35.993] #0  0x00007f10f94a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:02:35.993] #1  0x00007f10f945afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:02:35.993] #2  0x00007f10f9445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:02:35.993] #3  0x00007f10f961e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:02:35.993] #4  0x00007f10f962aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:02:35.993] #5  0x00007f10f960d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x555a0829cc00,...
[17:02:35.993] #6  0x0000555a073cdb77 in backup_control_file (controlFile=controlFile@entry=0x555a3ff2018c "\345Km\027\t...
[17:02:35.993] #7  0x0000555a073d28b3 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[17:02:35.993] #8  0x0000555a075a7c98 in ExecInterpExpr (state=0x555a3ff178a0, econtext=0x555a3ff17648, isnull=0x7ffdf3f...
[17:02:35.993] #9  0x0000555a0759c566 in ExecInterpExprStillValid (state=0x555a3ff178a0, econtext=0x555a3ff17648, isNull...
tap
[16:58:20.705](1.416s) not ok 18 - psql fails correctly
[16:58:20.706](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[17:01:21.111]  25/311 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[17:01:21.111]  44/311 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
50/4966 Parallel CREATE INDEX for GIN indexes
%s CompilerWarnings
compiler
[16:49:39.296] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
compiler
[16:49:39.296] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
50/4929 apply_scanjoin_target_to_paths and partitionwise join
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-21 15:53:15.071309000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-21 15:55:06.760...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-21 15:53:15.071309000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-21 15:55:53.5...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-21 15:53:15.071309000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-21 15:55:01.425456000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:55:11.732](72.912s) not ok 5 - regression tests pass
tap
[15:55:58.834](80.326s) not ok 2 - regression tests pass
test
[15:57:54.988]  42/311 postgresql:regress / regress/regress                                            ERROR            ...
[15:57:54.988] 100/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:57:54.988] 155/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
%s Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-21 15:53:11.775546390 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-10-21 15:58:42.038698340 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-21 15:53:11.775546390 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_join.out	2024-10-21 16:00:00.867035826 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-21 15:53:11.775546390 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-10-21 15:56:17.422817720 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:58:44.751](95.678s) not ok 5 - regression tests pass
tap
[16:00:03.880](59.857s) not ok 2 - regression tests pass
%s Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-21 15:53:13.618252616 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-21 15:55:37.176...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-21 15:53:13.618252616 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-21 15:56:09.6...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-21 15:53:13.618252616 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-21 15:55:33.532477211 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:55:39.830](70.329s) not ok 5 - regression tests pass
tap
[15:56:13.699](71.892s) not ok 2 - regression tests pass
test
[15:57:52.231]  43/311 postgresql:regress / regress/regress                                            ERROR            ...
[15:57:52.231] 126/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:57:52.231] 154/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
%s macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-21 15:53:14
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-21 15:55:21
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-21 15:53:14
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-21 15:56:35
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-21 15:53:14
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-10-21 15:55:21
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:55:25.260](53.401s) not ok 5 - regression tests pass
tap
[15:56:38.093](70.589s) not ok 2 - regression tests pass
test
[15:59:27.193]  25/311 postgresql:regress / regress/regress                                            ERROR            ...
[15:59:27.193]  46/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:59:27.193] 141/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
%s Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-21 15:53:30.656777800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-21 15:57:30.708755800 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-21 15:53:30.656777800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-21 15:59:51.972478300 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-21 15:53:30.656777800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-10-21 15:57:22.665284800 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:57:39.119](116.991s) not ok 5 - regression tests pass
tap
[16:00:03.524](128.032s) not ok 2 - regression tests pass
test
[16:06:38.489]  20/306 postgresql:regress / regress/regress                                            ERROR           1...
[16:06:38.489]  37/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:06:38.489]  88/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/3874 pg_rewind WAL deletion pitfall
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-21 15:16:08.122000000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points-running/isolation/results/basic.out	2024-10-21 15:21:15.53644700...
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[15:21:50.807] 60/75 postgresql:injection_points-running / injection_points-running/isolation     ERROR             2.86...
50/5284 database-specific role memberships
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-10-21 14:16:01.434374000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-10-21 14:21:36.402232000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[14:22:23.290] 74/75 postgresql:regress-running / regress-running/regress                         ERROR            24.53...
50/5131 add log_transaction GUC setting
%s FreeBSD - 13 - Meson
tap
[12:57:50.742](1.690s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[12:58:00.875] 292/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
%s Linux - Debian Bookworm - Autoconf
tap
[12:57:54.310](0.835s) not ok 1 - no parameters missing from postgresql.conf.sample
%s Linux - Debian Bookworm - Meson
tap
[13:00:37.608](0.396s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[13:00:49.001] 289/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
%s macOS - Sonoma - Meson
tap
[12:59:19.517](1.097s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[12:59:33.192] 292/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
%s Windows - Server 2019, VS 2019 - Meson & ninja
tap
[13:05:21.349](1.861s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[13:05:46.329] 287/306 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
50/3478 AcquireExecutorLocks() and run-time pruning
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-21 11:21:02.013870000 +...
+++ /tmp/cirrus-ci-build/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-21 11:24:11.21501...
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[11:26:14.371] 106/311 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
%s Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out /tmp/cirrus-ci-build/src/t...
--- /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-21 11:21:02.281333782 +...
+++ /tmp/cirrus-ci-build/src/test/modules/delay_execution/output_iso/results/cached-plan-inval.out	2024-10-21 11:26:11.1...
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
%s Linux - Debian Bookworm - Meson
core
[11:29:34.413] #0  <unavailable> in ?? ()
core
[11:29:34.413] #0  0x00007f9e274aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:29:34.413] #1  0x00007f9e2745b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:29:34.413] #2  0x00007f9e27516184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:29:34.413] #3  0x00007f9e275287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-21 11:20:59.477090142 +...
+++ /tmp/cirrus-ci-build/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-21 11:26:43.85359...
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[11:28:34.051] 103/311 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
%s macOS - Sonoma - Meson
core
[11:31:22.343]   * frame #0: 0x000000019b9ec968 libobjc.A.dylib`objc_bp_assist_cfg_np + 8
[11:31:22.343]     frame #1: 0x000000019b9ad494 libobjc.A.dylib`_objc_init + 140
[11:31:22.343]     frame #2: 0x000000019bbdc728 libdispatch.dylib`_os_object_init + 24
[11:31:22.343]     frame #3: 0x000000019bbec17c libdispatch.dylib`libdispatch_init + 452
[11:31:22.343]     frame #4: 0x00000001a8a12640 libSystem.B.dylib`libSystem_initializer + 244
[11:31:22.343]     frame #5: 0x000000019ba1e608 dyld`invocation function for block in dyld4::Loader::findAndRunAllInitia...
[11:31:22.343]     frame #6: 0x000000019ba5cd6c dyld`invocation function for block in dyld3::MachOAnalyzer::forEachIniti...
[11:31:22.343]     frame #7: 0x000000019ba50400 dyld`invocation function for block in dyld3::MachOFile::forEachSection(v...
[11:31:22.343]     frame #8: 0x000000019b9ff2fc dyld`dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_comma...
[11:31:22.343]     frame #9: 0x000000019ba4f394 dyld`dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInf...
regress
diff -U3 /Users/admin/pgsql/src/test/modules/delay_execution/expected/cached-plan-inval.out /Users/admin/pgsql/build/tes...
--- /Users/admin/pgsql/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-21 11:20:59
+++ /Users/admin/pgsql/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-21 11:25:13
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
tap
[11:26:57.165](0.000s) not ok 88 - pgbench option error: bad random seed stderr /(?^:unrecognized random seed option "on...
[11:26:57.165](0.000s) not ok 89 - pgbench option error: bad random seed stderr /(?^:Expecting an unsigned integer, "tim...
[11:26:57.166](0.000s) not ok 90 - pgbench option error: bad random seed stderr /(?^:error while setting random seed fro...
test
[11:28:13.335] 105/311 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
[11:28:13.335] 202/311 postgresql:pgbench / pgbench/002_pgbench_no_server                              ERROR            ...
%s Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/delay_execution/expected/cached-plan-inval.out C:/cirrus/build/t...
--- C:/cirrus/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-21 11:21:16.647650000 +0000
+++ C:/cirrus/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-21 11:27:46.129670200 +0000
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[11:33:02.892] 102/306 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
50/4285 Revise get_cheapest_parallel_safe_total_inner
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-21 11:04:28.255815000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-10-21 11:09:36.3516680...
@@ -12325,8 +12325,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
 
 -- After terminating the remote backend, since the connection is closed,
 -- "closed" should be TRUE, or NULL if the connection status check
@@ -12339,8 +12338,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
...
test
[11:10:02.508] 73/75 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            10.30...
%s Windows - Server 2019, VS 2019 - Meson & ninja
tap
[11:14:36.857](0.000s) not ok 6 - superuser_reserved_connections limit: matches
test
[11:16:44.179] 235/306 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
50/5044 new plpgsql.extra_errors check - strict_expr_check
%s FreeBSD - 13 - Meson
core
[10:18:51.217] #0  0x000035035f375ff0 in ?? ()
[10:18:51.217] #1  0x0000000000000003 in ?? ()
[10:18:51.217] #2  0x00002b3a8cb921c8 in ?? ()
[10:18:51.217] #3  0x00002b3a8cb921cb in ?? ()
[10:18:51.217] #4  0x00002b3a8cb921ce in ?? ()
[10:18:51.217] #5  0x0000000000000000 in ?? ()
[10:18:51.312] #0  0x0000359aed6f54d4 in ?? () from /libexec/ld-elf.so.1
core
[10:18:51.312] #0  0x0000359aed6f54d4 in ?? () from /libexec/ld-elf.so.1
[10:18:51.312] #1  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-21 10:13:12.244078000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-21 10:15:43.209954000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[10:17:41.661] 112/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
50/5229 Add ExprState hashing for GROUP BY and hashed SubPlans
%s FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10481
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 12518
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 11636
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 12238
core
[09:42:37.703] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83a12a500, econtext=0x83a12b160, isnull=0x820d76f17) at...
[09:42:37.703] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a12a9f0, econtext=0x83a124bb8, isNull=0x820d76f17) at ....
[09:42:37.703] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:37.703] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a12a100, slot=slot@entry=0x83a124bb8, isnew=isnew...
[09:42:37.703] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83a086380) at ../src/backend/exe...
[09:42:37.703] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83a086380) at ../src/backend/executor/nodeAgg.c...
[09:42:37.703] #6  ExecAgg (pstate=0x83a086380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:37.703] #7  0x00000000007654cb in ExecProcNode (node=0x83a086380) at ../src/include/executor/executor.h:278
[09:42:37.703] #8  ExecutePlan (estate=0x83a086100, planstate=0x83a086380, use_parallel_mode=<optimized out>, operation=...
[09:42:37.703] #9  standard_ExecutorRun (queryDesc=0x833c85500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:18.685] #0  0x000000000075c5ea in ExecInterpExpr (state=0x8397f3f20, econtext=0x83990c098, isnull=0x82177f787) at...
[09:42:18.685] #1  0x0000000000763080 in ExecEvalExpr (state=0x83990ba18, econtext=0x836d91c80, isNull=0x82177f787) at ....
[09:42:18.685] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:18.685] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8397f2100, slot=slot@entry=0x836d91c80, isnew=isnew...
[09:42:18.685] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x836d68350) at ../src/backend/exe...
[09:42:18.685] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x836d68350) at ../src/backend/executor/nodeAgg.c...
[09:42:18.685] #6  ExecAgg (pstate=0x836d68350) at ../src/backend/executor/nodeAgg.c:2172
[09:42:18.685] #7  0x00000000007654cb in ExecProcNode (node=0x836d68350) at ../src/include/executor/executor.h:278
[09:42:18.685] #8  ExecutePlan (estate=0x836d68100, planstate=0x836d68350, use_parallel_mode=<optimized out>, operation=...
[09:42:18.685] #9  standard_ExecutorRun (queryDesc=0x836d55500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:18.400] #0  0x000000082c1b441a in thr_kill () from /lib/libc.so.7
[09:42:18.400] #1  0x000000082c12de64 in raise () from /lib/libc.so.7
[09:42:18.400] #2  0x000000082c1de6f9 in abort () from /lib/libc.so.7
[09:42:18.400] #3  0x0000000000a923c5 in ExceptionalCondition (conditionName=0x356a47 "HaveRegisteredOrActiveSnapshot()"...
[09:42:18.400] #4  0x0000000000696eaa in index_drop (indexId=35519, concurrent=false, concurrent_lock_mode=<optimized ou...
[09:42:18.400] #5  0x000000000068e5be in doDeletion (object=object@entry=0x836d395b0, flags=flags@entry=21) at ../src/ba...
[09:42:18.400] #6  0x000000000068ca80 in deleteOneObject (object=0x836d395b0, depRel=0x82177f9c0, flags=21) at ../src/ba...
[09:42:18.400] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x836d604a8, depRel=depRel@entry=0x82177f9c0, ...
[09:42:18.400] #8  0x000000000068b715 in performDeletion (object=object@entry=0x82177fab0, behavior=behavior@entry=DROP_...
[09:42:18.400] #9  0x00000000008874f6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[09:42:18.070] #0  0x000000000075c5ea in ExecInterpExpr (state=0x836d71500, econtext=0x836d72070, isnull=0x82177f587) at...
[09:42:18.070] #1  0x0000000000763080 in ExecEvalExpr (state=0x836d719f0, econtext=0x839c57ae0, isNull=0x82177f587) at ....
[09:42:18.070] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:18.070] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x836d71100, slot=slot@entry=0x839c57ae0, isnew=isnew...
[09:42:18.070] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x836c5d148) at ../src/backend/exe...
[09:42:18.070] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x836c5d148) at ../src/backend/executor/nodeAgg.c...
[09:42:18.070] #6  ExecAgg (pstate=0x836c5d148) at ../src/backend/executor/nodeAgg.c:2172
[09:42:18.070] #7  0x000000000076fcb3 in ExecScan (node=0x836c5d038, accessMtd=0x7a1b50 <SubqueryNext>, recheckMtd=0x7a1...
[09:42:18.070] #8  0x0000000000785518 in ExecProcNode (node=0x836c5d038) at ../src/include/executor/executor.h:278
[09:42:18.070] #9  MultiExecPrivateHash (node=0x839d47da0) at ../src/backend/executor/nodeHash.c:166
core
[09:42:17.768] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83a277490, econtext=0x83a278000, isnull=0x82177f6b7) at...
[09:42:17.768] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a277980, econtext=0x83a13a258, isNull=0x82177f6b7) at ....
[09:42:17.768] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:17.768] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a277100, slot=slot@entry=0x83a13a258, isnew=isnew...
[09:42:17.768] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x836d927b0) at ../src/backend/exe...
[09:42:17.768] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x836d927b0) at ../src/backend/executor/nodeAgg.c...
[09:42:17.768] #6  ExecAgg (pstate=0x836d927b0) at ../src/backend/executor/nodeAgg.c:2172
[09:42:17.768] #7  0x000000000079cbdb in ExecProcNode (node=0x836d927b0) at ../src/include/executor/executor.h:278
[09:42:17.768] #8  ExecNestLoop (pstate=0x836d925c0) at ../src/backend/executor/nodeNestloop.c:108
[09:42:17.768] #9  0x000000000079f5b7 in ExecProcNode (node=0x836d925c0) at ../src/include/executor/executor.h:278
core
[09:42:17.479] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83c5fb500, econtext=0x83c5fc160, isnull=0x821a5a557) at...
[09:42:17.479] #1  0x0000000000763080 in ExecEvalExpr (state=0x83c5fb9f0, econtext=0x83c5f6678, isNull=0x821a5a557) at ....
[09:42:17.479] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:17.479] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c5fb100, slot=slot@entry=0x83c5f6678, isnew=isnew...
[09:42:17.479] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83c505380) at ../src/backend/exe...
[09:42:17.479] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83c505380) at ../src/backend/executor/nodeAgg.c...
[09:42:17.479] #6  ExecAgg (pstate=0x83c505380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:17.479] #7  0x00000000007654cb in ExecProcNode (node=0x83c505380) at ../src/include/executor/executor.h:278
[09:42:17.479] #8  ExecutePlan (estate=0x83c505100, planstate=0x83c505380, use_parallel_mode=<optimized out>, operation=...
[09:42:17.479] #9  standard_ExecutorRun (queryDesc=0x83694a500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:17.200] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83c0de500, econtext=0x83c0df160, isnull=0x82127bb87) at...
[09:42:17.200] #1  0x0000000000763080 in ExecEvalExpr (state=0x83c0de9f0, econtext=0x83c0d9038, isNull=0x82127bb87) at ....
[09:42:17.200] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:17.200] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c0de100, slot=slot@entry=0x83c0d9038, isnew=isnew...
[09:42:17.200] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83c03a380) at ../src/backend/exe...
[09:42:17.200] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83c03a380) at ../src/backend/executor/nodeAgg.c...
[09:42:17.200] #6  ExecAgg (pstate=0x83c03a380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:17.200] #7  0x00000000007654cb in ExecProcNode (node=0x83c03a380) at ../src/include/executor/executor.h:278
[09:42:17.200] #8  ExecutePlan (estate=0x83c03a100, planstate=0x83c03a380, use_parallel_mode=<optimized out>, operation=...
[09:42:17.200] #9  standard_ExecutorRun (queryDesc=0x838e3e500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:16.919] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83a36cf20, econtext=0x83a28fe18, isnull=0x82177f747) at...
[09:42:16.919] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a28f798, econtext=0x83a32ed08, isNull=0x82177f747) at ....
[09:42:16.919] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:16.919] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a36b100, slot=slot@entry=0x83a32ed08, isnew=isnew...
[09:42:16.919] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83a237650) at ../src/backend/exe...
[09:42:16.919] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83a237650) at ../src/backend/executor/nodeAgg.c...
[09:42:16.919] #6  ExecAgg (pstate=0x83a237650) at ../src/backend/executor/nodeAgg.c:2172
[09:42:16.919] #7  0x000000000079f5b7 in ExecProcNode (node=0x83a237650) at ../src/include/executor/executor.h:278
[09:42:16.919] #8  ExecSort (pstate=0x83a237440) at ../src/backend/executor/nodeSort.c:149
[09:42:16.919] #9  0x00000000007654cb in ExecProcNode (node=0x83a237440) at ../src/include/executor/executor.h:278
core
[09:42:16.626] #0  0x000000000075c5ea in ExecInterpExpr (state=0x839567698, econtext=0x839569fb8, isnull=0x82177f837) at...
[09:42:16.626] #1  0x0000000000763080 in ExecEvalExpr (state=0x839569c78, econtext=0x83948e2d0, isNull=0x82177f837) at ....
[09:42:16.626] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:16.626] #3  LookupTupleHashEntry (hashtable=0x8395674f8, slot=slot@entry=0x83948e2d0, isnew=isnew@entry=0x82177f8...
[09:42:16.626] #4  0x000000000079ec84 in setop_fill_hash_table (setopstate=0x83948d360) at ../src/backend/executor/nodeS...
[09:42:16.626] #5  ExecSetOp (pstate=0x83948d360) at ../src/backend/executor/nodeSetOp.c:216
[09:42:16.626] #6  0x00000000007654cb in ExecProcNode (node=0x83948d360) at ../src/include/executor/executor.h:278
[09:42:16.626] #7  ExecutePlan (estate=0x83948d100, planstate=0x83948d360, use_parallel_mode=<optimized out>, operation=...
[09:42:16.626] #8  standard_ExecutorRun (queryDesc=0x836bc4900, direction=ForwardScanDirection, count=0, execute_once=<o...
[09:42:16.626] #9  0x000000000093be89 in PortalRunSelect (portal=portal@entry=0x836c8b100, forward=<optimized out>, coun...
core
[09:42:16.346] #0  0x000000000075c5ea in ExecInterpExpr (state=0x840c14f20, econtext=0x840c28218, isnull=0x821b03407) at...
[09:42:16.346] #1  0x0000000000763080 in ExecEvalExpr (state=0x840c27b98, econtext=0x840c0cb78, isNull=0x821b03407) at ....
[09:42:16.346] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:16.346] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x840c13100, slot=slot@entry=0x840c0cb78, isnew=isnew...
[09:42:16.346] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x840bfa558) at ../src/backend/exe...
[09:42:16.346] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x840bfa558) at ../src/backend/executor/nodeAgg.c...
[09:42:16.346] #6  ExecAgg (pstate=0x840bfa558) at ../src/backend/executor/nodeAgg.c:2172
[09:42:16.346] #7  0x000000000079f5b7 in ExecProcNode (node=0x840bfa558) at ../src/include/executor/executor.h:278
[09:42:16.346] #8  ExecSort (pstate=0x840bfa348) at ../src/backend/executor/nodeSort.c:149
[09:42:16.346] #9  0x00000000007654cb in ExecProcNode (node=0x840bfa348) at ../src/include/executor/executor.h:278
core
[09:42:16.064] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83a01ff20, econtext=0x83a0353d8, isnull=0x82177f747) at...
[09:42:16.064] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a034d58, econtext=0x83a0195f8, isNull=0x82177f747) at ....
[09:42:16.064] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:16.064] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a01e100, slot=slot@entry=0x83a0195f8, isnew=isnew...
[09:42:16.064] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x836d92558) at ../src/backend/exe...
[09:42:16.064] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x836d92558) at ../src/backend/executor/nodeAgg.c...
[09:42:16.064] #6  ExecAgg (pstate=0x836d92558) at ../src/backend/executor/nodeAgg.c:2172
[09:42:16.064] #7  0x000000000079f5b7 in ExecProcNode (node=0x836d92558) at ../src/include/executor/executor.h:278
[09:42:16.064] #8  ExecSort (pstate=0x836d92348) at ../src/backend/executor/nodeSort.c:149
[09:42:16.064] #9  0x00000000007654cb in ExecProcNode (node=0x836d92348) at ../src/include/executor/executor.h:278
core
[09:42:29.369] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83a378500, econtext=0x83a379160, isnull=0x820f67087) at...
[09:42:29.369] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a3789f0, econtext=0x83a3733f8, isNull=0x820f67087) at ....
[09:42:29.369] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:29.369] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a378100, slot=slot@entry=0x83a3733f8, isnew=isnew...
[09:42:29.369] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x8361bd380) at ../src/backend/exe...
[09:42:29.369] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x8361bd380) at ../src/backend/executor/nodeAgg.c...
[09:42:29.369] #6  ExecAgg (pstate=0x8361bd380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:29.369] #7  0x00000000007654cb in ExecProcNode (node=0x8361bd380) at ../src/include/executor/executor.h:278
[09:42:29.369] #8  ExecutePlan (estate=0x8361bd100, planstate=0x8361bd380, use_parallel_mode=<optimized out>, operation=...
[09:42:29.369] #9  standard_ExecutorRun (queryDesc=0x83600c500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:36.055] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83ae3e500, econtext=0x83ae3f160, isnull=0x8213c40b7) at...
[09:42:36.055] #1  0x0000000000763080 in ExecEvalExpr (state=0x83ae3e9f0, econtext=0x83ae390b8, isNull=0x8213c40b7) at ....
[09:42:36.055] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:36.055] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83ae3e100, slot=slot@entry=0x83ae390b8, isnew=isnew...
[09:42:36.055] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83ad78380) at ../src/backend/exe...
[09:42:36.055] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83ad78380) at ../src/backend/executor/nodeAgg.c...
[09:42:36.055] #6  ExecAgg (pstate=0x83ad78380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:36.055] #7  0x00000000007654cb in ExecProcNode (node=0x83ad78380) at ../src/include/executor/executor.h:278
[09:42:36.055] #8  ExecutePlan (estate=0x83ad78100, planstate=0x83ad78380, use_parallel_mode=<optimized out>, operation=...
[09:42:36.055] #9  standard_ExecutorRun (queryDesc=0x834a4c500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:35.779] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83c139500, econtext=0x83c13a160, isnull=0x8211ddb27) at...
[09:42:35.779] #1  0x0000000000763080 in ExecEvalExpr (state=0x83c1399f0, econtext=0x83c134038, isNull=0x8211ddb27) at ....
[09:42:35.779] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:35.779] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c139100, slot=slot@entry=0x83c134038, isnew=isnew...
[09:42:35.779] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83c095380) at ../src/backend/exe...
[09:42:35.779] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83c095380) at ../src/backend/executor/nodeAgg.c...
[09:42:35.779] #6  ExecAgg (pstate=0x83c095380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:35.779] #7  0x00000000007654cb in ExecProcNode (node=0x83c095380) at ../src/include/executor/executor.h:278
[09:42:35.779] #8  ExecutePlan (estate=0x83c095100, planstate=0x83c095380, use_parallel_mode=<optimized out>, operation=...
[09:42:35.779] #9  standard_ExecutorRun (queryDesc=0x8374ea500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:35.502] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83ae94500, econtext=0x83ae95160, isnull=0x82174ed57) at...
[09:42:35.502] #1  0x0000000000763080 in ExecEvalExpr (state=0x83ae949f0, econtext=0x83ae8ec78, isNull=0x82174ed57) at ....
[09:42:35.502] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:35.502] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83ae94100, slot=slot@entry=0x83ae8ec78, isnew=isnew...
[09:42:35.502] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83adf0380) at ../src/backend/exe...
[09:42:35.502] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83adf0380) at ../src/backend/executor/nodeAgg.c...
[09:42:35.502] #6  ExecAgg (pstate=0x83adf0380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:35.502] #7  0x00000000007654cb in ExecProcNode (node=0x83adf0380) at ../src/include/executor/executor.h:278
[09:42:35.502] #8  ExecutePlan (estate=0x83adf0100, planstate=0x83adf0380, use_parallel_mode=<optimized out>, operation=...
[09:42:35.502] #9  standard_ExecutorRun (queryDesc=0x8362ce500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:35.223] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83d4e7500, econtext=0x83d4e8160, isnull=0x8212fe227) at...
[09:42:35.223] #1  0x0000000000763080 in ExecEvalExpr (state=0x83d4e79f0, econtext=0x83d4e2278, isNull=0x8212fe227) at ....
[09:42:35.223] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:35.223] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83d4e7100, slot=slot@entry=0x83d4e2278, isnew=isnew...
[09:42:35.223] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83d443380) at ../src/backend/exe...
[09:42:35.223] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83d443380) at ../src/backend/executor/nodeAgg.c...
[09:42:35.223] #6  ExecAgg (pstate=0x83d443380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:35.223] #7  0x00000000007654cb in ExecProcNode (node=0x83d443380) at ../src/include/executor/executor.h:278
[09:42:35.223] #8  ExecutePlan (estate=0x83d443100, planstate=0x83d443380, use_parallel_mode=<optimized out>, operation=...
[09:42:35.223] #9  standard_ExecutorRun (queryDesc=0x838b66500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:34.947] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83cf01500, econtext=0x83cf02160, isnull=0x821317b87) at...
[09:42:34.947] #1  0x0000000000763080 in ExecEvalExpr (state=0x83cf019f0, econtext=0x83cefc578, isNull=0x821317b87) at ....
[09:42:34.947] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:34.947] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83cf01100, slot=slot@entry=0x83cefc578, isnew=isnew...
[09:42:34.947] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83ce5d380) at ../src/backend/exe...
[09:42:34.947] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83ce5d380) at ../src/backend/executor/nodeAgg.c...
[09:42:34.947] #6  ExecAgg (pstate=0x83ce5d380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:34.947] #7  0x00000000007654cb in ExecProcNode (node=0x83ce5d380) at ../src/include/executor/executor.h:278
[09:42:34.947] #8  ExecutePlan (estate=0x83ce5d100, planstate=0x83ce5d380, use_parallel_mode=<optimized out>, operation=...
[09:42:34.947] #9  standard_ExecutorRun (queryDesc=0x83897f500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:34.666] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83bc65500, econtext=0x83bc66160, isnull=0x820df5827) at...
[09:42:34.666] #1  0x0000000000763080 in ExecEvalExpr (state=0x83bc659f0, econtext=0x83bc60a38, isNull=0x820df5827) at ....
[09:42:34.666] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:34.666] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83bc65100, slot=slot@entry=0x83bc60a38, isnew=isnew...
[09:42:34.666] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83bbce380) at ../src/backend/exe...
[09:42:34.666] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83bbce380) at ../src/backend/executor/nodeAgg.c...
[09:42:34.666] #6  ExecAgg (pstate=0x83bbce380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:34.666] #7  0x00000000007654cb in ExecProcNode (node=0x83bbce380) at ../src/include/executor/executor.h:278
[09:42:34.666] #8  ExecutePlan (estate=0x83bbce100, planstate=0x83bbce380, use_parallel_mode=<optimized out>, operation=...
[09:42:34.666] #9  standard_ExecutorRun (queryDesc=0x8375de500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:34.377] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83c961500, econtext=0x83c962160, isnull=0x821a0d587) at...
[09:42:34.377] #1  0x0000000000763080 in ExecEvalExpr (state=0x83c9619f0, econtext=0x83c95c638, isNull=0x821a0d587) at ....
[09:42:34.377] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:34.377] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c961100, slot=slot@entry=0x83c95c638, isnew=isnew...
[09:42:34.377] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83c8bd380) at ../src/backend/exe...
[09:42:34.377] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83c8bd380) at ../src/backend/executor/nodeAgg.c...
[09:42:34.377] #6  ExecAgg (pstate=0x83c8bd380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:34.377] #7  0x00000000007654cb in ExecProcNode (node=0x83c8bd380) at ../src/include/executor/executor.h:278
[09:42:34.377] #8  ExecutePlan (estate=0x83c8bd100, planstate=0x83c8bd380, use_parallel_mode=<optimized out>, operation=...
[09:42:34.377] #9  standard_ExecutorRun (queryDesc=0x83708d500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:34.094] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83d664500, econtext=0x83d665160, isnull=0x821a784c7) at...
[09:42:34.094] #1  0x0000000000763080 in ExecEvalExpr (state=0x83d6649f0, econtext=0x83d65ee38, isNull=0x821a784c7) at ....
[09:42:34.094] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:34.094] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83d664100, slot=slot@entry=0x83d65ee38, isnew=isnew...
[09:42:34.094] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83d5c0380) at ../src/backend/exe...
[09:42:34.094] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83d5c0380) at ../src/backend/executor/nodeAgg.c...
[09:42:34.094] #6  ExecAgg (pstate=0x83d5c0380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:34.094] #7  0x00000000007654cb in ExecProcNode (node=0x83d5c0380) at ../src/include/executor/executor.h:278
[09:42:34.094] #8  ExecutePlan (estate=0x83d5c0100, planstate=0x83d5c0380, use_parallel_mode=<optimized out>, operation=...
[09:42:34.094] #9  standard_ExecutorRun (queryDesc=0x83796a500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:33.812] #0  0x000000000075c5ea in ExecInterpExpr (state=0x838dc5500, econtext=0x838dc6160, isnull=0x8210a5597) at...
[09:42:33.812] #1  0x0000000000763080 in ExecEvalExpr (state=0x838dc59f0, econtext=0x838dbfcf8, isNull=0x8210a5597) at ....
[09:42:33.812] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:33.812] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838dc5100, slot=slot@entry=0x838dbfcf8, isnew=isnew...
[09:42:33.812] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x838d21380) at ../src/backend/exe...
[09:42:33.812] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x838d21380) at ../src/backend/executor/nodeAgg.c...
[09:42:33.812] #6  ExecAgg (pstate=0x838d21380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:33.812] #7  0x00000000007654cb in ExecProcNode (node=0x838d21380) at ../src/include/executor/executor.h:278
[09:42:33.812] #8  ExecutePlan (estate=0x838d21100, planstate=0x838d21380, use_parallel_mode=<optimized out>, operation=...
[09:42:33.812] #9  standard_ExecutorRun (queryDesc=0x836983500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:33.525] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83ba03500, econtext=0x83ba04160, isnull=0x8214fa5b7) at...
[09:42:33.525] #1  0x0000000000763080 in ExecEvalExpr (state=0x83ba039f0, econtext=0x83b9fe4b8, isNull=0x8214fa5b7) at ....
[09:42:33.525] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:33.525] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83ba03100, slot=slot@entry=0x83b9fe4b8, isnew=isnew...
[09:42:33.525] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83b95f380) at ../src/backend/exe...
[09:42:33.525] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83b95f380) at ../src/backend/executor/nodeAgg.c...
[09:42:33.525] #6  ExecAgg (pstate=0x83b95f380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:33.525] #7  0x00000000007654cb in ExecProcNode (node=0x83b95f380) at ../src/include/executor/executor.h:278
[09:42:33.525] #8  ExecutePlan (estate=0x83b95f100, planstate=0x83b95f380, use_parallel_mode=<optimized out>, operation=...
[09:42:33.525] #9  standard_ExecutorRun (queryDesc=0x836250500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:33.244] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83c973500, econtext=0x83c974160, isnull=0x821021297) at...
[09:42:33.244] #1  0x0000000000763080 in ExecEvalExpr (state=0x83c9739f0, econtext=0x83c96e378, isNull=0x821021297) at ....
[09:42:33.244] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:33.244] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c973100, slot=slot@entry=0x83c96e378, isnew=isnew...
[09:42:33.244] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83c8cf380) at ../src/backend/exe...
[09:42:33.244] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83c8cf380) at ../src/backend/executor/nodeAgg.c...
[09:42:33.244] #6  ExecAgg (pstate=0x83c8cf380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:33.244] #7  0x00000000007654cb in ExecProcNode (node=0x83c8cf380) at ../src/include/executor/executor.h:278
[09:42:33.244] #8  ExecutePlan (estate=0x83c8cf100, planstate=0x83c8cf380, use_parallel_mode=<optimized out>, operation=...
[09:42:33.244] #9  standard_ExecutorRun (queryDesc=0x8373f4500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:32.972] #0  0x000000000075c5ea in ExecInterpExpr (state=0x8391db500, econtext=0x8391dc160, isnull=0x8213f4c67) at...
[09:42:32.972] #1  0x0000000000763080 in ExecEvalExpr (state=0x8391db9f0, econtext=0x8391d6378, isNull=0x8213f4c67) at ....
[09:42:32.972] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:32.972] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8391db100, slot=slot@entry=0x8391d6378, isnew=isnew...
[09:42:32.972] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x839137380) at ../src/backend/exe...
[09:42:32.972] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x839137380) at ../src/backend/executor/nodeAgg.c...
[09:42:32.972] #6  ExecAgg (pstate=0x839137380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:32.972] #7  0x00000000007654cb in ExecProcNode (node=0x839137380) at ../src/include/executor/executor.h:278
[09:42:32.972] #8  ExecutePlan (estate=0x839137100, planstate=0x839137380, use_parallel_mode=<optimized out>, operation=...
[09:42:32.972] #9  standard_ExecutorRun (queryDesc=0x835643500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:32.699] #0  0x000000000075c5ea in ExecInterpExpr (state=0x839aa0500, econtext=0x839aa1160, isnull=0x82155ad87) at...
[09:42:32.699] #1  0x0000000000763080 in ExecEvalExpr (state=0x839aa09f0, econtext=0x839a9bab8, isNull=0x82155ad87) at ....
[09:42:32.699] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:32.699] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839aa0100, slot=slot@entry=0x839a9bab8, isnew=isnew...
[09:42:32.699] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x8399fc380) at ../src/backend/exe...
[09:42:32.699] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x8399fc380) at ../src/backend/executor/nodeAgg.c...
[09:42:32.699] #6  ExecAgg (pstate=0x8399fc380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:32.699] #7  0x00000000007654cb in ExecProcNode (node=0x8399fc380) at ../src/include/executor/executor.h:278
[09:42:32.699] #8  ExecutePlan (estate=0x8399fc100, planstate=0x8399fc380, use_parallel_mode=<optimized out>, operation=...
[09:42:32.699] #9  standard_ExecutorRun (queryDesc=0x8375d8500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:32.422] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83a7dd500, econtext=0x83a7de160, isnull=0x821548527) at...
[09:42:32.422] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a7dd9f0, econtext=0x83a7d82f8, isNull=0x821548527) at ....
[09:42:32.422] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:32.422] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a7dd100, slot=slot@entry=0x83a7d82f8, isnew=isnew...
[09:42:32.422] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83a739380) at ../src/backend/exe...
[09:42:32.422] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83a739380) at ../src/backend/executor/nodeAgg.c...
[09:42:32.422] #6  ExecAgg (pstate=0x83a739380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:32.422] #7  0x00000000007654cb in ExecProcNode (node=0x83a739380) at ../src/include/executor/executor.h:278
[09:42:32.422] #8  ExecutePlan (estate=0x83a739100, planstate=0x83a739380, use_parallel_mode=<optimized out>, operation=...
[09:42:32.422] #9  standard_ExecutorRun (queryDesc=0x835e81500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:32.151] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83b6a4500, econtext=0x83b6a5160, isnull=0x821952c07) at...
[09:42:32.151] #1  0x0000000000763080 in ExecEvalExpr (state=0x83b6a49f0, econtext=0x83b69f1f8, isNull=0x821952c07) at ....
[09:42:32.151] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:32.151] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b6a4100, slot=slot@entry=0x83b69f1f8, isnew=isnew...
[09:42:32.151] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83b600380) at ../src/backend/exe...
[09:42:32.151] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83b600380) at ../src/backend/executor/nodeAgg.c...
[09:42:32.151] #6  ExecAgg (pstate=0x83b600380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:32.151] #7  0x00000000007654cb in ExecProcNode (node=0x83b600380) at ../src/include/executor/executor.h:278
[09:42:32.151] #8  ExecutePlan (estate=0x83b600100, planstate=0x83b600380, use_parallel_mode=<optimized out>, operation=...
[09:42:32.151] #9  standard_ExecutorRun (queryDesc=0x838474500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:31.876] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83a779500, econtext=0x83a77a160, isnull=0x820bc8dc7) at...
[09:42:31.876] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a7799f0, econtext=0x83a774538, isNull=0x820bc8dc7) at ....
[09:42:31.876] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:31.876] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a779100, slot=slot@entry=0x83a774538, isnew=isnew...
[09:42:31.876] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83a6d5380) at ../src/backend/exe...
[09:42:31.876] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83a6d5380) at ../src/backend/executor/nodeAgg.c...
[09:42:31.876] #6  ExecAgg (pstate=0x83a6d5380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:31.876] #7  0x00000000007654cb in ExecProcNode (node=0x83a6d5380) at ../src/include/executor/executor.h:278
[09:42:31.876] #8  ExecutePlan (estate=0x83a6d5100, planstate=0x83a6d5380, use_parallel_mode=<optimized out>, operation=...
[09:42:31.876] #9  standard_ExecutorRun (queryDesc=0x834c8d500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:31.601] #0  0x000000000075c5ea in ExecInterpExpr (state=0x835279500, econtext=0x83527a160, isnull=0x821965bf7) at...
[09:42:31.601] #1  0x0000000000763080 in ExecEvalExpr (state=0x8352799f0, econtext=0x835274738, isNull=0x821965bf7) at ....
[09:42:31.601] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:31.601] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x835279100, slot=slot@entry=0x835274738, isnew=isnew...
[09:42:31.601] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x8350e7380) at ../src/backend/exe...
[09:42:31.601] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x8350e7380) at ../src/backend/executor/nodeAgg.c...
[09:42:31.601] #6  ExecAgg (pstate=0x8350e7380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:31.601] #7  0x00000000007654cb in ExecProcNode (node=0x8350e7380) at ../src/include/executor/executor.h:278
[09:42:31.601] #8  ExecutePlan (estate=0x8350e7100, planstate=0x8350e7380, use_parallel_mode=<optimized out>, operation=...
[09:42:31.601] #9  standard_ExecutorRun (queryDesc=0x8350b2500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:31.327] #0  0x000000000075c5ea in ExecInterpExpr (state=0x836279500, econtext=0x83627a160, isnull=0x820d83267) at...
[09:42:31.327] #1  0x0000000000763080 in ExecEvalExpr (state=0x8362799f0, econtext=0x836274538, isNull=0x820d83267) at ....
[09:42:31.327] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:31.327] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x836279100, slot=slot@entry=0x836274538, isnew=isnew...
[09:42:31.327] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x836185380) at ../src/backend/exe...
[09:42:31.327] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x836185380) at ../src/backend/executor/nodeAgg.c...
[09:42:31.327] #6  ExecAgg (pstate=0x836185380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:31.327] #7  0x00000000007654cb in ExecProcNode (node=0x836185380) at ../src/include/executor/executor.h:278
[09:42:31.327] #8  ExecutePlan (estate=0x836185100, planstate=0x836185380, use_parallel_mode=<optimized out>, operation=...
[09:42:31.327] #9  standard_ExecutorRun (queryDesc=0x831403500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:31.050] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83e421500, econtext=0x83e422160, isnull=0x8215af697) at...
[09:42:31.050] #1  0x0000000000763080 in ExecEvalExpr (state=0x83e4219f0, econtext=0x83e41c578, isNull=0x8215af697) at ....
[09:42:31.050] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:31.050] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83e421100, slot=slot@entry=0x83e41c578, isnew=isnew...
[09:42:31.050] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83e37d380) at ../src/backend/exe...
[09:42:31.050] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83e37d380) at ../src/backend/executor/nodeAgg.c...
[09:42:31.050] #6  ExecAgg (pstate=0x83e37d380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:31.050] #7  0x00000000007654cb in ExecProcNode (node=0x83e37d380) at ../src/include/executor/executor.h:278
[09:42:31.050] #8  ExecutePlan (estate=0x83e37d100, planstate=0x83e37d380, use_parallel_mode=<optimized out>, operation=...
[09:42:31.050] #9  standard_ExecutorRun (queryDesc=0x838a11500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:30.774] #0  0x000000000075c5ea in ExecInterpExpr (state=0x836da0500, econtext=0x836da1160, isnull=0x8214c6be7) at...
[09:42:30.774] #1  0x0000000000763080 in ExecEvalExpr (state=0x836da09f0, econtext=0x836d9b678, isNull=0x8214c6be7) at ....
[09:42:30.774] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:30.774] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x836da0100, slot=slot@entry=0x836d9b678, isnew=isnew...
[09:42:30.774] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x8336d3380) at ../src/backend/exe...
[09:42:30.774] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x8336d3380) at ../src/backend/executor/nodeAgg.c...
[09:42:30.774] #6  ExecAgg (pstate=0x8336d3380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:30.774] #7  0x00000000007654cb in ExecProcNode (node=0x8336d3380) at ../src/include/executor/executor.h:278
[09:42:30.774] #8  ExecutePlan (estate=0x8336d3100, planstate=0x8336d3380, use_parallel_mode=<optimized out>, operation=...
[09:42:30.774] #9  standard_ExecutorRun (queryDesc=0x833522500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:30.497] #0  0x000000000075c5ea in ExecInterpExpr (state=0x8366db500, econtext=0x8366dc160, isnull=0x82161c807) at...
[09:42:30.497] #1  0x0000000000763080 in ExecEvalExpr (state=0x8366db9f0, econtext=0x8366d64b8, isNull=0x82161c807) at ....
[09:42:30.497] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:30.497] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8366db100, slot=slot@entry=0x8366d64b8, isnew=isnew...
[09:42:30.497] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x832dbb380) at ../src/backend/exe...
[09:42:30.497] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x832dbb380) at ../src/backend/executor/nodeAgg.c...
[09:42:30.497] #6  ExecAgg (pstate=0x832dbb380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:30.497] #7  0x00000000007654cb in ExecProcNode (node=0x832dbb380) at ../src/include/executor/executor.h:278
[09:42:30.497] #8  ExecutePlan (estate=0x832dbb100, planstate=0x832dbb380, use_parallel_mode=<optimized out>, operation=...
[09:42:30.497] #9  standard_ExecutorRun (queryDesc=0x832c05500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:30.214] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83e0fb500, econtext=0x83e0fc160, isnull=0x8217bf407) at...
[09:42:30.214] #1  0x0000000000763080 in ExecEvalExpr (state=0x83e0fb9f0, econtext=0x83e0f6438, isNull=0x8217bf407) at ....
[09:42:30.214] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:30.214] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83e0fb100, slot=slot@entry=0x83e0f6438, isnew=isnew...
[09:42:30.214] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x8393de380) at ../src/backend/exe...
[09:42:30.214] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x8393de380) at ../src/backend/executor/nodeAgg.c...
[09:42:30.214] #6  ExecAgg (pstate=0x8393de380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:30.214] #7  0x00000000007654cb in ExecProcNode (node=0x8393de380) at ../src/include/executor/executor.h:278
[09:42:30.214] #8  ExecutePlan (estate=0x8393de100, planstate=0x8393de380, use_parallel_mode=<optimized out>, operation=...
[09:42:30.214] #9  standard_ExecutorRun (queryDesc=0x839228500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:29.929] #0  0x000000000075c5ea in ExecInterpExpr (state=0x834e83500, econtext=0x834e84160, isnull=0x8213867c7) at...
[09:42:29.929] #1  0x0000000000763080 in ExecEvalExpr (state=0x834e839f0, econtext=0x839c4feb8, isNull=0x8213867c7) at ....
[09:42:29.929] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:29.929] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x834e83100, slot=slot@entry=0x839c4feb8, isnew=isnew...
[09:42:29.929] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x834cfa380) at ../src/backend/exe...
[09:42:29.929] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x834cfa380) at ../src/backend/executor/nodeAgg.c...
[09:42:29.929] #6  ExecAgg (pstate=0x834cfa380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:29.929] #7  0x00000000007654cb in ExecProcNode (node=0x834cfa380) at ../src/include/executor/executor.h:278
[09:42:29.929] #8  ExecutePlan (estate=0x834cfa100, planstate=0x834cfa380, use_parallel_mode=<optimized out>, operation=...
[09:42:29.929] #9  standard_ExecutorRun (queryDesc=0x834cc3500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:29.649] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83db38500, econtext=0x83db39160, isnull=0x821a45ef7) at...
[09:42:29.649] #1  0x0000000000763080 in ExecEvalExpr (state=0x83db389f0, econtext=0x83db339b8, isNull=0x821a45ef7) at ....
[09:42:29.649] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:29.649] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83db38100, slot=slot@entry=0x83db339b8, isnew=isnew...
[09:42:29.649] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83780b380) at ../src/backend/exe...
[09:42:29.649] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83780b380) at ../src/backend/executor/nodeAgg.c...
[09:42:29.649] #6  ExecAgg (pstate=0x83780b380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:29.649] #7  0x00000000007654cb in ExecProcNode (node=0x83780b380) at ../src/include/executor/executor.h:278
[09:42:29.649] #8  ExecutePlan (estate=0x83780b100, planstate=0x83780b380, use_parallel_mode=<optimized out>, operation=...
[09:42:29.649] #9  standard_ExecutorRun (queryDesc=0x83765a500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:36.330] #0  0x000000000075c5ea in ExecInterpExpr (state=0x837999500, econtext=0x83799a160, isnull=0x82127e127) at...
[09:42:36.330] #1  0x0000000000763080 in ExecEvalExpr (state=0x8379999f0, econtext=0x837993e78, isNull=0x82127e127) at ....
[09:42:36.330] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:36.330] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837999100, slot=slot@entry=0x837993e78, isnew=isnew...
[09:42:36.330] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x8378f0380) at ../src/backend/exe...
[09:42:36.330] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x8378f0380) at ../src/backend/executor/nodeAgg.c...
[09:42:36.330] #6  ExecAgg (pstate=0x8378f0380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:36.330] #7  0x00000000007654cb in ExecProcNode (node=0x8378f0380) at ../src/include/executor/executor.h:278
[09:42:36.330] #8  ExecutePlan (estate=0x8378f0100, planstate=0x8378f0380, use_parallel_mode=<optimized out>, operation=...
[09:42:36.330] #9  standard_ExecutorRun (queryDesc=0x8337ac500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:29.088] #0  0x000000000075c5ea in ExecInterpExpr (state=0x8397d4500, econtext=0x8397d5160, isnull=0x820d1af57) at...
[09:42:29.088] #1  0x0000000000763080 in ExecEvalExpr (state=0x8397d49f0, econtext=0x8397cf8b8, isNull=0x820d1af57) at ....
[09:42:29.088] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:29.088] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8397d4100, slot=slot@entry=0x8397cf8b8, isnew=isnew...
[09:42:29.088] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x835a83380) at ../src/backend/exe...
[09:42:29.088] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x835a83380) at ../src/backend/executor/nodeAgg.c...
[09:42:29.088] #6  ExecAgg (pstate=0x835a83380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:29.088] #7  0x00000000007654cb in ExecProcNode (node=0x835a83380) at ../src/include/executor/executor.h:278
[09:42:29.088] #8  ExecutePlan (estate=0x835a83100, planstate=0x835a83380, use_parallel_mode=<optimized out>, operation=...
[09:42:29.088] #9  standard_ExecutorRun (queryDesc=0x8358d2500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:28.800] #0  0x000000000075c5ea in ExecInterpExpr (state=0x838a79500, econtext=0x838a7a160, isnull=0x820c02b97) at...
[09:42:28.800] #1  0x0000000000763080 in ExecEvalExpr (state=0x838a799f0, econtext=0x838a743b8, isNull=0x820c02b97) at ....
[09:42:28.800] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:28.800] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838a79100, slot=slot@entry=0x838a743b8, isnew=isnew...
[09:42:28.800] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x8389e2380) at ../src/backend/exe...
[09:42:28.800] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x8389e2380) at ../src/backend/executor/nodeAgg.c...
[09:42:28.800] #6  ExecAgg (pstate=0x8389e2380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:28.800] #7  0x00000000007654cb in ExecProcNode (node=0x8389e2380) at ../src/include/executor/executor.h:278
[09:42:28.800] #8  ExecutePlan (estate=0x8389e2100, planstate=0x8389e2380, use_parallel_mode=<optimized out>, operation=...
[09:42:28.800] #9  standard_ExecutorRun (queryDesc=0x834a78500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:28.523] #0  0x000000000075c5ea in ExecInterpExpr (state=0x841fe1f20, econtext=0x841feb188, isnull=0x8210ea937) at...
[09:42:28.523] #1  0x0000000000763080 in ExecEvalExpr (state=0x841feaa18, econtext=0x841fe3778, isNull=0x8210ea937) at ....
[09:42:28.523] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:28.523] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x841fe0100, slot=slot@entry=0x841fe3778, isnew=isnew...
[09:42:28.523] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x835ffc350) at ../src/backend/exe...
[09:42:28.523] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x835ffc350) at ../src/backend/executor/nodeAgg.c...
[09:42:28.523] #6  ExecAgg (pstate=0x835ffc350) at ../src/backend/executor/nodeAgg.c:2172
[09:42:28.523] #7  0x00000000007654cb in ExecProcNode (node=0x835ffc350) at ../src/include/executor/executor.h:278
[09:42:28.523] #8  ExecutePlan (estate=0x835ffc100, planstate=0x835ffc350, use_parallel_mode=<optimized out>, operation=...
[09:42:28.523] #9  standard_ExecutorRun (queryDesc=0x835e2fd00, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:28.246] #0  0x000000000075c5ea in ExecInterpExpr (state=0x84197c398, econtext=0x84197cff8, isnull=0x8214953a7) at...
[09:42:28.246] #1  0x0000000000763080 in ExecEvalExpr (state=0x84197c888, econtext=0x841a324e8, isNull=0x8214953a7) at ....
[09:42:28.246] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:28.246] #3  LookupTupleHashEntry (hashtable=0x84197b7d8, slot=slot@entry=0x841a324e8, isnew=isnew@entry=0x8214953...
[09:42:28.246] #4  0x000000000079d8b9 in ExecRecursiveUnion (pstate=0x834c62550) at ../src/backend/executor/nodeRecursiv...
[09:42:28.246] #5  0x0000000000781f1c in ExecProcNode (node=0x834c62550) at ../src/include/executor/executor.h:278
[09:42:28.246] #6  CteScanNext (node=0x84197d0d8) at ../src/backend/executor/nodeCtescan.c:103
[09:42:28.246] #7  0x000000000076fcb3 in ExecScan (node=0x84197d0d8, accessMtd=0x781e20 <CteScanNext>, recheckMtd=0x781f...
[09:42:28.246] #8  0x00000000007654cb in ExecProcNode (node=0x84197d0d8) at ../src/include/executor/executor.h:278
[09:42:28.246] #9  ExecutePlan (estate=0x834c62100, planstate=0x84197d0d8, use_parallel_mode=<optimized out>, operation=...
core
[09:42:27.968] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83a455500, econtext=0x83a456160, isnull=0x8211f95b7) at...
[09:42:27.968] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a4559f0, econtext=0x83a450878, isNull=0x8211f95b7) at ....
[09:42:27.968] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:27.968] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a455100, slot=slot@entry=0x83a450878, isnew=isnew...
[09:42:27.968] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83a38e380) at ../src/backend/exe...
[09:42:27.968] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83a38e380) at ../src/backend/executor/nodeAgg.c...
[09:42:27.968] #6  ExecAgg (pstate=0x83a38e380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:27.968] #7  0x00000000007654cb in ExecProcNode (node=0x83a38e380) at ../src/include/executor/executor.h:278
[09:42:27.968] #8  ExecutePlan (estate=0x83a38e100, planstate=0x83a38e380, use_parallel_mode=<optimized out>, operation=...
[09:42:27.968] #9  standard_ExecutorRun (queryDesc=0x83552d500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:27.691] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83b138710, econtext=0x83b13a108, isnull=0x821a0f0f7) at...
[09:42:27.691] #1  0x0000000000763080 in ExecEvalExpr (state=0x83b138c00, econtext=0x83b140898, isNull=0x821a0f0f7) at ....
[09:42:27.691] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:27.691] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b137100, slot=slot@entry=0x83b140898, isnew=isnew...
[09:42:27.691] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83b0e9c50) at ../src/backend/exe...
[09:42:27.691] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83b0e9c50) at ../src/backend/executor/nodeAgg.c...
[09:42:27.691] #6  ExecAgg (pstate=0x83b0e9c50) at ../src/backend/executor/nodeAgg.c:2172
[09:42:27.691] #7  0x000000000079f5b7 in ExecProcNode (node=0x83b0e9c50) at ../src/include/executor/executor.h:278
[09:42:27.691] #8  ExecSort (pstate=0x83b0e9a40) at ../src/backend/executor/nodeSort.c:149
[09:42:27.691] #9  0x00000000007654cb in ExecProcNode (node=0x83b0e9a40) at ../src/include/executor/executor.h:278
core
[09:42:27.407] #0  0x000000000075c5ea in ExecInterpExpr (state=0x839983710, econtext=0x839985108, isnull=0x821ac8177) at...
[09:42:27.407] #1  0x0000000000763080 in ExecEvalExpr (state=0x839983c00, econtext=0x83998b958, isNull=0x821ac8177) at ....
[09:42:27.407] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:27.407] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839982100, slot=slot@entry=0x83998b958, isnew=isnew...
[09:42:27.407] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x839934fd0) at ../src/backend/exe...
[09:42:27.407] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x839934fd0) at ../src/backend/executor/nodeAgg.c...
[09:42:27.407] #6  ExecAgg (pstate=0x839934fd0) at ../src/backend/executor/nodeAgg.c:2172
[09:42:27.407] #7  0x000000000079f5b7 in ExecProcNode (node=0x839934fd0) at ../src/include/executor/executor.h:278
[09:42:27.407] #8  ExecSort (pstate=0x839934dc0) at ../src/backend/executor/nodeSort.c:149
[09:42:27.407] #9  0x00000000007654cb in ExecProcNode (node=0x839934dc0) at ../src/include/executor/executor.h:278
core
[09:42:36.609] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83ae99500, econtext=0x83ae9a160, isnull=0x820c3fcc7) at...
[09:42:36.609] #1  0x0000000000763080 in ExecEvalExpr (state=0x83ae999f0, econtext=0x83aea65f8, isNull=0x820c3fcc7) at ....
[09:42:36.609] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:36.609] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83ae99100, slot=slot@entry=0x83aea65f8, isnew=isnew...
[09:42:36.609] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83ae07380) at ../src/backend/exe...
[09:42:36.609] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83ae07380) at ../src/backend/executor/nodeAgg.c...
[09:42:36.609] #6  ExecAgg (pstate=0x83ae07380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:36.609] #7  0x00000000007654cb in ExecProcNode (node=0x83ae07380) at ../src/include/executor/executor.h:278
[09:42:36.609] #8  ExecutePlan (estate=0x83ae07100, planstate=0x83ae07380, use_parallel_mode=<optimized out>, operation=...
[09:42:36.609] #9  standard_ExecutorRun (queryDesc=0x8365e2500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:36.889] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83a0ad500, econtext=0x83a0ae160, isnull=0x82154c407) at...
[09:42:36.889] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a0ad9f0, econtext=0x83a0a7d78, isNull=0x82154c407) at ....
[09:42:36.889] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:36.889] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a0ad100, slot=slot@entry=0x83a0a7d78, isnew=isnew...
[09:42:36.889] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83a009380) at ../src/backend/exe...
[09:42:36.889] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83a009380) at ../src/backend/executor/nodeAgg.c...
[09:42:36.889] #6  ExecAgg (pstate=0x83a009380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:36.889] #7  0x00000000007654cb in ExecProcNode (node=0x83a009380) at ../src/include/executor/executor.h:278
[09:42:36.889] #8  ExecutePlan (estate=0x83a009100, planstate=0x83a009380, use_parallel_mode=<optimized out>, operation=...
[09:42:36.889] #9  standard_ExecutorRun (queryDesc=0x834e4d500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:37.163] #0  0x000000000075c5ea in ExecInterpExpr (state=0x8399fc500, econtext=0x8399fd160, isnull=0x821781a97) at...
[09:42:37.163] #1  0x0000000000763080 in ExecEvalExpr (state=0x8399fc9f0, econtext=0x8399f70b8, isNull=0x821781a97) at ....
[09:42:37.163] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:37.163] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8399fc100, slot=slot@entry=0x8399f70b8, isnew=isnew...
[09:42:37.163] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x839958380) at ../src/backend/exe...
[09:42:37.163] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x839958380) at ../src/backend/executor/nodeAgg.c...
[09:42:37.163] #6  ExecAgg (pstate=0x839958380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:37.163] #7  0x00000000007654cb in ExecProcNode (node=0x839958380) at ../src/include/executor/executor.h:278
[09:42:37.163] #8  ExecutePlan (estate=0x839958100, planstate=0x839958380, use_parallel_mode=<optimized out>, operation=...
[09:42:37.163] #9  standard_ExecutorRun (queryDesc=0x8359cd500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:37.430] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83aded500, econtext=0x83adee160, isnull=0x8217ca767) at...
[09:42:37.430] #1  0x0000000000763080 in ExecEvalExpr (state=0x83aded9f0, econtext=0x83ade8038, isNull=0x8217ca767) at ....
[09:42:37.430] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:37.430] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83aded100, slot=slot@entry=0x83ade8038, isnew=isnew...
[09:42:37.430] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x835b9a380) at ../src/backend/exe...
[09:42:37.430] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x835b9a380) at ../src/backend/executor/nodeAgg.c...
[09:42:37.430] #6  ExecAgg (pstate=0x835b9a380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:37.430] #7  0x00000000007654cb in ExecProcNode (node=0x835b9a380) at ../src/include/executor/executor.h:278
[09:42:37.430] #8  ExecutePlan (estate=0x835b9a100, planstate=0x835b9a380, use_parallel_mode=<optimized out>, operation=...
[09:42:37.430] #9  standard_ExecutorRun (queryDesc=0x8359e9500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:27.123] #0  0x000000000075c5ea in ExecInterpExpr (state=0x843e8c710, econtext=0x843e8e108, isnull=0x8211929c7) at...
[09:42:27.123] #1  0x0000000000763080 in ExecEvalExpr (state=0x843e8cc00, econtext=0x843e93e98, isNull=0x8211929c7) at ....
[09:42:27.123] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:27.123] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x843e8b100, slot=slot@entry=0x843e93e98, isnew=isnew...
[09:42:27.123] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x843e3e090) at ../src/backend/exe...
[09:42:27.123] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x843e3e090) at ../src/backend/executor/nodeAgg.c...
[09:42:27.123] #6  ExecAgg (pstate=0x843e3e090) at ../src/backend/executor/nodeAgg.c:2172
[09:42:27.123] #7  0x000000000079f5b7 in ExecProcNode (node=0x843e3e090) at ../src/include/executor/executor.h:278
[09:42:27.123] #8  ExecSort (pstate=0x843e3de80) at ../src/backend/executor/nodeSort.c:149
[09:42:27.123] #9  0x00000000007654cb in ExecProcNode (node=0x843e3de80) at ../src/include/executor/executor.h:278
core
[09:42:26.835] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83fafc710, econtext=0x83fafe108, isnull=0x82119fd67) at...
[09:42:26.835] #1  0x0000000000763080 in ExecEvalExpr (state=0x83fafcc00, econtext=0x83fade7c0, isNull=0x82119fd67) at ....
[09:42:26.835] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:26.835] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83fafb100, slot=slot@entry=0x83fade7c0, isnew=isnew...
[09:42:26.835] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83fbb7ed0) at ../src/backend/exe...
[09:42:26.835] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83fbb7ed0) at ../src/backend/executor/nodeAgg.c...
[09:42:26.835] #6  ExecAgg (pstate=0x83fbb7ed0) at ../src/backend/executor/nodeAgg.c:2172
[09:42:26.835] #7  0x000000000079f5b7 in ExecProcNode (node=0x83fbb7ed0) at ../src/include/executor/executor.h:278
[09:42:26.835] #8  ExecSort (pstate=0x83fbb7cc0) at ../src/backend/executor/nodeSort.c:149
[09:42:26.835] #9  0x00000000007654cb in ExecProcNode (node=0x83fbb7cc0) at ../src/include/executor/executor.h:278
core
[09:42:26.544] #0  0x000000000075c5ea in ExecInterpExpr (state=0x846763400, econtext=0x846763f70, isnull=0x82167a1a7) at...
[09:42:26.544] #1  0x0000000000763080 in ExecEvalExpr (state=0x8467638f0, econtext=0x84675a2b0, isNull=0x82167a1a7) at ....
[09:42:26.544] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:26.544] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x846763100, slot=slot@entry=0x84675a2b0, isnew=isnew...
[09:42:26.544] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x846769f28) at ../src/backend/exe...
[09:42:26.544] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x846769f28) at ../src/backend/executor/nodeAgg.c...
[09:42:26.544] #6  ExecAgg (pstate=0x846769f28) at ../src/backend/executor/nodeAgg.c:2172
[09:42:26.544] #7  0x000000000077cc7d in ExecProcNode (node=0x846769f28) at ../src/include/executor/executor.h:278
[09:42:26.544] #8  fetch_input_tuple (aggstate=aggstate@entry=0x8467698c0) at ../src/backend/executor/nodeAgg.c:561
[09:42:26.544] #9  0x000000000077a69a in agg_fill_hash_table (aggstate=0x8467698c0) at ../src/backend/executor/nodeAgg.c...
core
[09:42:26.242] #0  0x000000000075c5ea in ExecInterpExpr (state=0x838d07f20, econtext=0x838dd5f98, isnull=0x821a0d687) at...
[09:42:26.242] #1  0x0000000000763080 in ExecEvalExpr (state=0x838dd5918, econtext=0x838d300c0, isNull=0x821a0d687) at ....
[09:42:26.242] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:26.242] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838d06100, slot=slot@entry=0x838d300c0, isnew=isnew...
[09:42:26.242] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x836d9b558) at ../src/backend/exe...
[09:42:26.242] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x836d9b558) at ../src/backend/executor/nodeAgg.c...
[09:42:26.242] #6  ExecAgg (pstate=0x836d9b558) at ../src/backend/executor/nodeAgg.c:2172
[09:42:26.242] #7  0x000000000079f5b7 in ExecProcNode (node=0x836d9b558) at ../src/include/executor/executor.h:278
[09:42:26.242] #8  ExecSort (pstate=0x836d9b348) at ../src/backend/executor/nodeSort.c:149
[09:42:26.242] #9  0x00000000007654cb in ExecProcNode (node=0x836d9b348) at ../src/include/executor/executor.h:278
core
[09:42:25.930] #0  0x000000000075c5ea in ExecInterpExpr (state=0x837b48f20, econtext=0x83a2f1698, isnull=0x820c27197) at...
[09:42:25.930] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a2f1018, econtext=0x837c448e0, isNull=0x820c27197) at ....
[09:42:25.930] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:25.930] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837b47100, slot=slot@entry=0x837c448e0, isnew=isnew...
[09:42:25.930] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x837c43348) at ../src/backend/exe...
[09:42:25.930] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x837c43348) at ../src/backend/executor/nodeAgg.c...
[09:42:25.930] #6  ExecAgg (pstate=0x837c43348) at ../src/backend/executor/nodeAgg.c:2172
[09:42:25.930] #7  0x00000000007654cb in ExecProcNode (node=0x837c43348) at ../src/include/executor/executor.h:278
[09:42:25.930] #8  ExecutePlan (estate=0x837c43100, planstate=0x837c43348, use_parallel_mode=<optimized out>, operation=...
[09:42:25.930] #9  standard_ExecutorRun (queryDesc=0x837c39900, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:25.644] #0  0x000000000075c5ea in ExecInterpExpr (state=0x833eb5490, econtext=0x833eb6000, isnull=0x8212b7177) at...
[09:42:25.644] #1  0x0000000000763080 in ExecEvalExpr (state=0x833eb5980, econtext=0x84235dd18, isNull=0x8212b7177) at ....
[09:42:25.644] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:25.644] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x833eb5100, slot=slot@entry=0x84235dd18, isnew=isnew...
[09:42:25.644] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x833ffa550) at ../src/backend/exe...
[09:42:25.644] #5  0x000000000077aaba in agg_retrieve_direct (aggstate=0x833ffa550) at ../src/backend/executor/nodeAgg.c...
[09:42:25.644] #6  ExecAgg (pstate=0x833ffa550) at ../src/backend/executor/nodeAgg.c:2179
[09:42:25.644] #7  0x000000000079f5b7 in ExecProcNode (node=0x833ffa550) at ../src/include/executor/executor.h:278
[09:42:25.644] #8  ExecSort (pstate=0x833ffa340) at ../src/backend/executor/nodeSort.c:149
[09:42:25.644] #9  0x00000000007654cb in ExecProcNode (node=0x833ffa340) at ../src/include/executor/executor.h:278
core
[09:42:25.354] #0  0x000000000075c5ea in ExecInterpExpr (state=0x838399468, econtext=0x83839c718, isnull=0x820de5cc7) at...
[09:42:25.354] #1  0x0000000000763080 in ExecEvalExpr (state=0x838399e48, econtext=0x83659e718, isNull=0x820de5cc7) at ....
[09:42:25.354] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:25.354] #3  LookupTupleHashEntry (hashtable=0x8383992c8, slot=slot@entry=0x83659e718, isnew=isnew@entry=0x820de5d...
[09:42:25.354] #4  0x000000000079ec84 in setop_fill_hash_table (setopstate=0x83827b340) at ../src/backend/executor/nodeS...
[09:42:25.354] #5  ExecSetOp (pstate=0x83827b340) at ../src/backend/executor/nodeSetOp.c:216
[09:42:25.354] #6  0x00000000007654cb in ExecProcNode (node=0x83827b340) at ../src/include/executor/executor.h:278
[09:42:25.354] #7  ExecutePlan (estate=0x83827b100, planstate=0x83827b340, use_parallel_mode=<optimized out>, operation=...
[09:42:25.354] #8  standard_ExecutorRun (queryDesc=0x8363d6900, direction=ForwardScanDirection, count=0, execute_once=<o...
[09:42:25.354] #9  0x000000000093be89 in PortalRunSelect (portal=portal@entry=0x83649d100, forward=<optimized out>, coun...
core
[09:42:25.070] #0  0x000000000075c5ea in ExecInterpExpr (state=0x837918f20, econtext=0x837921f58, isnull=0x820c7a6d7) at...
[09:42:25.070] #1  0x0000000000763080 in ExecEvalExpr (state=0x8379218d8, econtext=0x837919b98, isNull=0x820c7a6d7) at ....
[09:42:25.070] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:25.070] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837917100, slot=slot@entry=0x837919b98, isnew=isnew...
[09:42:25.070] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83781e350) at ../src/backend/exe...
[09:42:25.070] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83781e350) at ../src/backend/executor/nodeAgg.c...
[09:42:25.070] #6  ExecAgg (pstate=0x83781e350) at ../src/backend/executor/nodeAgg.c:2172
[09:42:25.070] #7  0x00000000007654cb in ExecProcNode (node=0x83781e350) at ../src/include/executor/executor.h:278
[09:42:25.070] #8  ExecutePlan (estate=0x83781e100, planstate=0x83781e350, use_parallel_mode=<optimized out>, operation=...
[09:42:25.070] #9  standard_ExecutorRun (queryDesc=0x8379159c0, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:24.777] #0  0x000000000075c5ea in ExecInterpExpr (state=0x838983500, econtext=0x838984160, isnull=0x821826d67) at...
[09:42:24.777] #1  0x0000000000763080 in ExecEvalExpr (state=0x8389839f0, econtext=0x83897dff8, isNull=0x821826d67) at ....
[09:42:24.777] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:24.777] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838983100, slot=slot@entry=0x83897dff8, isnew=isnew...
[09:42:24.777] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x8388df380) at ../src/backend/exe...
[09:42:24.777] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x8388df380) at ../src/backend/executor/nodeAgg.c...
[09:42:24.777] #6  ExecAgg (pstate=0x8388df380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:24.777] #7  0x00000000007654cb in ExecProcNode (node=0x8388df380) at ../src/include/executor/executor.h:278
[09:42:24.777] #8  ExecutePlan (estate=0x8388df100, planstate=0x8388df380, use_parallel_mode=<optimized out>, operation=...
[09:42:24.777] #9  standard_ExecutorRun (queryDesc=0x835966500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:24.494] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83a076500, econtext=0x83a077160, isnull=0x821544ff7) at...
[09:42:24.494] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a0769f0, econtext=0x83a071338, isNull=0x821544ff7) at ....
[09:42:24.494] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:24.494] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a076100, slot=slot@entry=0x83a071338, isnew=isnew...
[09:42:24.494] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x836cf7380) at ../src/backend/exe...
[09:42:24.494] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x836cf7380) at ../src/backend/executor/nodeAgg.c...
[09:42:24.494] #6  ExecAgg (pstate=0x836cf7380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:24.494] #7  0x00000000007654cb in ExecProcNode (node=0x836cf7380) at ../src/include/executor/executor.h:278
[09:42:24.494] #8  ExecutePlan (estate=0x836cf7100, planstate=0x836cf7380, use_parallel_mode=<optimized out>, operation=...
[09:42:24.494] #9  standard_ExecutorRun (queryDesc=0x836b4b500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:24.215] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83afcb500, econtext=0x83afcc160, isnull=0x82102b787) at...
[09:42:24.215] #1  0x0000000000763080 in ExecEvalExpr (state=0x83afcb9f0, econtext=0x83afc6238, isNull=0x82102b787) at ....
[09:42:24.215] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:24.215] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83afcb100, slot=slot@entry=0x83afc6238, isnew=isnew...
[09:42:24.215] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83af27380) at ../src/backend/exe...
[09:42:24.215] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83af27380) at ../src/backend/executor/nodeAgg.c...
[09:42:24.215] #6  ExecAgg (pstate=0x83af27380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:24.215] #7  0x00000000007654cb in ExecProcNode (node=0x83af27380) at ../src/include/executor/executor.h:278
[09:42:24.215] #8  ExecutePlan (estate=0x83af27100, planstate=0x83af27380, use_parallel_mode=<optimized out>, operation=...
[09:42:24.215] #9  standard_ExecutorRun (queryDesc=0x83650d500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:23.939] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83ae7af20, econtext=0x83aece758, isnull=0x820f9e397) at...
[09:42:23.939] #1  0x0000000000763080 in ExecEvalExpr (state=0x83aece0d8, econtext=0x83ae70ef8, isNull=0x820f9e397) at ....
[09:42:23.939] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:23.939] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83ae79100, slot=slot@entry=0x83ae70ef8, isnew=isnew...
[09:42:23.939] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83ae53558) at ../src/backend/exe...
[09:42:23.939] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83ae53558) at ../src/backend/executor/nodeAgg.c...
[09:42:23.939] #6  ExecAgg (pstate=0x83ae53558) at ../src/backend/executor/nodeAgg.c:2172
[09:42:23.939] #7  0x000000000079f5b7 in ExecProcNode (node=0x83ae53558) at ../src/include/executor/executor.h:278
[09:42:23.939] #8  ExecSort (pstate=0x83ae53348) at ../src/backend/executor/nodeSort.c:149
[09:42:23.939] #9  0x00000000007654cb in ExecProcNode (node=0x83ae53348) at ../src/include/executor/executor.h:278
core
[09:42:23.652] #0  0x000000082c1b441a in thr_kill () from /lib/libc.so.7
[09:42:23.652] #1  0x000000082c12de64 in raise () from /lib/libc.so.7
[09:42:23.652] #2  0x000000082c1de6f9 in abort () from /lib/libc.so.7
[09:42:23.652] #3  0x0000000000a923c5 in ExceptionalCondition (conditionName=0x356a47 "HaveRegisteredOrActiveSnapshot()"...
[09:42:23.652] #4  0x0000000000696eaa in index_drop (indexId=35519, concurrent=false, concurrent_lock_mode=<optimized ou...
[09:42:23.652] #5  0x000000000068e5be in doDeletion (object=object@entry=0x836d395b0, flags=flags@entry=21) at ../src/ba...
[09:42:23.652] #6  0x000000000068ca80 in deleteOneObject (object=0x836d395b0, depRel=0x82177f9c0, flags=21) at ../src/ba...
[09:42:23.652] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x83a189a18, depRel=depRel@entry=0x82177f9c0, ...
[09:42:23.652] #8  0x000000000068b715 in performDeletion (object=object@entry=0x82177fab0, behavior=behavior@entry=DROP_...
[09:42:23.652] #9  0x00000000008874f6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[09:42:23.352] #0  0x000000082c1b441a in thr_kill () from /lib/libc.so.7
[09:42:23.352] #1  0x000000082c12de64 in raise () from /lib/libc.so.7
[09:42:23.352] #2  0x000000082c1de6f9 in abort () from /lib/libc.so.7
[09:42:23.352] #3  0x0000000000a923c5 in ExceptionalCondition (conditionName=0x356a47 "HaveRegisteredOrActiveSnapshot()"...
[09:42:23.352] #4  0x0000000000696eaa in index_drop (indexId=35519, concurrent=false, concurrent_lock_mode=<optimized ou...
[09:42:23.352] #5  0x000000000068e5be in doDeletion (object=object@entry=0x836d395b0, flags=flags@entry=21) at ../src/ba...
[09:42:23.352] #6  0x000000000068ca80 in deleteOneObject (object=0x836d395b0, depRel=0x82177f9c0, flags=21) at ../src/ba...
[09:42:23.352] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x836d3ffc8, depRel=depRel@entry=0x82177f9c0, ...
[09:42:23.352] #8  0x000000000068b715 in performDeletion (object=object@entry=0x82177fab0, behavior=behavior@entry=DROP_...
[09:42:23.352] #9  0x00000000008874f6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[09:42:23.048] #0  0x000000000075c5ea in ExecInterpExpr (state=0x8393fb710, econtext=0x8393fc190, isnull=0x82177f647) at...
[09:42:23.048] #1  0x0000000000763080 in ExecEvalExpr (state=0x8393fbbb0, econtext=0x8394799b0, isNull=0x82177f647) at ....
[09:42:23.048] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:23.048] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8393fb100, slot=slot@entry=0x8394799b0, isnew=isnew...
[09:42:23.048] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x8393d6418) at ../src/backend/exe...
[09:42:23.048] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x8393d6418) at ../src/backend/executor/nodeAgg.c...
[09:42:23.048] #6  ExecAgg (pstate=0x8393d6418) at ../src/backend/executor/nodeAgg.c:2172
[09:42:23.048] #7  0x000000000077effb in ExecProcNode (node=0x8393d6418) at ../src/include/executor/executor.h:278
[09:42:23.048] #8  ExecAppend (pstate=0x8393d5c48) at ../src/backend/executor/nodeAppend.c:351
[09:42:23.048] #9  0x000000000077cc7d in ExecProcNode (node=0x8393d5c48) at ../src/include/executor/executor.h:278
core
[09:42:22.758] #0  0x000000000075c5ea in ExecInterpExpr (state=0x839c89588, econtext=0x839c8ad58, isnull=0x82177f837) at...
[09:42:22.758] #1  0x0000000000763080 in ExecEvalExpr (state=0x839c89a78, econtext=0x836cc1680, isNull=0x82177f837) at ....
[09:42:22.758] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:22.758] #3  LookupTupleHashEntry (hashtable=0x839c87f78, slot=slot@entry=0x836cc1680, isnew=isnew@entry=0x82177f8...
[09:42:22.758] #4  0x000000000079ec84 in setop_fill_hash_table (setopstate=0x836d71d40) at ../src/backend/executor/nodeS...
[09:42:22.758] #5  ExecSetOp (pstate=0x836d71d40) at ../src/backend/executor/nodeSetOp.c:216
[09:42:22.758] #6  0x00000000007654cb in ExecProcNode (node=0x836d71d40) at ../src/include/executor/executor.h:278
[09:42:22.758] #7  ExecutePlan (estate=0x836d70100, planstate=0x836d71d40, use_parallel_mode=<optimized out>, operation=...
[09:42:22.758] #8  standard_ExecutorRun (queryDesc=0x836c60500, direction=ForwardScanDirection, count=0, execute_once=<o...
[09:42:22.758] #9  0x000000000093be89 in PortalRunSelect (portal=portal@entry=0x836c8d100, forward=<optimized out>, coun...
core
[09:42:22.469] #0  0x000000000075c5ea in ExecInterpExpr (state=0x8399dc9a8, econtext=0x8399e0728, isnull=0x82177f837) at...
[09:42:22.469] #1  0x0000000000763080 in ExecEvalExpr (state=0x8399e00a8, econtext=0x8399c6bd8, isNull=0x82177f837) at ....
[09:42:22.469] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:22.469] #3  LookupTupleHashEntry (hashtable=0x8399dc808, slot=slot@entry=0x8399c6bd8, isnew=isnew@entry=0x82177f8...
[09:42:22.469] #4  0x000000000079ec84 in setop_fill_hash_table (setopstate=0x8399665f0) at ../src/backend/executor/nodeS...
[09:42:22.469] #5  ExecSetOp (pstate=0x8399665f0) at ../src/backend/executor/nodeSetOp.c:216
[09:42:22.469] #6  0x00000000007654cb in ExecProcNode (node=0x8399665f0) at ../src/include/executor/executor.h:278
[09:42:22.469] #7  ExecutePlan (estate=0x839966100, planstate=0x8399665f0, use_parallel_mode=<optimized out>, operation=...
[09:42:22.469] #8  standard_ExecutorRun (queryDesc=0x836d62500, direction=ForwardScanDirection, count=0, execute_once=<o...
[09:42:22.469] #9  0x000000000093be89 in PortalRunSelect (portal=portal@entry=0x836c8d100, forward=<optimized out>, coun...
core
[09:42:22.176] #0  0x000000000075c5ea in ExecInterpExpr (state=0x839daac40, econtext=0x839dac1a0, isnull=0x82177f7d7) at...
[09:42:22.176] #1  0x0000000000763080 in ExecEvalExpr (state=0x839dab130, econtext=0x839db6220, isNull=0x82177f7d7) at ....
[09:42:22.176] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:22.176] #3  LookupTupleHashEntry (hashtable=0x839daaa88, slot=slot@entry=0x839db6220, isnew=isnew@entry=0x82177f8...
[09:42:22.176] #4  0x000000000079d8b9 in ExecRecursiveUnion (pstate=0x839db53d0) at ../src/backend/executor/nodeRecursiv...
[09:42:22.176] #5  0x0000000000781f1c in ExecProcNode (node=0x839db53d0) at ../src/include/executor/executor.h:278
[09:42:22.176] #6  CteScanNext (node=0x839dac490) at ../src/backend/executor/nodeCtescan.c:103
[09:42:22.176] #7  0x000000000079f5b7 in ExecProcNode (node=0x839dac490) at ../src/include/executor/executor.h:278
[09:42:22.176] #8  ExecSort (pstate=0x839dac280) at ../src/backend/executor/nodeSort.c:149
[09:42:22.176] #9  0x00000000007654cb in ExecProcNode (node=0x839dac280) at ../src/include/executor/executor.h:278
core
[09:42:21.893] #0  0x000000000075c5ea in ExecInterpExpr (state=0x836d75f20, econtext=0x839409858, isnull=0x82177f5f7) at...
[09:42:21.893] #1  0x0000000000763080 in ExecEvalExpr (state=0x8394091d8, econtext=0x8393fb5f0, isNull=0x82177f5f7) at ....
[09:42:21.893] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:21.893] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x836d74100, slot=slot@entry=0x8393fb5f0, isnew=isnew...
[09:42:21.893] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x836d6b3a0) at ../src/backend/exe...
[09:42:21.893] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x836d6b3a0) at ../src/backend/executor/nodeAgg.c...
[09:42:21.893] #6  ExecAgg (pstate=0x836d6b3a0) at ../src/backend/executor/nodeAgg.c:2172
[09:42:21.893] #7  0x0000000000785518 in ExecProcNode (node=0x836d6b3a0) at ../src/include/executor/executor.h:278
[09:42:21.893] #8  MultiExecPrivateHash (node=0x836d6b180) at ../src/backend/executor/nodeHash.c:166
[09:42:21.893] #9  MultiExecHash (node=0x836d6b180) at ../src/backend/executor/nodeHash.c:115
core
[09:42:21.602] #0  0x000000082c1b441a in thr_kill () from /lib/libc.so.7
[09:42:21.602] #1  0x000000082c12de64 in raise () from /lib/libc.so.7
[09:42:21.602] #2  0x000000082c1de6f9 in abort () from /lib/libc.so.7
[09:42:21.602] #3  0x0000000000a923c5 in ExceptionalCondition (conditionName=0x356a47 "HaveRegisteredOrActiveSnapshot()"...
[09:42:21.602] #4  0x0000000000696eaa in index_drop (indexId=35519, concurrent=false, concurrent_lock_mode=<optimized ou...
[09:42:21.602] #5  0x000000000068e5be in doDeletion (object=object@entry=0x836d395b0, flags=flags@entry=21) at ../src/ba...
[09:42:21.602] #6  0x000000000068ca80 in deleteOneObject (object=0x836d395b0, depRel=0x82177f9c0, flags=21) at ../src/ba...
[09:42:21.602] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x836d3ffc8, depRel=depRel@entry=0x82177f9c0, ...
[09:42:21.602] #8  0x000000000068b715 in performDeletion (object=object@entry=0x82177fab0, behavior=behavior@entry=DROP_...
[09:42:21.602] #9  0x00000000008874f6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[09:42:21.304] #0  0x000000000075c5ea in ExecInterpExpr (state=0x839704300, econtext=0x839704d80, isnull=0x82177fa07) at...
[09:42:21.304] #1  0x0000000000763080 in ExecEvalExpr (state=0x8397047a0, econtext=0x836d8f728, isNull=0x82177fa07) at ....
[09:42:21.304] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:21.304] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839704100, slot=slot@entry=0x836d8f728, isnew=isnew...
[09:42:21.304] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x836d428c0) at ../src/backend/exe...
[09:42:21.304] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x836d428c0) at ../src/backend/executor/nodeAgg.c...
[09:42:21.304] #6  ExecAgg (pstate=0x836d428c0) at ../src/backend/executor/nodeAgg.c:2172
[09:42:21.304] #7  0x00000000007654cb in ExecProcNode (node=0x836d428c0) at ../src/include/executor/executor.h:278
[09:42:21.304] #8  ExecutePlan (estate=0x836d42100, planstate=0x836d428c0, use_parallel_mode=<optimized out>, operation=...
[09:42:21.304] #9  standard_ExecutorRun (queryDesc=0x8396ee5c8, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:21.010] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83a2e3300, econtext=0x83a2e3d80, isnull=0x82177fa07) at...
[09:42:21.010] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a2e37a0, econtext=0x836d8f728, isNull=0x82177fa07) at ....
[09:42:21.010] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:21.010] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a2e3100, slot=slot@entry=0x836d8f728, isnew=isnew...
[09:42:21.010] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x836d428c0) at ../src/backend/exe...
[09:42:21.010] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x836d428c0) at ../src/backend/executor/nodeAgg.c...
[09:42:21.010] #6  ExecAgg (pstate=0x836d428c0) at ../src/backend/executor/nodeAgg.c:2172
[09:42:21.010] #7  0x00000000007654cb in ExecProcNode (node=0x836d428c0) at ../src/include/executor/executor.h:278
[09:42:21.010] #8  ExecutePlan (estate=0x836d42100, planstate=0x836d428c0, use_parallel_mode=<optimized out>, operation=...
[09:42:21.010] #9  standard_ExecutorRun (queryDesc=0x83a2cd5c8, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:20.722] #0  0x000000000075c5ea in ExecInterpExpr (state=0x846b64300, econtext=0x846b64d80, isnull=0x82177fa07) at...
[09:42:20.722] #1  0x0000000000763080 in ExecEvalExpr (state=0x846b647a0, econtext=0x836d8f728, isNull=0x82177fa07) at ....
[09:42:20.722] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:20.722] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x846b64100, slot=slot@entry=0x836d8f728, isnew=isnew...
[09:42:20.722] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x836d428c0) at ../src/backend/exe...
[09:42:20.722] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x836d428c0) at ../src/backend/executor/nodeAgg.c...
[09:42:20.722] #6  ExecAgg (pstate=0x836d428c0) at ../src/backend/executor/nodeAgg.c:2172
[09:42:20.722] #7  0x00000000007654cb in ExecProcNode (node=0x836d428c0) at ../src/include/executor/executor.h:278
[09:42:20.722] #8  ExecutePlan (estate=0x836d42100, planstate=0x836d428c0, use_parallel_mode=<optimized out>, operation=...
[09:42:20.722] #9  standard_ExecutorRun (queryDesc=0x846b4e7f8, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:20.438] #0  0x000000000075c5ea in ExecInterpExpr (state=0x839468300, econtext=0x839468d80, isnull=0x82177f667) at...
[09:42:20.438] #1  0x0000000000763080 in ExecEvalExpr (state=0x8394687a0, econtext=0x839410010, isNull=0x82177f667) at ....
[09:42:20.438] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:20.438] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839468100, slot=slot@entry=0x839410010, isnew=isnew...
[09:42:20.438] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83945abd8) at ../src/backend/exe...
[09:42:20.438] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83945abd8) at ../src/backend/executor/nodeAgg.c...
[09:42:20.438] #6  ExecAgg (pstate=0x83945abd8) at ../src/backend/executor/nodeAgg.c:2172
[09:42:20.438] #7  0x0000000000783b46 in ExecProcNode (node=0x83945abd8) at ../src/include/executor/executor.h:278
[09:42:20.438] #8  gather_getnext (gatherstate=0x83945aa38) at ../src/backend/executor/nodeGather.c:294
[09:42:20.438] #9  ExecGather (pstate=0x83945aa38) at ../src/backend/executor/nodeGather.c:229
core
[09:42:20.154] #0  0x000000000075c5ea in ExecInterpExpr (state=0x836c61f20, econtext=0x836d54d58, isnull=0x82177f747) at...
[09:42:20.154] #1  0x0000000000763080 in ExecEvalExpr (state=0x836d546d8, econtext=0x836d49a10, isNull=0x82177f747) at ....
[09:42:20.154] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:20.154] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x836c60100, slot=slot@entry=0x836d49a10, isnew=isnew...
[09:42:20.154] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x8393038c0) at ../src/backend/exe...
[09:42:20.154] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x8393038c0) at ../src/backend/executor/nodeAgg.c...
[09:42:20.154] #6  ExecAgg (pstate=0x8393038c0) at ../src/backend/executor/nodeAgg.c:2172
[09:42:20.154] #7  0x000000000079f5b7 in ExecProcNode (node=0x8393038c0) at ../src/include/executor/executor.h:278
[09:42:20.154] #8  ExecSort (pstate=0x839303380) at ../src/backend/executor/nodeSort.c:149
[09:42:20.154] #9  0x00000000007654cb in ExecProcNode (node=0x839303380) at ../src/include/executor/executor.h:278
core
[09:42:19.871] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83a101400, econtext=0x83a101f70, isnull=0x82177eab7) at...
[09:42:19.871] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a1018f0, econtext=0x836c50618, isNull=0x82177eab7) at ....
[09:42:19.871] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:19.871] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a101100, slot=slot@entry=0x836c50618, isnew=isnew...
[09:42:19.871] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x836d7b380) at ../src/backend/exe...
[09:42:19.871] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x836d7b380) at ../src/backend/executor/nodeAgg.c...
[09:42:19.871] #6  ExecAgg (pstate=0x836d7b380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:19.871] #7  0x000000000076d66a in ExecProcNodeInstr (node=0x836d7b380) at ../src/backend/executor/execProcnode.c:...
[09:42:19.871] #8  0x00000000007654cb in ExecProcNode (node=0x836d7b380) at ../src/include/executor/executor.h:278
[09:42:19.871] #9  ExecutePlan (estate=0x836d7b100, planstate=0x836d7b380, use_parallel_mode=<optimized out>, operation=...
core
[09:42:19.530] #0  0x000000000075c5ea in ExecInterpExpr (state=0x836d0d490, econtext=0x836d0e000, isnull=0x82177f747) at...
[09:42:19.530] #1  0x0000000000763080 in ExecEvalExpr (state=0x836d0d980, econtext=0x836d0b768, isNull=0x82177f747) at ....
[09:42:19.530] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:19.530] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x836d0d100, slot=slot@entry=0x836d0b768, isnew=isnew...
[09:42:19.530] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x839a62560) at ../src/backend/exe...
[09:42:19.530] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x839a62560) at ../src/backend/executor/nodeAgg.c...
[09:42:19.530] #6  ExecAgg (pstate=0x839a62560) at ../src/backend/executor/nodeAgg.c:2172
[09:42:19.530] #7  0x000000000079f5b7 in ExecProcNode (node=0x839a62560) at ../src/include/executor/executor.h:278
[09:42:19.530] #8  ExecSort (pstate=0x839a62350) at ../src/backend/executor/nodeSort.c:149
[09:42:19.530] #9  0x00000000007654cb in ExecProcNode (node=0x839a62350) at ../src/include/executor/executor.h:278
core
[09:42:19.251] #0  0x000000000075c5ea in ExecInterpExpr (state=0x839fbe400, econtext=0x839fbef70, isnull=0x82177f747) at...
[09:42:19.251] #1  0x0000000000763080 in ExecEvalExpr (state=0x839fbe8f0, econtext=0x83a0d7018, isNull=0x82177f747) at ....
[09:42:19.251] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:19.251] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839fbe100, slot=slot@entry=0x83a0d7018, isnew=isnew...
[09:42:19.251] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x839ff7570) at ../src/backend/exe...
[09:42:19.251] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x839ff7570) at ../src/backend/executor/nodeAgg.c...
[09:42:19.251] #6  ExecAgg (pstate=0x839ff7570) at ../src/backend/executor/nodeAgg.c:2172
[09:42:19.251] #7  0x000000000079f5b7 in ExecProcNode (node=0x839ff7570) at ../src/include/executor/executor.h:278
[09:42:19.251] #8  ExecSort (pstate=0x839ff7360) at ../src/backend/executor/nodeSort.c:149
[09:42:19.251] #9  0x00000000007654cb in ExecProcNode (node=0x839ff7360) at ../src/include/executor/executor.h:278
core
[09:42:18.964] #0  0x000000000075c5ea in ExecInterpExpr (state=0x839bd8700, econtext=0x839c74418, isnull=0x82177f837) at...
[09:42:18.964] #1  0x0000000000763080 in ExecEvalExpr (state=0x839bd9400, econtext=0x836d6bbc0, isNull=0x82177f837) at ....
[09:42:18.964] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:18.964] #3  LookupTupleHashEntry (hashtable=0x839bd8548, slot=slot@entry=0x836d6bbc0, isnew=isnew@entry=0x82177f8...
[09:42:18.964] #4  0x000000000079ec84 in setop_fill_hash_table (setopstate=0x836d6a360) at ../src/backend/executor/nodeS...
[09:42:18.964] #5  ExecSetOp (pstate=0x836d6a360) at ../src/backend/executor/nodeSetOp.c:216
[09:42:18.964] #6  0x00000000007654cb in ExecProcNode (node=0x836d6a360) at ../src/include/executor/executor.h:278
[09:42:18.964] #7  ExecutePlan (estate=0x836d6a100, planstate=0x836d6a360, use_parallel_mode=<optimized out>, operation=...
[09:42:18.964] #8  standard_ExecutorRun (queryDesc=0x836bc4500, direction=ForwardScanDirection, count=0, execute_once=<o...
[09:42:18.964] #9  0x000000000093be89 in PortalRunSelect (portal=portal@entry=0x836c8b100, forward=<optimized out>, coun...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/build/testrun/isol...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out	2024-10-21 09:36:54.378489000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-21 09:39:19.965795000 ...
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pageinspect/regre...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out	2024-10-21 09:36:52.955884000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect/regress/results/brin.out	2024-10-21 09:39:21.217884000 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-21 09:36:52.963758000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-21 09:39:23.252703000 +0000
@@ -319,96 +319,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/re...
--- /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out	2024-10-21 09:36:52.969903000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/results/pg_trgm.out	2024-10-21 09:39:24.255224000 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-21 09:36:54.555665000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-21 09:38:30.737101...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-21 09:36:52.995662000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-21 09:39:25.495358000 +0000
@@ -2329,10019 +2329,7 @@
 (20 rows)
 
 SELECT t1c1, avg(t1c1 + t2c1) FROM (SELECT t1.c1, t2.c1 FROM ft1 t1 JOIN ft2 t2 ON (t1.c1 = t2.c1) UNION SELECT t1.c1, ...
- t1c1 |         avg          
-------+----------------------
-  101 | 202.0000000000000000
-  102 | 204.0000000000000000
-  103 | 206.0000000000000000
-  104 | 208.0000000000000000
-  105 | 210.0000000000000000
-  106 | 212.0000000000000000
-  107 | 214.0000000000000000
-  108 | 216.0000000000000000
-  109 | 218.0000000000000000
-  110 | 220.0000000000000000
-(10 rows)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-21 09:36:54.555665000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/type_sanity.out	2024-10-21 09:38:55.8194...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-21 09:36:54.555665000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/type_sanity.out	2024-10-21 09:38:29.645087000 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-21 09:36:53.010635000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-21 09:39:25.269698000 +0000
@@ -239,261 +239,7 @@
   'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
   'SELECT DISTINCT rowdt, attribute FROM cth ORDER BY 2')
 AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  invalid crosstab categories query
-DETAIL:  The query must return one column.
--- if category query generates a NULL value, get expected error
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
-  'SELECT NULL::text')
-AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  crosstab category value must not be null
--- if source query returns zero rows, get zero rows returned
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth WHERE false ORDER BY 1',
-  'SELECT DISTINCT attribute FROM cth ORDER BY 1')
-AS c(rowid text, rowdt timestamp, temperature text, test_result text, test_startdate text, volts text);
...
tap
[09:39:41.060](1.172s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[09:39:41.095](0.002s) not ok 12 - checking an unresolvable database pattern (substring of existent database) stderr /(?...
[09:39:41.104](0.000s) not ok 15 - checking an unresolvable database pattern (superstring of existent database) stderr /...
[09:39:41.117](0.000s) not ok 20 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[09:39:41.117](0.000s) not ok 21 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[09:39:41.124](0.006s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[09:39:41.125](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[09:39:41.130](0.005s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[09:39:41.131](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[09:39:41.139](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[09:39:41.146](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[09:39:41.152](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[09:39:41.235](0.006s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[09:39:41.237](0.001s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.240](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.241](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.241](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.242](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.242](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.242](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.242](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.243](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.244](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.247](0.001s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.248](0.001s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.249](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.250](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.251](0.001s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.252](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.253](0.001s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[09:39:42.320](3.695s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[09:39:42.321](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[09:39:42.328](0.007s) Bail out!  pg_ctl stop failed
tap
[09:39:41.841](2.609s) not ok 1 - pg_amcheck test table, prior to corruption
[09:39:41.848](0.006s) not ok 2 - pg_amcheck test table and index, prior to corruption
[09:39:41.850](0.002s) Bail out!  pg_ctl stop failed
tap
[09:39:44.219](2.793s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[09:39:44.219](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
tap
[09:39:54.922](2.981s) not ok 30 - run pg_createsubscriber on node S
tap
[09:39:57.321](1.832s) not ok 19 - pg_dump: option -n pg_catalog
[09:39:57.352](0.029s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[09:39:57.371](0.000s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[09:39:57.380](0.000s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[09:39:57.393](0.001s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[09:39:57.398](0.000s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[09:39:57.403](0.000s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[09:39:57.408](0.000s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[09:39:57.412](0.000s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[09:39:57.417](0.000s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[09:39:57.421](0.004s) not ok 37 - binary_upgrade: pg_dump runs
[09:39:57.441](0.020s) not ok 38 - binary_upgrade: pg_restore runs
tap
[09:38:33.619](7.449s) not ok 5 - regression tests pass
[09:38:35.187](1.563s) not ok 6 - dump before running pg_upgrade
tap
[09:40:24.066](1.916s) not ok 192 - psql seeded_random count ok
[09:40:24.067](0.000s) not ok 193 - psql seeded_random count stderr is empty
[09:40:24.067](0.000s) not ok 194 - psql seeded_random count uniform
[09:40:24.068](0.000s) not ok 195 - psql seeded_random count exponential
[09:40:24.068](0.000s) not ok 196 - psql seeded_random count gaussian
[09:40:24.068](0.000s) not ok 197 - psql seeded_random count zipfian
tap
[09:38:57.565](4.974s) not ok 2 - regression tests pass
test
[09:41:05.580]   8/311 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[09:41:05.580]   9/311 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[09:41:05.580]  10/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[09:41:05.580]  37/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[09:41:05.580]  43/311 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[09:41:05.580]  46/311 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[09:41:05.580]  59/311 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[09:41:05.580]  82/311 postgresql:isolation / isolation/isolation                                      ERROR            ...
[09:41:05.580]  88/311 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[09:41:05.580]  94/311 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[09:41:05.580]  95/311 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[09:41:05.580]  96/311 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[09:41:05.580]  98/311 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[09:41:05.580] 141/311 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[09:41:05.580] 144/311 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[09:41:05.580] 146/311 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[09:41:05.580] 148/311 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[09:41:05.580] 168/311 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[09:41:05.580] 174/311 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[09:41:05.580] 228/311 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[09:41:05.580] 245/311 postgresql:subscription / subscription/002_types                                ERROR            ...
[09:41:05.580] 246/311 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[09:41:05.580] 247/311 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[09:41:05.580] 248/311 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[09:41:05.580] 249/311 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[09:41:05.580] 250/311 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[09:41:05.580] 251/311 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[09:41:05.580] 252/311 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[09:41:05.580] 254/311 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[09:41:05.580] 255/311 postgresql:subscription / subscription/011_generated                            ERROR            ...
[09:41:05.580] 256/311 postgresql:subscription / subscription/012_collation                            ERROR            ...
[09:41:05.580] 257/311 postgresql:subscription / subscription/014_binary                               ERROR            ...
[09:41:05.580] 258/311 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[09:41:05.580] 259/311 postgresql:subscription / subscription/015_stream                               ERROR            ...
[09:41:05.580] 260/311 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[09:41:05.580] 261/311 postgresql:subscription / subscription/013_partition                            ERROR            ...
[09:41:05.580] 262/311 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[09:41:05.580] 263/311 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[09:41:05.580] 264/311 postgresql:subscription / subscription/020_messages                             ERROR            ...
[09:41:05.580] 265/311 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[09:41:05.580] 266/311 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[09:41:05.580] 267/311 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[09:41:05.580] 268/311 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[09:41:05.580] 269/311 postgresql:subscription / subscription/026_stats                                ERROR            ...
[09:41:05.580] 270/311 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[09:41:05.580] 271/311 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[09:41:05.580] 272/311 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[09:41:05.580] 273/311 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[09:41:05.580] 274/311 postgresql:subscription / subscription/030_origin                               ERROR            ...
[09:41:05.580] 275/311 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[09:41:05.580] 276/311 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[09:41:05.580] 277/311 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[09:41:05.580] 278/311 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[09:41:05.580]   6/311 postgresql:regress / regress/regress                                            ERROR           1...
%s Linux - Debian Bookworm - Autoconf
core
[09:42:35.043] #0  0x00007f77f84abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:35.043] #1  0x00007f77f845cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:35.043] #2  0x00007f77f8447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:35.043] #3  0x00007f77f96d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:35.043] #4  0x00007f77f96e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:35.043] #5  0x00007f77f96c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f77f7e3ef4e, __in_ch...
[09:42:35.043] #6  0x00007f77f96be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:35.043] #7  0x00007f77f96bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f77f7e3fbf0, cont...
[09:42:35.043] #8  <signal handler called>
[09:42:35.043] #9  0x00005654fe7299cf in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7ffd562...
core
[09:42:35.635] #0  0x00007f77f84abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:35.635] #1  0x00007f77f845cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:35.635] #2  0x00007f77f8447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:35.635] #3  0x00007f77f96d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:35.635] #4  0x00007f77f96e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:35.635] #5  0x00007f77f96c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f77f7e3ef4e, __in_ch...
[09:42:35.635] #6  0x00007f77f96be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:35.635] #7  0x00007f77f96bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f77f7e3fbf0, cont...
[09:42:35.635] #8  <signal handler called>
[09:42:35.635] #9  0x00005654fe7299cf in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7ffd562...
core
[09:42:30.911] #0  0x00007f15487dbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:30.911] #1  0x00007f154878cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:30.911] #2  0x00007f1548777472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:30.911] #3  0x00007f15498d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:30.911] #4  0x00007f15498e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:30.911] #5  0x00007f15498c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f1545ab4f4e, __in_ch...
[09:42:30.911] #6  0x00007f15498be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:30.911] #7  0x00007f15498bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f1545ab5bf0, cont...
[09:42:30.911] #8  <signal handler called>
[09:42:30.911] #9  0x000055eace71c9cf in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7ffd992...
core
[09:42:34.458] #0  0x00007fb77a6abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:34.458] #1  0x00007fb77a65cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:34.458] #2  0x00007fb77a647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:34.458] #3  0x00007fb77b8d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:34.458] #4  0x00007fb77b8e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:34.458] #5  0x00007fb77b8c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fb77a081f4e, __in_ch...
[09:42:34.458] #6  0x00007fb77b8be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:34.458] #7  0x00007fb77b8bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fb77a082bf0, cont...
[09:42:34.458] #8  <signal handler called>
[09:42:34.458] #9  0x00005566f710c9cf in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7ffc57e...
core
[09:42:33.856] #0  0x00007f0cb7cabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:33.856] #1  0x00007f0cb7c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:33.856] #2  0x00007f0cb7c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:33.856] #3  0x00007f0cb8cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:33.856] #4  0x00007f0cb8ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:33.856] #5  0x00007f0cb8cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f0cb73f6f4e, __in_ch...
[09:42:33.856] #6  0x00007f0cb8cbe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:33.856] #7  0x00007f0cb8cbd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f0cb73f7bf0, cont...
[09:42:33.856] #8  <signal handler called>
[09:42:33.856] #9  0x00005643033fb9cf in ExecInterpExpr (state=0x625000093e00, econtext=0x625000094a60, isnull=0x7ffe43a...
core
[09:42:33.348] #0  0x00007f83c6bdbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:33.348] #1  0x00007f83c6b8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:33.348] #2  0x00007f83c6b77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:33.348] #3  0x00007f83c7cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:33.348] #4  0x00007f83c7ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:33.348] #5  0x00007f83c7cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f83c63f2f4e, __in_ch...
[09:42:33.348] #6  0x00007f83c7cbe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:33.348] #7  0x00007f83c7cbd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f83c63f3bf0, cont...
[09:42:33.348] #8  <signal handler called>
[09:42:33.348] #9  0x0000555dc6e1a9cf in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7fff911...
core
[09:42:32.753] #0  0x00007fd2704abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:32.753] #1  0x00007fd27045cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:32.753] #2  0x00007fd270447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:32.753] #3  0x00007fd2716d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:32.753] #4  0x00007fd2716e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:32.753] #5  0x00007fd2716c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fd26fe5ef4e, __in_ch...
[09:42:32.753] #6  0x00007fd2716be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:32.753] #7  0x00007fd2716bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fd26fe5fbf0, cont...
[09:42:32.753] #8  <signal handler called>
[09:42:32.753] #9  0x00005612a2c5a9cf in ExecInterpExpr (state=0x625000090820, econtext=0x62900012e9d8, isnull=0x7fff9b3...
core
[09:42:36.304] #0  0x00007faa084abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:36.304] #1  0x00007faa0845cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:36.304] #2  0x00007faa08447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:36.304] #3  0x00007faa096d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:36.304] #4  0x00007faa096e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:36.304] #5  0x00007faa096c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7faa07e28f4e, __in_ch...
[09:42:36.304] #6  0x00007faa096be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:36.304] #7  0x00007faa096bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7faa07e29bf0, cont...
[09:42:36.304] #8  <signal handler called>
[09:42:36.304] #9  0x000055a9c2a7b9cf in ExecInterpExpr (state=0x6310001f9188, econtext=0x6310001f9de8, isnull=0x7ffca9b...
core
[09:42:36.917] #0  0x00007fb77a6abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:36.917] #1  0x00007fb77a65cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:36.917] #2  0x00007fb77a647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:36.917] #3  0x00007fb77b8d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:36.917] #4  0x00007fb77b8e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:36.917] #5  0x00007fb77b8c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fb77a081f4e, __in_ch...
[09:42:36.917] #6  0x00007fb77b8be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:36.917] #7  0x00007fb77b8bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fb77a082bf0, cont...
[09:42:36.917] #8  <signal handler called>
[09:42:36.917] #9  0x00005566f710c9cf in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7ffc57e...
core
[09:42:37.411] #0  0x00007f7370cabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:37.411] #1  0x00007f7370c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:37.411] #2  0x00007f7370c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:37.411] #3  0x00007f7371ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:37.411] #4  0x00007f7371ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:37.411] #5  0x00007f7371ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f73703fef4e, __in_ch...
[09:42:37.411] #6  0x00007f7371ebe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:37.411] #7  0x00007f7371ebd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f73703ffbf0, cont...
[09:42:37.411] #8  <signal handler called>
[09:42:37.411] #9  0x000055b3ebb2a9cf in ExecInterpExpr (state=0x6290001c0c60, econtext=0x62d000111168, isnull=0x7ffc59c...
core
[09:42:38.655] #0  0x00007f6dc28abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:38.655] #1  0x00007f6dc285cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:38.655] #2  0x00007f6dc2847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:38.655] #3  0x00007f6dc3ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:38.655] #4  0x00007f6dc3ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:38.655] #5  0x00007f6dc3ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f6dc2221f4e, __in_ch...
[09:42:38.655] #6  0x00007f6dc3abe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:38.655] #7  0x00007f6dc3abd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f6dc2222bf0, cont...
[09:42:38.655] #8  <signal handler called>
[09:42:38.655] #9  0x00005580345979cf in ExecInterpExpr (state=0x6250000c5020, econtext=0x6290000489d8, isnull=0x7ffe41f...
core
[09:42:39.260] #0  0x00007f29f3cabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:39.260] #1  0x00007f29f3c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:39.260] #2  0x00007f29f3c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:39.260] #3  0x00007f29f4ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:39.260] #4  0x00007f29f4ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:39.260] #5  0x00007f29f4ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f29f362ef4e, __in_ch...
[09:42:39.260] #6  0x00007f29f4ebe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:39.260] #7  0x00007f29f4ebd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f29f362fbf0, cont...
[09:42:39.260] #8  <signal handler called>
[09:42:39.260] #9  0x00005574b44329cf in ExecInterpExpr (state=0x62500009c810, econtext=0x6250000a1208, isnull=0x7fff62a...
core
[09:42:32.156] #0  0x00007f3b392abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:32.156] #1  0x00007f3b3925cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:32.156] #2  0x00007f3b39247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:32.156] #3  0x00007f3b3a4d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:32.156] #4  0x00007f3b3a4e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:32.156] #5  0x00007f3b3a4c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f3b38c36f4e, __in_ch...
[09:42:32.156] #6  0x00007f3b3a4be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:32.156] #7  0x00007f3b3a4bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f3b38c37bf0, cont...
[09:42:32.156] #8  <signal handler called>
[09:42:32.156] #9  0x0000555f2972d9cf in ExecInterpExpr (state=0x6250000dd810, econtext=0x6250000dfa08, isnull=0x7ffc228...
core
[09:42:31.530] #0  0x00007f83c6bdbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:31.530] #1  0x00007f83c6b8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:31.530] #2  0x00007f83c6b77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:31.530] #3  0x00007f83c7cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:31.530] #4  0x00007f83c7ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:31.530] #5  0x00007f83c7cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f83c63f2f4e, __in_ch...
[09:42:31.530] #6  0x00007f83c7cbe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:31.530] #7  0x00007f83c7cbd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f83c63f3bf0, cont...
[09:42:31.530] #8  <signal handler called>
[09:42:31.530] #9  0x0000555dc6e1a9cf in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7fff911...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out /tmp/cirrus-ci-build/contrib/pageinspect/results/bri...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out	2024-10-21 09:36:51.113188235 +0000
+++ /tmp/cirrus-ci-build/contrib/pageinspect/results/brin.out	2024-10-21 09:41:36.668636564 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/src/test/isolation...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out	2024-10-21 09:36:52.745188269 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/matview-write-skew.out	2024-10-21 09:41:47.916627669 +000...
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/src/test/regress/results/ty...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-21 09:36:52.965188274 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/type_sanity.out	2024-10-21 09:40:31.620713657 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
tap
[09:41:02.273](0.759s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[09:41:02.962](0.240s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[09:41:02.962](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[09:41:03.023](0.060s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[09:41:03.024](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[09:41:03.097](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[09:41:03.154](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[09:41:03.210](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[09:41:03.688](0.046s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[09:41:03.689](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.690](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.691](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.691](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.692](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.692](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.692](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.693](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.693](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.694](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.695](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.695](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.695](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.696](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.696](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.696](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.697](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[09:41:14.626](10.527s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[09:41:14.627](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[09:41:16.960](2.332s) not ok 4 - pg_amcheck all schemas, tables and indexes in database db1 status (got 1 vs expected 2...
[09:41:16.961](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:index ".*" lack...
[09:41:16.961](0.000s) not ok 6 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:line pointer)/
[09:41:16.962](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:could not open ...
[09:41:16.962](0.000s) not ok 8 - pg_amcheck all schemas, tables and indexes in database db1 stderr /(?^:^$)/
[09:41:17.776](0.814s) not ok 9 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 status (got ...
[09:41:17.777](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[09:41:17.777](0.000s) not ok 11 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[09:41:17.777](0.000s) not ok 12 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[09:41:17.778](0.000s) not ok 13 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stderr /(?^...
[09:41:17.836](0.058s) not ok 14 - pg_amcheck index s1.t1_btree reports missing main relation fork status (got 1 vs expe...
[09:41:17.837](0.000s) not ok 15 - pg_amcheck index s1.t1_btree reports missing main relation fork stdout /(?^:index ".*...
[09:41:17.837](0.000s) not ok 16 - pg_amcheck index s1.t1_btree reports missing main relation fork stderr /(?^:pg_amchec...
[09:41:17.889](0.051s) not ok 17 - pg_amcheck index s1.s2 reports index corruption status (got 1 vs expected 2)
[09:41:17.889](0.000s) not ok 18 - pg_amcheck index s1.s2 reports index corruption stdout /(?^:.+)/
[09:41:17.890](0.000s) not ok 19 - pg_amcheck index s1.s2 reports index corruption stderr /(?^:^$)/
[09:41:17.960](0.070s) not ok 20 - pg_amcheck of db1.s1 excluding indexes status (got 1 vs expected 0)
[09:41:17.961](0.000s) not ok 22 - pg_amcheck of db1.s1 excluding indexes stderr /(?^:^$)/
[09:41:18.019](0.057s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 1 vs expected 2)
[09:41:18.020](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[09:41:18.020](0.000s) not ok 25 - pg_amcheck of db2.s1 excluding indexes stderr /(?^:^$)/
[09:41:18.072](0.052s) not ok 26 - pg_amcheck schema s3 reports table and index errors status (got 1 vs expected 2)
[09:41:18.073](0.000s) not ok 27 - pg_amcheck schema s3 reports table and index errors stdout /(?^:index ".*" lacks a ma...
[09:41:18.073](0.000s) not ok 28 - pg_amcheck schema s3 reports table and index errors stdout /(?^:line pointer)/
[09:41:18.073](0.000s) not ok 29 - pg_amcheck schema s3 reports table and index errors stdout /(?^:could not open file "...
[09:41:18.074](0.000s) not ok 30 - pg_amcheck schema s3 reports table and index errors stderr /(?^:^$)/
[09:41:18.154](0.080s) not ok 31 - pg_amcheck in schema s4 reports toast corruption status (got 1 vs expected 2)
[09:41:18.154](0.000s) not ok 32 - pg_amcheck in schema s4 reports toast corruption stdout /(?^:could not open file ".*"...
[09:41:18.155](0.000s) not ok 33 - pg_amcheck in schema s4 reports toast corruption stderr /(?^:^$)/
[09:41:18.187](0.032s) not ok 34 - pg_amcheck in schema s4 excluding toast reports no corruption status (got 1 vs expect...
[09:41:18.188](0.000s) not ok 36 - pg_amcheck in schema s4 excluding toast reports no corruption stderr /(?^:^$)/
[09:41:18.264](0.076s) not ok 37 - pg_amcheck over schema s5 reports no corruption status (got 1 vs expected 0)
[09:41:18.265](0.000s) not ok 39 - pg_amcheck over schema s5 reports no corruption stderr /(?^:^$)/
[09:41:18.316](0.051s) not ok 40 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption status ...
[09:41:18.317](0.000s) not ok 42 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption stderr ...
[09:41:18.385](0.067s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[09:41:18.386](0.000s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[09:41:18.436](0.050s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (...
[09:41:18.437](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /...
[09:41:18.585](0.040s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2)
[09:41:18.585](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[09:41:18.586](0.000s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/
[09:41:18.623](0.037s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2)
[09:41:18.624](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[09:41:18.624](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/
[09:41:18.663](0.039s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[09:41:18.664](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[09:41:18.739](0.074s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[09:41:18.739](0.000s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[09:41:18.740](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[09:41:18.777](0.037s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[09:41:18.778](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[09:41:18.778](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[09:41:18.809](0.030s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[09:41:18.809](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[09:41:25.526](6.512s) not ok 1 - pg_amcheck test table, prior to corruption
[09:41:26.284](0.757s) not ok 2 - pg_amcheck test table and index, prior to corruption
[09:41:28.467](2.183s) not ok 3 - Expected corruption message output status (got 1 vs expected 2)
[09:41:28.468](0.000s) not ok 4 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[09:41:28.468](0.000s) not ok 5 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[09:41:28.469](0.000s) not ok 6 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[09:41:28.469](0.000s) not ok 7 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[09:41:28.469](0.000s) not ok 8 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[09:41:28.470](0.000s) not ok 9 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[09:41:28.470](0.000s) not ok 10 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.470](0.000s) not ok 11 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.471](0.000s) not ok 12 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.474](0.000s) not ok 13 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.475](0.000s) not ok 14 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.476](0.000s) not ok 15 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.477](0.000s) not ok 16 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.478](0.000s) not ok 17 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.479](0.000s) not ok 18 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.480](0.000s) not ok 19 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.481](0.000s) not ok 20 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.482](0.000s) not ok 21 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.484](0.000s) not ok 22 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.484](0.000s) not ok 23 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.485](0.000s) not ok 24 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.486](0.000s) not ok 25 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.486](0.000s) not ok 26 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.487](0.000s) not ok 27 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.487](0.000s) not ok 28 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.488](0.000s) not ok 29 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.488](0.000s) not ok 30 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.489](0.000s) not ok 31 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.489](0.000s) not ok 32 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
tap
[09:41:31.337](1.551s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[09:41:31.338](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[09:41:32.104](0.765s) not ok 4 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption status (got 1 ...
[09:41:32.104](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption stdout /(?^:it...
tap
[09:42:04.466](0.836s) not ok 30 - run pg_createsubscriber on node S
tap
[09:41:26.941](1.482s) not ok 19 - pg_dump: option -n pg_catalog
[09:41:28.605](1.663s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[09:41:28.681](0.000s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[09:41:28.713](0.000s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[09:41:28.751](0.000s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[09:41:28.792](0.000s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[09:41:28.823](0.000s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[09:41:28.861](0.000s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[09:41:28.909](0.000s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[09:41:28.957](0.000s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[09:41:28.988](0.030s) not ok 37 - binary_upgrade: pg_dump runs
[09:41:29.015](0.027s) not ok 38 - binary_upgrade: pg_restore runs
%s Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 29670
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 29254
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 27268
core
[09:45:07.768] #0  0x00007fc1d78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:07.768] #1  0x00007fc1d785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:07.768] #2  0x00007fc1d7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:07.768] #3  0x000055665dc81f3e in ExceptionalCondition (conditionName=conditionName@entry=0x55665dea0120 "HaveReg...
[09:45:07.768] #4  0x000055665d47759a in index_drop (indexId=25190, concurrent=concurrent@entry=false, concurrent_lock_m...
[09:45:07.768] #5  0x000055665d45f37e in doDeletion (object=object@entry=0x556678ebcfb0, flags=flags@entry=21) at ../src...
[09:45:07.768] #6  0x000055665d45f645 in deleteOneObject (object=0x556678ebcfb0, depRel=depRel@entry=0x7fff430edcf8, fla...
[09:45:07.768] #7  0x000055665d45fa27 in deleteObjectsInList (targetObjects=targetObjects@entry=0x556678ed05e8, depRel=d...
[09:45:07.768] #8  0x000055665d463d8e in performDeletion (object=object@entry=0x7fff430edde4, behavior=behavior@entry=DR...
[09:45:07.768] #9  0x000055665d896cb9 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[09:45:08.260] #0  0x00007f2a02ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:08.260] #1  0x00007f2a02c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:08.260] #2  0x00007f2a02c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:08.260] #3  0x00007f2a02e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:08.260] #4  0x00007f2a02e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:08.260] #5  0x00007f2a02e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e64ac97240,...
[09:45:08.260] #6  0x000055e649ec43f1 in ExecInterpExpr (state=0x55e65d9164b0, econtext=0x55e65d917110, isnull=0x7ffe67c...
[09:45:08.260] #7  0x000055e649eb57a9 in ExecInterpExprStillValid (state=0x55e65d9164b0, econtext=0x55e65d917110, isNull...
[09:45:08.260] #8  0x000055e649ec7715 in ExecEvalExpr (isNull=0x7ffe67cb534f, econtext=<optimized out>, state=<optimized...
[09:45:08.260] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:31.020] #0  0x00007f787e6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:31.020] #1  0x00007f787e65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:31.020] #2  0x00007f787e645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:31.020] #3  0x00007f787e81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:31.020] #4  0x00007f787e82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:31.020] #5  0x00007f787e80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560e5518a240,...
[09:45:31.020] #6  0x0000560e543b73f1 in ExecInterpExpr (state=0x560e6a3ebce0, econtext=0x560e6a3f07a8, isnull=0x7ffde95...
[09:45:31.020] #7  0x0000560e543a87a9 in ExecInterpExprStillValid (state=0x560e6a3ebce0, econtext=0x560e6a3f07a8, isNull...
[09:45:31.020] #8  0x0000560e543ba715 in ExecEvalExpr (isNull=0x7ffde954629f, econtext=<optimized out>, state=<optimized...
[09:45:31.020] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:30.529] #0  0x00007ff283aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:30.529] #1  0x00007ff283a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:30.529] #2  0x00007ff283a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:30.529] #3  0x00007ff283c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:30.529] #4  0x00007ff283c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:30.529] #5  0x00007ff283c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55639554e240,...
[09:45:30.529] #6  0x000055639477b3f1 in ExecInterpExpr (state=0x5563b1d3c680, econtext=0x5563b1d3d2e0, isnull=0x7ffedc1...
[09:45:30.529] #7  0x000055639476c7a9 in ExecInterpExprStillValid (state=0x5563b1d3c680, econtext=0x5563b1d3d2e0, isNull...
[09:45:30.529] #8  0x000055639477e715 in ExecEvalExpr (isNull=0x7ffedc11f33f, econtext=<optimized out>, state=<optimized...
[09:45:30.529] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:30.020] #0  0x00007f95df4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:30.020] #1  0x00007f95df45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:30.020] #2  0x00007f95df445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:30.020] #3  0x00007f95df61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:30.020] #4  0x00007f95df62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:30.020] #5  0x00007f95df60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x559f93685240,...
[09:45:30.020] #6  0x0000559f928b23f1 in ExecInterpExpr (state=0x559fc4913770, econtext=0x559fc49e8ac8, isnull=0x7fff8a8...
[09:45:30.020] #7  0x0000559f928a37a9 in ExecInterpExprStillValid (state=0x559fc4913770, econtext=0x559fc49e8ac8, isNull...
[09:45:30.020] #8  0x0000559f928b5715 in ExecEvalExpr (isNull=0x7fff8a830b1f, econtext=<optimized out>, state=<optimized...
[09:45:30.020] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:29.026] #0  0x00007fd62d8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:29.026] #1  0x00007fd62d85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:29.026] #2  0x00007fd62d845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:29.026] #3  0x00007fd62da1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:29.026] #4  0x00007fd62da2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:29.026] #5  0x00007fd62da0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5591dd382240,...
[09:45:29.026] #6  0x00005591dc5af3f1 in ExecInterpExpr (state=0x5592039ebbb0, econtext=0x5592039ec810, isnull=0x7fff61b...
[09:45:29.026] #7  0x00005591dc5a07a9 in ExecInterpExprStillValid (state=0x5592039ebbb0, econtext=0x5592039ec810, isNull...
[09:45:29.026] #8  0x00005591dc5b2715 in ExecEvalExpr (isNull=0x7fff61b33eaf, econtext=<optimized out>, state=<optimized...
[09:45:29.026] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:28.524] #0  0x00007fcc5d2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:28.524] #1  0x00007fcc5d25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:28.524] #2  0x00007fcc5d245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:28.524] #3  0x00007fcc5d41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:28.524] #4  0x00007fcc5d42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:28.524] #5  0x00007fcc5d40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x556e0ce1c240,...
[09:45:28.524] #6  0x0000556e0c0493f1 in ExecInterpExpr (state=0x556e1038be50, econtext=0x556e1038cab0, isnull=0x7fffe4a...
[09:45:28.524] #7  0x0000556e0c03a7a9 in ExecInterpExprStillValid (state=0x556e1038be50, econtext=0x556e1038cab0, isNull...
[09:45:28.524] #8  0x0000556e0c04c715 in ExecEvalExpr (isNull=0x7fffe4aeab5f, econtext=<optimized out>, state=<optimized...
[09:45:28.524] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:28.026] #0  0x00007f3b654a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:28.026] #1  0x00007f3b6545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:28.026] #2  0x00007f3b65445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:28.026] #3  0x00007f3b6561e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:28.026] #4  0x00007f3b6562aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:28.026] #5  0x00007f3b6560d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561359043240,...
[09:45:28.026] #6  0x00005613582703f1 in ExecInterpExpr (state=0x561385228210, econtext=0x561385229d38, isnull=0x7ffdc27...
[09:45:28.026] #7  0x00005613582617a9 in ExecInterpExprStillValid (state=0x561385228210, econtext=0x561385229d38, isNull...
[09:45:28.026] #8  0x0000561358273715 in ExecEvalExpr (isNull=0x7ffdc27c6c3f, econtext=<optimized out>, state=<optimized...
[09:45:28.026] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:27.411] #0  0x00007fe60fea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:27.411] #1  0x00007fe60fe5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:27.411] #2  0x00007fe60fe45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:27.411] #3  0x00007fe61001e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:27.411] #4  0x00007fe61002aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:27.411] #5  0x00007fe61000d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e36f387240,...
[09:45:27.411] #6  0x000055e36e5b43f1 in ExecInterpExpr (state=0x55e377110b50, econtext=0x55e3771117b0, isnull=0x7ffd9ad...
[09:45:27.411] #7  0x000055e36e5a57a9 in ExecInterpExprStillValid (state=0x55e377110b50, econtext=0x55e3771117b0, isNull...
[09:45:27.411] #8  0x000055e36e5b7715 in ExecEvalExpr (isNull=0x7ffd9ad167af, econtext=<optimized out>, state=<optimized...
[09:45:27.411] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:26.909] #0  0x00007fc1d78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:26.909] #1  0x00007fc1d785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:26.909] #2  0x00007fc1d7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:26.909] #3  0x00007fc1d7a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:26.909] #4  0x00007fc1d7a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:26.909] #5  0x00007fc1d7a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55665e3d0240,...
[09:45:26.909] #6  0x000055665d5fd3f1 in ExecInterpExpr (state=0x556678ed6ba0, econtext=0x556678efddf8, isnull=0x7fff430...
[09:45:26.909] #7  0x000055665d5ee7a9 in ExecInterpExprStillValid (state=0x556678ed6ba0, econtext=0x556678efddf8, isNull...
[09:45:26.909] #8  0x000055665d600715 in ExecEvalExpr (isNull=0x7fff430edacf, econtext=<optimized out>, state=<optimized...
[09:45:26.909] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:26.289] #0  0x00007fc1d78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:26.289] #1  0x00007fc1d785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:26.289] #2  0x00007fc1d7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:26.289] #3  0x000055665dc81f3e in ExceptionalCondition (conditionName=conditionName@entry=0x55665dea0120 "HaveReg...
[09:45:26.289] #4  0x000055665d47759a in index_drop (indexId=25190, concurrent=concurrent@entry=false, concurrent_lock_m...
[09:45:26.289] #5  0x000055665d45f37e in doDeletion (object=object@entry=0x556678ebcfb0, flags=flags@entry=21) at ../src...
[09:45:26.289] #6  0x000055665d45f645 in deleteOneObject (object=0x556678ebcfb0, depRel=depRel@entry=0x7fff430edcf8, fla...
[09:45:26.289] #7  0x000055665d45fa27 in deleteObjectsInList (targetObjects=targetObjects@entry=0x556678ed8918, depRel=d...
[09:45:26.289] #8  0x000055665d463d8e in performDeletion (object=object@entry=0x7fff430edde4, behavior=behavior@entry=DR...
[09:45:26.289] #9  0x000055665d896cb9 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[09:45:25.822] #0  0x00007fc1d78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:25.822] #1  0x00007fc1d785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:25.822] #2  0x00007fc1d7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:25.822] #3  0x00007fc1d7a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:25.822] #4  0x00007fc1d7a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:25.822] #5  0x00007fc1d7a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55665e3d0240,...
[09:45:25.822] #6  0x000055665d5fd3f1 in ExecInterpExpr (state=0x556678f05b90, econtext=0x556678f08458, isnull=0x7fff430...
[09:45:25.822] #7  0x000055665d5ee7a9 in ExecInterpExprStillValid (state=0x556678f05b90, econtext=0x556678f08458, isNull...
[09:45:25.822] #8  0x000055665d600715 in ExecEvalExpr (isNull=0x7fff430edacf, econtext=<optimized out>, state=<optimized...
[09:45:25.822] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:25.205] #0  0x00007f77564a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:25.205] #1  0x00007f775645afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:25.205] #2  0x00007f7756445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:25.205] #3  0x00007f775661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:25.205] #4  0x00007f775662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:25.205] #5  0x00007f775660d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5643fcdbe240,...
[09:45:25.205] #6  0x00005643fbfeb3f1 in ExecInterpExpr (state=0x564406122bd0, econtext=0x564406123830, isnull=0x7fff464...
[09:45:25.205] #7  0x00005643fbfdc7a9 in ExecInterpExprStillValid (state=0x564406122bd0, econtext=0x564406123830, isNull...
[09:45:25.205] #8  0x00005643fbfee715 in ExecEvalExpr (isNull=0x7fff46422f6f, econtext=<optimized out>, state=<optimized...
[09:45:25.205] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:24.714] #0  0x00007fcf4f4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:24.714] #1  0x00007fcf4f45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:24.714] #2  0x00007fcf4f445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:24.714] #3  0x00007fcf4f61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:24.714] #4  0x00007fcf4f62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:24.714] #5  0x00007fcf4f60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55953ca06240,...
[09:45:24.714] #6  0x000055953bc333f1 in ExecInterpExpr (state=0x55957d0820d0, econtext=0x55957d083ad8, isnull=0x7ffca77...
[09:45:24.714] #7  0x000055953bc247a9 in ExecInterpExprStillValid (state=0x55957d0820d0, econtext=0x55957d083ad8, isNull...
[09:45:24.714] #8  0x000055953bc36715 in ExecEvalExpr (isNull=0x7ffca77eaa2f, econtext=<optimized out>, state=<optimized...
[09:45:24.714] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:24.103] #0  0x00007fbdf58a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:24.103] #1  0x00007fbdf585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:24.103] #2  0x00007fbdf5845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:24.103] #3  0x00007fbdf5a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:24.103] #4  0x00007fbdf5a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:24.103] #5  0x00007fbdf5a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560446acf240,...
[09:45:24.103] #6  0x0000560445cfc3f1 in ExecInterpExpr (state=0x56046b828e70, econtext=0x56046b829ad0, isnull=0x7ffde69...
[09:45:24.103] #7  0x0000560445ced7a9 in ExecInterpExprStillValid (state=0x56046b828e70, econtext=0x56046b829ad0, isNull...
[09:45:24.103] #8  0x0000560445cff715 in ExecEvalExpr (isNull=0x7ffde69b60cf, econtext=<optimized out>, state=<optimized...
[09:45:24.103] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:23.616] #0  0x00007f69144a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:23.616] #1  0x00007f691445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:23.616] #2  0x00007f6914445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:23.616] #3  0x00007f691461e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:23.616] #4  0x00007f691462aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:23.616] #5  0x00007f691460d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55932d12f240,...
[09:45:23.616] #6  0x000055932c35c3f1 in ExecInterpExpr (state=0x5593317441e0, econtext=0x559331744e40, isnull=0x7ffff24...
[09:45:23.616] #7  0x000055932c34d7a9 in ExecInterpExprStillValid (state=0x5593317441e0, econtext=0x559331744e40, isNull...
[09:45:23.616] #8  0x000055932c35f715 in ExecEvalExpr (isNull=0x7ffff24a0c3f, econtext=<optimized out>, state=<optimized...
[09:45:23.616] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:23.113] #0  0x00007f134d8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:23.113] #1  0x00007f134d85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:23.113] #2  0x00007f134d845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:23.113] #3  0x00007f134da1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:23.113] #4  0x00007f134da2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:23.113] #5  0x00007f134da0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56195e4cf240,...
[09:45:23.113] #6  0x000056195d6fc3f1 in ExecInterpExpr (state=0x56198312dd10, econtext=0x5619831325e8, isnull=0x7ffd587...
[09:45:23.113] #7  0x000056195d6ed7a9 in ExecInterpExprStillValid (state=0x56198312dd10, econtext=0x5619831325e8, isNull...
[09:45:23.113] #8  0x000056195d6ff715 in ExecEvalExpr (isNull=0x7ffd587a6f7f, econtext=<optimized out>, state=<optimized...
[09:45:23.113] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:21.813] #0  0x00007f9f38aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:21.813] #1  0x00007f9f38a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:21.813] #2  0x00007f9f38a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:21.813] #3  0x00007f9f38c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:21.813] #4  0x00007f9f38c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:21.813] #5  0x00007f9f38c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x565025271240,...
[09:45:21.813] #6  0x000056502449e3f1 in ExecInterpExpr (state=0x56505deffd20, econtext=0x56505df00980, isnull=0x7ffc8ea...
[09:45:21.813] #7  0x000056502448f7a9 in ExecInterpExprStillValid (state=0x56505deffd20, econtext=0x56505df00980, isNull...
[09:45:21.813] #8  0x00005650244a1715 in ExecEvalExpr (isNull=0x7ffc8ea7ba7f, econtext=<optimized out>, state=<optimized...
[09:45:21.813] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:21.304] #0  0x00007fcf4f4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:21.304] #1  0x00007fcf4f45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:21.304] #2  0x00007fcf4f445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:21.304] #3  0x00007fcf4f61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:21.304] #4  0x00007fcf4f62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:21.304] #5  0x00007fcf4f60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55953ca06240,...
[09:45:21.304] #6  0x000055953bc333f1 in ExecInterpExpr (state=0x55957d0820d0, econtext=0x55957d083ad8, isnull=0x7ffca77...
[09:45:21.304] #7  0x000055953bc247a9 in ExecInterpExprStillValid (state=0x55957d0820d0, econtext=0x55957d083ad8, isNull...
[09:45:21.304] #8  0x000055953bc36715 in ExecEvalExpr (isNull=0x7ffca77eaa2f, econtext=<optimized out>, state=<optimized...
[09:45:21.304] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:20.678] #0  0x00007f61bc0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:20.678] #1  0x00007f61bc05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:20.678] #2  0x00007f61bc045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:20.678] #3  0x00007f61bc21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:20.678] #4  0x00007f61bc22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:20.678] #5  0x00007f61bc20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55fbbca3d240,...
[09:45:20.678] #6  0x000055fbbbc6a3f1 in ExecInterpExpr (state=0x55fbdec1ccf0, econtext=0x55fbdec1d950, isnull=0x7fff719...
[09:45:20.678] #7  0x000055fbbbc5b7a9 in ExecInterpExprStillValid (state=0x55fbdec1ccf0, econtext=0x55fbdec1d950, isNull...
[09:45:20.678] #8  0x000055fbbbc6d715 in ExecEvalExpr (isNull=0x7fff719d1d4f, econtext=<optimized out>, state=<optimized...
[09:45:20.678] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:20.135] #0  0x00007fa6560a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:20.135] #1  0x00007fa65605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:20.135] #2  0x00007fa656045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:20.135] #3  0x00007fa65621e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:20.135] #4  0x00007fa65622aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:20.135] #5  0x00007fa65620d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x555eb1ab6240,...
[09:45:20.135] #6  0x0000555eb0ce33f1 in ExecInterpExpr (state=0x555ebef9ba50, econtext=0x555ebef9d458, isnull=0x7ffd3a8...
[09:45:20.135] #7  0x0000555eb0cd47a9 in ExecInterpExprStillValid (state=0x555ebef9ba50, econtext=0x555ebef9d458, isNull...
[09:45:20.135] #8  0x0000555eb0ce6715 in ExecEvalExpr (isNull=0x7ffd3a8ab5cf, econtext=<optimized out>, state=<optimized...
[09:45:20.135] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:19.509] #0  0x00007f29d02a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:19.509] #1  0x00007f29d025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:19.509] #2  0x00007f29d0245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:19.509] #3  0x00007f29d041e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:19.509] #4  0x00007f29d042aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:19.509] #5  0x00007f29d040d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5623e6844240,...
[09:45:19.509] #6  0x00005623e5a713f1 in ExecInterpExpr (state=0x5624190e5ca0, econtext=0x5624190e76a8, isnull=0x7ffee6b...
[09:45:19.509] #7  0x00005623e5a627a9 in ExecInterpExprStillValid (state=0x5624190e5ca0, econtext=0x5624190e76a8, isNull...
[09:45:19.509] #8  0x00005623e5a74715 in ExecEvalExpr (isNull=0x7ffee6bf564f, econtext=<optimized out>, state=<optimized...
[09:45:19.509] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:18.892] #0  0x00007f3b654a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:18.892] #1  0x00007f3b6545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:18.892] #2  0x00007f3b65445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:18.892] #3  0x00007f3b6561e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:18.892] #4  0x00007f3b6562aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:18.892] #5  0x00007f3b6560d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561359043240,...
[09:45:18.892] #6  0x00005613582703f1 in ExecInterpExpr (state=0x561385228210, econtext=0x561385229d38, isnull=0x7ffdc27...
[09:45:18.892] #7  0x00005613582617a9 in ExecInterpExprStillValid (state=0x561385228210, econtext=0x561385229d38, isNull...
[09:45:18.892] #8  0x0000561358273715 in ExecEvalExpr (isNull=0x7ffdc27c6c3f, econtext=<optimized out>, state=<optimized...
[09:45:18.892] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:18.276] #0  0x00007fad336a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:18.276] #1  0x00007fad3365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:18.276] #2  0x00007fad33645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:18.276] #3  0x00007fad3381e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:18.276] #4  0x00007fad3382aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:18.276] #5  0x00007fad3380d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x562c27b1c240,...
[09:45:18.276] #6  0x0000562c26d493f1 in ExecInterpExpr (state=0x562c38f55bc0, econtext=0x562c38f56820, isnull=0x7fff780...
[09:45:18.276] #7  0x0000562c26d3a7a9 in ExecInterpExprStillValid (state=0x562c38f55bc0, econtext=0x562c38f56820, isNull...
[09:45:18.276] #8  0x0000562c26d4c715 in ExecEvalExpr (isNull=0x7fff780fd65f, econtext=<optimized out>, state=<optimized...
[09:45:18.276] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:17.783] #0  0x00007f3b654a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:17.783] #1  0x00007f3b6545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:17.783] #2  0x00007f3b65445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:17.783] #3  0x00007f3b6561e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:17.783] #4  0x00007f3b6562aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:17.783] #5  0x00007f3b6560d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561359043240,...
[09:45:17.783] #6  0x00005613582703f1 in ExecInterpExpr (state=0x561385243f90, econtext=0x561385245998, isnull=0x7ffdc27...
[09:45:17.783] #7  0x00005613582617a9 in ExecInterpExprStillValid (state=0x561385243f90, econtext=0x561385245998, isNull...
[09:45:17.783] #8  0x0000561358273715 in ExecEvalExpr (isNull=0x7ffdc27c6c3f, econtext=<optimized out>, state=<optimized...
[09:45:17.783] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:17.153] #0  0x00007f6877ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:17.153] #1  0x00007f6877e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:17.153] #2  0x00007f6877e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:17.153] #3  0x00007f687801e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:17.153] #4  0x00007f687802aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:17.153] #5  0x00007f687800d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5641def1b240,...
[09:45:17.153] #6  0x00005641de1483f1 in ExecInterpExpr (state=0x56420c9b30a0, econtext=0x56420c9b3d00, isnull=0x7ffd512...
[09:45:17.153] #7  0x00005641de1397a9 in ExecInterpExprStillValid (state=0x56420c9b30a0, econtext=0x56420c9b3d00, isNull...
[09:45:17.153] #8  0x00005641de14b715 in ExecEvalExpr (isNull=0x7ffd512fcecf, econtext=<optimized out>, state=<optimized...
[09:45:17.153] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:16.654] #0  0x00007f3b654a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:16.654] #1  0x00007f3b6545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:16.654] #2  0x00007f3b65445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:16.654] #3  0x00007f3b6561e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:16.654] #4  0x00007f3b6562aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:16.654] #5  0x00007f3b6560d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561359043240,...
[09:45:16.654] #6  0x00005613582703f1 in ExecInterpExpr (state=0x561385228210, econtext=0x561385229d38, isnull=0x7ffdc27...
[09:45:16.654] #7  0x00005613582617a9 in ExecInterpExprStillValid (state=0x561385228210, econtext=0x561385229d38, isNull...
[09:45:16.654] #8  0x0000561358273715 in ExecEvalExpr (isNull=0x7ffdc27c6c3f, econtext=<optimized out>, state=<optimized...
[09:45:16.654] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:16.022] #0  0x00007fc1d78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:16.022] #1  0x00007fc1d785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:16.022] #2  0x00007fc1d7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:16.022] #3  0x00007fc1d7a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:16.022] #4  0x00007fc1d7a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:16.022] #5  0x00007fc1d7a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55665e3d0240,...
[09:45:16.022] #6  0x000055665d5fd3f1 in ExecInterpExpr (state=0x556678f23290, econtext=0x556678ef1a18, isnull=0x7fff430...
[09:45:16.022] #7  0x000055665d5ee7a9 in ExecInterpExprStillValid (state=0x556678f23290, econtext=0x556678ef1a18, isNull...
[09:45:16.022] #8  0x000055665d600715 in ExecEvalExpr (isNull=0x7fff430edacf, econtext=<optimized out>, state=<optimized...
[09:45:16.022] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:15.356] #0  0x00007f91044a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:15.356] #1  0x00007f910445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:15.356] #2  0x00007f9104445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:15.356] #3  0x00007f910461e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:15.356] #4  0x00007f910462aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:15.356] #5  0x00007f910460d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5604264a7240,...
[09:45:15.356] #6  0x00005604256d43f1 in ExecInterpExpr (state=0x560443e8e520, econtext=0x560443e8f180, isnull=0x7ffce57...
[09:45:15.356] #7  0x00005604256c57a9 in ExecInterpExprStillValid (state=0x560443e8e520, econtext=0x560443e8f180, isNull...
[09:45:15.356] #8  0x00005604256d7715 in ExecEvalExpr (isNull=0x7ffce5775b8f, econtext=<optimized out>, state=<optimized...
[09:45:15.356] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:14.864] #0  0x00007f3be0ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:14.864] #1  0x00007f3be0c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:14.864] #2  0x00007f3be0c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:14.864] #3  0x00007f3be0e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:14.864] #4  0x00007f3be0e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:14.864] #5  0x00007f3be0e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558cda39b240,...
[09:45:14.864] #6  0x0000558cd95c83f1 in ExecInterpExpr (state=0x558d163005e0, econtext=0x558d16301240, isnull=0x7fff669...
[09:45:14.864] #7  0x0000558cd95b97a9 in ExecInterpExprStillValid (state=0x558d163005e0, econtext=0x558d16301240, isNull...
[09:45:14.864] #8  0x0000558cd95cb715 in ExecEvalExpr (isNull=0x7fff669664cf, econtext=<optimized out>, state=<optimized...
[09:45:14.864] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:14.372] #0  0x00007fe8dbca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:14.372] #1  0x00007fe8dbc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:14.372] #2  0x00007fe8dbc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:14.372] #3  0x00007fe8dbe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:14.372] #4  0x00007fe8dbe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:14.372] #5  0x00007fe8dbe0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56518b08a240,...
[09:45:14.372] #6  0x000056518a2b73f1 in ExecInterpExpr (state=0x5651c1460f60, econtext=0x5651c1461bc0, isnull=0x7ffc6b5...
[09:45:14.372] #7  0x000056518a2a87a9 in ExecInterpExprStillValid (state=0x5651c1460f60, econtext=0x5651c1461bc0, isNull...
[09:45:14.372] #8  0x000056518a2ba715 in ExecEvalExpr (isNull=0x7ffc6b5b7b2f, econtext=<optimized out>, state=<optimized...
[09:45:14.372] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:13.864] #0  0x00007f964e4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:13.864] #1  0x00007f964e45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:13.864] #2  0x00007f964e445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:13.864] #3  0x00007f964e61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:13.864] #4  0x00007f964e62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:13.864] #5  0x00007f964e60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55ba5f486240,...
[09:45:13.864] #6  0x000055ba5e6b33f1 in ExecInterpExpr (state=0x55ba66a2cf10, econtext=0x55ba66a2db70, isnull=0x7fff2a2...
[09:45:13.864] #7  0x000055ba5e6a47a9 in ExecInterpExprStillValid (state=0x55ba66a2cf10, econtext=0x55ba66a2db70, isNull...
[09:45:13.864] #8  0x000055ba5e6b6715 in ExecEvalExpr (isNull=0x7fff2a2f93cf, econtext=<optimized out>, state=<optimized...
[09:45:13.864] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:13.369] #0  0x00007fc5a62a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:13.369] #1  0x00007fc5a625afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:13.369] #2  0x00007fc5a6245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:13.369] #3  0x00007fc5a641e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:13.369] #4  0x00007fc5a642aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:13.369] #5  0x00007fc5a640d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5572b2922240,...
[09:45:13.369] #6  0x00005572b1b4f3f1 in ExecInterpExpr (state=0x5572e214e400, econtext=0x5572e212da88, isnull=0x7ffd38f...
[09:45:13.369] #7  0x00005572b1b407a9 in ExecInterpExprStillValid (state=0x5572e214e400, econtext=0x5572e212da88, isNull...
[09:45:13.369] #8  0x00005572b1b52715 in ExecEvalExpr (isNull=0x7ffd38fcdedf, econtext=<optimized out>, state=<optimized...
[09:45:13.369] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:12.860] #0  0x00007fca5bca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:12.860] #1  0x00007fca5bc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:12.860] #2  0x00007fca5bc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:12.860] #3  0x00007fca5be1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:12.860] #4  0x00007fca5be2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:12.860] #5  0x00007fca5be0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561656a59240,...
[09:45:12.860] #6  0x0000561655c863f1 in ExecInterpExpr (state=0x561663ee4f90, econtext=0x561663ee6998, isnull=0x7ffe40a...
[09:45:12.860] #7  0x0000561655c777a9 in ExecInterpExprStillValid (state=0x561663ee4f90, econtext=0x561663ee6998, isNull...
[09:45:12.860] #8  0x0000561655c89715 in ExecEvalExpr (isNull=0x7ffe40ac981f, econtext=<optimized out>, state=<optimized...
[09:45:12.860] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:12.212] #0  0x00007f00df8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:12.212] #1  0x00007f00df85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:12.212] #2  0x00007f00df845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:12.212] #3  0x00007f00dfa1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:12.212] #4  0x00007f00dfa2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:12.212] #5  0x00007f00dfa0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x557d32d0f240,...
[09:45:12.212] #6  0x0000557d31f3c3f1 in ExecInterpExpr (state=0x557d61576508, econtext=0x557d61577168, isnull=0x7ffebc2...
[09:45:12.212] #7  0x0000557d31f2d7a9 in ExecInterpExprStillValid (state=0x557d61576508, econtext=0x557d61577168, isNull...
[09:45:12.212] #8  0x0000557d31f3f715 in ExecEvalExpr (isNull=0x7ffebc2f806f, econtext=<optimized out>, state=<optimized...
[09:45:12.212] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:11.482] #0  0x00007fd1efaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:11.482] #1  0x00007fd1efa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:11.482] #2  0x00007fd1efa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:11.482] #3  0x00007fd1efc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:11.482] #4  0x00007fd1efc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:11.482] #5  0x00007fd1efc0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x565326d01240,...
[09:45:11.482] #6  0x0000565325f2e3f1 in ExecInterpExpr (state=0x56534bec2bd0, econtext=0x56534bec3830, isnull=0x7ffd0e9...
[09:45:11.482] #7  0x0000565325f1f7a9 in ExecInterpExprStillValid (state=0x56534bec2bd0, econtext=0x56534bec3830, isNull...
[09:45:11.482] #8  0x0000565325f31715 in ExecEvalExpr (isNull=0x7ffd0e9b77af, econtext=<optimized out>, state=<optimized...
[09:45:11.482] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:10.993] #0  0x00007f19a36a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:10.993] #1  0x00007f19a365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:10.993] #2  0x00007f19a3645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:10.993] #3  0x00007f19a381e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:10.993] #4  0x00007f19a382aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:10.993] #5  0x00007f19a380d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x564bf5682240,...
[09:45:10.993] #6  0x0000564bf48af3f1 in ExecInterpExpr (state=0x564c0792cc00, econtext=0x564c078fb388, isnull=0x7fffb1a...
[09:45:10.993] #7  0x0000564bf48a07a9 in ExecInterpExprStillValid (state=0x564c0792cc00, econtext=0x564c078fb388, isNull...
[09:45:10.993] #8  0x0000564bf48b2715 in ExecEvalExpr (isNull=0x7fffb1ace23f, econtext=<optimized out>, state=<optimized...
[09:45:10.993] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:10.378] #0  0x00007f89b6aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:10.378] #1  0x00007f89b6a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:10.378] #2  0x00007f89b6a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:10.378] #3  0x00007f89b6c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:10.378] #4  0x00007f89b6c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:10.378] #5  0x00007f89b6c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x559799710240,...
[09:45:10.378] #6  0x000055979893d3f1 in ExecInterpExpr (state=0x5597bc95c0e0, econtext=0x5597bc95dae8, isnull=0x7ffd092...
[09:45:10.378] #7  0x000055979892e7a9 in ExecInterpExprStillValid (state=0x5597bc95c0e0, econtext=0x5597bc95dae8, isNull...
[09:45:10.378] #8  0x0000559798940715 in ExecEvalExpr (isNull=0x7ffd092e31ef, econtext=<optimized out>, state=<optimized...
[09:45:10.378] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:09.750] #0  0x00007fc1d78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:09.750] #1  0x00007fc1d785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:09.750] #2  0x00007fc1d7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:09.750] #3  0x00007fc1d7a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:09.750] #4  0x00007fc1d7a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:09.750] #5  0x00007fc1d7a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55665e3d0240,...
[09:45:09.750] #6  0x000055665d5fd3f1 in ExecInterpExpr (state=0x556678f25e98, econtext=0x556678f26a08, isnull=0x7fff430...
[09:45:09.750] #7  0x000055665d5ee7a9 in ExecInterpExprStillValid (state=0x556678f25e98, econtext=0x556678f26a08, isNull...
[09:45:09.750] #8  0x000055665d600715 in ExecEvalExpr (isNull=0x7fff430ed99f, econtext=<optimized out>, state=<optimized...
[09:45:09.750] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:09.247] #0  0x00007f4ad7ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:09.247] #1  0x00007f4ad7c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:09.247] #2  0x00007f4ad7c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:09.247] #3  0x00007f4ad7e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:09.247] #4  0x00007f4ad7e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:09.247] #5  0x00007f4ad7e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55a5e2c42240,...
[09:45:09.247] #6  0x000055a5e1e6f3f1 in ExecInterpExpr (state=0x55a605a11d70, econtext=0x55a605a129d0, isnull=0x7ffdbb2...
[09:45:09.247] #7  0x000055a5e1e607a9 in ExecInterpExprStillValid (state=0x55a605a11d70, econtext=0x55a605a129d0, isNull...
[09:45:09.247] #8  0x000055a5e1e72715 in ExecEvalExpr (isNull=0x7ffdbb2349df, econtext=<optimized out>, state=<optimized...
[09:45:09.247] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:08.751] #0  0x00007f7c2c2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:08.751] #1  0x00007f7c2c25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:08.751] #2  0x00007f7c2c245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:08.751] #3  0x00007f7c2c41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:08.751] #4  0x00007f7c2c42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:08.751] #5  0x00007f7c2c40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x564bff0b1240,...
[09:45:08.751] #6  0x0000564bfe2de3f1 in ExecInterpExpr (state=0x564c37cbd1c0, econtext=0x564c37cbde20, isnull=0x7ffdf05...
[09:45:08.751] #7  0x0000564bfe2cf7a9 in ExecInterpExprStillValid (state=0x564c37cbd1c0, econtext=0x564c37cbde20, isNull...
[09:45:08.751] #8  0x0000564bfe2e1715 in ExecEvalExpr (isNull=0x7ffdf05307bf, econtext=<optimized out>, state=<optimized...
[09:45:08.751] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:49.127] #0  0x00007fc1d78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:49.127] #1  0x00007fc1d785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:49.127] #2  0x00007fc1d7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:49.127] #3  0x00007fc1d7a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:49.127] #4  0x00007fc1d7a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:49.127] #5  0x00007fc1d7a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55665e3d0240,...
[09:44:49.127] #6  0x000055665d5fd3f1 in ExecInterpExpr (state=0x556678f66960, econtext=0x556678f5bd58, isnull=0x7fff430...
[09:44:49.127] #7  0x000055665d5ee7a9 in ExecInterpExprStillValid (state=0x556678f66960, econtext=0x556678f5bd58, isNull...
[09:44:49.127] #8  0x000055665d600715 in ExecEvalExpr (isNull=0x7fff430edacf, econtext=<optimized out>, state=<optimized...
[09:44:49.127] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:49.820] #0  0x00007f2985aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:49.820] #1  0x00007f2985a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:49.820] #2  0x00007f2985a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:49.820] #3  0x00007f2985c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:49.820] #4  0x00007f2985c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:49.820] #5  0x00007f2985c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55fb002ac240,...
[09:44:49.820] #6  0x000055faff4d93f1 in ExecInterpExpr (state=0x55fb235ec600, econtext=0x55fb235ed170, isnull=0x7fff48a...
[09:44:49.820] #7  0x000055faff4ca7a9 in ExecInterpExprStillValid (state=0x55fb235ec600, econtext=0x55fb235ed170, isNull...
[09:44:49.820] #8  0x000055faff4dc715 in ExecEvalExpr (isNull=0x7fff48a48dbf, econtext=<optimized out>, state=<optimized...
[09:44:49.820] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:50.441] #0  0x00007f3b654a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:50.441] #1  0x00007f3b6545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:50.441] #2  0x00007f3b65445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:50.441] #3  0x00007f3b6561e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:50.441] #4  0x00007f3b6562aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:50.441] #5  0x00007f3b6560d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561359043240,...
[09:44:50.441] #6  0x00005613582703f1 in ExecInterpExpr (state=0x561385205cd0, econtext=0x561385207bf8, isnull=0x7ffdc27...
[09:44:50.441] #7  0x00005613582617a9 in ExecInterpExprStillValid (state=0x561385205cd0, econtext=0x561385207bf8, isNull...
[09:44:50.441] #8  0x0000561358273715 in ExecEvalExpr (isNull=0x7ffdc27c6c3f, econtext=<optimized out>, state=<optimized...
[09:44:50.441] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:50.929] #0  0x00007fa0970a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:50.929] #1  0x00007fa09705afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:50.929] #2  0x00007fa097045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:50.929] #3  0x00007fa09721e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:50.929] #4  0x00007fa09722aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:50.929] #5  0x00007fa09720d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x564f19b1a240,...
[09:44:50.929] #6  0x0000564f18d473f1 in ExecInterpExpr (state=0x564f31aee530, econtext=0x564f31aef190, isnull=0x7fffd63...
[09:44:50.929] #7  0x0000564f18d387a9 in ExecInterpExprStillValid (state=0x564f31aee530, econtext=0x564f31aef190, isNull...
[09:44:50.929] #8  0x0000564f18d4a715 in ExecEvalExpr (isNull=0x7fffd63f400f, econtext=<optimized out>, state=<optimized...
[09:44:50.929] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:51.413] #0  0x00007ff3f3ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:51.413] #1  0x00007ff3f3c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:51.413] #2  0x00007ff3f3c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:51.413] #3  0x00007ff3f3e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:51.413] #4  0x00007ff3f3e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:51.413] #5  0x00007ff3f3e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56062f507240,...
[09:44:51.413] #6  0x000056062e7343f1 in ExecInterpExpr (state=0x560669105e80, econtext=0x560669106ae0, isnull=0x7ffd515...
[09:44:51.413] #7  0x000056062e7257a9 in ExecInterpExprStillValid (state=0x560669105e80, econtext=0x560669106ae0, isNull...
[09:44:51.413] #8  0x000056062e737715 in ExecEvalExpr (isNull=0x7ffd515dc40f, econtext=<optimized out>, state=<optimized...
[09:44:51.413] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:51.909] #0  0x00007f25a1ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:51.909] #1  0x00007f25a1c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:51.909] #2  0x00007f25a1c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:51.909] #3  0x00007f25a1e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:51.909] #4  0x00007f25a1e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:51.909] #5  0x00007f25a1e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55aee5b96240,...
[09:44:51.909] #6  0x000055aee4dc33f1 in ExecInterpExpr (state=0x55aeed4964c0, econtext=0x55aeed497120, isnull=0x7fff7ec...
[09:44:51.909] #7  0x000055aee4db47a9 in ExecInterpExprStillValid (state=0x55aeed4964c0, econtext=0x55aeed497120, isNull...
[09:44:51.909] #8  0x000055aee4dc6715 in ExecEvalExpr (isNull=0x7fff7ecbff1f, econtext=<optimized out>, state=<optimized...
[09:44:51.909] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:52.525] #0  0x00007fcf4f4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:52.525] #1  0x00007fcf4f45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:52.525] #2  0x00007fcf4f445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:52.525] #3  0x00007fcf4f61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:52.525] #4  0x00007fcf4f62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:52.525] #5  0x00007fcf4f60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55953ca06240,...
[09:44:52.525] #6  0x000055953bc333f1 in ExecInterpExpr (state=0x55957d0820d0, econtext=0x55957d083ad8, isnull=0x7ffca77...
[09:44:52.525] #7  0x000055953bc247a9 in ExecInterpExprStillValid (state=0x55957d0820d0, econtext=0x55957d083ad8, isNull...
[09:44:52.525] #8  0x000055953bc36715 in ExecEvalExpr (isNull=0x7ffca77eaa2f, econtext=<optimized out>, state=<optimized...
[09:44:52.525] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:53.061] #0  0x00007fc1d78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:53.061] #1  0x00007fc1d785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:53.061] #2  0x00007fc1d7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:53.061] #3  0x00007fc1d7a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:53.061] #4  0x00007fc1d7a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:53.061] #5  0x00007fc1d7a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55665e3d0240,...
[09:44:53.061] #6  0x000055665d5fd3f1 in ExecInterpExpr (state=0x556678efb178, econtext=0x556678f11ab8, isnull=0x7fff430...
[09:44:53.061] #7  0x000055665d5ee7a9 in ExecInterpExprStillValid (state=0x556678efb178, econtext=0x556678f11ab8, isNull...
[09:44:53.061] #8  0x000055665d600715 in ExecEvalExpr (isNull=0x7fff430edb4f, econtext=<optimized out>, state=<optimized...
[09:44:53.061] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:53.676] #0  0x00007f3b654a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:53.676] #1  0x00007f3b6545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:53.676] #2  0x00007f3b65445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:53.676] #3  0x00007f3b6561e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:53.676] #4  0x00007f3b6562aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:53.676] #5  0x00007f3b6560d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561359043240,...
[09:44:53.676] #6  0x00005613582703f1 in ExecInterpExpr (state=0x561385225f90, econtext=0x561385227998, isnull=0x7ffdc27...
[09:44:53.676] #7  0x00005613582617a9 in ExecInterpExprStillValid (state=0x561385225f90, econtext=0x561385227998, isNull...
[09:44:53.676] #8  0x0000561358273715 in ExecEvalExpr (isNull=0x7ffdc27c6c3f, econtext=<optimized out>, state=<optimized...
[09:44:53.676] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:54.167] #0  0x00007f08fa6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:54.167] #1  0x00007f08fa65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:54.167] #2  0x00007f08fa645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:54.167] #3  0x00007f08fa81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:54.167] #4  0x00007f08fa82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:54.167] #5  0x00007f08fa80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55bd5019c240,...
[09:44:54.167] #6  0x000055bd4f3c93f1 in ExecInterpExpr (state=0x55bd61ab14a0, econtext=0x55bd61ab2100, isnull=0x7ffd30e...
[09:44:54.167] #7  0x000055bd4f3ba7a9 in ExecInterpExprStillValid (state=0x55bd61ab14a0, econtext=0x55bd61ab2100, isNull...
[09:44:54.167] #8  0x000055bd4f3cc715 in ExecEvalExpr (isNull=0x7ffd30e0897f, econtext=<optimized out>, state=<optimized...
[09:44:54.167] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:54.788] #0  0x00007fcf4f4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:54.788] #1  0x00007fcf4f45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:54.788] #2  0x00007fcf4f445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:54.788] #3  0x00007fcf4f61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:54.788] #4  0x00007fcf4f62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:54.788] #5  0x00007fcf4f60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55953ca06240,...
[09:44:54.788] #6  0x000055953bc333f1 in ExecInterpExpr (state=0x55957d0840e0, econtext=0x55957d085ae8, isnull=0x7ffca77...
[09:44:54.788] #7  0x000055953bc247a9 in ExecInterpExprStillValid (state=0x55957d0840e0, econtext=0x55957d085ae8, isNull...
[09:44:54.788] #8  0x000055953bc36715 in ExecEvalExpr (isNull=0x7ffca77eaa2f, econtext=<optimized out>, state=<optimized...
[09:44:54.788] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:55.289] #0  0x00007f2a7d4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:55.289] #1  0x00007f2a7d45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:55.289] #2  0x00007f2a7d445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:55.289] #3  0x00007f2a7d61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:55.289] #4  0x00007f2a7d62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:55.289] #5  0x00007f2a7d60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55bb39686240,...
[09:44:55.289] #6  0x000055bb388b33f1 in ExecInterpExpr (state=0x55bb5ce100d0, econtext=0x55bb5ce10d30, isnull=0x7ffe67d...
[09:44:55.289] #7  0x000055bb388a47a9 in ExecInterpExprStillValid (state=0x55bb5ce100d0, econtext=0x55bb5ce10d30, isNull...
[09:44:55.289] #8  0x000055bb388b6715 in ExecEvalExpr (isNull=0x7ffe67d779ff, econtext=<optimized out>, state=<optimized...
[09:44:55.289] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:55.781] #0  0x00007f830b8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:55.781] #1  0x00007f830b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:55.781] #2  0x00007f830b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:55.781] #3  0x00007f830ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:55.781] #4  0x00007f830ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:55.781] #5  0x00007f830ba0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d8e3705240,...
[09:44:55.781] #6  0x000055d8e29323f1 in ExecInterpExpr (state=0x55d8f856b4a0, econtext=0x55d8f856c100, isnull=0x7fffb4a...
[09:44:55.781] #7  0x000055d8e29237a9 in ExecInterpExprStillValid (state=0x55d8f856b4a0, econtext=0x55d8f856c100, isNull...
[09:44:55.781] #8  0x000055d8e2935715 in ExecEvalExpr (isNull=0x7fffb4a696df, econtext=<optimized out>, state=<optimized...
[09:44:55.781] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:56.281] #0  0x00007fca840a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:56.281] #1  0x00007fca8405afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:56.281] #2  0x00007fca84045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:56.281] #3  0x00007fca8421e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:56.281] #4  0x00007fca8422aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:56.281] #5  0x00007fca8420d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5557bf467240,...
[09:44:56.281] #6  0x00005557be6943f1 in ExecInterpExpr (state=0x5557d0c7bce0, econtext=0x5557d0c7c940, isnull=0x7ffd681...
[09:44:56.281] #7  0x00005557be6857a9 in ExecInterpExprStillValid (state=0x5557d0c7bce0, econtext=0x5557d0c7c940, isNull...
[09:44:56.281] #8  0x00005557be697715 in ExecEvalExpr (isNull=0x7ffd681f294f, econtext=<optimized out>, state=<optimized...
[09:44:56.281] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:56.888] #0  0x00007f89b6aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:56.888] #1  0x00007f89b6a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:56.888] #2  0x00007f89b6a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:56.888] #3  0x00007f89b6c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:56.888] #4  0x00007f89b6c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:56.888] #5  0x00007f89b6c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x559799710240,...
[09:44:56.888] #6  0x000055979893d3f1 in ExecInterpExpr (state=0x5597bc93c0d0, econtext=0x5597bc93dad8, isnull=0x7ffd092...
[09:44:56.888] #7  0x000055979892e7a9 in ExecInterpExprStillValid (state=0x5597bc93c0d0, econtext=0x5597bc93dad8, isNull...
[09:44:56.888] #8  0x0000559798940715 in ExecEvalExpr (isNull=0x7ffd092e31ef, econtext=<optimized out>, state=<optimized...
[09:44:56.888] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:57.393] #0  0x00007f27886a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:57.393] #1  0x00007f278865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:57.393] #2  0x00007f2788645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:57.393] #3  0x00007f278881e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:57.393] #4  0x00007f278882aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:57.393] #5  0x00007f278880d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56206ca20240,...
[09:44:57.393] #6  0x000056206bc4d3f1 in ExecInterpExpr (state=0x5620a8aed260, econtext=0x5620a8aedec0, isnull=0x7ffcdd9...
[09:44:57.393] #7  0x000056206bc3e7a9 in ExecInterpExprStillValid (state=0x5620a8aed260, econtext=0x5620a8aedec0, isNull...
[09:44:57.393] #8  0x000056206bc50715 in ExecEvalExpr (isNull=0x7ffcdd9b25ef, econtext=<optimized out>, state=<optimized...
[09:44:57.393] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:57.854] #0  0x00007fc1d78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:57.854] #1  0x00007fc1d785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:57.854] #2  0x00007fc1d7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:57.854] #3  0x000055665dc81f3e in ExceptionalCondition (conditionName=conditionName@entry=0x55665dea0120 "HaveReg...
[09:44:57.854] #4  0x000055665d47759a in index_drop (indexId=24582, concurrent=concurrent@entry=false, concurrent_lock_m...
[09:44:57.854] #5  0x000055665d45f37e in doDeletion (object=object@entry=0x556678ebcfb0, flags=flags@entry=21) at ../src...
[09:44:57.854] #6  0x000055665d45f645 in deleteOneObject (object=0x556678ebcfb0, depRel=depRel@entry=0x7fff430edcf8, fla...
[09:44:57.854] #7  0x000055665d45fa27 in deleteObjectsInList (targetObjects=targetObjects@entry=0x556678edb5a8, depRel=d...
[09:44:57.854] #8  0x000055665d463d8e in performDeletion (object=object@entry=0x7fff430edde4, behavior=behavior@entry=DR...
[09:44:57.854] #9  0x000055665d896cb9 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[09:44:58.483] #0  0x00007f1d4e8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:58.483] #1  0x00007f1d4e85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:58.483] #2  0x00007f1d4e845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:58.483] #3  0x00007f1d4ea1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:58.483] #4  0x00007f1d4ea2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:58.483] #5  0x00007f1d4ea0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e5c8b65240,...
[09:44:58.483] #6  0x000055e5c7d923f1 in ExecInterpExpr (state=0x55e5d97e5a30, econtext=0x55e5d97e65a0, isnull=0x7ffde47...
[09:44:58.483] #7  0x000055e5c7d837a9 in ExecInterpExprStillValid (state=0x55e5d97e5a30, econtext=0x55e5d97e65a0, isNull...
[09:44:58.483] #8  0x000055e5c7d95715 in ExecEvalExpr (isNull=0x7ffde47b5aff, econtext=<optimized out>, state=<optimized...
[09:44:58.483] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:58.972] #0  0x00007fd86d6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:58.972] #1  0x00007fd86d65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:58.972] #2  0x00007fd86d645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:58.972] #3  0x00007fd86d81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:58.972] #4  0x00007fd86d82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:58.972] #5  0x00007fd86d80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5565b5115240,...
[09:44:58.972] #6  0x00005565b43423f1 in ExecInterpExpr (state=0x5565e71e60a0, econtext=0x5565e71e6d00, isnull=0x7ffc86d...
[09:44:58.972] #7  0x00005565b43337a9 in ExecInterpExprStillValid (state=0x5565e71e60a0, econtext=0x5565e71e6d00, isNull...
[09:44:58.972] #8  0x00005565b4345715 in ExecEvalExpr (isNull=0x7ffc86d676cf, econtext=<optimized out>, state=<optimized...
[09:44:58.972] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:59.464] #0  0x00007f47beea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:59.464] #1  0x00007f47bee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:59.464] #2  0x00007f47bee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:59.464] #3  0x00007f47bf01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:59.464] #4  0x00007f47bf02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:59.464] #5  0x00007f47bf00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561b52cdb240,...
[09:44:59.464] #6  0x0000561b51f083f1 in ExecInterpExpr (state=0x561b6975abc0, econtext=0x561b6975b820, isnull=0x7fffbd4...
[09:44:59.464] #7  0x0000561b51ef97a9 in ExecInterpExprStillValid (state=0x561b6975abc0, econtext=0x561b6975b820, isNull...
[09:44:59.464] #8  0x0000561b51f0b715 in ExecEvalExpr (isNull=0x7fffbd41424f, econtext=<optimized out>, state=<optimized...
[09:44:59.464] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:59.961] #0  0x00007fe55fca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:59.961] #1  0x00007fe55fc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:59.961] #2  0x00007fe55fc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:59.961] #3  0x00007fe55fe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:59.961] #4  0x00007fe55fe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:59.961] #5  0x00007fe55fe0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e615176240,...
[09:44:59.961] #6  0x000055e6143a33f1 in ExecInterpExpr (state=0x55e63ddd6490, econtext=0x55e63ddd70f0, isnull=0x7ffc45a...
[09:44:59.961] #7  0x000055e6143947a9 in ExecInterpExprStillValid (state=0x55e63ddd6490, econtext=0x55e63ddd70f0, isNull...
[09:44:59.961] #8  0x000055e6143a6715 in ExecEvalExpr (isNull=0x7ffc45a723df, econtext=<optimized out>, state=<optimized...
[09:44:59.961] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:00.453] #0  0x00007f4f06ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:00.453] #1  0x00007f4f06c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:00.453] #2  0x00007f4f06c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:00.453] #3  0x00007f4f06e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:00.453] #4  0x00007f4f06e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:00.453] #5  0x00007f4f06e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55eaf51f5240,...
[09:45:00.453] #6  0x000055eaf44223f1 in ExecInterpExpr (state=0x55eb057800b0, econtext=0x55eb05780d10, isnull=0x7fff66d...
[09:45:00.453] #7  0x000055eaf44137a9 in ExecInterpExprStillValid (state=0x55eb057800b0, econtext=0x55eb05780d10, isNull...
[09:45:00.453] #8  0x000055eaf4425715 in ExecEvalExpr (isNull=0x7fff66da0e0f, econtext=<optimized out>, state=<optimized...
[09:45:00.453] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:00.937] #0  0x00007ff191aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:00.937] #1  0x00007ff191a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:00.937] #2  0x00007ff191a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:00.937] #3  0x00007ff191c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:00.937] #4  0x00007ff191c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:00.937] #5  0x00007ff191c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561a75110240,...
[09:45:00.937] #6  0x0000561a7433d3f1 in ExecInterpExpr (state=0x561a8353c1f0, econtext=0x561a8353ce50, isnull=0x7fff0c1...
[09:45:00.937] #7  0x0000561a7432e7a9 in ExecInterpExprStillValid (state=0x561a8353c1f0, econtext=0x561a8353ce50, isNull...
[09:45:00.937] #8  0x0000561a74340715 in ExecEvalExpr (isNull=0x7fff0c1421ef, econtext=<optimized out>, state=<optimized...
[09:45:00.937] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:01.438] #0  0x00007f683e0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:01.438] #1  0x00007f683e05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:01.438] #2  0x00007f683e045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:01.438] #3  0x00007f683e21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:01.438] #4  0x00007f683e22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:01.438] #5  0x00007f683e20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55b92eaa7240,...
[09:45:01.438] #6  0x000055b92dcd43f1 in ExecInterpExpr (state=0x55b9672a7ce0, econtext=0x55b9672a8940, isnull=0x7ffd074...
[09:45:01.438] #7  0x000055b92dcc57a9 in ExecInterpExprStillValid (state=0x55b9672a7ce0, econtext=0x55b9672a8940, isNull...
[09:45:01.438] #8  0x000055b92dcd7715 in ExecEvalExpr (isNull=0x7ffd074db2ef, econtext=<optimized out>, state=<optimized...
[09:45:01.438] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:01.923] #0  0x00007fe7fa4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:01.923] #1  0x00007fe7fa45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:01.923] #2  0x00007fe7fa445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:01.923] #3  0x00007fe7fa61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:01.923] #4  0x00007fe7fa62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:01.923] #5  0x00007fe7fa60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55f0227b4240,...
[09:45:01.923] #6  0x000055f0219e13f1 in ExecInterpExpr (state=0x55f0552495e0, econtext=0x55f05524a240, isnull=0x7ffc697...
[09:45:01.923] #7  0x000055f0219d27a9 in ExecInterpExprStillValid (state=0x55f0552495e0, econtext=0x55f05524a240, isNull...
[09:45:01.923] #8  0x000055f0219e4715 in ExecEvalExpr (isNull=0x7ffc6975807f, econtext=<optimized out>, state=<optimized...
[09:45:01.923] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:02.542] #0  0x00007fc1d78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:02.542] #1  0x00007fc1d785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:02.542] #2  0x00007fc1d7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:02.542] #3  0x00007fc1d7a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:02.542] #4  0x00007fc1d7a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:02.542] #5  0x00007fc1d7a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55665e3d0240,...
[09:45:02.542] #6  0x000055665d5fd3f1 in ExecInterpExpr (state=0x556678f566f0, econtext=0x556678f57170, isnull=0x7fff430...
[09:45:02.542] #7  0x000055665d5ee7a9 in ExecInterpExprStillValid (state=0x556678f566f0, econtext=0x556678f57170, isNull...
[09:45:02.542] #8  0x000055665d600715 in ExecEvalExpr (isNull=0x7fff430eda0f, econtext=<optimized out>, state=<optimized...
[09:45:02.542] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:03.034] #0  0x00007fd0208a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:03.034] #1  0x00007fd02085afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:03.034] #2  0x00007fd020845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:03.034] #3  0x00007fd020a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:03.034] #4  0x00007fd020a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:03.034] #5  0x00007fd020a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x562e1094c240,...
[09:45:03.034] #6  0x0000562e0fb793f1 in ExecInterpExpr (state=0x562e1fa5c0f0, econtext=0x562e1fa5cd50, isnull=0x7fff608...
[09:45:03.034] #7  0x0000562e0fb6a7a9 in ExecInterpExprStillValid (state=0x562e1fa5c0f0, econtext=0x562e1fa5cd50, isNull...
[09:45:03.034] #8  0x0000562e0fb7c715 in ExecEvalExpr (isNull=0x7fff608055af, econtext=<optimized out>, state=<optimized...
[09:45:03.034] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:03.516] #0  0x00007f4a67aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:03.516] #1  0x00007f4a67a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:03.516] #2  0x00007f4a67a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:03.516] #3  0x00007f4a67c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:03.516] #4  0x00007f4a67c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:03.516] #5  0x00007f4a67c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5615fa38c240,...
[09:45:03.516] #6  0x00005615f95b93f1 in ExecInterpExpr (state=0x56162a9dc1c0, econtext=0x56162a9dce20, isnull=0x7ffff28...
[09:45:03.516] #7  0x00005615f95aa7a9 in ExecInterpExprStillValid (state=0x56162a9dc1c0, econtext=0x56162a9dce20, isNull...
[09:45:03.516] #8  0x00005615f95bc715 in ExecEvalExpr (isNull=0x7ffff28adc1f, econtext=<optimized out>, state=<optimized...
[09:45:03.516] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:03.997] #0  0x00007f1b8bea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:03.997] #1  0x00007f1b8be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:03.997] #2  0x00007f1b8be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:03.997] #3  0x00007f1b8c01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:03.997] #4  0x00007f1b8c02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:03.997] #5  0x00007f1b8c00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5618675d0240,...
[09:45:03.997] #6  0x00005618667fd3f1 in ExecInterpExpr (state=0x56187d8300a0, econtext=0x56187d830d00, isnull=0x7ffd89b...
[09:45:03.997] #7  0x00005618667ee7a9 in ExecInterpExprStillValid (state=0x56187d8300a0, econtext=0x56187d830d00, isNull...
[09:45:03.997] #8  0x0000561866800715 in ExecEvalExpr (isNull=0x7ffd89b809df, econtext=<optimized out>, state=<optimized...
[09:45:03.997] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:04.630] #0  0x00007f29d02a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:04.630] #1  0x00007f29d025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:04.630] #2  0x00007f29d0245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:04.630] #3  0x00007f29d041e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:04.630] #4  0x00007f29d042aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:04.630] #5  0x00007f29d040d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5623e6844240,...
[09:45:04.630] #6  0x00005623e5a713f1 in ExecInterpExpr (state=0x5624190e5ca0, econtext=0x5624190e76a8, isnull=0x7ffee6b...
[09:45:04.630] #7  0x00005623e5a627a9 in ExecInterpExprStillValid (state=0x5624190e5ca0, econtext=0x5624190e76a8, isNull...
[09:45:04.630] #8  0x00005623e5a74715 in ExecEvalExpr (isNull=0x7ffee6bf564f, econtext=<optimized out>, state=<optimized...
[09:45:04.630] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:05.131] #0  0x00007f51662a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:05.131] #1  0x00007f516625afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:05.131] #2  0x00007f5166245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:05.131] #3  0x00007f516641e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:05.131] #4  0x00007f516642aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:05.131] #5  0x00007f516640d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55571b5f3240,...
[09:45:05.131] #6  0x000055571a8203f1 in ExecInterpExpr (state=0x5557215ec110, econtext=0x5557215ecd70, isnull=0x7ffdad0...
[09:45:05.131] #7  0x000055571a8117a9 in ExecInterpExprStillValid (state=0x5557215ec110, econtext=0x5557215ecd70, isNull...
[09:45:05.131] #8  0x000055571a823715 in ExecEvalExpr (isNull=0x7ffdad004cbf, econtext=<optimized out>, state=<optimized...
[09:45:05.131] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:05.632] #0  0x00007fe9b5ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:05.632] #1  0x00007fe9b5c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:05.632] #2  0x00007fe9b5c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:05.632] #3  0x00007fe9b5e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:05.632] #4  0x00007fe9b5e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:05.632] #5  0x00007fe9b5e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5654d54eb240,...
[09:45:05.632] #6  0x00005654d47183f1 in ExecInterpExpr (state=0x565514f3c9f0, econtext=0x565514f72a58, isnull=0x7ffcc55...
[09:45:05.632] #7  0x00005654d47097a9 in ExecInterpExprStillValid (state=0x565514f3c9f0, econtext=0x565514f72a58, isNull...
[09:45:05.632] #8  0x00005654d471b715 in ExecEvalExpr (isNull=0x7ffcc55e7e3f, econtext=<optimized out>, state=<optimized...
[09:45:05.632] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:06.285] #0  0x00007fd85e0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:06.285] #1  0x00007fd85e05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:06.285] #2  0x00007fd85e045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:06.285] #3  0x00007fd85e21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:06.285] #4  0x00007fd85e22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:06.285] #5  0x00007fd85e20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5595669f7240,...
[09:45:06.285] #6  0x0000559565c243f1 in ExecInterpExpr (state=0x55959ec8e4b0, econtext=0x55959ec58ce8, isnull=0x7ffe5f9...
[09:45:06.285] #7  0x0000559565c157a9 in ExecInterpExprStillValid (state=0x55959ec8e4b0, econtext=0x55959ec58ce8, isNull...
[09:45:06.285] #8  0x0000559565c27715 in ExecEvalExpr (isNull=0x7ffe5f9796af, econtext=<optimized out>, state=<optimized...
[09:45:06.285] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:06.778] #0  0x00007fc1d78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:06.778] #1  0x00007fc1d785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:06.778] #2  0x00007fc1d7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:06.778] #3  0x00007fc1d7a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:06.778] #4  0x00007fc1d7a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:06.778] #5  0x00007fc1d7a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55665e3d0240,...
[09:45:06.778] #6  0x000055665d5fd3f1 in ExecInterpExpr (state=0x556678f0e428, econtext=0x556678f0f088, isnull=0x7fff430...
[09:45:06.778] #7  0x000055665d5ee7a9 in ExecInterpExprStillValid (state=0x556678f0e428, econtext=0x556678f0f088, isNull...
[09:45:06.778] #8  0x000055665d600715 in ExecEvalExpr (isNull=0x7fff430edb4f, econtext=<optimized out>, state=<optimized...
[09:45:06.778] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:07.290] #0  0x00007fa9548a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:07.290] #1  0x00007fa95485afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:07.290] #2  0x00007fa954845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:07.290] #3  0x00007fa954a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:07.290] #4  0x00007fa954a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:07.290] #5  0x00007fa954a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55acdbe03240,...
[09:45:07.290] #6  0x000055acdb0303f1 in ExecInterpExpr (state=0x55ace33db620, econtext=0x55ace33dc280, isnull=0x7ffcdec...
[09:45:07.290] #7  0x000055acdb0217a9 in ExecInterpExprStillValid (state=0x55ace33db620, econtext=0x55ace33dc280, isNull...
[09:45:07.290] #8  0x000055acdb033715 in ExecEvalExpr (isNull=0x7ffcdece092f, econtext=<optimized out>, state=<optimized...
[09:45:07.290] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/build/testrun/isol...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out	2024-10-21 09:36:52.551603259 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-21 09:41:50.366754752 ...
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pageinspect/regre...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out	2024-10-21 09:36:50.915603322 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect/regress/results/brin.out	2024-10-21 09:41:55.586754883 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-21 09:36:50.923603322 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-21 09:41:56.618754909 +0000
@@ -319,96 +319,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/re...
--- /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out	2024-10-21 09:36:50.931603321 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/results/pg_trgm.out	2024-10-21 09:41:58.754754962 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-21 09:36:52.775603250 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-21 09:41:11.670753...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-21 09:36:50.963603320 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-21 09:41:59.166754973 +0000
@@ -2329,10019 +2329,7 @@
 (20 rows)
 
 SELECT t1c1, avg(t1c1 + t2c1) FROM (SELECT t1.c1, t2.c1 FROM ft1 t1 JOIN ft2 t2 ON (t1.c1 = t2.c1) UNION SELECT t1.c1, ...
- t1c1 |         avg          
-------+----------------------
-  101 | 202.0000000000000000
-  102 | 204.0000000000000000
-  103 | 206.0000000000000000
-  104 | 208.0000000000000000
-  105 | 210.0000000000000000
-  106 | 212.0000000000000000
-  107 | 214.0000000000000000
-  108 | 216.0000000000000000
-  109 | 218.0000000000000000
-  110 | 220.0000000000000000
-(10 rows)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/regex.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/regex.out	2024-10-21 09:36:52.751603251 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/regex.out	2024-10-21 09:41:36.018754414 ...
@@ -468,178 +468,10 @@
 -- This generates O(N) states but O(N^2) arcs, so it causes problems
 -- if arc count is not constrained
 select 'x' ~ repeat('x*y*z*', 1000);
-ERROR:  invalid regular expression: regular expression is too complex
--- Test backref in combination with non-greedy quantifier
--- https://core.tcl.tk/tcl/tktview/6585b21ca8fa6f3678d442b97241fdd43dba2ec0
-select 'Programmer' ~ '(\w).*?\1' as t;
- t 
----
- t
-(1 row)
-
-select regexp_matches('Programmer', '(\w)(.*?\1)', 'g');
- regexp_matches 
-----------------
- {r,ogr}
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-21 09:36:52.775603250 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/type_sanity.out	2024-10-21 09:41:08.362753852 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-21 09:36:50.979603319 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-21 09:41:58.622754960 +0000
@@ -239,261 +239,7 @@
   'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
   'SELECT DISTINCT rowdt, attribute FROM cth ORDER BY 2')
 AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  invalid crosstab categories query
-DETAIL:  The query must return one column.
--- if category query generates a NULL value, get expected error
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
-  'SELECT NULL::text')
-AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  crosstab category value must not be null
--- if source query returns zero rows, get zero rows returned
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth WHERE false ORDER BY 1',
-  'SELECT DISTINCT attribute FROM cth ORDER BY 1')
-AS c(rowid text, rowdt timestamp, temperature text, test_result text, test_startdate text, volts text);
...
tap
[09:42:10.067](0.565s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[09:42:10.638](0.450s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[09:42:10.639](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[09:42:10.733](0.094s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[09:42:10.734](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[09:42:10.750](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[09:42:10.769](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[09:42:10.782](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[09:42:10.892](0.014s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[09:42:10.893](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.893](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.894](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.894](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.894](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.895](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.895](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.895](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.896](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.896](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.896](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.897](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.897](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.897](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.898](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.898](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.898](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[09:42:14.707](4.699s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[09:42:14.708](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[09:42:20.580](5.873s) not ok 4 - pg_amcheck all schemas, tables and indexes in database db1 status (got 1 vs expected 2...
[09:42:20.581](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:index ".*" lack...
[09:42:20.581](0.000s) not ok 6 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:line pointer)/
[09:42:20.582](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:could not open ...
[09:42:20.582](0.000s) not ok 8 - pg_amcheck all schemas, tables and indexes in database db1 stderr /(?^:^$)/
[09:42:21.053](0.471s) not ok 9 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 status (got ...
[09:42:21.053](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[09:42:21.054](0.000s) not ok 11 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[09:42:21.054](0.000s) not ok 12 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[09:42:21.055](0.000s) not ok 13 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stderr /(?^...
[09:42:21.414](0.359s) not ok 14 - pg_amcheck index s1.t1_btree reports missing main relation fork status (got 0 vs expe...
[09:42:21.415](0.000s) not ok 15 - pg_amcheck index s1.t1_btree reports missing main relation fork stdout /(?^:index ".*...
[09:42:21.452](0.037s) not ok 17 - pg_amcheck index s1.s2 reports index corruption status (got 0 vs expected 2)
[09:42:21.619](0.000s) not ok 18 - pg_amcheck index s1.s2 reports index corruption stdout /(?^:.+)/
[09:42:21.673](0.026s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 0 vs expected 2)
[09:42:21.673](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[09:42:22.003](0.329s) not ok 26 - pg_amcheck schema s3 reports table and index errors status (got 1 vs expected 2)
[09:42:22.125](0.000s) not ok 27 - pg_amcheck schema s3 reports table and index errors stdout /(?^:index ".*" lacks a ma...
[09:42:22.125](0.000s) not ok 28 - pg_amcheck schema s3 reports table and index errors stdout /(?^:line pointer)/
[09:42:22.126](0.000s) not ok 29 - pg_amcheck schema s3 reports table and index errors stdout /(?^:could not open file "...
[09:42:22.126](0.000s) not ok 30 - pg_amcheck schema s3 reports table and index errors stderr /(?^:^$)/
[09:42:22.543](0.417s) not ok 31 - pg_amcheck in schema s4 reports toast corruption status (got 1 vs expected 2)
[09:42:22.544](0.000s) not ok 32 - pg_amcheck in schema s4 reports toast corruption stdout /(?^:could not open file ".*"...
[09:42:22.544](0.000s) not ok 33 - pg_amcheck in schema s4 reports toast corruption stderr /(?^:^$)/
[09:42:22.883](0.339s) not ok 34 - pg_amcheck in schema s4 excluding toast reports no corruption status (got 1 vs expect...
[09:42:22.884](0.000s) not ok 36 - pg_amcheck in schema s4 excluding toast reports no corruption stderr /(?^:^$)/
[09:42:23.236](0.352s) not ok 37 - pg_amcheck over schema s5 reports no corruption status (got 1 vs expected 0)
[09:42:23.237](0.000s) not ok 39 - pg_amcheck over schema s5 reports no corruption stderr /(?^:^$)/
[09:42:23.393](0.032s) not ok 55 - pg_amcheck smoke test --parent-check status (got 0 vs expected 2)
[09:42:23.393](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[09:42:23.431](0.037s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 0 vs expected 2)
[09:42:23.431](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[09:42:23.776](0.345s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[09:42:23.777](0.000s) not ok 62 - pg_amcheck excluding all corrupt schemas stdout /(?^:^$)/
[09:42:23.777](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[09:42:23.788](0.011s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[09:42:23.789](0.000s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[09:42:23.790](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[09:42:23.810](0.020s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[09:42:23.810](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[09:42:23.811](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[09:42:23.824](0.013s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[09:42:23.825](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[09:42:14.927](3.143s) not ok 1 - pg_amcheck test table, prior to corruption
[09:42:15.277](0.349s) not ok 2 - pg_amcheck test table and index, prior to corruption
[09:42:20.490](5.214s) not ok 3 - Expected corruption message output status (got 1 vs expected 2)
[09:42:20.506](0.000s) not ok 4 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[09:42:20.506](0.000s) not ok 5 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[09:42:20.507](0.000s) not ok 6 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[09:42:20.507](0.000s) not ok 7 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[09:42:20.507](0.000s) not ok 8 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[09:42:20.508](0.000s) not ok 9 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[09:42:20.508](0.000s) not ok 10 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.508](0.000s) not ok 11 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.509](0.000s) not ok 12 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.509](0.000s) not ok 13 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.509](0.000s) not ok 14 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.510](0.000s) not ok 15 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.510](0.000s) not ok 16 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.510](0.000s) not ok 17 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.510](0.000s) not ok 18 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.511](0.000s) not ok 19 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.511](0.000s) not ok 20 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.511](0.000s) not ok 21 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.512](0.000s) not ok 22 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.512](0.000s) not ok 23 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.512](0.000s) not ok 24 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.513](0.000s) not ok 25 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.513](0.000s) not ok 26 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.519](0.000s) not ok 27 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.519](0.000s) not ok 28 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.520](0.000s) not ok 29 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.520](0.000s) not ok 30 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.520](0.000s) not ok 31 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.520](0.000s) not ok 32 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
tap
[09:42:12.713](0.870s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[09:42:12.713](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[09:42:13.205](0.491s) not ok 4 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption status (got 1 ...
[09:42:13.206](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption stdout /(?^:it...
[09:42:13.677](0.471s) not ok 6 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[09:42:13.679](0.002s) not ok 7 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[09:42:14.228](0.548s) not ok 9 - pg_amcheck all schemas, tables and indexes reports bttest_unique_idx corruption status...
[09:42:14.228](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes reports bttest_unique_idx corruption stdou...
tap
[09:42:30.512](1.782s) not ok 30 - run pg_createsubscriber on node S
tap
[09:42:35.188](0.688s) not ok 19 - pg_dump: option -n pg_catalog
[09:42:36.038](0.850s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[09:42:36.103](0.000s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[09:42:36.141](0.000s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[09:42:36.162](0.000s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[09:42:36.195](0.000s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[09:42:36.232](0.000s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[09:42:36.262](0.000s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[09:42:36.288](0.007s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[09:42:36.322](0.000s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[09:42:36.333](0.011s) not ok 37 - binary_upgrade: pg_dump runs
[09:42:36.345](0.011s) not ok 38 - binary_upgrade: pg_restore runs
tap
[09:41:20.966](13.827s) not ok 5 - regression tests pass
[09:41:23.607](2.569s) not ok 6 - dump before running pg_upgrade
tap
[09:43:00.072](0.656s) not ok 192 - psql seeded_random count ok
[09:43:00.072](0.000s) not ok 193 - psql seeded_random count stderr is empty
[09:43:00.073](0.000s) not ok 194 - psql seeded_random count uniform
[09:43:00.073](0.000s) not ok 195 - psql seeded_random count exponential
[09:43:00.073](0.000s) not ok 196 - psql seeded_random count gaussian
[09:43:00.073](0.000s) not ok 197 - psql seeded_random count zipfian
tap
[09:41:39.682](8.078s) not ok 2 - regression tests pass
test
[09:43:31.169]   6/311 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[09:43:31.169]   9/311 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[09:43:31.169]  19/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[09:43:31.169]  37/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[09:43:31.169]  41/311 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[09:43:31.169]  47/311 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[09:43:31.169]  58/311 postgresql:isolation / isolation/isolation                                      ERROR            ...
[09:43:31.169]  84/311 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[09:43:31.169]  89/311 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[09:43:31.169]  91/311 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[09:43:31.169]  95/311 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[09:43:31.169] 100/311 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[09:43:31.169] 102/311 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[09:43:31.169] 140/311 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[09:43:31.169] 148/311 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[09:43:31.169] 150/311 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[09:43:31.169] 151/311 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[09:43:31.169] 159/311 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[09:43:31.169] 173/311 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[09:43:31.169] 225/311 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[09:43:31.169] 243/311 postgresql:subscription / subscription/002_types                                ERROR            ...
[09:43:31.169] 244/311 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[09:43:31.169] 245/311 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[09:43:31.169] 246/311 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[09:43:31.169] 247/311 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[09:43:31.169] 249/311 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[09:43:31.169] 250/311 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[09:43:31.169] 252/311 postgresql:subscription / subscription/011_generated                            ERROR            ...
[09:43:31.169] 253/311 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[09:43:31.169] 254/311 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[09:43:31.169] 255/311 postgresql:subscription / subscription/013_partition                            ERROR            ...
[09:43:31.169] 256/311 postgresql:subscription / subscription/015_stream                               ERROR            ...
[09:43:31.169] 257/311 postgresql:subscription / subscription/014_binary                               ERROR            ...
[09:43:31.169] 258/311 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[09:43:31.169] 259/311 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[09:43:31.169] 260/311 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[09:43:31.169] 262/311 postgresql:subscription / subscription/012_collation                            ERROR            ...
[09:43:31.169] 263/311 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[09:43:31.169] 264/311 postgresql:subscription / subscription/020_messages                             ERROR            ...
[09:43:31.169] 265/311 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[09:43:31.169] 266/311 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[09:43:31.169] 267/311 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[09:43:31.169] 268/311 postgresql:subscription / subscription/026_stats                                ERROR            ...
[09:43:31.169] 269/311 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[09:43:31.169] 270/311 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[09:43:31.169] 271/311 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[09:43:31.169] 272/311 postgresql:subscription / subscription/030_origin                               ERROR            ...
[09:43:31.169] 273/311 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[09:43:31.169] 274/311 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[09:43:31.169] 275/311 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[09:43:31.169] 276/311 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[09:43:31.169] 277/311 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[09:43:31.169] 278/311 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[09:43:31.169]   7/311 postgresql:regress / regress/regress                                            ERROR           1...
%s Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6412
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 5436
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6396
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6788
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 4780
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6388
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 5696
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 1320
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 5876
core
000000bf`73dff988 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`73dff990 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000bf`73dffc80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`73dffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`741ffa88 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000bf`741ffa90 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`741ffb00 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000bf`741ffc00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`741ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`745ff8c8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000bf`745ff8d0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000bf`745ff970 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000bf`745ff9b0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`745ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`749ffae8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`749ffaf0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000bf`749ffde0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`749ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`739fec80 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000bf`739fef40 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000bf`739fef70 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000bf`739fefa0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000bf`739feff0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000bf`739ff040 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000bf`739ff0e0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000bf`739ff120 00007ff7`aa48ac2b     postgres!ExecAgg(
000000bf`739ff170 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000bf`739ff1a0 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000065`163ff5a8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`163ff5b0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000065`163ff8a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`163ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`15bff8f8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`15bff900 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000065`15bffbf0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`15bffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`157fecc0 00007ff7`aa993c18     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000065`157fed00 00007ff7`aa327185     postgres!ExceptionalCondition(
00000065`157fed40 00007ff7`aa317df7     postgres!index_drop(
00000065`157fee20 00007ff7`aa3178ed     postgres!doDeletion(
00000065`157fee70 00007ff7`aa31ada1     postgres!deleteOneObject(
00000065`157fefc0 00007ff7`aa315bec     postgres!deleteObjectsInList(
00000065`157ff020 00007ff7`aa6546d7     postgres!performDeletion(
00000065`157ff080 00007ff7`aa6528bc     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000065`157ff400 00007ff7`aa65aed7     postgres!AutoVacWorkerMain(
00000065`157ff5b0 00007ff7`aa51a434     postgres!SubPostmasterMain(
core
00000065`15fff608 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000065`15fff610 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000065`15fff680 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000065`15fff780 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`15fff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`9fbffa48 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000067`9fbffa50 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000067`9fbffac0 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000067`9fbffbc0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000067`9fbffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`9ffff928 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000067`9ffff930 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000067`9ffff9d0 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000067`9ffffa10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000067`9ffffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`9f3ff528 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`9f3ff530 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000067`9f3ff820 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000067`9f3ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`9efff020 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000067`9efff2e0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000067`9efff310 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000067`9efff340 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000067`9efff390 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000067`9efff3e0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000067`9efff480 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000067`9efff4c0 00007ff7`aa48ac2b     postgres!ExecAgg(
00000067`9efff510 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000067`9efff540 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000067`9f7ff688 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`9f7ff690 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000067`9f7ff980 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000067`9f7ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`ac3ff958 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`ac3ff960 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000095`ac3ffc50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`ac3ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`ac7ff9a8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`ac7ff9b0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000095`ac7ffca0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`ac7ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`acbff7b8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000095`acbff7c0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000095`acbff830 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000095`acbff930 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`acbff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`abffefb0 00007ff7`aa993c18     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000095`abffeff0 00007ff7`aa327185     postgres!ExceptionalCondition(
00000095`abfff030 00007ff7`aa317df7     postgres!index_drop(
00000095`abfff110 00007ff7`aa3178ed     postgres!doDeletion(
00000095`abfff160 00007ff7`aa31ada1     postgres!deleteOneObject(
00000095`abfff2b0 00007ff7`aa315bec     postgres!deleteObjectsInList(
00000095`abfff310 00007ff7`aa6546d7     postgres!performDeletion(
00000095`abfff370 00007ff7`aa6528bc     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000095`abfff6f0 00007ff7`aa65aed7     postgres!AutoVacWorkerMain(
00000095`abfff8a0 00007ff7`aa51a434     postgres!SubPostmasterMain(
core
000000c3`02bff478 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`02bff480 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000c3`02bff770 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`02bff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`027feab0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000c3`027fed70 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000c3`027feda0 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000c3`027fedd0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000c3`027fee20 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000c3`027fee70 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000c3`027fef10 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000c3`027fef50 00007ff7`aa48ac2b     postgres!ExecAgg(
000000c3`027fefa0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000c3`027fefd0 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000c3`02fff7a8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000c3`02fff7b0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000c3`02fff820 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000c3`02fff920 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`02fff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`033ff758 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`033ff760 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000c3`033ffa50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`033ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`037ffa88 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000c3`037ffa90 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c3`037ffb30 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000c3`037ffb70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`037ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`b61ff638 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`b61ff640 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000cf`b61ff930 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`b61ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`b5dff080 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000cf`b5dff340 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000cf`b5dff370 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000cf`b5dff3a0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000cf`b5dff3f0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000cf`b5dff440 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000cf`b5dff4e0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000cf`b5dff520 00007ff7`aa48ac2b     postgres!ExecAgg(
000000cf`b5dff570 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000cf`b5dff5a0 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000cf`b6dff868 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000cf`b6dff870 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000cf`b6dff910 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000cf`b6dff950 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`b6dff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`b69ffca8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000cf`b69ffcb0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`b69ffd20 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000cf`b69ffe20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`b69ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`b65ffa58 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`b65ffa60 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000cf`b65ffd50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`b65ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`8ddfdc60 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000e6`8ddfdf20 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000e6`8ddfdf50 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000e6`8ddfdf80 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000e6`8ddfdfd0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000e6`8ddfe020 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000e6`8ddfe0c0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000e6`8ddfe100 00007ff7`aa48ac2b     postgres!ExecAgg(
000000e6`8ddfe150 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000e6`8ddfe180 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000e6`8e5ffd58 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000e6`8e5ffd60 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000e6`8e5ffdd0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000e6`8e5ffed0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`8e5fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`8edff798 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`8edff7a0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000e6`8edffa90 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`8edffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`8e9ff978 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000e6`8e9ff980 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e6`8e9ffa20 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000e6`8e9ffa60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`8e9ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`8e1ffb88 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`8e1ffb90 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000e6`8e1ffe80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`8e1ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`7b5ff8f8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`7b5ff900 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000db`7b5ffbf0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`7b5ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`7b9ff6e8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`7b9ff6f0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000db`7b9ff9e0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`7b9ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`7bdffc58 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000db`7bdffc60 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000db`7bdffcd0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000db`7bdffdd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`7bdffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`7c1ffc18 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000db`7c1ffc20 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000db`7c1ffcc0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000db`7c1ffd00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`7c1ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`7b1fea00 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000db`7b1fecc0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000db`7b1fecf0 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000db`7b1fed20 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000db`7b1fed70 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000db`7b1fedc0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000db`7b1fee60 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000db`7b1feea0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000db`7b1feef0 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
000000db`7b1fef20 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
000000cf`537ffc38 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`537ffc40 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000cf`537fff30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`537fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`52ffea10 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000cf`52ffecd0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000cf`52ffed00 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000cf`52ffed30 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000cf`52ffed80 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000cf`52ffedd0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000cf`52ffee70 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000cf`52ffeeb0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000cf`52ffef00 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000cf`52ffef30 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000cf`53fff6b8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000cf`53fff6c0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000cf`53fff760 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000cf`53fff7a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`53fff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`53bffd38 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000cf`53bffd40 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`53bffdb0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000cf`53bffeb0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`53bffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`533ff7d8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`533ff7e0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000cf`533ffad0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`533ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`f31ffad8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`f31ffae0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000037`f31ffdd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000037`f31ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`f2dff5d8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000037`f2dff5e0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000037`f2dff650 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000037`f2dff750 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000037`f2dff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`f35ffe28 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000037`f35ffe30 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000037`f35ffed0 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000037`f35fff10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000037`f35fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`f25feac0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000037`f25fed80 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000037`f25fedb0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000037`f25fede0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000037`f25fee30 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000037`f25fee80 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000037`f25fef20 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000037`f25fef60 00007ff7`aa48ac2b     postgres!ExecAgg(
00000037`f25fefb0 00007ff7`aa4d62dc     postgres!ExecProcNodeFirst(
00000037`f25fefe0 00007ff7`aa4d6897     postgres!ExecProcNode(
core
00000037`f29ff6d8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`f29ff6e0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000037`f29ff9d0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000037`f29ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`441ff908 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000ea`441ff910 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`441ff980 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000ea`441ffa80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`441ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`439feee0 00007ff7`aa993c18     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`439fef20 00007ff7`aa327185     postgres!ExceptionalCondition(
000000ea`439fef60 00007ff7`aa317df7     postgres!index_drop(
000000ea`439ff040 00007ff7`aa3178ed     postgres!doDeletion(
000000ea`439ff090 00007ff7`aa31ada1     postgres!deleteOneObject(
000000ea`439ff1e0 00007ff7`aa315bec     postgres!deleteObjectsInList(
000000ea`439ff240 00007ff7`aa6546d7     postgres!performDeletion(
000000ea`439ff2a0 00007ff7`aa6528bc     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000ea`439ff620 00007ff7`aa65aed7     postgres!AutoVacWorkerMain(
000000ea`439ff7d0 00007ff7`aa51a434     postgres!SubPostmasterMain(
core
000000ea`43dff878 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`43dff880 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000ea`43dffb70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`43dffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`445ff478 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`445ff480 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000ea`445ff770 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`445ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`d51ff598 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`d51ff5a0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000057`d51ff890 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`d51ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`d4dff888 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`d4dff890 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000057`d4dffb80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`d4dffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`d49fec50 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000057`d49fef10 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000057`d49fef40 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000057`d49fef70 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000057`d49fefc0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000057`d49ff010 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000057`d49ff0b0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000057`d49ff0f0 00007ff7`aa48ac2b     postgres!ExecAgg(
00000057`d49ff140 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000057`d49ff170 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000057`d59ff928 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000057`d59ff930 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000057`d59ff9d0 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000057`d59ffa10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`d59ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`d55ffc88 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000057`d55ffc90 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000057`d55ffd00 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000057`d55ffe00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`d55ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`c65ff468 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`c65ff470 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a9`c65ff760 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`c65ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`c61ffa78 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`c61ffa80 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a9`c61ffd70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`c61ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`c5dfeb70 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000a9`c5dfee30 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000a9`c5dfee60 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000a9`c5dfee90 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000a9`c5dfeee0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000a9`c5dfef30 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000a9`c5dfefd0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000a9`c5dff010 00007ff7`aa48ac2b     postgres!ExecAgg(
000000a9`c5dff060 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
000000a9`c5dff090 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
000000a9`c6dff808 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000a9`c6dff810 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a9`c6dff8b0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000a9`c6dff8f0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`c6dff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`c69ff9b8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000a9`c69ff9c0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000a9`c69ffa30 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000a9`c69ffb30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`c69ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`4a1ff638 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`4a1ff640 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000ec`4a1ff930 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`4a1ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`49dff5c8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`49dff5d0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000ec`49dff8c0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`49dff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`499febe0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000ec`499feea0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000ec`499feed0 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000ec`499fef00 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000ec`499fef50 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000ec`499fefa0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000ec`499ff040 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000ec`499ff080 00007ff7`aa48ac2b     postgres!ExecAgg(
000000ec`499ff0d0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000ec`499ff100 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000ec`4a5ff838 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000ec`4a5ff840 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`4a5ff8b0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000ec`4a5ff9b0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`4a5ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`4a9ffb68 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000ec`4a9ffb70 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ec`4a9ffc10 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000ec`4a9ffc50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`4a9ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`32dfedd0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000002a`32dff090 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000002a`32dff0c0 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000002a`32dff0f0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000002a`32dff140 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000002a`32dff190 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000002a`32dff230 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000002a`32dff270 00007ff7`aa48ac2b     postgres!ExecAgg(
0000002a`32dff2c0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
0000002a`32dff2f0 00007ff7`aa481b00     postgres!ExecProcNode(
core
0000002a`331ff778 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`331ff780 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000002a`331ffa70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`331ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`335ff688 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`335ff690 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000002a`335ff980 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`335ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`33dff808 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000002a`33dff810 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000002a`33dff8b0 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000002a`33dff8f0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`33dff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`339ffbc8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000002a`339ffbd0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`339ffc40 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000002a`339ffd40 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`339ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`df1ff478 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`df1ff480 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000098`df1ff770 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000098`df1ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`dfdffd98 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000098`dfdffda0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000098`dfdffe40 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000098`dfdffe80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000098`dfdffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`df9ff928 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`df9ff930 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000098`df9ffc20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000098`df9ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`df5ff8c8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000098`df5ff8d0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000098`df5ff940 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000098`df5ffa40 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000098`df5ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`dedfea80 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000098`dedfed40 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000098`dedfed70 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000098`dedfeda0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000098`dedfedf0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000098`dedfee40 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000098`dedfeee0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000098`dedfef20 00007ff7`aa48ac2b     postgres!ExecAgg(
00000098`dedfef70 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000098`dedfefa0 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000082`7cdff948 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`7cdff950 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000082`7cdffc40 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`7cdffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`7c9ffcb8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000082`7c9ffcc0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000082`7c9ffd60 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000082`7c9ffda0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`7c9ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`7c5ff908 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000082`7c5ff910 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000082`7c5ff980 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000082`7c5ffa80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`7c5ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`7c1ff928 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`7c1ff930 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000082`7c1ffc20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`7c1ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`7bdfee40 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000082`7bdff100 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000082`7bdff130 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000082`7bdff160 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000082`7bdff1b0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000082`7bdff200 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000082`7bdff2a0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000082`7bdff2e0 00007ff7`aa48ac2b     postgres!ExecAgg(
00000082`7bdff330 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
00000082`7bdff360 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
000000c1`19fff010 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000c1`19fff2d0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000c1`19fff300 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000c1`19fff330 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000c1`19fff380 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000c1`19fff3d0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000c1`19fff470 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000c1`19fff4b0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000c1`19fff500 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000c1`19fff530 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000c1`1a3ff948 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`1a3ff950 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000c1`1a3ffc40 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`1a3ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`1a7ff488 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`1a7ff490 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000c1`1a7ff780 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`1a7ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`1abff958 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000c1`1abff960 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000c1`1abff9d0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000c1`1abffad0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`1abffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`1afffa58 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000c1`1afffa60 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c1`1afffb00 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000c1`1afffb40 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`1afffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`309fefb0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000035`309ff270 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000035`309ff2a0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000035`309ff2d0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000035`309ff320 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000035`309ff370 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000035`309ff410 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000035`309ff450 00007ff7`aa48ac2b     postgres!ExecAgg(
00000035`309ff4a0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000035`309ff4d0 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000035`30dff8e8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`30dff8f0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000035`30dffbe0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`30dffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`311ff798 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000035`311ff7a0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000035`311ff810 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000035`311ff910 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`311ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`315ff5f8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`315ff600 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000035`315ff8f0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`315ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`889fee30 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000001a`889ff0f0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000001a`889ff120 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000001a`889ff150 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000001a`889ff1a0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000001a`889ff1f0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000001a`889ff290 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000001a`889ff2d0 00007ff7`aa48ac2b     postgres!ExecAgg(
0000001a`889ff320 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
0000001a`889ff350 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
0000001a`88dff808 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`88dff810 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000001a`88dffb00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`88dffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`891ff5f8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`891ff600 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000001a`891ff8f0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`891ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`895ff4d8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`895ff4e0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000001a`895ff7d0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`895ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`899ff8f8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000001a`899ff900 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000001a`899ff970 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000001a`899ffa70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`899ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`89dff858 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000001a`89dff860 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000001a`89dff900 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000001a`89dff940 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`89dff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`c69ff160 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000007c`c69ff420 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000007c`c69ff450 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000007c`c69ff480 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000007c`c69ff4d0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000007c`c69ff520 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000007c`c69ff5c0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000007c`c69ff600 00007ff7`aa48ac2b     postgres!ExecAgg(
0000007c`c69ff650 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
0000007c`c69ff680 00007ff7`aa481b00     postgres!ExecProcNode(
core
0000007c`c6dff938 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`c6dff940 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000007c`c6dffc30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`c6dffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`c71ffcb8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000007c`c71ffcc0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`c71ffd30 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000007c`c71ffe30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`c71ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`c75ffac8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`c75ffad0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000007c`c75ffdc0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`c75ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`c79ff7d8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000007c`c79ff7e0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007c`c79ff880 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000007c`c79ff8c0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`c79ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`a9dffcc8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000f7`a9dffcd0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f7`a9dffd70 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000f7`a9dffdb0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`a9dffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`aa1ffab8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`aa1ffac0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000f7`aa1ffdb0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`aa1ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`a99ffa28 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000f7`a99ffa30 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`a99ffaa0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000f7`a99ffba0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`a99ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`a95ff7d8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`a95ff7e0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000f7`a95ffad0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`a95ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`a91fea70 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000f7`a91fed30 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000f7`a91fed60 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000f7`a91fed90 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000f7`a91fede0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000f7`a91fee30 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000f7`a91feed0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000f7`a91fef10 00007ff7`aa48ac2b     postgres!ExecAgg(
000000f7`a91fef60 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
000000f7`a91fef90 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
000000b2`093ff918 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`093ff920 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000b2`093ffc10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`093ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`097ffac8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`097ffad0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000b2`097ffdc0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`097ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`08ffefb0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000b2`08fff270 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000b2`08fff2a0 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000b2`08fff2d0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000b2`08fff320 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000b2`08fff370 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000b2`08fff410 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000b2`08fff450 00007ff7`aa48ac2b     postgres!ExecAgg(
000000b2`08fff4a0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000b2`08fff4d0 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000b2`09bff828 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000b2`09bff830 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`09bff8a0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000b2`09bff9a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`09bff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`09fff9f8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000b2`09fffa00 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b2`09fffaa0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000b2`09fffae0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`09fffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`c01ff000 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000ca`c01ff2c0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000ca`c01ff2f0 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000ca`c01ff320 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000ca`c01ff370 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000ca`c01ff3c0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000ca`c01ff460 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000ca`c01ff4a0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000ca`c01ff4f0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000ca`c01ff520 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000ca`c05ff708 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`c05ff710 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000ca`c05ffa00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`c05ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`c09ff448 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`c09ff450 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000ca`c09ff740 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`c09ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`c0dff718 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000ca`c0dff720 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`c0dff790 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000ca`c0dff890 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`c0dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`c11ff7b8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000ca`c11ff7c0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ca`c11ff860 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000ca`c11ff8a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`c11ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`cbbfeb40 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000095`cbbfee00 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000095`cbbfee30 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000095`cbbfee60 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000095`cbbfeeb0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000095`cbbfef00 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000095`cbbfefa0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000095`cbbfefe0 00007ff7`aa48ac2b     postgres!ExecAgg(
00000095`cbbff030 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
00000095`cbbff060 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
00000095`cbfff778 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`cbfff780 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000095`cbfffa70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`cbfffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`cc3ff828 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`cc3ff830 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000095`cc3ffb20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`cc3ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`cc7ff688 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000095`cc7ff690 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000095`cc7ff700 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000095`cc7ff800 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`cc7ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`ccbff8a8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000095`ccbff8b0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000095`ccbff950 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000095`ccbff990 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`ccbff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`371ff7e8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000077`371ff7f0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000077`371ff860 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000077`371ff960 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`371ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`365fe850 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000077`365feb10 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000077`365feb40 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000077`365feb70 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000077`365febc0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000077`365fec10 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000077`365fecb0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000077`365fecf0 00007ff7`aa48ac2b     postgres!ExecAgg(
00000077`365fed40 00007ff7`aa4adf3c     postgres!ExecProcNodeFirst(
00000077`365fed70 00007ff7`aa4ae7d9     postgres!ExecProcNode(
core
00000077`369ff4a8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`369ff4b0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000077`369ff7a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`369ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`36dffba8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`36dffbb0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000077`36dffea0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`36dffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`375ff718 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000077`375ff720 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000077`375ff7c0 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000077`375ff800 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`375ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`e37feed0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000011`e37ff190 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000011`e37ff1c0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000011`e37ff1f0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000011`e37ff240 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000011`e37ff290 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000011`e37ff330 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000011`e37ff370 00007ff7`aa48ac2b     postgres!ExecAgg(
00000011`e37ff3c0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000011`e37ff3f0 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000011`e3bffbd8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`e3bffbe0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000011`e3bffed0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`e3bfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`e3fffa68 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`e3fffa70 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000011`e3fffd60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`e3fffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`e43ff748 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000011`e43ff750 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000011`e43ff7c0 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000011`e43ff8c0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`e43ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`e47ff888 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000011`e47ff890 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000011`e47ff930 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000011`e47ff970 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`e47ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`3dfffb58 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`3dfffb60 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000b2`3dfffe50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`3dfffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`3dbfeb60 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000b2`3dbfee20 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000b2`3dbfee50 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000b2`3dbfee80 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000b2`3dbfeed0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000b2`3dbfef20 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000b2`3dbfefc0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000b2`3dbff000 00007ff7`aa48ac2b     postgres!ExecAgg(
000000b2`3dbff050 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000b2`3dbff080 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000b2`3ebffa98 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000b2`3ebffaa0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b2`3ebffb40 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000b2`3ebffb80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`3ebffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`3e7ffbf8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000b2`3e7ffc00 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`3e7ffc70 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000b2`3e7ffd70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`3e7ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`3e3ff8c8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`3e3ff8d0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000b2`3e3ffbc0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`3e3ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`4c3ffbe8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000008b`4c3ffbf0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008b`4c3ffc90 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000008b`4c3ffcd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`4c3ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`4b7feff0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000008b`4b7ff2b0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000008b`4b7ff2e0 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000008b`4b7ff310 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000008b`4b7ff360 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000008b`4b7ff3b0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000008b`4b7ff450 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000008b`4b7ff490 00007ff7`aa48ac2b     postgres!ExecAgg(
0000008b`4b7ff4e0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
0000008b`4b7ff510 00007ff7`aa481b00     postgres!ExecProcNode(
core
0000008b`4bbff888 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`4bbff890 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000008b`4bbffb80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`4bbffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`4bfff6b8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000008b`4bfff6c0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`4bfff730 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000008b`4bfff830 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`4bfff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`4c7ff8d8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`4c7ff8e0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000008b`4c7ffbd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`4c7ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`15dff818 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000078`15dff820 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000078`15dff8c0 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000078`15dff900 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`15dff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`155ff738 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`155ff740 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000078`155ffa30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`155ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`151ff768 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`151ff770 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000078`151ffa60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`151ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`14dfeaf0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000078`14dfedb0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000078`14dfede0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000078`14dfee10 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000078`14dfee60 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000078`14dfeeb0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000078`14dfef50 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000078`14dfef90 00007ff7`aa48ac2b     postgres!ExecAgg(
00000078`14dfefe0 00007ff7`aa4b127c     postgres!ExecProcNodeFirst(
00000078`14dff010 00007ff7`aa4b64f3     postgres!ExecProcNode(
core
00000078`159ff968 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000078`159ff970 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000078`159ff9e0 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000078`159ffae0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`159ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`885ff698 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000001a`885ff6a0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000001a`885ff710 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000001a`885ff810 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`885ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`881ffaf8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`881ffb00 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000001a`881ffdf0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`881ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`87dffbb8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`87dffbc0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000001a`87dffeb0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`87dffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`879fed60 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000001a`879ff020 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000001a`879ff050 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000001a`879ff080 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000001a`879ff0d0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000001a`879ff120 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000001a`879ff1c0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000001a`879ff200 00007ff7`aa48ac2b     postgres!ExecAgg(
0000001a`879ff250 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
0000001a`879ff280 00007ff7`aa481b00     postgres!ExecProcNode(
core
0000001a`889ff9c8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000001a`889ff9d0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000001a`889ffa70 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000001a`889ffab0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`889ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`949ff988 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`949ff990 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000008f`949ffc80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`949ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`945ffae8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000008f`945ffaf0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000008f`945ffb60 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000008f`945ffc60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`945ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`941ff8b8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`941ff8c0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000008f`941ffbb0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`941ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`93dff030 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000008f`93dff2f0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000008f`93dff320 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000008f`93dff350 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000008f`93dff3a0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000008f`93dff3f0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000008f`93dff490 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000008f`93dff4d0 00007ff7`aa48ac2b     postgres!ExecAgg(
0000008f`93dff520 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
0000008f`93dff550 00007ff7`aa481b00     postgres!ExecProcNode(
core
0000008f`94dffc98 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000008f`94dffca0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008f`94dffd40 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000008f`94dffd80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`94dffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`a0dff498 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`a0dff4a0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000bb`a0dff790 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`a0dff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`a11ffd18 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000bb`a11ffd20 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`a11ffd90 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000bb`a11ffe90 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`a11ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`a15ffb08 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000bb`a15ffb10 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000bb`a15ffbb0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000bb`a15ffbf0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`a15ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`a19ff598 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`a19ff5a0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000bb`a19ff890 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`a19ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`a09fe710 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000bb`a09fe9d0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000bb`a09fea00 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000bb`a09fea30 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000bb`a09fea80 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000bb`a09fead0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000bb`a09feb70 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000bb`a09febb0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000bb`a09fec00 00007ff7`aa4a617c     postgres!ExecProcNodeFirst(
000000bb`a09fec30 00007ff7`aa4a6f3d     postgres!ExecProcNode(
core
000000e8`42fffa28 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000e8`42fffa30 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000e8`42fffaa0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000e8`42fffba0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`42fffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`427fec60 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000e8`427fef20 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000e8`427fef50 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000e8`427fef80 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000e8`427fefd0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000e8`427ff020 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000e8`427ff0c0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000e8`427ff100 00007ff7`aa48ac2b     postgres!ExecAgg(
000000e8`427ff150 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000e8`427ff180 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000e8`433ffd58 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000e8`433ffd60 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e8`433ffe00 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000e8`433ffe40 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`433ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`437ffa58 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`437ffa60 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000e8`437ffd50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`437ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`42bff598 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`42bff5a0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000e8`42bff890 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`42bff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`065ffd48 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000010`065ffd50 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000010`065ffdc0 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000010`065ffec0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`065ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`059fefd0 00007ff7`aa993c18     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000010`059ff010 00007ff7`aa327185     postgres!ExceptionalCondition(
00000010`059ff050 00007ff7`aa317df7     postgres!index_drop(
00000010`059ff130 00007ff7`aa3178ed     postgres!doDeletion(
00000010`059ff180 00007ff7`aa31ada1     postgres!deleteOneObject(
00000010`059ff2d0 00007ff7`aa315bec     postgres!deleteObjectsInList(
00000010`059ff330 00007ff7`aa6546d7     postgres!performDeletion(
00000010`059ff390 00007ff7`aa6528bc     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000010`059ff710 00007ff7`aa65aed7     postgres!AutoVacWorkerMain(
00000010`059ff8c0 00007ff7`aa51a434     postgres!SubPostmasterMain(
core
00000010`05dff528 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`05dff530 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000010`05dff820 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`05dff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`061ff798 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`061ff7a0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000010`061ffa90 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`061ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`003ffb68 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`003ffb70 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a7`003ffe60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`003ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`7ffff0a0 00007ff7`aa993c18     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`7ffff0e0 00007ff7`aa327185     postgres!ExceptionalCondition(
000000a7`7ffff120 00007ff7`aa317df7     postgres!index_drop(
000000a7`7ffff200 00007ff7`aa3178ed     postgres!doDeletion(
000000a7`7ffff250 00007ff7`aa31ada1     postgres!deleteOneObject(
000000a7`7ffff3a0 00007ff7`aa315bec     postgres!deleteObjectsInList(
000000a7`7ffff400 00007ff7`aa6546d7     postgres!performDeletion(
000000a7`7ffff460 00007ff7`aa6528bc     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000a7`7ffff7e0 00007ff7`aa65aed7     postgres!AutoVacWorkerMain(
000000a7`7ffff990 00007ff7`aa51a434     postgres!SubPostmasterMain(
core
000000a7`007ff828 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000a7`007ff830 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`007ff8a0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000a7`007ff9a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`007ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`00bffa38 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`00bffa40 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a7`00bffd30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`00bffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`e49ff748 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000007a`e49ff750 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000007a`e49ff7c0 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000007a`e49ff8c0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`e49ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`e45ffb08 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`e45ffb10 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000007a`e45ffe00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`e45ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`e4dffba8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000007a`e4dffbb0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007a`e4dffc50 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000007a`e4dffc90 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`e4dffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`e41fec70 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000007a`e41fef30 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000007a`e41fef60 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000007a`e41fef90 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000007a`e41fefe0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000007a`e41ff030 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000007a`e41ff0d0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000007a`e41ff110 00007ff7`aa48ac2b     postgres!ExecAgg(
0000007a`e41ff160 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
0000007a`e41ff190 00007ff7`aa481b00     postgres!ExecProcNode(
core
0000007a`e51ffa08 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`e51ffa10 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000007a`e51ffd00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`e51ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`2bbffc58 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000066`2bbffc60 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000066`2bbffcd0 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000066`2bbffdd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000066`2bbffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`2b3ff050 00007ff7`aa993c18     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000066`2b3ff090 00007ff7`aa327185     postgres!ExceptionalCondition(
00000066`2b3ff0d0 00007ff7`aa317df7     postgres!index_drop(
00000066`2b3ff1b0 00007ff7`aa3178ed     postgres!doDeletion(
00000066`2b3ff200 00007ff7`aa31ada1     postgres!deleteOneObject(
00000066`2b3ff350 00007ff7`aa315bec     postgres!deleteObjectsInList(
00000066`2b3ff3b0 00007ff7`aa6546d7     postgres!performDeletion(
00000066`2b3ff410 00007ff7`aa6528bc     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000066`2b3ff790 00007ff7`aa65aed7     postgres!AutoVacWorkerMain(
00000066`2b3ff940 00007ff7`aa51a434     postgres!SubPostmasterMain(
core
00000066`2bfff648 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`2bfff650 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000066`2bfff940 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000066`2bfff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`2b7ff948 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`2b7ff950 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000066`2b7ffc40 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000066`2b7ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`51bffa98 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`51bffaa0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a3`51bffd90 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`51bffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`517ff140 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000a3`517ff400 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000a3`517ff430 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000a3`517ff460 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000a3`517ff4b0 00007ff7`aa4da870     postgres!LookupTupleHashEntry(
000000a3`517ff500 00007ff7`aa4dafa1     postgres!setop_fill_hash_table(
000000a3`517ff570 00007ff7`aa48ac2b     postgres!ExecSetOp(
000000a3`517ff5c0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000a3`517ff5f0 00007ff7`aa481b00     postgres!ExecProcNode(
000000a3`517ff620 00007ff7`aa47ce17     postgres!ExecutePlan(
core
000000a3`527ff8b8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000a3`527ff8c0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a3`527ff960 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000a3`527ff9a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`527ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`523ffac8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000a3`523ffad0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000a3`523ffb40 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000a3`523ffc40 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`523ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`51fffb88 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`51fffb90 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a3`51fffe80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`51fffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`eb5ffba8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000017`eb5ffbb0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000017`eb5ffc50 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000017`eb5ffc90 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`eb5ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`eb1ff7f8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000017`eb1ff800 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000017`eb1ff870 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000017`eb1ff970 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`eb1ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`eadff638 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`eadff640 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000017`eadff930 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`eadff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`ea5feae0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000017`ea5feda0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000017`ea5fedd0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000017`ea5fee00 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000017`ea5fee50 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000017`ea5feea0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000017`ea5fef40 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000017`ea5fef80 00007ff7`aa48ac2b     postgres!ExecAgg(
00000017`ea5fefd0 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
00000017`ea5ff000 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
00000017`ea9ff738 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`ea9ff740 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000017`ea9ffa30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`ea9ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`9a5ff808 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`9a5ff810 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000de`9a5ffb00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000de`9a5ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`9adffd78 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000de`9adffd80 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000de`9adffdf0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000de`9adffef0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000de`9adfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`9b1ff808 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000de`9b1ff810 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000de`9b1ff8b0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000de`9b1ff8f0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000de`9b1ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`9a1fecf0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000de`9a1fefb0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000de`9a1fefe0 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000de`9a1ff010 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000de`9a1ff060 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000de`9a1ff0b0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000de`9a1ff150 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000de`9a1ff190 00007ff7`aa48ac2b     postgres!ExecAgg(
000000de`9a1ff1e0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000de`9a1ff210 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000de`9a9ff988 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`9a9ff990 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000de`9a9ffc80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000de`9a9ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`8fdff9f8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000024`8fdffa00 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000024`8fdffa70 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000024`8fdffb70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`8fdffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`8f9ff6d8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`8f9ff6e0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000024`8f9ff9d0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`8f9ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`8f5febe0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000024`8f5feea0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000024`8f5feed0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000024`8f5fef00 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000024`8f5fef50 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000024`8f5fefa0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000024`8f5ff040 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000024`8f5ff080 00007ff7`aa48ac2b     postgres!ExecAgg(
00000024`8f5ff0d0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000024`8f5ff100 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000024`901ff7b8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000024`901ff7c0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000024`901ff860 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000024`901ff8a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`901ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`905ff878 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`905ff880 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000024`905ffb70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`905ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`169ff7d8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000bf`169ff7e0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`169ff850 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000bf`169ff950 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`169ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`171ff478 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`171ff480 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000bf`171ff770 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`171ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`16dffac8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000bf`16dffad0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000bf`16dffb70 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000bf`16dffbb0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`16dffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`165ff9d8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`165ff9e0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000bf`165ffcd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`165ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`161feb30 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000bf`161fedf0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000bf`161fee20 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000bf`161fee50 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000bf`161feea0 00007ff7`aa4defa2     postgres!LookupTupleHashEntry(
000000bf`161feef0 00007ff7`aa4dde8f     postgres!buildSubPlanHash(
000000bf`161fefe0 00007ff7`aa4dd2ba     postgres!ExecHashSubPlan(
000000bf`161ff030 00007ff7`aa47091e     postgres!ExecSubPlan(
000000bf`161ff090 00007ff7`aa47423f     postgres!ExecEvalSubPlan(
000000bf`161ff0d0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
core
000000cb`e57fec40 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000cb`e57fef00 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000cb`e57fef30 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000cb`e57fef60 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000cb`e57fefb0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000cb`e57ff000 00007ff7`aa4a2d1a     postgres!lookup_hash_entries(
000000cb`e57ff0a0 00007ff7`aa4a5f01     postgres!agg_retrieve_direct(
000000cb`e57ff140 00007ff7`aa48ac2b     postgres!ExecAgg(
000000cb`e57ff190 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
000000cb`e57ff1c0 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
000000cb`e63ff968 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000cb`e63ff970 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000cb`e63ffa10 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000cb`e63ffa50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`e63ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`e5fff678 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000cb`e5fff680 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`e5fff6f0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000cb`e5fff7f0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`e5fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`e67ffa38 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`e67ffa40 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000cb`e67ffd30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`e67ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`e5bffb58 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`e5bffb60 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000cb`e5bffe50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`e5bffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e8bfecd0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000008e`e8bfef90 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000008e`e8bfefc0 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000008e`e8bfeff0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000008e`e8bff040 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000008e`e8bff090 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000008e`e8bff130 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000008e`e8bff170 00007ff7`aa48ac2b     postgres!ExecAgg(
0000008e`e8bff1c0 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
0000008e`e8bff1f0 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
0000008e`e8fff868 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`e8fff870 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000008e`e8fffb60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e8fffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e93ff9e8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000008e`e93ff9f0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`e93ffa60 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000008e`e93ffb60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e93ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e9bff9c8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`e9bff9d0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000008e`e9bffcc0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e9bffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e97ffa38 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000008e`e97ffa40 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008e`e97ffae0 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000008e`e97ffb20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e97ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`0c3ff768 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000031`0c3ff770 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000031`0c3ff810 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000031`0c3ff850 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`0c3ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`0b7ff6a8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`0b7ff6b0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000031`0b7ff9a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`0b7ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`0b3ff518 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`0b3ff520 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000031`0b3ff810 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`0b3ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`0afff030 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000031`0afff2f0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000031`0afff320 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000031`0afff350 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000031`0afff3a0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000031`0afff3f0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000031`0afff490 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000031`0afff4d0 00007ff7`aa48ac2b     postgres!ExecAgg(
00000031`0afff520 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000031`0afff550 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000031`0bfff938 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000031`0bfff940 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000031`0bfff9b0 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000031`0bfffab0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`0bfffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`0bbff9c8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`0bbff9d0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000031`0bbffcc0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`0bbffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`639ff7a8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000058`639ff7b0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000058`639ff820 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000058`639ff920 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`639ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`631ffb68 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`631ffb70 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000058`631ffe60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`631ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`635ff9b8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`635ff9c0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000058`635ffcb0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`635ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`62dfee30 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000058`62dff0f0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000058`62dff120 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000058`62dff150 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000058`62dff1a0 00007ff7`aa4da870     postgres!LookupTupleHashEntry(
00000058`62dff1f0 00007ff7`aa4dafa1     postgres!setop_fill_hash_table(
00000058`62dff260 00007ff7`aa48ac2b     postgres!ExecSetOp(
00000058`62dff2b0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000058`62dff2e0 00007ff7`aa481b00     postgres!ExecProcNode(
00000058`62dff310 00007ff7`aa47ce17     postgres!ExecutePlan(
core
00000058`63dff968 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000058`63dff970 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000058`63dffa10 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000058`63dffa50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`63dffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`cbbfedc0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000ae`cbbff080 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000ae`cbbff0b0 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000ae`cbbff0e0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000ae`cbbff130 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000ae`cbbff180 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000ae`cbbff220 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000ae`cbbff260 00007ff7`aa48ac2b     postgres!ExecAgg(
000000ae`cbbff2b0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000ae`cbbff2e0 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000ae`ccbff6e8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`ccbff6f0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000ae`ccbff9e0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`ccbffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`cc7ff908 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000ae`cc7ff910 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ae`cc7ff9b0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000ae`cc7ff9f0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`cc7ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`cc3ffb68 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000ae`cc3ffb70 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000ae`cc3ffbe0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000ae`cc3ffce0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`cc3ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`cbfffa78 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`cbfffa80 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000ae`cbfffd70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`cbfffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`79ffed40 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000046`79fff000 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000046`79fff030 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000046`79fff060 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000046`79fff0b0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000046`79fff100 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000046`79fff1a0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000046`79fff1e0 00007ff7`aa48ac2b     postgres!ExecAgg(
00000046`79fff230 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000046`79fff260 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000046`7afffc18 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000046`7afffc20 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000046`7afffcc0 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000046`7afffd00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`7afffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`7abff7a8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000046`7abff7b0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000046`7abff820 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000046`7abff920 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`7abff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`7a7ff468 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`7a7ff470 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000046`7a7ff760 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`7a7ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`7a3ff718 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`7a3ff720 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000046`7a3ffa10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`7a3ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`179ffc58 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000008b`179ffc60 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`179ffcd0 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000008b`179ffdd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`179ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`181ffb18 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`181ffb20 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000008b`181ffe10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`181ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`171fd3b0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000008b`171fd670 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000008b`171fd6a0 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000008b`171fd6d0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000008b`171fd720 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000008b`171fd770 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000008b`171fd810 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000008b`171fd850 00007ff7`aa48ac64     postgres!ExecAgg(
0000008b`171fd8a0 00007ff7`aa48ac2b     postgres!ExecProcNodeInstr(
0000008b`171fd8e0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
core
0000008b`175ffac8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`175ffad0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000008b`175ffdc0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`175ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`17dffac8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000008b`17dffad0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008b`17dffb70 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000008b`17dffbb0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`17dffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`65dfea40 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000003f`65dfed00 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000003f`65dfed30 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000003f`65dfed60 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000003f`65dfedb0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000003f`65dfee00 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000003f`65dfeea0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000003f`65dfeee0 00007ff7`aa48ac2b     postgres!ExecAgg(
0000003f`65dfef30 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
0000003f`65dfef60 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
0000003f`66dff988 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`66dff990 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000003f`66dffc80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`66dffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`669ffc48 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000003f`669ffc50 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003f`669ffcf0 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000003f`669ffd30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`669ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`665ff7e8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000003f`665ff7f0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`665ff860 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000003f`665ff960 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`665ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`661ff5f8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`661ff600 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000003f`661ff8f0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`661ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`089ffa28 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000018`089ffa30 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000018`089ffaa0 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000018`089ffba0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000018`089ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`08dffb38 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000018`08dffb40 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000018`08dffbe0 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000018`08dffc20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000018`08dffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`081ff588 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`081ff590 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000018`081ff880 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000018`081ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`07dff050 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000018`07dff310 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000018`07dff340 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000018`07dff370 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000018`07dff3c0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000018`07dff410 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000018`07dff4b0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000018`07dff4f0 00007ff7`aa48ac2b     postgres!ExecAgg(
00000018`07dff540 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000018`07dff570 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000018`085ff718 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`085ff720 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000018`085ffa10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000018`085ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`573ff7c8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000ed`573ff7d0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ed`573ff870 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000ed`573ff8b0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`573ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`56bffaf8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000ed`56bffb00 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`56bffb70 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000ed`56bffc70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`56bffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`563fea90 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000ed`563fed50 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000ed`563fed80 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000ed`563fedb0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000ed`563fee00 00007ff7`aa4da870     postgres!LookupTupleHashEntry(
000000ed`563fee50 00007ff7`aa4dafa1     postgres!setop_fill_hash_table(
000000ed`563feec0 00007ff7`aa48ac2b     postgres!ExecSetOp(
000000ed`563fef10 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000ed`563fef40 00007ff7`aa481b00     postgres!ExecProcNode(
000000ed`563fef70 00007ff7`aa47ce17     postgres!ExecutePlan(
core
000000ed`567ff488 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`567ff490 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000ed`567ff780 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`567ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`56fff5d8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`56fff5e0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000ed`56fff8d0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`56fff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`c61ff938 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`c61ff940 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000003a`c61ffc30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`c61ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`c5dfef30 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000003a`c5dff1f0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000003a`c5dff220 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000003a`c5dff250 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000003a`c5dff2a0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000003a`c5dff2f0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000003a`c5dff390 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000003a`c5dff3d0 00007ff7`aa48ac2b     postgres!ExecAgg(
0000003a`c5dff420 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
0000003a`c5dff450 00007ff7`aa481b00     postgres!ExecProcNode(
core
0000003a`c65ff608 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000003a`c65ff610 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000003a`c65ff680 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000003a`c65ff780 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`c65ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`c69ff708 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`c69ff710 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000003a`c69ffa00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`c69ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`c75fee30 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000dc`c75ff0f0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000dc`c75ff120 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000dc`c75ff150 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000dc`c75ff1a0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000dc`c75ff1f0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000dc`c75ff290 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000dc`c75ff2d0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000dc`c75ff320 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
000000dc`c75ff350 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
000000dc`c85ffa18 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`c85ffa20 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000dc`c85ffd10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`c85ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`c79ffa48 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`c79ffa50 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000dc`c79ffd40 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`c79ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`c7dff658 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000dc`c7dff660 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000dc`c7dff6d0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000dc`c7dff7d0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`c7dff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`c81ffc38 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000dc`c81ffc40 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000dc`c81ffce0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000dc`c81ffd20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`c81ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`b05ff708 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`b05ff710 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000035`b05ffa00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`b05ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`b0dff638 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`b0dff640 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000035`b0dff930 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`b0dff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`b01fedf0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000035`b01ff0b0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000035`b01ff0e0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000035`b01ff110 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000035`b01ff160 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000035`b01ff1b0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000035`b01ff250 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000035`b01ff290 00007ff7`aa48ac2b     postgres!ExecAgg(
00000035`b01ff2e0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000035`b01ff310 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000035`b09ff9f8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000035`b09ffa00 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000035`b09ffa70 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000035`b09ffb70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`b09ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`f27ffc18 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000aa`f27ffc20 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000aa`f27ffcc0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000aa`f27ffd00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`f27ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`f23ff7e8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000aa`f23ff7f0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000aa`f23ff860 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000aa`f23ff960 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`f23ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`f1fff4e8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`f1fff4f0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000aa`f1fff7e0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`f1fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`f1bffc08 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`f1bffc10 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000aa`f1bfff00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`f1bfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`f17ff8d8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`f17ff8e0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000aa`f17ffbd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`f17ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`f13ff040 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000aa`f13ff300 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000aa`f13ff330 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000aa`f13ff360 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000aa`f13ff3b0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000aa`f13ff400 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000aa`f13ff4a0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000aa`f13ff4e0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000aa`f13ff530 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000aa`f13ff560 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000089`037ff658 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`037ff660 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000089`037ff950 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`037ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`033feec0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000089`033ff180 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000089`033ff1b0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000089`033ff1e0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000089`033ff230 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000089`033ff280 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000089`033ff320 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000089`033ff360 00007ff7`aa48ac2b     postgres!ExecAgg(
00000089`033ff3b0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000089`033ff3e0 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000089`03fff448 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`03fff450 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000089`03fff740 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`03fff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`03bff858 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000089`03bff860 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000089`03bff8d0 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000089`03bff9d0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`03bffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`787ff998 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`787ff9a0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000074`787ffc90 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`787ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`783ffa68 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000074`783ffa70 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000074`783ffae0 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000074`783ffbe0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`783ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`78bff9d8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000074`78bff9e0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000074`78bffa80 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000074`78bffac0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`78bffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`77bfebc0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000074`77bfee80 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000074`77bfeeb0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000074`77bfeee0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000074`77bfef30 00007ff7`aa4da870     postgres!LookupTupleHashEntry(
00000074`77bfef80 00007ff7`aa4dafa1     postgres!setop_fill_hash_table(
00000074`77bfeff0 00007ff7`aa48ac2b     postgres!ExecSetOp(
00000074`77bff040 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000074`77bff070 00007ff7`aa481b00     postgres!ExecProcNode(
00000074`77bff0a0 00007ff7`aa47ce17     postgres!ExecutePlan(
core
00000074`77fffac8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`77fffad0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000074`77fffdc0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`77fffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`393ffae8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`393ffaf0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000af`393ffde0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`393ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`397ff668 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000af`397ff670 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000af`397ff6e0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000af`397ff7e0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`397ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`39bffbf8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000af`39bffc00 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000af`39bffca0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000af`39bffce0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`39bffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`38bfefa0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000af`38bff260 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000af`38bff290 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000af`38bff2c0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000af`38bff310 00007ff7`aa4d7dbf     postgres!LookupTupleHashEntry(
000000af`38bff360 00007ff7`aa48ac2b     postgres!ExecRecursiveUnion(
000000af`38bff3d0 00007ff7`aa4ab03c     postgres!ExecProcNodeFirst(
000000af`38bff400 00007ff7`aa4ab5f9     postgres!ExecProcNode(
000000af`38bff430 00007ff7`aa48f815     postgres!CteScanNext(
000000af`38bff4a0 00007ff7`aa48f20c     postgres!ExecScanFetch(
core
000000af`38fff538 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`38fff540 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000af`38fff830 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`38fff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`0c3ffdc8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000cb`0c3ffdd0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000cb`0c3ffe70 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000cb`0c3ffeb0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`0c3ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`0bfff698 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000cb`0bfff6a0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`0bfff710 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000cb`0bfff810 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`0bfff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`0bbff6f8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`0bbff700 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000cb`0bbff9f0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`0bbffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`0b3fee70 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000cb`0b3ff130 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000cb`0b3ff160 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000cb`0b3ff190 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000cb`0b3ff1e0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000cb`0b3ff230 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000cb`0b3ff2d0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000cb`0b3ff310 00007ff7`aa48ac2b     postgres!ExecAgg(
000000cb`0b3ff360 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000cb`0b3ff390 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000cb`0b7ff9c8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`0b7ff9d0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000cb`0b7ffcc0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`0b7ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`2c5ffc48 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000f9`2c5ffc50 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000f9`2c5ffcc0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000f9`2c5ffdc0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`2c5ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`2bdfe950 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000f9`2bdfec10 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000f9`2bdfec40 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000f9`2bdfec70 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000f9`2bdfecc0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000f9`2bdfed10 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000f9`2bdfedb0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000f9`2bdfedf0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000f9`2bdfee40 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
000000f9`2bdfee70 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
000000f9`2cdff958 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000f9`2cdff960 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f9`2cdffa00 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000f9`2cdffa40 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`2cdffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`2c9ffa68 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`2c9ffa70 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000f9`2c9ffd60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`2c9ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`2c1ff6b8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`2c1ff6c0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000f9`2c1ff9b0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`2c1ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`8affea30 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000056`8affecf0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000056`8affed20 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000056`8affed50 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000056`8affeda0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000056`8affedf0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000056`8affee90 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000056`8affeed0 00007ff7`aa48ac2b     postgres!ExecAgg(
00000056`8affef20 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
00000056`8affef50 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
00000056`8bbffc58 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000056`8bbffc60 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000056`8bbffcd0 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000056`8bbffdd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`8bbffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`8b7ff6a8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`8b7ff6b0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000056`8b7ff9a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`8b7ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`8bfff848 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000056`8bfff850 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000056`8bfff8f0 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000056`8bfff930 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`8bfff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`8b3ffad8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`8b3ffae0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000056`8b3ffdd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`8b3ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`8abff768 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000043`8abff770 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000043`8abff7e0 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000043`8abff8e0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000043`8abff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`8a3ffba8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`8a3ffbb0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000043`8a3ffea0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000043`8a3ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`89ffecd0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000043`89ffef90 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000043`89ffefc0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000043`89ffeff0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000043`89fff040 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000043`89fff090 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000043`89fff130 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000043`89fff170 00007ff7`aa48ac2b     postgres!ExecAgg(
00000043`89fff1c0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000043`89fff1f0 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000043`8afffc08 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000043`8afffc10 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000043`8afffcb0 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000043`8afffcf0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000043`8afffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`8a7ff558 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`8a7ff560 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000043`8a7ff850 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000043`8a7ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`bebff978 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`bebff980 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000064`bebffc70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`bebffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`be7fefd0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000064`be7ff290 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000064`be7ff2c0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000064`be7ff2f0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000064`be7ff340 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000064`be7ff390 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000064`be7ff430 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000064`be7ff470 00007ff7`aa48ac2b     postgres!ExecAgg(
00000064`be7ff4c0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000064`be7ff4f0 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000064`bf7ffb68 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`bf7ffb70 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000064`bf7ffe60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`bf7ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`bf3ff778 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000064`bf3ff780 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000064`bf3ff820 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000064`bf3ff860 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`bf3ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`befffb88 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000064`befffb90 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000064`befffc00 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000064`befffd00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`befffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`d93ffa18 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000c9`d93ffa20 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`d93ffa90 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000c9`d93ffb90 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`d93ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`d8bff200 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000c9`d8bff4c0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000c9`d8bff4f0 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000c9`d8bff520 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000c9`d8bff570 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000c9`d8bff5c0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000c9`d8bff660 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000c9`d8bff6a0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000c9`d8bff6f0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000c9`d8bff720 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000c9`d8fff8f8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`d8fff900 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000c9`d8fffbf0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`d8fffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`d97ffa18 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`d97ffa20 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000c9`d97ffd10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`d97ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`2a5ff6f8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`2a5ff700 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000005a`2a5ff9f0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`2a5ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`2a1fe920 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000005a`2a1febe0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000005a`2a1fec10 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000005a`2a1fec40 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000005a`2a1fec90 00007ff7`aa4d7dbf     postgres!LookupTupleHashEntry(
0000005a`2a1fece0 00007ff7`aa48ac2b     postgres!ExecRecursiveUnion(
0000005a`2a1fed50 00007ff7`aa4ab03c     postgres!ExecProcNodeFirst(
0000005a`2a1fed80 00007ff7`aa4ab5f9     postgres!ExecProcNode(
0000005a`2a1fedb0 00007ff7`aa48f815     postgres!CteScanNext(
0000005a`2a1fee20 00007ff7`aa48f1e5     postgres!ExecScanFetch(
core
0000005a`2a9ff978 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000005a`2a9ff980 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000005a`2a9ff9f0 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000005a`2a9ffaf0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`2a9ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`2adff828 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000005a`2adff830 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000005a`2adff8d0 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000005a`2adff910 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`2adff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`2b1ff838 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`2b1ff840 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000005a`2b1ffb30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`2b1ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`383ff4a8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`383ff4b0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000006b`383ff7a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`383ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`387ff6c8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`387ff6d0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000006b`387ff9c0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`387ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`38bffae8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000006b`38bffaf0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`38bffb60 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000006b`38bffc60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`38bffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`38fffa88 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000006b`38fffa90 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000006b`38fffb30 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000006b`38fffb70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`38fffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`37ffea10 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000006b`37ffecd0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000006b`37ffed00 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000006b`37ffed30 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000006b`37ffed80 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000006b`37ffedd0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000006b`37ffee70 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000006b`37ffeeb0 00007ff7`aa48ac2b     postgres!ExecAgg(
0000006b`37ffef00 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
0000006b`37ffef30 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
000000dd`26fff858 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000dd`26fff860 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`26fff8d0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000dd`26fff9d0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`26fffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`273ffa48 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000dd`273ffa50 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000dd`273ffaf0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000dd`273ffb30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`273ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`25fff020 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000dd`25fff2e0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000dd`25fff310 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000dd`25fff340 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000dd`25fff390 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000dd`25fff3e0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000dd`25fff480 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000dd`25fff4c0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000dd`25fff510 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000dd`25fff540 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000dd`263ff728 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`263ff730 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000dd`263ffa20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`263ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`267ffc18 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`267ffc20 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000dd`267fff10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`267fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`26bffaa8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`26bffab0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000dd`26bffda0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`26bffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`091ff788 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000a2`091ff790 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a2`091ff830 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000a2`091ff870 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`091ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`08dffac8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000a2`08dffad0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`08dffb40 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000a2`08dffc40 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`08dffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`085fe660 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000a2`085fe920 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000a2`085fe950 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000a2`085fe980 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000a2`085fe9d0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000a2`085fea20 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000a2`085feac0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000a2`085feb00 00007ff7`aa48ac2b     postgres!ExecAgg(
000000a2`085feb50 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
000000a2`085feb80 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
000000a2`095ff868 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`095ff870 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a2`095ffb60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`095ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`089ff9a8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`089ff9b0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a2`089ffca0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`089ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`541ff768 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`541ff770 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000066`541ffa60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000066`541ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`54dff758 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000066`54dff760 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000066`54dff800 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000066`54dff840 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000066`54dff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`549ff7e8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000066`549ff7f0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000066`549ff860 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000066`549ff960 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000066`549ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`545ffb18 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`545ffb20 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000066`545ffe10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000066`545ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`53dfec80 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000066`53dfef40 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000066`53dfef70 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000066`53dfefa0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000066`53dfeff0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000066`53dff040 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000066`53dff0e0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000066`53dff120 00007ff7`aa48ac2b     postgres!ExecAgg(
00000066`53dff170 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
00000066`53dff1a0 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
00000058`46dff8f8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000058`46dff900 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000058`46dff970 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000058`46dffa70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`46dffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`465feda0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000058`465ff060 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000058`465ff090 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000058`465ff0c0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000058`465ff110 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000058`465ff160 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000058`465ff200 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000058`465ff240 00007ff7`aa48ac2b     postgres!ExecAgg(
00000058`465ff290 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000058`465ff2c0 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000058`469ff478 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`469ff480 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000058`469ff770 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`469ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`475ffc38 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000058`475ffc40 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000058`475ffce0 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000058`475ffd20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`475ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`471ff928 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`471ff930 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000058`471ffc20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`471ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`747ffad8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`747ffae0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000be`747ffdd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`747ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`743fe980 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000be`743fec40 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000be`743fec70 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000be`743feca0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000be`743fecf0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000be`743fed40 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000be`743fede0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000be`743fee20 00007ff7`aa48ac2b     postgres!ExecAgg(
000000be`743fee70 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000be`743feea0 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000be`753ff698 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`753ff6a0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000be`753ff990 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`753ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`74fffbd8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000be`74fffbe0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000be`74fffc80 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000be`74fffcc0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`74fffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`74bff898 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000be`74bff8a0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000be`74bff910 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000be`74bffa10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`74bffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`e93ffab8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000060`e93ffac0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000060`e93ffb30 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000060`e93ffc30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`e93ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`e8bff070 00007ff7`aa993c18     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000060`e8bff0b0 00007ff7`aa327185     postgres!ExceptionalCondition(
00000060`e8bff0f0 00007ff7`aa317df7     postgres!index_drop(
00000060`e8bff1d0 00007ff7`aa3178ed     postgres!doDeletion(
00000060`e8bff220 00007ff7`aa31ada1     postgres!deleteOneObject(
00000060`e8bff370 00007ff7`aa315bec     postgres!deleteObjectsInList(
00000060`e8bff3d0 00007ff7`aa6546d7     postgres!performDeletion(
00000060`e8bff430 00007ff7`aa6528bc     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000060`e8bff7b0 00007ff7`aa65aed7     postgres!AutoVacWorkerMain(
00000060`e8bff960 00007ff7`aa51a434     postgres!SubPostmasterMain(
core
00000060`e97ff8e8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`e97ff8f0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000060`e97ffbe0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`e97ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`e8fff4f8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`e8fff500 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000060`e8fff7f0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`e8fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`497ffdf8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000002d`497ffe00 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000002d`497ffea0 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000002d`497ffee0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`497fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`48bfdda0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000002d`48bfe060 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000002d`48bfe090 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000002d`48bfe0c0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000002d`48bfe110 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000002d`48bfe160 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000002d`48bfe200 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000002d`48bfe240 00007ff7`aa48ac2b     postgres!ExecAgg(
0000002d`48bfe290 00007ff7`aa4adf3c     postgres!ExecProcNodeFirst(
0000002d`48bfe2c0 00007ff7`aa4ae7d9     postgres!ExecProcNode(
core
0000002d`48fff8c8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`48fff8d0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000002d`48fffbc0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`48fffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`493ff9e8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000002d`493ff9f0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000002d`493ffa60 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000002d`493ffb60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`493ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`49bff858 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`49bff860 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000002d`49bffb50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`49bffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`56bfedd0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000a4`56bff090 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000a4`56bff0c0 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000a4`56bff0f0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000a4`56bff140 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000a4`56bff190 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000a4`56bff230 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000a4`56bff270 00007ff7`aa48ac2b     postgres!ExecAgg(
000000a4`56bff2c0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000a4`56bff2f0 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000a4`577ff858 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`577ff860 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a4`577ffb50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`577ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`573ff708 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000a4`573ff710 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000a4`573ff780 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000a4`573ff880 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`573ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`56fff5a8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`56fff5b0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a4`56fff8a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`56fff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`bbbff468 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`bbbff470 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000fd`bbbff760 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`bbbff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`bcbff6b8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000fd`bcbff6c0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000fd`bcbff760 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000fd`bcbff7a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`bcbff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`bb7fed50 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000fd`bb7ff010 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000fd`bb7ff040 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000fd`bb7ff070 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000fd`bb7ff0c0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000fd`bb7ff110 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000fd`bb7ff1b0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000fd`bb7ff1f0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000fd`bb7ff240 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000fd`bb7ff270 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000fd`bc7ffd68 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000fd`bc7ffd70 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000fd`bc7ffde0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000fd`bc7ffee0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`bc7fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`bc3ffb08 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`bc3ffb10 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000fd`bc3ffe00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`bc3ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`bbfffb78 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`bbfffb80 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000fd`bbfffe70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`bbfffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`cdbfedb0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000007f`cdbff070 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000007f`cdbff0a0 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000007f`cdbff0d0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000007f`cdbff120 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000007f`cdbff170 00007ff7`aa4a2d1a     postgres!lookup_hash_entries(
0000007f`cdbff210 00007ff7`aa4a5f01     postgres!agg_retrieve_direct(
0000007f`cdbff2b0 00007ff7`aa48ac2b     postgres!ExecAgg(
0000007f`cdbff300 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
0000007f`cdbff330 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
0000007f`cebffa98 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`cebffaa0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000007f`cebffd90 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`cebffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`ce7ffd38 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000007f`ce7ffd40 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007f`ce7ffde0 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000007f`ce7ffe20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`ce7ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`ce3ff728 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000007f`ce3ff730 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000007f`ce3ff7a0 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000007f`ce3ff8a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`ce3ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`cdfff4e8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`cdfff4f0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000007f`cdfff7e0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`cdfff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`ae3ffcb8 00007ffa`67dcf6cb     ntdll!NtRemoveIoCompletion+0x14
000000a1`ae3ffcc0 00007ffa`6a544cb0     mswsock!SockAsyncThread+0x9b
000000a1`ae3ffd20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`ae3ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`acffed50 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000a1`acfff010 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000a1`acfff040 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000a1`acfff070 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000a1`acfff0c0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000a1`acfff110 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000a1`acfff1b0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000a1`acfff1f0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000a1`acfff240 00007ff7`aa49fb9c     postgres!ExecProcNodeFirst(
000000a1`acfff270 00007ff7`aa4a0155     postgres!ExecProcNode(
core
000000a1`ad3ff978 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`ad3ff980 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a1`ad3ffc70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`ad3ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`ad7ff8d8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`ad7ff8e0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a1`ad7ffbd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`ad7ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`adfffa18 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000a1`adfffa20 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a1`adfffac0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000a1`adfffb00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`adfffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`adbffb18 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000a1`adbffb20 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000a1`adbffb90 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000a1`adbffc90 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`adbffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`f2dff978 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000068`f2dff980 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000068`f2dffa20 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000068`f2dffa60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000068`f2dffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`f25ff698 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`f25ff6a0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000068`f25ff990 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000068`f25ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`f21ff568 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`f21ff570 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000068`f21ff860 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000068`f21ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`f1dfede0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000068`f1dff0a0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000068`f1dff0d0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000068`f1dff100 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000068`f1dff150 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000068`f1dff1a0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000068`f1dff240 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000068`f1dff280 00007ff7`aa48ac2b     postgres!ExecAgg(
00000068`f1dff2d0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000068`f1dff300 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000068`f29ffd88 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000068`f29ffd90 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000068`f29ffe00 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000068`f29fff00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000068`f29fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`a35ffac8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000e6`a35ffad0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000e6`a35ffb40 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000e6`a35ffc40 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`a35ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`a39ff658 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000e6`a39ff660 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e6`a39ff700 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000e6`a39ff740 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`a39ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`a3dffa08 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`a3dffa10 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000e6`a3dffd00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`a3dffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`a2dfed60 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000e6`a2dff020 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000e6`a2dff050 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000e6`a2dff080 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000e6`a2dff0d0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000e6`a2dff120 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000e6`a2dff1c0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000e6`a2dff200 00007ff7`aa48ac2b     postgres!ExecAgg(
000000e6`a2dff250 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000e6`a2dff280 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000e6`a31ffb38 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`a31ffb40 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000e6`a31ffe30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`a31ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`d5fff460 00007ff7`aa993c18     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008e`d5fff4a0 00007ff7`aa327185     postgres!ExceptionalCondition(
0000008e`d5fff4e0 00007ff7`aa317df7     postgres!index_drop(
0000008e`d5fff5c0 00007ff7`aa3178ed     postgres!doDeletion(
0000008e`d5fff610 00007ff7`aa31ada1     postgres!deleteOneObject(
0000008e`d5fff760 00007ff7`aa315bec     postgres!deleteObjectsInList(
0000008e`d5fff7c0 00007ff7`aa6546d7     postgres!performDeletion(
0000008e`d5fff820 00007ff7`aa6528bc     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
0000008e`d5fffba0 00007ff7`aa65aed7     postgres!AutoVacWorkerMain(
0000008e`d5fffd50 00007ff7`aa51a434     postgres!SubPostmasterMain(
core
0000008e`d67ffb28 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000008e`d67ffb30 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`d67ffba0 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000008e`d67ffca0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`d67ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`d6bffc28 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`d6bffc30 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000008e`d6bfff20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`d6bfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`d63ff508 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`d63ff510 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000008e`d63ff800 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`d63ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`f0bffe28 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000a1`f0bffe30 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a1`f0bffed0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000a1`f0bfff10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`f0bfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`f07ff9b8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000a1`f07ff9c0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000a1`f07ffa30 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000a1`f07ffb30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`f07ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`f03ff9d8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`f03ff9e0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a1`f03ffcd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`f03ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`efffefb0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000a1`effff270 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000a1`effff2a0 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000a1`effff2d0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000a1`effff320 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000a1`effff370 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000a1`effff410 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000a1`effff450 00007ff7`aa48ac2b     postgres!ExecAgg(
000000a1`effff4a0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000a1`effff4d0 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000a1`f0fff618 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`f0fff620 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a1`f0fff910 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`f0fff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`595fef50 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000bc`595ff210 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000bc`595ff240 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000bc`595ff270 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000bc`595ff2c0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000bc`595ff310 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000bc`595ff3b0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000bc`595ff3f0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000bc`595ff440 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000bc`595ff470 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000bc`599ffb88 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`599ffb90 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000bc`599ffe80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`599ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`59dffb28 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000bc`59dffb30 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`59dffba0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000bc`59dffca0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`59dffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`5a1ff9f8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000bc`5a1ffa00 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000bc`5a1ffaa0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000bc`5a1ffae0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`5a1ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`5a5ff8a8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`5a5ff8b0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000bc`5a5ffba0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`5a5ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`cc1ff090 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000065`cc1ff350 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000065`cc1ff380 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000065`cc1ff3b0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000065`cc1ff400 00007ff7`aa4da870     postgres!LookupTupleHashEntry(
00000065`cc1ff450 00007ff7`aa4dafa1     postgres!setop_fill_hash_table(
00000065`cc1ff4c0 00007ff7`aa48ac2b     postgres!ExecSetOp(
00000065`cc1ff510 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000065`cc1ff540 00007ff7`aa481b00     postgres!ExecProcNode(
00000065`cc1ff570 00007ff7`aa47ce17     postgres!ExecutePlan(
core
00000065`cd1ff768 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`cd1ff770 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000065`cd1ffa60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`cd1ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`ccdff968 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000065`ccdff970 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000065`ccdffa10 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000065`ccdffa50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`ccdffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`cc9ff9e8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000065`cc9ff9f0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000065`cc9ffa60 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000065`cc9ffb60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`cc9ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`cc5ff6e8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`cc5ff6f0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000065`cc5ff9e0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`cc5ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`803feef0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000005c`803ff1b0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000005c`803ff1e0 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000005c`803ff210 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000005c`803ff260 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000005c`803ff2b0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000005c`803ff350 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000005c`803ff390 00007ff7`aa48ac2b     postgres!ExecAgg(
0000005c`803ff3e0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
0000005c`803ff410 00007ff7`aa481b00     postgres!ExecProcNode(
core
0000005c`807ff838 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`807ff840 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000005c`807ffb30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`807ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`80bffc18 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000005c`80bffc20 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000005c`80bffc90 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000005c`80bffd90 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`80bffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`80fffa98 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000005c`80fffaa0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000005c`80fffb40 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000005c`80fffb80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`80fffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`813ff928 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`813ff930 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000005c`813ffc20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`813ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`959fe690 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000000d`959fe950 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000000d`959fe980 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000000d`959fe9b0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000000d`959fea00 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000000d`959fea50 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000000d`959feaf0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000000d`959feb30 00007ff7`aa48ac2b     postgres!ExecAgg(
0000000d`959feb80 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
0000000d`959febb0 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
0000000d`95dffb68 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`95dffb70 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000000d`95dffe60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`95dffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`961ff878 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`961ff880 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000000d`961ffb70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`961ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`965ff898 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000000d`965ff8a0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000000d`965ff910 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000000d`965ffa10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`965ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`969ff7b8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000000d`969ff7c0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000d`969ff860 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000000d`969ff8a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`969ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`b01ff5c8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`b01ff5d0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000020`b01ff8c0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`b01ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`b0dff718 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000020`b0dff720 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000020`b0dff7c0 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000020`b0dff800 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`b0dff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`b09ffbd8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000020`b09ffbe0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000020`b09ffc50 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000020`b09ffd50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`b09ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`b05ff908 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`b05ff910 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000020`b05ffc00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`b05ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`afdff010 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000020`afdff2d0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000020`afdff300 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000020`afdff330 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000020`afdff380 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000020`afdff3d0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000020`afdff470 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000020`afdff4b0 00007ff7`aa48ac2b     postgres!ExecAgg(
00000020`afdff500 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000020`afdff530 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000077`227ff0d0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000077`227ff390 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000077`227ff3c0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000077`227ff3f0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000077`227ff440 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000077`227ff490 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000077`227ff530 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000077`227ff570 00007ff7`aa48ac2b     postgres!ExecAgg(
00000077`227ff5c0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000077`227ff5f0 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000077`22bffb38 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`22bffb40 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000077`22bffe30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`22bffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`22fffb78 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000077`22fffb80 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000077`22fffbf0 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000077`22fffcf0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`22fffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`233ff678 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000077`233ff680 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000077`233ff720 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000077`233ff760 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`233ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`237ff828 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`237ff830 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000077`237ffb20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`237ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/matview-write-skew.out C:/cirrus/build/testrun/isolat...
--- C:/cirrus/src/test/isolation/expected/matview-write-skew.out	2024-10-21 09:37:09.450769300 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-21 09:40:54.599428000 +0000
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pageinspect/expected/brin.out C:/cirrus/build/testrun/pageinspect/regress...
--- C:/cirrus/contrib/pageinspect/expected/brin.out	2024-10-21 09:37:05.773039400 +0000
+++ C:/cirrus/build/testrun/pageinspect/regress/results/brin.out	2024-10-21 09:42:11.689298600 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/select.out C:/cirrus/build/testrun/pg_stat_st...
--- C:/cirrus/contrib/pg_stat_statements/expected/select.out	2024-10-21 09:37:05.850668400 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-21 09:42:17.063327400 +0000
@@ -319,96 +319,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_trgm/expected/pg_trgm.out C:/cirrus/build/testrun/pg_trgm/regress/resu...
--- C:/cirrus/contrib/pg_trgm/expected/pg_trgm.out	2024-10-21 09:37:05.883420500 +0000
+++ C:/cirrus/build/testrun/pg_trgm/regress/results/pg_trgm.out	2024-10-21 09:42:20.038916300 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/type_sanity.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/type_sanity.out	2024-10-21 09:37:10.062038900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-21 09:39:18.786280600 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out C:/cirrus/build/testrun/postgres_f...
--- C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-21 09:37:05.994226800 +0000
+++ C:/cirrus/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-21 09:42:23.470068500 +0000
@@ -2329,10019 +2329,7 @@
 (20 rows)
 
 SELECT t1c1, avg(t1c1 + t2c1) FROM (SELECT t1.c1, t2.c1 FROM ft1 t1 JOIN ft2 t2 ON (t1.c1 = t2.c1) UNION SELECT t1.c1, ...
- t1c1 |         avg          
-------+----------------------
-  101 | 202.0000000000000000
-  102 | 204.0000000000000000
-  103 | 206.0000000000000000
-  104 | 208.0000000000000000
-  105 | 210.0000000000000000
-  106 | 212.0000000000000000
-  107 | 214.0000000000000000
-  108 | 216.0000000000000000
-  109 | 218.0000000000000000
-  110 | 220.0000000000000000
-(10 rows)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/type_sanity.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/type_sanity.out	2024-10-21 09:37:10.062038900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/type_sanity.out	2024-10-21 09:41:15.541335500 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/type_sanity.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/type_sanity.out	2024-10-21 09:37:10.062038900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/type_sanity.out	2024-10-21 09:39:15.828840900 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/tablefunc/expected/tablefunc.out C:/cirrus/build/testrun/tablefunc/regres...
--- C:/cirrus/contrib/tablefunc/expected/tablefunc.out	2024-10-21 09:37:06.069439900 +0000
+++ C:/cirrus/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-21 09:42:23.171726100 +0000
@@ -239,261 +239,7 @@
   'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
   'SELECT DISTINCT rowdt, attribute FROM cth ORDER BY 2')
 AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  invalid crosstab categories query
-DETAIL:  The query must return one column.
--- if category query generates a NULL value, get expected error
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
-  'SELECT NULL::text')
-AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  crosstab category value must not be null
--- if source query returns zero rows, get zero rows returned
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth WHERE false ORDER BY 1',
-  'SELECT DISTINCT attribute FROM cth ORDER BY 1')
-AS c(rowid text, rowdt timestamp, temperature text, test_result text, test_startdate text, volts text);
...
tap
[09:42:56.661](1.769s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[09:42:56.723](0.000s) not ok 12 - checking an unresolvable database pattern (substring of existent database) stderr /(?...
[09:42:56.772](0.000s) not ok 15 - checking an unresolvable database pattern (superstring of existent database) stderr /...
[09:42:56.914](0.000s) not ok 20 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[09:42:56.915](0.000s) not ok 21 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[09:42:56.965](0.050s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[09:42:56.967](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[09:42:57.038](0.071s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[09:42:57.039](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[09:42:57.080](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[09:42:57.143](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[09:42:57.209](0.001s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[09:42:57.835](0.064s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[09:42:57.835](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.836](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.837](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.837](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.838](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.838](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.839](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.839](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.840](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.840](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.841](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.841](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.842](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.842](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.843](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.843](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.844](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[09:43:06.476](12.838s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[09:43:06.480](0.001s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[09:43:06.495](0.015s) Bail out!  pg_ctl stop failed
tap
[09:43:06.131](7.556s) not ok 1 - pg_amcheck test table, prior to corruption
[09:43:06.179](0.048s) not ok 2 - pg_amcheck test table and index, prior to corruption
[09:43:06.210](0.031s) Bail out!  pg_ctl stop failed
tap
[09:43:04.783](2.990s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[09:43:04.784](0.001s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
tap
[09:43:47.925](2.741s) not ok 30 - run pg_createsubscriber on node S
tap
[09:44:05.878](1.862s) not ok 19 - pg_dump: option -n pg_catalog
[09:44:06.087](0.203s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[09:44:06.229](0.000s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[09:44:06.313](0.001s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[09:44:06.380](0.000s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[09:44:06.440](0.000s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[09:44:06.500](0.000s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[09:44:06.608](0.001s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[09:44:06.662](0.000s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[09:44:06.740](0.001s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[09:44:06.808](0.067s) not ok 37 - binary_upgrade: pg_dump runs
[09:44:06.845](0.037s) not ok 38 - binary_upgrade: pg_restore runs
tap
[09:40:24.804](77.107s) not ok 5 - regression tests pass
[09:40:28.748](3.914s) not ok 6 - dump before running pg_upgrade
tap
[09:45:44.645](2.520s) not ok 192 - psql seeded_random count ok
[09:45:44.646](0.000s) not ok 193 - psql seeded_random count stderr is empty
[09:45:44.646](0.000s) not ok 194 - psql seeded_random count uniform
[09:45:44.647](0.000s) not ok 195 - psql seeded_random count exponential
[09:45:44.647](0.000s) not ok 196 - psql seeded_random count gaussian
[09:45:44.647](0.000s) not ok 197 - psql seeded_random count zipfian
tap
[09:42:11.611](86.095s) not ok 2 - regression tests pass
tap
[09:47:58.525](394.769s) # poll_query_until timed out executing this query:
timed out waiting for logical slot to calculate its restart_lsn at C:/cirrus/src/test/perl/PostgreSQL/Test/Cluster.pm li...
test
[09:47:58.853]   6/306 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[09:47:58.853]   7/306 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[09:47:58.853]  22/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[09:47:58.853]  10/306 postgresql:regress / regress/regress                                            ERROR            ...
[09:47:58.853]  32/306 postgresql:isolation / isolation/isolation                                      ERROR           1...
[09:47:58.853]  42/306 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[09:47:58.853]  60/306 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[09:47:58.853]  77/306 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[09:47:58.853]  81/306 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[09:47:58.853]  89/306 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[09:47:58.853]  91/306 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[09:47:58.853]  93/306 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[09:47:58.853]  95/306 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[09:47:58.853] 135/306 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[09:47:58.853] 139/306 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[09:47:58.853] 140/306 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[09:47:58.853] 141/306 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[09:47:58.853] 156/306 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[09:47:58.853] 167/306 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[09:47:58.853] 215/306 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[09:47:58.853] 237/306 postgresql:subscription / subscription/002_types                                ERROR            ...
[09:47:58.853] 238/306 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[09:47:58.853] 239/306 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[09:47:58.853] 240/306 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[09:47:58.853] 243/306 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[09:47:58.853] 244/306 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[09:47:58.853] 246/306 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[09:47:58.853] 248/306 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[09:47:58.853] 249/306 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[09:47:58.853] 250/306 postgresql:subscription / subscription/011_generated                            ERROR            ...
[09:47:58.853] 251/306 postgresql:subscription / subscription/014_binary                               ERROR            ...
[09:47:58.853] 252/306 postgresql:subscription / subscription/015_stream                               ERROR            ...
[09:47:58.853] 253/306 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[09:47:58.853] 254/306 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[09:47:58.853] 255/306 postgresql:subscription / subscription/013_partition                            ERROR            ...
[09:47:58.853] 256/306 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[09:47:58.853] 257/306 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[09:47:58.853] 258/306 postgresql:subscription / subscription/020_messages                             ERROR            ...
[09:47:58.853] 259/306 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[09:47:58.853] 261/306 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[09:47:58.853] 262/306 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[09:47:58.853] 263/306 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[09:47:58.853] 264/306 postgresql:subscription / subscription/026_stats                                ERROR            ...
[09:47:58.853] 265/306 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[09:47:58.853] 266/306 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[09:47:58.853] 267/306 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[09:47:58.853] 268/306 postgresql:subscription / subscription/030_origin                               ERROR            ...
[09:47:58.853] 269/306 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[09:47:58.853] 270/306 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[09:47:58.853] 272/306 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[09:47:58.853] 273/306 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[09:47:58.853] 274/306 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[09:47:58.853] 306/306 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           4...
50/5208 prefetching for nestloop / indexscan
%s FreeBSD - 13 - Meson
tap
[08:55:01.761](1.471s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[08:55:11.600] 292/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
%s Linux - Debian Bookworm - Autoconf
core
[09:00:50.732] #0  0x00007f0a25eb0d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:00:50.732] #1  0x00007f0a25e5d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:00:50.732] #2  0x00007f0a25f18184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:00:50.732] #3  0x00007f0a25f2a7dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:00:50.732] #0  <unavailable> in ?? ()
tap
[08:55:14.968](0.635s) not ok 1 - no parameters missing from postgresql.conf.sample
%s Linux - Debian Bookworm - Meson
tap
[08:57:57.945](0.471s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[08:58:09.360] 289/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
%s Windows - Server 2019, VS 2019 - Meson & ninja
tap
[09:02:16.205](2.288s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[09:02:45.006] 286/306 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
50/4888 Run deferred triggers in the correct security context
%s FreeBSD - 13 - Meson
core
[08:37:11.249] #0  0x000034aa6903a4a5 in ?? ()
[08:37:11.249] #1  0x00000b8e25c205c8 in ?? ()
[08:37:11.249] #2  0x00000b8e25c203d8 in ?? ()
[08:37:11.249] #3  0x00000b8e25c1fed0 in ?? ()
[08:37:11.249] #4  0x00000b8e2666d1e0 in ?? ()
[08:37:11.249] #5  0x00000b8e2666a048 in ?? ()
[08:37:11.249] #6  0x00000b8e2666d1d8 in ?? ()
[08:37:11.249] #7  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-21 08:30:21.167278000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-10-21 08:32:10.194096000...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-21 08:30:21.167278000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-10-21 08:32:53.5841460...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-21 08:30:21.167278000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-10-21 08:32:08.176819000 +0000
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
tap
[08:33:07.169](76.044s) not ok 5 - regression tests pass
tap
[08:33:54.414](85.178s) not ok 2 - regression tests pass
test
[08:36:01.052]  15/311 postgresql:regress / regress/regress                                            ERROR            ...
[08:36:01.052]  89/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:36:01.052] 152/311 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5148 Recovery of .partial WAL segments
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-21 06:35:28.398943000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-21 06:38:27.592810000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[06:40:31.359] 114/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
50/5196 Use function smgrclose() to replace the loop
%s CompilerWarnings
compiler
[05:52:40.479] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[05:52:40.479] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[05:52:30.249] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[05:52:30.249] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[05:51:57.565] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[05:51:57.565] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[05:51:48.215] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[05:51:48.215] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[05:53:07.383] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[05:53:07.383] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
50/5312 BUG #18568: BUG: Result wrong when do group by on partition table!
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-21 04:10:21.334216000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-21 04:12:37.625186000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[04:14:35.394] 113/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
%s Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-10-21 04:10:21.880764279 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-10-21 04...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-10-21 04:10:21.880764279 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_aggregate.out	2024-10-21 04:16:42.619085322 ...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[04:17:28.669](75.504s) not ok 2 - regression tests pass
test
[04:19:18.513]  41/311 postgresql:regress / regress/regress                                            ERROR            ...
[04:19:18.513] 152/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
%s Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/pg_upgr...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-21 04:10:36.168938100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_aggregate.out	2024-10-21 04:14:07.661823300...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "UTF8" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/recover...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-21 04:10:36.168938100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-10-21 04:16:15.4215131...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/regress...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-21 04:10:36.168938100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_aggregate.out	2024-10-21 04:13:59.885454600 +0000
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[04:14:13.887](103.085s) not ok 5 - regression tests pass
tap
[04:16:22.522](112.273s) not ok 2 - regression tests pass
test
[04:22:18.267]  21/306 postgresql:regress / regress/regress                                            ERROR           1...
[04:22:18.267]  35/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:22:18.267]  87/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/4690 Teach predtest about IS [NOT] <boolean> proofs
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-21 03:46:06.040444000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-21 03:48:23.965964000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[03:50:23.438] 113/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
50/4308 SQL:2011 application time
%s Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[02:53:26.717] c:\cirrus\src\backend\utils\cache\lsyscache.c(1713) : warning C4715: 'get_func_namespace': not all contro...
50/5174 Call rm_redo in a temporary memory context
%s CompilerWarnings
compiler
[01:49:25.749] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[01:48:27.041] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[01:55:39.938] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
50/5021 Detection and resolution of logical replication conflict
%s FreeBSD - 13 - Meson
tap
timed out waiting for match: (?^:LOG:  conflict detected on relation \"public.conf_tab_part_1\": conflict=update_origin_...
test
[01:12:20.819] 312/312 postgresql:subscription / subscription/034_conflict_resolver                    ERROR           1...
50/5272 Truncate logs by max_log_size
%s CompilerWarnings
compiler
[19:56:32.012] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[19:54:30.372] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[19:52:16.546] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[19:50:11.464] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[20:00:15.092] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
50/5117 VACUUM FULL / CLUSTER CONCURRENTLY
%s CompilerWarnings
compiler
[17:07:04.396] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[17:06:31.361] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[17:13:05.943] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
%s FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("!OidIsValid(clustered_rel)"), File: "../src/backend/commands/cluster.c", Line: 2472, PID: 22360
core
[17:12:28.145] #0  0x000000082a84041a in thr_kill () from /lib/libc.so.7
[17:12:28.145] #1  0x000000082a7b9e64 in raise () from /lib/libc.so.7
[17:12:28.145] #2  0x000000082a86a6f9 in abort () from /lib/libc.so.7
[17:12:28.145] #3  0x0000000000a97885 in ExceptionalCondition (conditionName=0x2e6a7e "!OidIsValid(clustered_rel)", file...
[17:12:28.145] #4  0x00000000006c9089 in begin_concurrent_cluster (rel_p=0x820d2c908, index_p=0x820d2c8d0, entered_p=<op...
[17:12:28.145] #5  cluster_rel (OldHeap=0x835ba76a0, indexOid=indexOid@entry=20793, params=params@entry=0x820d2c9c4, isT...
[17:12:28.145] #6  0x00000000006c66ae in cluster (pstate=pstate@entry=0x835a71500, stmt=stmt@entry=0x835a64e58, isTopLev...
[17:12:28.145] #7  0x0000000000942634 in standard_ProcessUtility (pstmt=0x835a644f8, queryString=0x835a63100 "\n\tCLUSTE...
[17:12:28.145] #8  0x0000000000942338 in ProcessUtility (pstmt=0x18ddf, queryString=0x6 <error: Cannot access memory at ...
[17:12:28.145] #9  0x0000000000941e73 in PortalRunUtility (portal=0x835b3a100, pstmt=0x835a644f8, isTopLevel=<optimized ...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out	2024-10-20 17:05:57.229994000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/cluster.out	2024-10-20 17:09:20.421691000 +000...
@@ -8,7 +8,8 @@
 
 step wait_before_lock: 
 	CLUSTER (CONCURRENTLY) clstr_test USING clstr_test_pkey;
- <waiting ...>
+
+ERROR:  file of relation "clstr_test" changed by another transaction
 step change_existing: 
 	UPDATE clstr_test SET i=10 where i=1;
 	UPDATE clstr_test SET j=20 where i=2;
@@ -63,12 +64,7 @@
 step wakeup_before_lock: 
 	SELECT injection_points_wakeup('cluster-concurrently-before-lock');
 
-injection_points_wakeup
------------------------
-                       
...
test
[17:11:18.308] 118/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
%s Linux - Debian Bookworm - Meson
core
[17:14:24.644] #0  0x00007fdd3e0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:14:24.644] #1  0x00007fdd3e05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:14:24.644] #2  0x00007fdd3e045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:14:24.644] #3  0x00007fdd3e21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:14:24.644] #4  0x00007fdd3e22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:14:24.644] #5  0x00007fdd3e20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x7fdd3c0238c0,...
[17:14:24.644] #6  0x00007fdd3c01f7b2 in store_change (ctx=ctx@entry=0x5641255c9180, kind=kind@entry=CHANGE_UPDATE_OLD, ...
[17:14:24.644] #7  0x00007fdd3c01fe73 in plugin_change (ctx=0x5641255c9180, txn=<optimized out>, relation=<optimized out...
[17:14:24.644] #8  0x000056410d32b76f in change_cb_wrapper (cache=<optimized out>, txn=<optimized out>, relation=<optimi...
[17:14:24.644] #9  0x000056410d3389d1 in ReorderBufferApplyChange (rb=rb@entry=0x564125681ae0, txn=txn@entry=0x5641255f0...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out	2024-10-20 17:05:54.172866284 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/cluster.out	2024-10-20 17:11:38.219271952 +000...
@@ -68,118 +68,7 @@
                        
 (1 row)
 
-step wait_before_lock: <... completed>
-step check1: 
-	INSERT INTO relfilenodes(node)
-	SELECT relfilenode FROM pg_class WHERE relname='clstr_test';
-
-	SELECT count(DISTINCT node) FROM relfilenodes;
-
-	SELECT i, j FROM clstr_test ORDER BY i, j;
-
-	INSERT INTO data_s1(_xmin, _cmin, i, j)
-	SELECT xmin, cmin, i, j FROM clstr_test;
-
-	SELECT count(*)
...
test
[17:13:19.713] 116/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
%s Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[17:07:00.836] ../src/backend/commands/cluster.c(4447): warning C4129: '%': unrecognized character escape sequence
50/5151 DirtyScanshot index scan skips concurrently updated tuples
%s FreeBSD - 13 - Meson
core
[18:51:31.855] #0  0x000000082bfa78fa in _sigprocmask () from /lib/libc.so.7
[18:51:31.855] #1  0x000000082bfe0f91 in _system () from /lib/libc.so.7
[18:51:31.855] #2  0x00000008298659d3 in ?? () from /lib/libthr.so.3
[18:51:31.855] #3  0x00000000006699c5 in RestoreArchivedFile (path=path@entry=0x8217f71d0 "pg_wal/0\204\0247", xlogfname...
[18:51:31.855] #4  0x00000000006751ae in XLogFileRead (segno=segno@entry=5, tli=tli@entry=1, source=source@entry=XLOG_FR...
[18:51:31.855] #5  0x0000000000670e8c in XLogFileReadAnyTLI (segno=5, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[18:51:31.855] #6  WaitForWALToBecomeAvailable (RecPtr=83886104, tliRecPtr=83886080, replayTLI=1, replayLSN=83886080, ra...
[18:51:31.855] #7  XLogPageRead (xlogreader=0x834bf6130, targetPagePtr=83886080, reqLen=24, targetRecPtr=83886080, readB...
[18:51:31.855] #8  0x0000000000677e92 in ReadPageInternal (state=state@entry=0x834bf6130, pageptr=83886080, reqLen=24) a...
[18:51:31.855] #9  0x0000000000676d02 in XLogDecodeNextRecord (state=0x834bf6130, nonblocking=false) at ../src/backend/a...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/dirty_index_scan.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/dirty_index_scan.out	2024-10-19 18:40:59.727195000 +...
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/dirty_index_scan.out	2024-10-19 18:50:23.76746...
@@ -36,4 +36,6 @@
                        
 (1 row)
 
+isolationtester: canceling step s1_s1 after 360 seconds
 step s1_s1: <... completed>
+ERROR:  canceling statement due to user request
test
[18:50:23.964] 311/311 postgresql:injection_points / injection_points/isolation                        ERROR           3...
50/5128 Allow partition-wise join when whole row var is needed
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-12 08:03:46.883764000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-12 08:06:38.818036000 +0000
@@ -10155,9 +10155,8 @@
          ->  Foreign Scan
                Relations: (ftprt1_p1 t1_1) INNER JOIN (ftprt2_p1 t2_1)
                ->  Result
-                     Disabled Nodes: 1
                      ->  Sort
-                           Disabled Nodes: 1
+                           Disabled: true
                            Sort Key: t2_1.a
                            ->  Nested Loop
                                  ->  Foreign Scan on ftprt1_p1 t1_1
@@ -10165,14 +10164,13 @@
          ->  Foreign Scan
                Relations: (ftprt1_p2 t1_2) INNER JOIN (ftprt2_p2 t2_2)
                ->  Result
-                     Disabled Nodes: 1
                      ->  Sort
...
test
[08:08:34.391] 116/310 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
%s Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/contrib/postgres_fdw/r...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-12 08:03:41.300159101 +0000
+++ /tmp/cirrus-ci-build/contrib/postgres_fdw/results/postgres_fdw.out	2024-10-12 08:09:06.477714299 +0000
@@ -10155,9 +10155,8 @@
          ->  Foreign Scan
                Relations: (ftprt1_p1 t1_1) INNER JOIN (ftprt2_p1 t2_1)
                ->  Result
-                     Disabled Nodes: 1
                      ->  Sort
-                           Disabled Nodes: 1
+                           Disabled: true
                            Sort Key: t2_1.a
                            ->  Nested Loop
                                  ->  Foreign Scan on ftprt1_p1 t1_1
@@ -10165,14 +10164,13 @@
          ->  Foreign Scan
                Relations: (ftprt1_p2 t1_2) INNER JOIN (ftprt2_p2 t2_2)
                ->  Result
-                     Disabled Nodes: 1
                      ->  Sort
...
%s Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-12 08:03:39.284306324 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-12 08:08:20.887368441 +0000
@@ -10155,9 +10155,8 @@
          ->  Foreign Scan
                Relations: (ftprt1_p1 t1_1) INNER JOIN (ftprt2_p1 t2_1)
                ->  Result
-                     Disabled Nodes: 1
                      ->  Sort
-                           Disabled Nodes: 1
+                           Disabled: true
                            Sort Key: t2_1.a
                            ->  Nested Loop
                                  ->  Foreign Scan on ftprt1_p1 t1_1
@@ -10165,14 +10164,13 @@
          ->  Foreign Scan
                Relations: (ftprt1_p2 t1_2) INNER JOIN (ftprt2_p2 t2_2)
                ->  Result
-                     Disabled Nodes: 1
                      ->  Sort
...
test
[08:10:06.409] 112/310 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
%s Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out C:/cirrus/build/testrun/postgres_f...
--- C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-12 08:04:05.080264400 +0000
+++ C:/cirrus/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-12 08:11:44.225420400 +0000
@@ -10155,9 +10155,8 @@
          ->  Foreign Scan
                Relations: (ftprt1_p1 t1_1) INNER JOIN (ftprt2_p1 t2_1)
                ->  Result
-                     Disabled Nodes: 1
                      ->  Sort
-                           Disabled Nodes: 1
+                           Disabled: true
                            Sort Key: t2_1.a
                            ->  Nested Loop
                                  ->  Foreign Scan on ftprt1_p1 t1_1
@@ -10165,14 +10164,13 @@
          ->  Foreign Scan
                Relations: (ftprt1_p2 t1_2) INNER JOIN (ftprt2_p2 t2_2)
                ->  Result
-                     Disabled Nodes: 1
                      ->  Sort
...
test
[08:18:20.539]  99/305 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
50/4980 Expand applicability of aggregate's sortop optimization
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/recovery/027_st...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-10-08 10:04:32.011877000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2024-10-08 10:07:17.734101...
@@ -1023,15 +1023,10 @@
 explain (costs off)
 select count(*) from tenk1 t
 where (exists(select 1 from tenk1 k where k.unique1 = t.unique2) or ten < 0);
-                                QUERY PLAN                                
---------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on tenk1 t
-         Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
-         SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
-(5 rows)
-
+ERROR:  deadlock detected
+DETAIL:  Process 17133 waits for AccessShareLock on relation 24514 of database 16384; blocked by process 17143.
+Process 17143 waits for AccessExclusiveLock on relation 16418 of database 16384; blocked by process 17133.
+HINT:  See server log for query details.
...
tap
[10:08:00.745](66.024s) not ok 2 - regression tests pass
test
[10:09:51.902] 151/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
%s Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-10-08 10:04:31.254804292 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/subselect.out	2024-10-08 10:14:54.251781682 +0000
@@ -1029,7 +1029,7 @@
    ->  Seq Scan on tenk1 t
          Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
          SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
+           ->  Index Only Scan using idx_int4 on tenk1 k
 (5 rows)
 
 select count(*) from tenk1 t
@@ -1403,7 +1403,7 @@
    ->  Seq Scan on public.tenk1 b
          Output: b.unique1, b.unique2, b.two, b.four, b.ten, b.twenty, b.hundred, b.thousand, b.twothousand, b.fivethou...
    SubPlan 1
-     ->  Index Only Scan using tenk1_unique1 on public.tenk1 a
+     ->  Index Only Scan using idx_int4 on public.tenk1 a
            Output: a.unique1
 (10 rows)
...
tap
[10:15:42.493](64.733s) not ok 2 - regression tests pass
%s Linux - Debian Bookworm - Meson
core
[10:18:10.614] #0  0x00007f18b30aed24 in ?? ()
[10:18:10.614] #1  0x0000000000000000 in ?? ()
[10:18:10.764] #0  0x00007f388a2d0d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[10:18:10.906] #0  0x00007f388a2d0d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:18:10.906] #1  0x00007f388a27d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:18:10.906] #2  0x00007f388a27d497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:18:10.906] #3  0x000055f482b945f3 in ?? ()
[10:18:10.906] #4  0x000055f482b8e369 in ?? ()
[10:18:10.906] #5  0x000055f482b8d20f in ?? ()
[10:18:10.906] #6  0x000055f482b8dc3b in ?? ()
[10:18:10.906] #7  0x000055f482b8b66f in ?? ()
[10:18:10.906] #8  0x00007f388a26824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:18:10.906] #9  0x00007f388a268305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[10:18:10.767] #0  0x00007f388a2d0d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:18:10.767] #1  0x00007f388a27d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:18:10.767] #2  0x00007f388a27d497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:18:10.767] #3  0x000055f482b945c1 in ?? ()
[10:18:10.767] #4  0x000055f482b8e369 in ?? ()
[10:18:10.767] #5  0x000055f482b8d20f in ?? ()
[10:18:10.767] #6  0x000055f482b8dc3b in ?? ()
[10:18:10.767] #7  0x000055f482b8b66f in ?? ()
[10:18:10.767] #8  0x00007f388a26824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:18:10.767] #9  0x00007f388a268305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[10:18:10.906] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-10-08 10:04:30.013186492 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-10-08 10:13:38.93498...
@@ -1029,7 +1029,7 @@
    ->  Seq Scan on tenk1 t
          Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
          SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
+           ->  Index Only Scan using idx_int4 on tenk1 k
 (5 rows)
 
 select count(*) from tenk1 t
tap
[10:14:40.002](81.878s) not ok 5 - regression tests pass
test
[10:17:08.274] 135/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
50/5099 CREATE OR REPLACE MATERIALIZED VIEW
%s FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 10914
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 17714
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 10722
core
[12:26:17.268] #0  0x000000082b70741a in thr_kill () from /lib/libc.so.7
[12:26:17.268] #1  0x000000082b680e64 in raise () from /lib/libc.so.7
[12:26:17.268] #2  0x000000082b7316f9 in abort () from /lib/libc.so.7
[12:26:17.268] #3  0x0000000000a91075 in ExceptionalCondition (conditionName=0x2e7852 "queryDesc->sourceText != NULL", f...
[12:26:17.268] #4  0x0000000000764d19 in standard_ExecutorStart (queryDesc=0x83475c088, eflags=0) at ../src/backend/exec...
[12:26:17.268] #5  0x0000000838fc6862 in pgss_ExecutorStart (queryDesc=0x83475c088, eflags=6) at ../contrib/pg_stat_stat...
[12:26:17.268] #6  0x00000000006fb4f5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[12:26:17.268] #7  RefreshMatViewByOid (matviewOid=27402, is_create=<optimized out>, skipData=<optimized out>, concurren...
[12:26:17.268] #8  0x00000000006fb0d6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[12:26:17.268] #9  0x00000000006d278c in ExecCreateTableAs (pstate=pstate@entry=0x8384d2900, stmt=stmt@entry=0x834633fd0...
core
[12:26:16.382] #0  0x000000082ce5a41a in thr_kill () from /lib/libc.so.7
[12:26:16.382] #1  0x000000082cdd3e64 in raise () from /lib/libc.so.7
[12:26:16.382] #2  0x000000082ce846f9 in abort () from /lib/libc.so.7
[12:26:16.382] #3  0x0000000000a91075 in ExceptionalCondition (conditionName=0x2e7852 "queryDesc->sourceText != NULL", f...
[12:26:16.382] #4  0x0000000000764d19 in standard_ExecutorStart (queryDesc=0x83943e088, eflags=0) at ../src/backend/exec...
[12:26:16.382] #5  0x00000000006fb4f5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[12:26:16.382] #6  RefreshMatViewByOid (matviewOid=27408, is_create=<optimized out>, skipData=<optimized out>, concurren...
[12:26:16.382] #7  0x00000000006fb0d6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[12:26:16.382] #8  0x00000000006d278c in ExecCreateTableAs (pstate=pstate@entry=0x8393a1900, stmt=stmt@entry=0x8377b9fd0...
[12:26:16.382] #9  0x000000000093dad8 in ProcessUtilitySlow (pstate=pstate@entry=0x8393a1900, pstmt=pstmt@entry=0x83761d...
core
[12:26:15.541] #0  0x000000082bf7741a in thr_kill () from /lib/libc.so.7
[12:26:15.541] #1  0x000000082bef0e64 in raise () from /lib/libc.so.7
[12:26:15.541] #2  0x000000082bfa16f9 in abort () from /lib/libc.so.7
[12:26:15.541] #3  0x0000000000a91075 in ExceptionalCondition (conditionName=0x2e7852 "queryDesc->sourceText != NULL", f...
[12:26:15.541] #4  0x0000000000764d19 in standard_ExecutorStart (queryDesc=0x835040088, eflags=0) at ../src/backend/exec...
[12:26:15.541] #5  0x00000000006fb4f5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[12:26:15.541] #6  RefreshMatViewByOid (matviewOid=27271, is_create=<optimized out>, skipData=<optimized out>, concurren...
[12:26:15.541] #7  0x00000000006fb0d6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[12:26:15.541] #8  0x00000000006d278c in ExecCreateTableAs (pstate=pstate@entry=0x8363a6900, stmt=stmt@entry=0x835055fd0...
[12:26:15.541] #9  0x000000000093dad8 in ProcessUtilitySlow (pstate=pstate@entry=0x8363a6900, pstmt=pstmt@entry=0x834ec3...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-07 12:20:09.154160000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-10-07 12:22:16.492825000 +00...
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-10-07 12:20:09.209269000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-10-07 12:22:16.4904630...
@@ -1775,1417 +1775,10 @@
 -- Do the same concurrently
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-07 12:20:09.154160000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-10-07 12:22:51.209365000 +...
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-10-07 12:20:09.209269000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/privileges.out	2024-10-07 12:22:51.20986...
@@ -1779,1413 +1779,10 @@
 REINDEX TABLE sro_tab;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-07 12:20:09.154160000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-10-07 12:22:16.005735000 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-10-07 12:20:09.209269000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2024-10-07 12:22:16.006650000 +0000
@@ -1775,1417 +1775,10 @@
 -- Do the same concurrently
...
tap
[12:22:19.481](25.032s) not ok 5 - regression tests pass
[12:22:20.673](1.189s) not ok 6 - dump before running pg_upgrade
tap
[12:22:52.545](23.683s) not ok 2 - regression tests pass
test
[12:25:06.391]  21/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[12:25:06.391]  15/309 postgresql:regress / regress/regress                                            ERROR            ...
[12:25:06.391]  53/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
%s Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 194, PID: 31968
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 194, PID: 23553
core
[12:27:50.246] #0  0x00007f5e4f6abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:27:50.246] #1  0x00007f5e4f65cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:27:50.246] #2  0x00007f5e4f647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:27:50.246] #3  0x000055e87a7bfcfe in ExceptionalCondition (conditionName=conditionName@entry=0x55e87aa9baa0 "queryDe...
[12:27:50.246] #4  0x000055e879fc3801 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x625000199530, eflags=eflags...
[12:27:50.246] #5  0x000055e879fc3a36 in ExecutorStart (queryDesc=queryDesc@entry=0x625000199530, eflags=eflags@entry=0)...
[12:27:50.246] #6  0x000055e879ebbe99 in refresh_matview_datafill (dest=0x625000195e88, query=<optimized out>, query@ent...
[12:27:50.246] #7  0x000055e879ebe5c2 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[12:27:50.246] #8  0x000055e879ebe7ce in ExecRefreshMatView (stmt=0x621000001e30, queryString=queryString@entry=0x0, qc=...
[12:27:50.246] #9  0x000055e879e5f6bc in ExecCreateTableAs (pstate=pstate@entry=0x619000049380, stmt=stmt@entry=0x625000...
core
[12:27:48.939] #0  0x00007f5b34cabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:27:48.939] #1  0x00007f5b34c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:27:48.939] #2  0x00007f5b34c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:27:48.939] #3  0x000055f500168cfe in ExceptionalCondition (conditionName=conditionName@entry=0x55f500444aa0 "queryDe...
[12:27:48.939] #4  0x000055f4ff96c801 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x62500022a520, eflags=eflags...
[12:27:48.939] #5  0x000055f4ff96ca36 in ExecutorStart (queryDesc=queryDesc@entry=0x62500022a520, eflags=eflags@entry=0)...
[12:27:48.939] #6  0x000055f4ff864e99 in refresh_matview_datafill (dest=0x62500021f5a8, query=<optimized out>, query@ent...
[12:27:48.939] #7  0x000055f4ff8675c2 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[12:27:48.939] #8  0x000055f4ff8677ce in ExecRefreshMatView (stmt=0x621000031630, queryString=queryString@entry=0x0, qc=...
[12:27:48.939] #9  0x000055f4ff8086bc in ExecCreateTableAs (pstate=pstate@entry=0x6190000ba580, stmt=stmt@entry=0x625000...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-07 12:20:01.754891217 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2024-10-07 12:26:23.499578219 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-07 12:20:01.754891217 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2024-10-07 12:25:06.631286942 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[12:26:30.343](46.547s) not ok 5 - regression tests pass
[12:26:34.295](3.918s) not ok 6 - dump before running pg_upgrade
%s Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 30040
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 36596
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 29484
core
[12:28:53.557] #0  0x00007f3f712a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:53.557] #1  0x00007f3f7125afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:53.557] #2  0x00007f3f71245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:53.557] #3  0x00005643c56f1402 in ExceptionalCondition (conditionName=conditionName@entry=0x5643c5963d95 "queryDe...
[12:28:53.557] #4  0x00005643c507b301 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x564403985c50, eflags=eflags...
[12:28:53.557] #5  0x00005643c507b4dd in ExecutorStart (queryDesc=queryDesc@entry=0x564403985c50, eflags=eflags@entry=0)...
[12:28:53.557] #6  0x00005643c4fa1616 in refresh_matview_datafill (dest=0x5644038fc7b8, query=<optimized out>, query@ent...
[12:28:53.557] #7  0x00005643c4fa397d in RefreshMatViewByOid (matviewOid=27421, is_create=is_create@entry=false, skipDat...
[12:28:53.557] #8  0x00005643c4fa3abc in ExecRefreshMatView (stmt=0x564403913e30, queryString=queryString@entry=0x0, qc=...
[12:28:53.557] #9  0x00005643c4f5a770 in ExecCreateTableAs (pstate=pstate@entry=0x564403915a20, stmt=stmt@entry=0x564403...
core
[12:28:53.698] #0  0x00007fa6b73aba50 in ?? ()
[12:28:53.698] #1  0x0000000000000003 in ?? ()
[12:28:53.698] #2  0x00007ffeb3da9493 in ?? ()
[12:28:53.698] #3  0x00007ffeb3da9496 in ?? ()
[12:28:53.698] #4  0x00007ffeb3da9516 in ?? ()
[12:28:53.698] #5  0x0000000000000000 in ?? ()
core
[12:28:50.757] #0  0x00007f65ea4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:50.757] #1  0x00007f65ea45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:50.757] #2  0x00007f65ea445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:50.757] #3  0x000055a034a8b402 in ExceptionalCondition (conditionName=conditionName@entry=0x55a034cfdd95 "queryDe...
[12:28:50.757] #4  0x000055a034415301 in standard_ExecutorStart (queryDesc=0x55a05c2001b0, eflags=0) at ../src/backend/e...
[12:28:50.757] #5  0x00007f65e7b2d6f7 in pgss_ExecutorStart (queryDesc=0x55a05c2001b0, eflags=<optimized out>) at ../con...
[12:28:50.757] #6  0x000055a034415496 in ExecutorStart (queryDesc=queryDesc@entry=0x55a05c2001b0, eflags=eflags@entry=0)...
[12:28:50.757] #7  0x000055a03433b616 in refresh_matview_datafill (dest=0x55a05c212208, query=<optimized out>, query@ent...
[12:28:50.757] #8  0x000055a03433d97d in RefreshMatViewByOid (matviewOid=27323, is_create=is_create@entry=false, skipDat...
[12:28:50.757] #9  0x000055a03433dabc in ExecRefreshMatView (stmt=0x55a05c20a190, queryString=queryString@entry=0x0, qc=...
core
[12:28:50.905] #0  0x00007f6934f04d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:50.905] #1  0x00007f6934eb1239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:50.905] #2  0x00007f6934eb1497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:50.905] #3  0x000055fc370e95c1 in ?? ()
[12:28:50.905] #4  0x000055fc370e3369 in ?? ()
[12:28:50.905] #5  0x000055fc370e220f in ?? ()
[12:28:50.905] #6  0x000055fc370e2c3b in ?? ()
[12:28:50.905] #7  0x000055fc370e066f in ?? ()
[12:28:50.905] #8  0x00007f6934e9c24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:50.905] #9  0x00007f6934e9c305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[12:28:52.207] #0  0x00007fef9dea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:52.207] #1  0x00007fef9de5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:52.207] #2  0x00007fef9de45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:52.207] #3  0x0000560f1d07a402 in ExceptionalCondition (conditionName=conditionName@entry=0x560f1d2ecd95 "queryDe...
[12:28:52.207] #4  0x0000560f1ca04301 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x560f2bec2970, eflags=eflags...
[12:28:52.207] #5  0x0000560f1ca044dd in ExecutorStart (queryDesc=queryDesc@entry=0x560f2bec2970, eflags=eflags@entry=0)...
[12:28:52.207] #6  0x0000560f1c92a616 in refresh_matview_datafill (dest=0x560f2be9cd68, query=<optimized out>, query@ent...
[12:28:52.207] #7  0x0000560f1c92c97d in RefreshMatViewByOid (matviewOid=27285, is_create=is_create@entry=false, skipDat...
[12:28:52.207] #8  0x0000560f1c92cabc in ExecRefreshMatView (stmt=0x560f2be83e10, queryString=queryString@entry=0x0, qc=...
[12:28:52.207] #9  0x0000560f1c8e3770 in ExecCreateTableAs (pstate=pstate@entry=0x560f2bf37ca0, stmt=stmt@entry=0x560f2b...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-07 12:20:04.630913549 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-10-07 12:25:11.336225392 +00...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-07 12:20:04.630913549 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-10-07 12:25:44.236883383 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-07 12:20:04.630913549 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-10-07 12:25:08.276181407 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[12:25:15.825](28.575s) not ok 5 - regression tests pass
[12:25:18.102](2.254s) not ok 6 - dump before running pg_upgrade
tap
[12:25:46.431](25.911s) not ok 2 - regression tests pass
test
[12:27:44.521]  26/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[12:27:44.521]  18/309 postgresql:regress / regress/regress                                            ERROR            ...
[12:27:44.521]  51/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
%s macOS - Sonoma - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 12028
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 18918
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 11908
core
[12:32:03.108]   * frame #0: 0x000000018fff95f0 libsystem_kernel.dylib`__pthread_kill + 8
[12:32:03.108]     frame #1: 0x0000000190031c20 libsystem_pthread.dylib`pthread_kill + 288
[12:32:03.108]     frame #2: 0x000000018ff3ea30 libsystem_c.dylib`abort + 180
[12:32:03.108]     frame #3: 0x0000000102b5a98c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[12:32:03.108]     frame #4: 0x000000010288aca8 postgres`standard_ExecutorStart(queryDesc=0x000000012e87fc50, eflags=0) ...
[12:32:03.108]     frame #5: 0x000000010288a644 postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[12:32:03.108]     frame #6: 0x0000000102838f60 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[12:32:03.108]     frame #7: 0x0000000102838ee4 postgres`RefreshMatViewByOid(matviewOid=27457, is_create=false, skipData...
[12:32:03.108]     frame #8: 0x0000000102838648 postgres`ExecRefreshMatView(stmt=0x000000012d81e130, queryString=<unavai...
[12:32:03.108]     frame #9: 0x0000000102816e74 postgres`ExecCreateTableAs(pstate=0x000000012e047d00, stmt=0x000000012e0...
core
[12:32:46.123]   * frame #0: 0x000000018fff95f0 libsystem_kernel.dylib`__pthread_kill + 8
[12:32:46.123]     frame #1: 0x0000000190031c20 libsystem_pthread.dylib`pthread_kill + 288
[12:32:46.123]     frame #2: 0x000000018ff3ea30 libsystem_c.dylib`abort + 180
[12:32:46.123]     frame #3: 0x00000001007f698c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[12:32:46.123]     frame #4: 0x0000000100526ca8 postgres`standard_ExecutorStart(queryDesc=0x0000000152815420, eflags=0) ...
[12:32:46.123]     frame #5: 0x0000000100526644 postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[12:32:46.123]     frame #6: 0x00000001004d4f60 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[12:32:46.123]     frame #7: 0x00000001004d4ee4 postgres`RefreshMatViewByOid(matviewOid=27610, is_create=false, skipData...
[12:32:46.123]     frame #8: 0x00000001004d4648 postgres`ExecRefreshMatView(stmt=0x000000014182e130, queryString=<unavai...
[12:32:46.123]     frame #9: 0x00000001004b2e74 postgres`ExecCreateTableAs(pstate=0x00000001518ac100, stmt=0x00000001518...
core
[12:31:13.165]   * frame #0: 0x000000018fff95f0 libsystem_kernel.dylib`__pthread_kill + 8
[12:31:13.165]     frame #1: 0x0000000190031c20 libsystem_pthread.dylib`pthread_kill + 288
[12:31:13.165]     frame #2: 0x000000018ff3ea30 libsystem_c.dylib`abort + 180
[12:31:13.165]     frame #3: 0x0000000100a4e98c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[12:31:13.165]     frame #4: 0x000000010077eca8 postgres`standard_ExecutorStart(queryDesc=0x0000000127080820, eflags=0) ...
[12:31:13.165]     frame #5: 0x00000001011b7cf4 pg_stat_statements.dylib`pgss_ExecutorStart(queryDesc=0x0000000127080820...
[12:31:13.165]     frame #6: 0x000000010072cf60 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[12:31:13.165]     frame #7: 0x000000010072cee4 postgres`RefreshMatViewByOid(matviewOid=27331, is_create=false, skipData...
[12:31:13.165]     frame #8: 0x000000010072c648 postgres`ExecRefreshMatView(stmt=0x0000000127035130, queryString=<unavai...
[12:31:13.165]     frame #9: 0x000000010070ae74 postgres`ExecCreateTableAs(pstate=0x0000000117045f00, stmt=0x00000001270...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrad...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-10-07 12:20:03
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-10-07 12:23:52
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /Users/admin/pgsql/src/test/regress/expected/privileges.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_...
--- /Users/admin/pgsql/src/test/regress/expected/privileges.out	2024-10-07 12:20:03
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-10-07 12:23:52
@@ -1774,1418 +1774,11 @@
 DROP INDEX sro_idx;
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regr...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-10-07 12:20:03
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-10-07 12:24:50
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /Users/admin/pgsql/src/test/regress/expected/privileges.out /Users/admin/pgsql/build/testrun/recovery/027_strea...
--- /Users/admin/pgsql/src/test/regress/expected/privileges.out	2024-10-07 12:20:03
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/privileges.out	2024-10-07 12:24:50
@@ -1354,1838 +1354,10 @@
 DROP TABLE test5b;
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/regress/regress/results/...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-10-07 12:20:03
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/brin.out	2024-10-07 12:23:52
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /Users/admin/pgsql/src/test/regress/expected/privileges.out /Users/admin/pgsql/build/testrun/regress/regress/re...
--- /Users/admin/pgsql/src/test/regress/expected/privileges.out	2024-10-07 12:20:03
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/privileges.out	2024-10-07 12:23:52
@@ -1779,1413 +1779,10 @@
 REINDEX TABLE sro_tab;
...
tap
[12:24:00.524](113.831s) not ok 5 - regression tests pass
[12:24:03.652](3.110s) not ok 6 - dump before running pg_upgrade
tap
[12:24:57.760](64.734s) not ok 2 - regression tests pass
test
[12:27:50.791]  30/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:27:50.791]  38/309 postgresql:regress / regress/regress                                            ERROR           1...
[12:27:50.791]  75/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
%s Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 6300
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 6252
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 5992
core
0000001e`ea5ff678 00007ffd`a61c45ca     ntdll!NtFsControlFile+0x14
0000001e`ea5ff680 00007ff7`8cc8edab     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`ea5ff6f0 00007ffd`a73a4cb0     postgres!pg_signal_thread(
0000001e`ea5ff7f0 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ea5ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`ea9ff9b8 00007ffd`a617d71e     ntdll!NtWaitForSingleObject+0x14
0000001e`ea9ff9c0 00007ff7`8cc9084c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000001e`ea9ffa60 00007ffd`a73a4cb0     postgres!pg_timer_thread(
0000001e`ea9ffaa0 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ea9ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`e99fe200 00007ff7`8cfd2378     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001e`e99fe240 00007ff7`8cabc929     postgres!ExceptionalCondition(
0000001e`e99fe280 00007ff7`8cabc7aa     postgres!standard_ExecutorStart(
0000001e`e99fe2d0 00007ff7`8ca10e89     postgres!ExecutorStart(
0000001e`e99fe300 00007ff7`8ca10820     postgres!refresh_matview_datafill(
0000001e`e99fe390 00007ff7`8ca10088     postgres!RefreshMatViewByOid(
0000001e`e99fe5e0 00007ff7`8c9d021b     postgres!ExecRefreshMatView(
0000001e`e99fe660 00007ff7`8cdaa5b7     postgres!ExecCreateTableAs(
0000001e`e99fe770 00007ff7`8cda627f     postgres!ProcessUtilitySlow(
0000001e`e99ff090 00007ff7`8cda51c9     postgres!standard_ProcessUtility(
core
0000001e`ea1ff618 00007ffd`a87cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`ea1ff620 00007ffd`a73a4cb0     ntdll!TppWorkerThread+0x2df
0000001e`ea1ff910 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ea1ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`e9dff928 00007ffd`a87cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`e9dff930 00007ffd`a73a4cb0     ntdll!TppWorkerThread+0x2df
0000001e`e9dffc20 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`e9dffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`e83ff698 00007ffd`a87cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`e83ff6a0 00007ffd`a73a4cb0     ntdll!TppWorkerThread+0x2df
00000046`e83ff990 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`e83ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`e77fdb20 00007ff7`8cfd2378     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000046`e77fdb60 00007ff7`8cabc929     postgres!ExceptionalCondition(
00000046`e77fdba0 00007ffd`8ef72c76     postgres!standard_ExecutorStart(
00000046`e77fdbf0 00007ff7`8cabc79a     pg_stat_statements!pgss_ExecutorStart(
00000046`e77fdc30 00007ff7`8ca10e89     postgres!ExecutorStart(
00000046`e77fdc60 00007ff7`8ca10820     postgres!refresh_matview_datafill(
00000046`e77fdcf0 00007ff7`8ca10088     postgres!RefreshMatViewByOid(
00000046`e77fdf40 00007ff7`8c9d021b     postgres!ExecRefreshMatView(
00000046`e77fdfc0 00007ff7`8cdaa5b7     postgres!ExecCreateTableAs(
00000046`e77fe0d0 00007ff7`8cda627f     postgres!ProcessUtilitySlow(
core
00000046`e7bff658 00007ffd`a87cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`e7bff660 00007ffd`a73a4cb0     ntdll!TppWorkerThread+0x2df
00000046`e7bff950 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`e7bff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`e7fff9b8 00007ffd`a61c45ca     ntdll!NtFsControlFile+0x14
00000046`e7fff9c0 00007ff7`8cc8edab     KERNELBASE!ConnectNamedPipe+0x6a
00000046`e7fffa30 00007ffd`a73a4cb0     postgres!pg_signal_thread(
00000046`e7fffb30 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`e7fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`e87ffa98 00007ffd`a617d71e     ntdll!NtWaitForSingleObject+0x14
00000046`e87ffaa0 00007ff7`8cc9084c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000046`e87ffb40 00007ffd`a73a4cb0     postgres!pg_timer_thread(
00000046`e87ffb80 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`e87ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`a9bffaa8 00007ffd`a61c45ca     ntdll!NtFsControlFile+0x14
000000e0`a9bffab0 00007ff7`8cc8edab     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`a9bffb20 00007ffd`a73a4cb0     postgres!pg_signal_thread(
000000e0`a9bffc20 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`a9bffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`a8bfe440 00007ff7`8cfd2378     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`a8bfe480 00007ff7`8cabc929     postgres!ExceptionalCondition(
000000e0`a8bfe4c0 00007ff7`8cabc7aa     postgres!standard_ExecutorStart(
000000e0`a8bfe510 00007ff7`8ca10e89     postgres!ExecutorStart(
000000e0`a8bfe540 00007ff7`8ca10820     postgres!refresh_matview_datafill(
000000e0`a8bfe5d0 00007ff7`8ca10088     postgres!RefreshMatViewByOid(
000000e0`a8bfe820 00007ff7`8c9d021b     postgres!ExecRefreshMatView(
000000e0`a8bfe8a0 00007ff7`8cdaa5b7     postgres!ExecCreateTableAs(
000000e0`a8bfe9b0 00007ff7`8cda627f     postgres!ProcessUtilitySlow(
000000e0`a8bff2d0 00007ff7`8cda51c9     postgres!standard_ProcessUtility(
core
000000e0`a8fff7b8 00007ffd`a87cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`a8fff7c0 00007ffd`a73a4cb0     ntdll!TppWorkerThread+0x2df
000000e0`a8fffab0 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`a8fffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`a93ffb68 00007ffd`a87cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`a93ffb70 00007ffd`a73a4cb0     ntdll!TppWorkerThread+0x2df
000000e0`a93ffe60 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`a93ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`a97ff6f8 00007ffd`a87cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`a97ff700 00007ffd`a73a4cb0     ntdll!TppWorkerThread+0x2df
000000e0`a97ff9f0 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`a97ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`a9fffcc8 00007ffd`a617d71e     ntdll!NtWaitForSingleObject+0x14
000000e0`a9fffcd0 00007ff7`8cc9084c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e0`a9fffd70 00007ffd`a73a4cb0     postgres!pg_timer_thread(
000000e0`a9fffdb0 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`a9fffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-10-07 12:20:15.229147200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-10-07 12:23:13.689083600 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/privileges.out C:/cirrus/build/testrun/pg_upgrade/002_p...
--- C:/cirrus/src/test/regress/expected/privileges.out	2024-10-07 12:20:15.371332900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-10-07 12:23:13.673464700 +0000
@@ -1775,1417 +1775,10 @@
 -- Do the same concurrently
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-10-07 12:20:15.229147200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-10-07 12:25:14.159290900 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-10-07 12:20:15.229147200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2024-10-07 12:23:12.939097200 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/privileges.out C:/cirrus/build/testrun/regress/regress/...
--- C:/cirrus/src/test/regress/expected/privileges.out	2024-10-07 12:20:15.371332900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/privileges.out	2024-10-07 12:23:12.939097200 +0000
@@ -1775,1417 +1775,10 @@
 -- Do the same concurrently
...
tap
[12:23:56.637](93.460s) not ok 5 - regression tests pass
[12:24:00.271](3.596s) not ok 6 - dump before running pg_upgrade
tap
[12:25:46.002](87.128s) not ok 2 - regression tests pass
test
[12:32:46.636]  21/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:32:46.636]  20/304 postgresql:regress / regress/regress                                            ERROR           1...
[12:32:46.636]  54/304 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
49/4982 support tid range scan in parallel
%s CompilerWarnings
compiler
[06:21:10.371] tableam.c:197:46: error: no member named 'phs_relid' in 'struct ParallelTableScanDescData'
compiler
[06:16:55.346] tableam.c:197:51: error: ‘struct ParallelTableScanDescData’ has no member named ‘phs_relid’
compiler
[06:23:33.340] tableam.c:197:51: error: ‘struct ParallelTableScanDescData’ has no member named ‘phs_relid’
%s Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[06:14:12.498] ../src/backend/access/table/tableam.c(197): error C2039: 'phs_relid': is not a member of 'ParallelTableSc...
49/4399 pgbench: allow to cancel queries during benchmark
%s CompilerWarnings
compiler
[23:44:41.598] pgbench.c:644:9: error: no previous extern declaration for non-static variable 'client_states' [-Werror,-...
compiler
[23:44:28.612] pgbench.c:644:9: error: no previous extern declaration for non-static variable 'client_states' [-Werror,-...
49/4617 Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING
%s CompilerWarnings
compiler
[20:45:20.548] nodeModifyTable.c:3083:14: error: incompatible pointer types passing 'HeapTuple' (aka 'struct HeapTupleDa...
compiler
[20:44:51.317] nodeModifyTable.c:3083:14: error: incompatible pointer types passing 'HeapTuple' (aka 'struct HeapTupleDa...
compiler
[20:44:02.086] nodeModifyTable.c:3083:91: error: passing argument 3 of ‘ExecIRDeleteTriggers’ from incompatible pointer ...
compiler
[20:43:32.611] nodeModifyTable.c:3083:91: error: passing argument 3 of ‘ExecIRDeleteTriggers’ from incompatible pointer ...
compiler
[20:46:17.688] nodeModifyTable.c:3083:91: error: passing argument 3 of ‘ExecIRDeleteTriggers’ from incompatible pointer ...
%s FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 8582
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 13908
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10162
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 8977
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 8261
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 9712
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10667
core
[20:48:08.881] #0  0x000000082d41a41a in thr_kill () from /lib/libc.so.7
[20:48:08.881] #1  0x000000082d393e64 in raise () from /lib/libc.so.7
[20:48:08.881] #2  0x000000082d4446f9 in abort () from /lib/libc.so.7
[20:48:08.881] #3  0x0000000000a911b5 in ExceptionalCondition (conditionName=0x35669e "HaveRegisteredOrActiveSnapshot()"...
[20:48:08.881] #4  0x0000000000696f2a in index_drop (indexId=21242, concurrent=false, concurrent_lock_mode=<optimized ou...
[20:48:08.881] #5  0x000000000068e5fe in doDeletion (object=object@entry=0x836af6520, flags=flags@entry=21) at ../src/ba...
[20:48:08.881] #6  0x000000000068cac0 in deleteOneObject (object=0x836af6520, depRel=0x821a44180, flags=21) at ../src/ba...
[20:48:08.881] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x836b24cc8, depRel=depRel@entry=0x821a44180, ...
[20:48:08.881] #8  0x000000000068b755 in performDeletion (object=object@entry=0x821a44270, behavior=behavior@entry=DROP_...
[20:48:08.881] #9  0x00000000008868b6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2214
core
[20:48:09.266] #0  0x000000082d41a41a in thr_kill () from /lib/libc.so.7
[20:48:09.266] #1  0x000000082d393e64 in raise () from /lib/libc.so.7
[20:48:09.266] #2  0x000000082d4446f9 in abort () from /lib/libc.so.7
[20:48:09.266] #3  0x0000000000a911b5 in ExceptionalCondition (conditionName=0x35669e "HaveRegisteredOrActiveSnapshot()"...
[20:48:09.266] #4  0x0000000000696f2a in index_drop (indexId=21242, concurrent=false, concurrent_lock_mode=<optimized ou...
[20:48:09.266] #5  0x000000000068e5fe in doDeletion (object=object@entry=0x836af6520, flags=flags@entry=21) at ../src/ba...
[20:48:09.266] #6  0x000000000068cac0 in deleteOneObject (object=0x836af6520, depRel=0x821a44180, flags=21) at ../src/ba...
[20:48:09.266] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x836b255e8, depRel=depRel@entry=0x821a44180, ...
[20:48:09.266] #8  0x000000000068b755 in performDeletion (object=object@entry=0x821a44270, behavior=behavior@entry=DROP_...
[20:48:09.266] #9  0x00000000008868b6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2214
core
[20:48:09.653] #0  0x000000082d41a41a in thr_kill () from /lib/libc.so.7
[20:48:09.653] #1  0x000000082d393e64 in raise () from /lib/libc.so.7
[20:48:09.653] #2  0x000000082d4446f9 in abort () from /lib/libc.so.7
[20:48:09.653] #3  0x0000000000a911b5 in ExceptionalCondition (conditionName=0x35669e "HaveRegisteredOrActiveSnapshot()"...
[20:48:09.653] #4  0x0000000000696f2a in index_drop (indexId=21242, concurrent=false, concurrent_lock_mode=<optimized ou...
[20:48:09.653] #5  0x000000000068e5fe in doDeletion (object=object@entry=0x836afe5b0, flags=flags@entry=21) at ../src/ba...
[20:48:09.653] #6  0x000000000068cac0 in deleteOneObject (object=0x836afe5b0, depRel=0x821a44180, flags=21) at ../src/ba...
[20:48:09.653] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x836b06fd8, depRel=depRel@entry=0x821a44180, ...
[20:48:09.653] #8  0x000000000068b755 in performDeletion (object=object@entry=0x821a44270, behavior=behavior@entry=DROP_...
[20:48:09.653] #9  0x00000000008868b6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2214
core
[20:48:10.037] #0  0x000000082d41a41a in thr_kill () from /lib/libc.so.7
[20:48:10.037] #1  0x000000082d393e64 in raise () from /lib/libc.so.7
[20:48:10.037] #2  0x000000082d4446f9 in abort () from /lib/libc.so.7
[20:48:10.037] #3  0x0000000000a911b5 in ExceptionalCondition (conditionName=0x35669e "HaveRegisteredOrActiveSnapshot()"...
[20:48:10.037] #4  0x0000000000696f2a in index_drop (indexId=21242, concurrent=false, concurrent_lock_mode=<optimized ou...
[20:48:10.037] #5  0x000000000068e5fe in doDeletion (object=object@entry=0x836afe5b0, flags=flags@entry=21) at ../src/ba...
[20:48:10.037] #6  0x000000000068cac0 in deleteOneObject (object=0x836afe5b0, depRel=0x821a44180, flags=21) at ../src/ba...
[20:48:10.037] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x839988078, depRel=depRel@entry=0x821a44180, ...
[20:48:10.037] #8  0x000000000068b755 in performDeletion (object=object@entry=0x821a44270, behavior=behavior@entry=DROP_...
[20:48:10.037] #9  0x00000000008868b6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2214
core
[20:48:10.297] #0  0x000000082b01e8fa in _sigprocmask () from /lib/libc.so.7
[20:48:10.297] #1  0x000000082b057f91 in _system () from /lib/libc.so.7
[20:48:10.297] #2  0x000000082ac989d3 in ?? () from /lib/libthr.so.3
[20:48:10.297] #3  0x0000000000669845 in RestoreArchivedFile (path=path@entry=0x8219681d0 "pg_wal/0\244\0177", xlogfname...
[20:48:10.297] #4  0x000000000067502e in XLogFileRead (segno=segno@entry=5, tli=tli@entry=1, source=source@entry=XLOG_FR...
[20:48:10.297] #5  0x0000000000670d0c in XLogFileReadAnyTLI (segno=5, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[20:48:10.297] #6  WaitForWALToBecomeAvailable (RecPtr=83886104, tliRecPtr=83886080, replayTLI=1, replayLSN=83886080, ra...
[20:48:10.297] #7  XLogPageRead (xlogreader=0x83626e130, targetPagePtr=83886080, reqLen=24, targetRecPtr=83886080, readB...
[20:48:10.297] #8  0x0000000000677d12 in ReadPageInternal (state=state@entry=0x83626e130, pageptr=83886080, reqLen=24) a...
[20:48:10.297] #9  0x0000000000676b82 in XLogDecodeNextRecord (state=0x83626e130, nonblocking=false) at ../src/backend/a...
core
[20:48:11.078] #0  0x000000082c2ba41a in thr_kill () from /lib/libc.so.7
[20:48:11.078] #1  0x000000082c233e64 in raise () from /lib/libc.so.7
[20:48:11.078] #2  0x000000082c2e46f9 in abort () from /lib/libc.so.7
[20:48:11.078] #3  0x0000000000a911b5 in ExceptionalCondition (conditionName=0x2d1bc8 "!TTS_EMPTY(slot)", fileName=<opti...
[20:48:11.078] #4  0x0000000000772d9f in ExecFetchSlotHeapTuple (slot=0x821b92818, materialize=<optimized out>, shouldFr...
[20:48:11.078] #5  0x0000000000737747 in ExecIRDeleteTriggers (estate=estate@entry=0x836b79100, relinfo=relinfo@entry=0x...
[20:48:11.078] #6  0x0000000000798064 in ExecMergeMatched (context=0x821b928a8, resultRelInfo=0x836b796b0, tupleid=0x0, ...
[20:48:11.078] #7  ExecMerge (context=0x821b928a8, resultRelInfo=0x836b796b0, tupleid=0x0, oldtuple=0x821b92818, canSetT...
[20:48:11.078] #8  ExecModifyTable (pstate=0x836b794a0) at ../src/backend/executor/nodeModifyTable.c:4197
[20:48:11.078] #9  0x0000000000764efb in ExecProcNode (node=0x836b794a0) at ../src/include/executor/executor.h:278
core
[20:48:07.720] #0  0x000000082d41a41a in thr_kill () from /lib/libc.so.7
[20:48:07.720] #1  0x000000082d393e64 in raise () from /lib/libc.so.7
[20:48:07.720] #2  0x000000082d4446f9 in abort () from /lib/libc.so.7
[20:48:07.720] #3  0x0000000000a911b5 in ExceptionalCondition (conditionName=0x2d1bc8 "!TTS_EMPTY(slot)", fileName=<opti...
[20:48:07.720] #4  0x0000000000772d9f in ExecFetchSlotHeapTuple (slot=0x821a43e68, materialize=<optimized out>, shouldFr...
[20:48:07.720] #5  0x0000000000737747 in ExecIRDeleteTriggers (estate=estate@entry=0x836ad6100, relinfo=relinfo@entry=0x...
[20:48:07.720] #6  0x0000000000798064 in ExecMergeMatched (context=0x821a43ef8, resultRelInfo=0x836ad66b0, tupleid=0x0, ...
[20:48:07.720] #7  ExecMerge (context=0x821a43ef8, resultRelInfo=0x836ad66b0, tupleid=0x0, oldtuple=0x821a43e68, canSetT...
[20:48:07.720] #8  ExecModifyTable (pstate=0x836ad64a0) at ../src/backend/executor/nodeModifyTable.c:4197
[20:48:07.720] #9  0x0000000000764efb in ExecProcNode (node=0x836ad64a0) at ../src/include/executor/executor.h:278
core
[20:48:08.490] #0  0x000000082c02041a in thr_kill () from /lib/libc.so.7
[20:48:08.490] #1  0x000000082bf99e64 in raise () from /lib/libc.so.7
[20:48:08.490] #2  0x000000082c04a6f9 in abort () from /lib/libc.so.7
[20:48:08.490] #3  0x0000000000a911b5 in ExceptionalCondition (conditionName=0x2d1bc8 "!TTS_EMPTY(slot)", fileName=<opti...
[20:48:08.490] #4  0x0000000000772d9f in ExecFetchSlotHeapTuple (slot=0x82120f848, materialize=<optimized out>, shouldFr...
[20:48:08.490] #5  0x0000000000737747 in ExecIRDeleteTriggers (estate=estate@entry=0x838456100, relinfo=relinfo@entry=0x...
[20:48:08.490] #6  0x0000000000798064 in ExecMergeMatched (context=0x82120f8d8, resultRelInfo=0x8384566b0, tupleid=0x0, ...
[20:48:08.490] #7  ExecMerge (context=0x82120f8d8, resultRelInfo=0x8384566b0, tupleid=0x0, oldtuple=0x82120f848, canSetT...
[20:48:08.490] #8  ExecModifyTable (pstate=0x8384564a0) at ../src/backend/executor/nodeModifyTable.c:4197
[20:48:08.490] #9  0x0000000000764efb in ExecProcNode (node=0x8384564a0) at ../src/include/executor/executor.h:278
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-30 20:42:49.564336000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-09-30 20:44:15.383031000...
@@ -2574,1184 +2574,7 @@
 
 drop table parted;
 drop function parted_trigfunc();
---
--- Constraint triggers and partitioned tables
-create table parted_constr_ancestor (a int, b text)
-  partition by range (b);
-create table parted_constr (a int, b text)
-  partition by range (b);
-alter table parted_constr_ancestor attach partition parted_constr
-  for values from ('aaaa') to ('zzzz');
-create table parted1_constr (a int, b text);
-alter table parted_constr attach partition parted1_constr
-  for values from ('aaaa') to ('bbbb');
-create constraint trigger parted_trig after insert on parted_constr_ancestor
-  deferrable
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-30 20:42:49.564336000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-09-30 20:44:37.4183580...
@@ -2625,1133 +2625,10 @@
 NOTICE:  trigger parted_trig_two on parted1_constr AFTER INSERT for ROW: (a,b)=(3,aasvogel)
 drop table parted_constr_ancestor;
 drop function bark(text);
--- Test that the WHEN clause is set properly to partitions
-create table parted_trigger (a int, b text) partition by range (a);
-create table parted_trigger_1 partition of parted_trigger for values from (0) to (1000);
-create table parted_trigger_2 (drp int, a int, b text);
-alter table parted_trigger_2 drop column drp;
-alter table parted_trigger attach partition parted_trigger_2 for values from (1000) to (2000);
-create trigger parted_trigger after update on parted_trigger
-  for each row when (new.a % 2 = 1 and length(old.b) >= 2) execute procedure trigger_notice_ab();
-create table parted_trigger_3 (b text, a int) partition by range (length(b));
-create table parted_trigger_3_1 partition of parted_trigger_3 for values from (1) to (3);
-create table parted_trigger_3_2 partition of parted_trigger_3 for values from (3) to (5);
-alter table parted_trigger attach partition parted_trigger_3 for values from (2000) to (3000);
-insert into parted_trigger values
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-30 20:42:49.564336000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-09-30 20:44:12.046090000 +0000
@@ -2607,1151 +2607,7 @@
 NOTICE:  trigger parted_trig on parted1_constr AFTER INSERT for ROW: (a,b)=(3,aasvogel)
 commit;
 NOTICE:  trigger parted_trig_two on parted1_constr AFTER INSERT for ROW: (a,b)=(1,aardvark)
-NOTICE:  trigger parted_trig_two on parted1_constr AFTER INSERT for ROW: (a,b)=(3,aasvogel)
--- The WHEN clause is immediate, and both constraint triggers are fired at
--- commit time.
-begin;
-set constraints parted_trig deferred;
-insert into parted_constr values (1, 'aardvark');
-NOTICE:  aardvark <- woof!
-insert into parted1_constr values (2, 'aardwolf'), (3, 'aasvogel');
-NOTICE:  aardwolf <- woof!
-NOTICE:  aasvogel <- woof!
-commit;
-NOTICE:  trigger parted_trig on parted1_constr AFTER INSERT for ROW: (a,b)=(1,aardvark)
-NOTICE:  trigger parted_trig_two on parted1_constr AFTER INSERT for ROW: (a,b)=(1,aardvark)
...
tap
[20:44:16.622](15.459s) not ok 5 - regression tests pass
[20:44:18.536](1.908s) not ok 6 - dump before running pg_upgrade
tap
[20:44:39.355](11.407s) not ok 2 - regression tests pass
test
[20:46:59.739]  16/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:46:59.739]  41/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[20:46:59.739]  11/309 postgresql:regress / regress/regress                                            ERROR           1...
%s Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "execTuples.c", Line: 1737, PID: 28927
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "execTuples.c", Line: 1737, PID: 18778
core
[20:48:10.297] #0  0x00007f831dfdbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:48:10.297] #1  0x00007f831df8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:48:10.297] #2  0x00007f831df77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:48:10.297] #3  0x0000557908759bda in ExceptionalCondition (conditionName=conditionName@entry=0x557908a39fe0 "!TTS_EM...
[20:48:10.297] #4  0x0000557907f8081a in ExecFetchSlotHeapTuple (slot=slot@entry=0x7ffc86de2810, materialize=materialize...
[20:48:10.297] #5  0x0000557907eee927 in ExecIRDeleteTriggers (estate=estate@entry=0x625000136200, relinfo=relinfo@entry...
[20:48:10.297] #6  0x0000557907fed4e1 in ExecMergeMatched (context=context@entry=0x7ffc86de2850, resultRelInfo=resultRel...
[20:48:10.297] #7  0x0000557907fee615 in ExecMerge (context=context@entry=0x7ffc86de2850, resultRelInfo=resultRelInfo@en...
[20:48:10.297] #8  0x0000557907ff0649 in ExecModifyTable (pstate=<optimized out>) at nodeModifyTable.c:4197
[20:48:10.297] #9  0x0000557907f70b1a in ExecProcNodeFirst (node=0x6250001365a0) at execProcnode.c:469
core
[20:48:09.085] #0  0x00007fddb9bdbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:48:09.085] #1  0x00007fddb9b8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:48:09.085] #2  0x00007fddb9b77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:48:09.085] #3  0x000055b69b1a7bda in ExceptionalCondition (conditionName=conditionName@entry=0x55b69b487fe0 "!TTS_EM...
[20:48:09.085] #4  0x000055b69a9ce81a in ExecFetchSlotHeapTuple (slot=slot@entry=0x7ffdb438aca0, materialize=materialize...
[20:48:09.085] #5  0x000055b69a93c927 in ExecIRDeleteTriggers (estate=estate@entry=0x62500007aa00, relinfo=relinfo@entry...
[20:48:09.085] #6  0x000055b69aa3b4e1 in ExecMergeMatched (context=context@entry=0x7ffdb438ace0, resultRelInfo=resultRel...
[20:48:09.085] #7  0x000055b69aa3c615 in ExecMerge (context=context@entry=0x7ffdb438ace0, resultRelInfo=resultRelInfo@en...
[20:48:09.085] #8  0x000055b69aa3e649 in ExecModifyTable (pstate=<optimized out>) at nodeModifyTable.c:4197
[20:48:09.085] #9  0x000055b69a9beb1a in ExecProcNodeFirst (node=0x62500007ada0) at execProcnode.c:469
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-30 20:42:47.105343454 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/triggers.out	2024-09-30 20:46:58.537011418 +0000
@@ -2691,1067 +2691,10 @@
   for each row execute procedure trigger_notice_ab();
 create table parted_trigger_3 (b text, a int) partition by range (length(b));
 create table parted_trigger_3_1 partition of parted_trigger_3 for values from (1) to (4);
-create table parted_trigger_3_2 partition of parted_trigger_3 for values from (4) to (8);
-alter table parted_trigger attach partition parted_trigger_3 for values from (2000) to (3000);
-insert into parted_trigger values (0, 'a'), (1000, 'c'), (2000, 'e'), (2001, 'eeee');
-update parted_trigger set a = a + 2;	-- no notices here
-update parted_trigger set b = b || 'b';	-- all triggers should fire
-NOTICE:  trigger parted_trigger on parted_trigger_1 AFTER UPDATE for ROW: (a,b)=(2,ab)
-NOTICE:  trigger parted_trigger on parted_trigger_2 AFTER UPDATE for ROW: (a,b)=(1002,cb)
-NOTICE:  trigger parted_trigger on parted_trigger_3_1 AFTER UPDATE for ROW: (a,b)=(2002,eb)
-NOTICE:  trigger parted_trigger on parted_trigger_3_2 AFTER UPDATE for ROW: (a,b)=(2003,eeeeb)
-drop table parted_trigger;
-drop function trigger_notice_ab();
--- Make sure we don't end up with unnecessary copies of triggers, when
--- cloning them.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/test/regress/results/trigg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-30 20:42:47.105343454 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/triggers.out	2024-09-30 20:45:40.717093299 +0000
@@ -3153,605 +3153,10 @@
   for each statement execute procedure dump_delete();
 -- insert directly into children sees respective child-format tuples
 insert into child1 values ('AAA', 42);
-NOTICE:  trigger = child1_insert_trig, new table = (AAA,42)
-insert into child2 values (42, 'BBB');
-NOTICE:  trigger = child2_insert_trig, new table = (42,BBB)
-insert into child3 values ('CCC', 42, 'foo');
-NOTICE:  trigger = child3_insert_trig, new table = (CCC,42,foo)
--- update via parent sees parent-format tuples
-update parent set b = b + 1;
-NOTICE:  trigger = parent_update_trig, old table = (AAA,42), (BBB,42), (CCC,42), new table = (AAA,43), (BBB,43), (CCC,4...
--- delete via parent sees parent-format tuples
-delete from parent;
-NOTICE:  trigger = parent_delete_trig, old table = (AAA,43), (BBB,43), (CCC,43)
--- reinsert values into children for next test...
-insert into child1 values ('AAA', 42);
...
tap
[20:47:06.554](28.750s) not ok 5 - regression tests pass
[20:47:10.522](3.932s) not ok 6 - dump before running pg_upgrade
%s Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 23535
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 29909
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 22734
core
[20:49:40.962] #0  0x00007f0a200a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:40.962] #1  0x00007f0a2005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:40.962] #2  0x00007f0a20045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:40.962] #3  0x000055cd5e2ae92c in ExceptionalCondition (conditionName=conditionName@entry=0x55cd5e4fdf85 "!TTS_EM...
[20:49:40.962] #4  0x000055cd5dc57cca in ExecFetchSlotHeapTuple (slot=slot@entry=0x7fffa2ab72c0, materialize=materialize...
[20:49:40.962] #5  0x000055cd5dbdb608 in ExecIRDeleteTriggers (estate=estate@entry=0x55cd60e4eb90, relinfo=relinfo@entry...
[20:49:40.962] #6  0x000055cd5dcb4d0e in ExecMergeMatched (context=<optimized out>, resultRelInfo=resultRelInfo@entry=0x...
[20:49:40.962] #7  0x000055cd5dcb592b in ExecMerge (context=context@entry=0x7fffa2ab72e0, resultRelInfo=resultRelInfo@en...
[20:49:40.962] #8  0x000055cd5dcb70f0 in ExecModifyTable (pstate=0x55cd60e4ef30) at ../src/backend/executor/nodeModifyTa...
[20:49:40.962] #9  0x000055cd5dc4a1ee in ExecProcNodeFirst (node=0x55cd60e4ef30) at ../src/backend/executor/execProcnode...
core
[20:49:43.571] #0  0x00007f683eca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:43.571] #1  0x00007f683ec5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:43.571] #2  0x00007f683ec45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:43.571] #3  0x00005597d62f692c in ExceptionalCondition (conditionName=conditionName@entry=0x5597d6545f85 "!TTS_EM...
[20:49:43.571] #4  0x00005597d5c9fcca in ExecFetchSlotHeapTuple (slot=slot@entry=0x7fff25e23370, materialize=materialize...
[20:49:43.571] #5  0x00005597d5c23608 in ExecIRDeleteTriggers (estate=estate@entry=0x5597d7bfe790, relinfo=relinfo@entry...
[20:49:43.571] #6  0x00005597d5cfcd0e in ExecMergeMatched (context=<optimized out>, resultRelInfo=resultRelInfo@entry=0x...
[20:49:43.571] #7  0x00005597d5cfd92b in ExecMerge (context=context@entry=0x7fff25e23390, resultRelInfo=resultRelInfo@en...
[20:49:43.571] #8  0x00005597d5cff0f0 in ExecModifyTable (pstate=0x5597d7bfeb30) at ../src/backend/executor/nodeModifyTa...
[20:49:43.571] #9  0x00005597d5c921ee in ExecProcNodeFirst (node=0x5597d7bfeb30) at ../src/backend/executor/execProcnode...
core
[20:49:42.252] #0  0x00007fabd88a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:42.252] #1  0x00007fabd885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:42.252] #2  0x00007fabd8845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:42.252] #3  0x0000560a31ddd92c in ExceptionalCondition (conditionName=conditionName@entry=0x560a3202cf85 "!TTS_EM...
[20:49:42.252] #4  0x0000560a31786cca in ExecFetchSlotHeapTuple (slot=slot@entry=0x7ffd39d431d0, materialize=materialize...
[20:49:42.252] #5  0x0000560a3170a608 in ExecIRDeleteTriggers (estate=estate@entry=0x560a330c5070, relinfo=relinfo@entry...
[20:49:42.252] #6  0x0000560a317e3d0e in ExecMergeMatched (context=<optimized out>, resultRelInfo=resultRelInfo@entry=0x...
[20:49:42.252] #7  0x0000560a317e492b in ExecMerge (context=context@entry=0x7ffd39d431f0, resultRelInfo=resultRelInfo@en...
[20:49:42.252] #8  0x0000560a317e60f0 in ExecModifyTable (pstate=0x560a330c5410) at ../src/backend/executor/nodeModifyTa...
[20:49:42.252] #9  0x0000560a317791ee in ExecProcNodeFirst (node=0x560a330c5410) at ../src/backend/executor/execProcnode...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-30 20:42:45.946820836 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-09-30 20:46:06.737761322...
@@ -2560,1198 +2560,7 @@
 create trigger t before insert or update on parted
   for each row execute function parted_trigfunc();
 insert into parted values (0, 1, 'zero win');
-insert into parted values (1, 1, 'one fail');
-ERROR:  moving row to another partition during a BEFORE FOR EACH ROW trigger is not supported
-DETAIL:  Before executing trigger "t", the row was to be in partition "public.parted_1".
-insert into parted values (1, 2, 'two fail');
-ERROR:  moving row to another partition during a BEFORE FOR EACH ROW trigger is not supported
-DETAIL:  Before executing trigger "t", the row was to be in partition "public.parted_2".
-select * from parted;
- a | b |    c     
----+---+----------
- 1 | 1 | zero win
-(1 row)
-
-drop table parted;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-30 20:42:45.946820836 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-09-30 20:46:35.1897302...
@@ -1643,2115 +1643,10 @@
 $$;
 create trigger depth_b_tr before insert on depth_b
   for each row execute procedure depth_b_tf();
-create function depth_c_tf() returns trigger
-  language plpgsql as $$
-begin
-  raise notice '%: depth = %', tg_name, pg_trigger_depth();
-  if new.id = 1 then
-    raise exception sqlstate 'U9999';
-  end if;
-  raise notice '%: depth = %', tg_name, pg_trigger_depth();
-  return new;
-end;
-$$;
-create trigger depth_c_tr before insert on depth_c
-  for each row execute procedure depth_c_tf();
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-30 20:42:45.946820836 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-09-30 20:46:02.877766172 +0000
@@ -2625,1133 +2625,10 @@
 NOTICE:  trigger parted_trig_two on parted1_constr AFTER INSERT for ROW: (a,b)=(3,aasvogel)
 drop table parted_constr_ancestor;
 drop function bark(text);
--- Test that the WHEN clause is set properly to partitions
-create table parted_trigger (a int, b text) partition by range (a);
-create table parted_trigger_1 partition of parted_trigger for values from (0) to (1000);
-create table parted_trigger_2 (drp int, a int, b text);
-alter table parted_trigger_2 drop column drp;
-alter table parted_trigger attach partition parted_trigger_2 for values from (1000) to (2000);
-create trigger parted_trigger after update on parted_trigger
-  for each row when (new.a % 2 = 1 and length(old.b) >= 2) execute procedure trigger_notice_ab();
-create table parted_trigger_3 (b text, a int) partition by range (length(b));
-create table parted_trigger_3_1 partition of parted_trigger_3 for values from (1) to (3);
-create table parted_trigger_3_2 partition of parted_trigger_3 for values from (3) to (5);
-alter table parted_trigger attach partition parted_trigger_3 for values from (2000) to (3000);
-insert into parted_trigger values
...
tap
[20:46:09.655](14.473s) not ok 5 - regression tests pass
[20:46:11.211](1.531s) not ok 6 - dump before running pg_upgrade
tap
[20:46:39.611](16.742s) not ok 2 - regression tests pass
test
[20:48:36.237]  16/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:48:36.237]   9/309 postgresql:regress / regress/regress                                            ERROR            ...
[20:48:36.237]  44/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
%s macOS - Sonoma - Meson
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 8441
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 15340
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 8043
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-09-30 20:42:45
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-09-30 20:45:56
@@ -999,2759 +999,10 @@
 	f2 int,
 	f3 int);
 INSERT INTO min_updates_test VALUES ('a',1,2),('b','2',null);
-CREATE TRIGGER z_min_update
-BEFORE UPDATE ON min_updates_test
-FOR EACH ROW EXECUTE PROCEDURE suppress_redundant_updates_trigger();
-\set QUIET false
-UPDATE min_updates_test SET f1 = f1;
-UPDATE 0
-UPDATE min_updates_test SET f2 = f2 + 1;
-UPDATE 2
-UPDATE min_updates_test SET f3 = 2 WHERE f3 is null;
-UPDATE 1
-\set QUIET true
-SELECT * FROM min_updates_test;
- f1 | f2 | f3 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-09-30 20:42:45
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-09-30 20:47:22
@@ -1618,2140 +1618,14 @@
 begin
   raise notice '%: depth = %', tg_name, pg_trigger_depth();
   insert into depth_b values (new.id);
-  raise notice '%: depth = %', tg_name, pg_trigger_depth();
-  return new;
-end;
-$$;
-create trigger depth_a_tr before insert on depth_a
-  for each row execute procedure depth_a_tf();
-create function depth_b_tf() returns trigger
-  language plpgsql as $$
-begin
-  raise notice '%: depth = %', tg_name, pg_trigger_depth();
-  begin
-    execute 'insert into depth_c values (' || new.id::text || ')';
-  exception
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/updatable_views.out /Users/admin/pgsql/build/testrun/regress/regre...
--- /Users/admin/pgsql/src/test/regress/expected/updatable_views.out	2024-09-30 20:42:45
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/updatable_views.out	2024-09-30 20:45:56
@@ -1157,2853 +1157,10 @@
 MERGE INTO rw_view2 t
   USING (SELECT x, 'R'||x FROM generate_series(0,3) x) AS s(a,b) ON t.a = s.a
   WHEN MATCHED AND t.a <= 1 THEN DELETE
-  WHEN MATCHED THEN UPDATE SET b = s.b
-  WHEN NOT MATCHED AND s.a > 0 THEN INSERT VALUES (s.a, s.b)
-  RETURNING merge_action(), s.*, t.*;
- merge_action | a | b  | a |   b   
---------------+---+----+---+-------
- DELETE       | 1 | R1 | 1 | Row 1
- UPDATE       | 2 | R2 | 2 | R2
- INSERT       | 3 | R3 | 3 | R3
-(3 rows)
-
-SELECT * FROM base_tbl ORDER BY a;
- a  |   b    
-----+--------
...
tap
[20:46:08.046](102.329s) not ok 5 - regression tests pass
[20:46:11.511](3.446s) not ok 6 - dump before running pg_upgrade
tap
[20:47:32.399](88.688s) not ok 2 - regression tests pass
test
[20:50:21.447]  30/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:50:21.447]  42/309 postgresql:regress / regress/regress                                            ERROR           1...
[20:50:21.447]  89/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
%s Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 864
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 7856
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 6864
compiler
[20:43:49.988] ../src/backend/executor/nodeModifyTable.c(3083): warning C4133: 'function': incompatible types - from 'He...
core
0000000d`9cdffcc8 00007ff9`f6eed71e     ntdll!NtWaitForSingleObject+0x14
0000000d`9cdffcd0 00007ff7`d1ff000c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000d`9cdffd70 00007ff9`f8c84cb0     postgres!pg_timer_thread(
0000000d`9cdffdb0 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`9cdffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`9d1ffc38 00007ff9`f990b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`9d1ffc40 00007ff9`f8c84cb0     ntdll!TppWorkerThread+0x2df
0000000d`9d1fff30 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`9d1fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`9c1fe880 00007ff7`d2331b48     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000d`9c1fe8c0 00007ff7`d1e306c2     postgres!ExceptionalCondition(
0000000d`9c1fe900 00007ff7`d1dd19c8     postgres!ExecFetchSlotHeapTuple(
0000000d`9c1fe930 00007ff7`d1e70076     postgres!ExecIRDeleteTriggers(
0000000d`9c1fea00 00007ff7`d1e6f33d     postgres!ExecMergeMatched(
0000000d`9c1feb80 00007ff7`d1e7554b     postgres!ExecMerge(
0000000d`9c1febe0 00007ff7`d1e2a71b     postgres!ExecModifyTable(
0000000d`9c1fed80 00007ff7`d1e204cc     postgres!ExecProcNodeFirst(
0000000d`9c1fedb0 00007ff7`d1e215f0     postgres!ExecProcNode(
0000000d`9c1fede0 00007ff7`d1e1c877     postgres!ExecutePlan(
core
0000000d`9c5ff888 00007ff9`f990b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`9c5ff890 00007ff9`f8c84cb0     ntdll!TppWorkerThread+0x2df
0000000d`9c5ffb80 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`9c5ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`9c9ff728 00007ff9`f6f345ca     ntdll!NtFsControlFile+0x14
0000000d`9c9ff730 00007ff7`d1fee56b     KERNELBASE!ConnectNamedPipe+0x6a
0000000d`9c9ff7a0 00007ff9`f8c84cb0     postgres!pg_signal_thread(
0000000d`9c9ff8a0 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`9c9ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`535ff938 00007ff9`f990b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`535ff940 00007ff9`f8c84cb0     ntdll!TppWorkerThread+0x2df
0000000b`535ffc30 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`535ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`529fe940 00007ff7`d2331b48     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`529fe980 00007ff7`d1e306c2     postgres!ExceptionalCondition(
0000000b`529fe9c0 00007ff7`d1dd19c8     postgres!ExecFetchSlotHeapTuple(
0000000b`529fe9f0 00007ff7`d1e70076     postgres!ExecIRDeleteTriggers(
0000000b`529feac0 00007ff7`d1e6f33d     postgres!ExecMergeMatched(
0000000b`529fec40 00007ff7`d1e7554b     postgres!ExecMerge(
0000000b`529feca0 00007ff7`d1e2a71b     postgres!ExecModifyTable(
0000000b`529fee40 00007ff7`d1e204cc     postgres!ExecProcNodeFirst(
0000000b`529fee70 00007ff7`d1e215f0     postgres!ExecProcNode(
0000000b`529feea0 00007ff7`d1e1c877     postgres!ExecutePlan(
core
0000000b`52dff6c8 00007ff9`f990b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`52dff6d0 00007ff9`f8c84cb0     ntdll!TppWorkerThread+0x2df
0000000b`52dff9c0 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`52dff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`531ff8d8 00007ff9`f6f345ca     ntdll!NtFsControlFile+0x14
0000000b`531ff8e0 00007ff7`d1fee56b     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`531ff950 00007ff9`f8c84cb0     postgres!pg_signal_thread(
0000000b`531ffa50 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`531ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`539ffd88 00007ff9`f6eed71e     ntdll!NtWaitForSingleObject+0x14
0000000b`539ffd90 00007ff7`d1ff000c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000b`539ffe30 00007ff9`f8c84cb0     postgres!pg_timer_thread(
0000000b`539ffe70 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`539ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`355ff7e8 00007ff9`f990b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`355ff7f0 00007ff9`f8c84cb0     ntdll!TppWorkerThread+0x2df
000000e0`355ffae0 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`355ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`35dff7e8 00007ff9`f990b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`35dff7f0 00007ff9`f8c84cb0     ntdll!TppWorkerThread+0x2df
000000e0`35dffae0 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`35dffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`359ffa88 00007ff9`f6f345ca     ntdll!NtFsControlFile+0x14
000000e0`359ffa90 00007ff7`d1fee56b     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`359ffb00 00007ff9`f8c84cb0     postgres!pg_signal_thread(
000000e0`359ffc00 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`359ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`351fe950 00007ff7`d2331b48     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`351fe990 00007ff7`d1e306c2     postgres!ExceptionalCondition(
000000e0`351fe9d0 00007ff7`d1dd19c8     postgres!ExecFetchSlotHeapTuple(
000000e0`351fea00 00007ff7`d1e70076     postgres!ExecIRDeleteTriggers(
000000e0`351fead0 00007ff7`d1e6f33d     postgres!ExecMergeMatched(
000000e0`351fec50 00007ff7`d1e7554b     postgres!ExecMerge(
000000e0`351fecb0 00007ff7`d1e2a71b     postgres!ExecModifyTable(
000000e0`351fee50 00007ff7`d1e204cc     postgres!ExecProcNodeFirst(
000000e0`351fee80 00007ff7`d1e215f0     postgres!ExecProcNode(
000000e0`351feeb0 00007ff7`d1e1c877     postgres!ExecutePlan(
core
000000e0`361ffdc8 00007ff9`f6eed71e     ntdll!NtWaitForSingleObject+0x14
000000e0`361ffdd0 00007ff7`d1ff000c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e0`361ffe70 00007ff9`f8c84cb0     postgres!pg_timer_thread(
000000e0`361ffeb0 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`361ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/updatable_views.out C:/cirrus/build/testrun/pg_upgrade/...
--- C:/cirrus/src/test/regress/expected/updatable_views.out	2024-09-30 20:42:54.923191100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/updatable_views.out	2024-09-30 20:45:22.136883700 +00...
@@ -1160,2850 +1160,7 @@
   WHEN MATCHED THEN UPDATE SET b = s.b
   WHEN NOT MATCHED AND s.a > 0 THEN INSERT VALUES (s.a, s.b)
   RETURNING merge_action(), s.*, t.*;
- merge_action | a | b  | a |   b   
---------------+---+----+---+-------
- DELETE       | 1 | R1 | 1 | Row 1
- UPDATE       | 2 | R2 | 2 | R2
- INSERT       | 3 | R3 | 3 | R3
-(3 rows)
-
-SELECT * FROM base_tbl ORDER BY a;
- a  |   b    
-----+--------
- -2 | Row -2
- -1 | Row -1
-  0 | Row 0
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-09-30 20:42:54.909600700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-09-30 20:47:23.093525700 +0000
@@ -3738,20 +3738,10 @@
 drop table grandparent;
 -- Trigger renaming does not recurse on legacy inheritance
 create table parent (a int);
-create table child () inherits (parent);
-create trigger parenttrig after insert on parent
-for each row execute procedure f();
-create trigger parenttrig after insert on child
-for each row execute procedure f();
-alter trigger parenttrig on parent rename to anothertrig;
-\d+ child
-                                   Table "public.child"
- Column |  Type   | Collation | Nullable | Default | Storage | Stats target | Description 
---------+---------+-----------+----------+---------+---------+--------------+-------------
- a      | integer |           |          |         | plain   |              | 
-Triggers:
-    parenttrig AFTER INSERT ON child FOR EACH ROW EXECUTE FUNCTION f()
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/updatable_views.out C:/cirrus/build/testrun/regress/reg...
--- C:/cirrus/src/test/regress/expected/updatable_views.out	2024-09-30 20:42:54.923191100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/updatable_views.out	2024-09-30 20:45:20.543140600 +0000
@@ -1160,2850 +1160,7 @@
   WHEN MATCHED THEN UPDATE SET b = s.b
   WHEN NOT MATCHED AND s.a > 0 THEN INSERT VALUES (s.a, s.b)
   RETURNING merge_action(), s.*, t.*;
- merge_action | a | b  | a |   b   
---------------+---+----+---+-------
- DELETE       | 1 | R1 | 1 | Row 1
- UPDATE       | 2 | R2 | 2 | R2
- INSERT       | 3 | R3 | 3 | R3
-(3 rows)
-
-SELECT * FROM base_tbl ORDER BY a;
- a  |   b    
-----+--------
- -2 | Row -2
- -1 | Row -1
-  0 | Row 0
...
tap
[20:46:16.554](80.253s) not ok 5 - regression tests pass
[20:46:22.238](5.663s) not ok 6 - dump before running pg_upgrade
tap
[20:47:57.656](75.625s) not ok 2 - regression tests pass
test
[20:54:10.449]  22/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:54:10.449]   7/304 postgresql:regress / regress/regress                                            ERROR            ...
[20:54:10.449]  58/304 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
49/4825 Optimize planner memory consumption for huge arrays
%s FreeBSD - 13 - Meson
core
[17:55:39.193] #0  0x000000082b0fa8fa in _sigprocmask () from /lib/libc.so.7
[17:55:39.193] #1  0x000000082b133f91 in _system () from /lib/libc.so.7
[17:55:39.193] #2  0x0000000829f979d3 in ?? () from /lib/libthr.so.3
[17:55:39.193] #3  0x0000000000669845 in RestoreArchivedFile (path=path@entry=0x82155a1d0 "pg_wal/00000001", '0' <repeat...
[17:55:39.193] #4  0x0000000000650908 in existsTimeLineHistory (probeTLI=probeTLI@entry=2) at ../src/backend/access/tran...
[17:55:39.193] #5  0x00000000006509c8 in findNewestTimeLine (startTLI=startTLI@entry=1) at ../src/backend/access/transam...
[17:55:39.193] #6  0x0000000000674dcb in rescanLatestTimeLine (replayTLI=replayTLI@entry=1, replayLSN=replayLSN@entry=10...
[17:55:39.193] #7  0x0000000000670fb3 in WaitForWALToBecomeAvailable (RecPtr=100683608, tliRecPtr=100683584, replayTLI=1...
[17:55:39.193] #8  XLogPageRead (xlogreader=0x834c93130, targetPagePtr=100679680, reqLen=3928, targetRecPtr=100683584, r...
[17:55:39.193] #9  0x0000000000677d12 in ReadPageInternal (state=state@entry=0x834c93130, pageptr=100679680, reqLen=3928...
tap
[17:52:09.657](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[17:54:29.495] 146/309 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
%s Linux - Debian Bookworm - Autoconf
tap
[17:52:00.292](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
%s Linux - Debian Bookworm - Meson
core
[17:56:02.222] #0  0x00007fd3e6fe4b13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[17:56:02.222] #1  0x0000563cc0674cc0 in ?? ()
[17:56:02.222] #2  0x0000563cc0674efa in ?? ()
[17:56:02.222] #3  0x0000563cc0676630 in ?? ()
[17:56:02.222] #4  0x0000563cc0670371 in ?? ()
[17:56:02.222] #5  0x0000563cc066f20f in ?? ()
[17:56:02.222] #6  0x0000563cc066fc3b in ?? ()
[17:56:02.222] #7  0x0000563cc066d66f in ?? ()
[17:56:02.222] #8  0x00007fd3e6f3824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:56:02.222] #9  0x00007fd3e6f38305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[17:56:02.349] #0  0x00007f427c092ae3 in ?? () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #1  0x00007f427c07c945 in ?? () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #2  0x00007f427c085494 in ?? () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #3  0x00007f427c07a193 in ?? () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #4  0x00007f427c074261 in ?? () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #5  0x00007f427c08a2f1 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #6  0x00007f427c0745ca in ?? () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #7  0x00007f427c08f97a in ?? () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #8  0x00007f427c08c22f in ?? () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #9  0x00007f427c08dbac in ?? () from /lib64/ld-linux-x86-64.so.2
tap
[17:53:11.418](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[17:55:03.079] 153/309 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
%s macOS - Sonoma - Meson
tap
[17:52:07.101](0.000s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[17:54:33.916] 154/309 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
49/5125 Send duration output to separate files
%s FreeBSD - 13 - Meson
tap
[10:29:53.991](0.000s) not ok 12 - Duration CSV log file gets added to list on reload
[10:29:53.993](0.000s) not ok 14 - Duration statements are written to the duration CSV log file
[10:29:53.993](0.000s) not ok 15 - Duration statements do NOT get written to the normal stderr log file
[10:29:54.025](0.000s) not ok 18 - Duration JSON log file gets added to list on reload
[10:29:54.026](0.000s) not ok 19 - Duration statements are written to the duration JSON log file
[10:29:54.027](0.000s) not ok 20 - Duration statements do NOT get written to the normal stderr log file
[10:29:54.057](0.000s) not ok 23 - Duration stderr log file gets added to list on reload
[10:29:54.057](0.000s) not ok 24 - Duration CSV log file gets added to list on reload
[10:29:54.058](0.000s) not ok 25 - Duration JSON log file gets added to list on reload
[10:29:54.058](0.000s) not ok 26 - Duration statements are written to the duration stderr log file
[10:29:54.059](0.000s) not ok 27 - Duration statements are written to the duration CSV log file
[10:29:54.059](0.000s) not ok 28 - Duration statements are written to the duration JSON log file
[10:29:54.060](0.000s) not ok 29 - Duration statements do NOT get written to the normal stderr log file
tap
[10:31:09.254](1.680s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:31:19.209] 172/310 postgresql:pg_ctl / pg_ctl/005_log_duration_destination                         ERROR            ...
[10:31:19.209] 291/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
%s Linux - Debian Bookworm - Autoconf
tap
[10:32:15.736](0.001s) not ok 12 - Duration CSV log file gets added to list on reload
[10:32:15.736](0.000s) not ok 14 - Duration statements are written to the duration CSV log file
[10:32:15.737](0.000s) not ok 15 - Duration statements do NOT get written to the normal stderr log file
[10:32:16.016](0.001s) not ok 18 - Duration JSON log file gets added to list on reload
[10:32:16.016](0.000s) not ok 19 - Duration statements are written to the duration JSON log file
[10:32:16.016](0.000s) not ok 20 - Duration statements do NOT get written to the normal stderr log file
[10:32:16.232](0.000s) not ok 23 - Duration stderr log file gets added to list on reload
[10:32:16.232](0.000s) not ok 24 - Duration CSV log file gets added to list on reload
[10:32:16.233](0.000s) not ok 25 - Duration JSON log file gets added to list on reload
[10:32:16.233](0.000s) not ok 26 - Duration statements are written to the duration stderr log file
[10:32:16.233](0.000s) not ok 27 - Duration statements are written to the duration CSV log file
[10:32:16.234](0.000s) not ok 28 - Duration statements are written to the duration JSON log file
[10:32:16.234](0.000s) not ok 29 - Duration statements do NOT get written to the normal stderr log file
tap
[10:32:30.255](0.655s) not ok 1 - no parameters missing from postgresql.conf.sample
%s Linux - Debian Bookworm - Meson
tap
[10:33:02.076](0.000s) not ok 12 - Duration CSV log file gets added to list on reload
[10:33:02.077](0.000s) not ok 14 - Duration statements are written to the duration CSV log file
[10:33:02.077](0.000s) not ok 15 - Duration statements do NOT get written to the normal stderr log file
[10:33:02.285](0.000s) not ok 18 - Duration JSON log file gets added to list on reload
[10:33:02.286](0.000s) not ok 19 - Duration statements are written to the duration JSON log file
[10:33:02.286](0.000s) not ok 20 - Duration statements do NOT get written to the normal stderr log file
[10:33:02.451](0.000s) not ok 23 - Duration stderr log file gets added to list on reload
[10:33:02.451](0.000s) not ok 24 - Duration CSV log file gets added to list on reload
[10:33:02.452](0.000s) not ok 25 - Duration JSON log file gets added to list on reload
[10:33:02.452](0.000s) not ok 26 - Duration statements are written to the duration stderr log file
[10:33:02.452](0.000s) not ok 27 - Duration statements are written to the duration CSV log file
[10:33:02.453](0.000s) not ok 28 - Duration statements are written to the duration JSON log file
[10:33:02.453](0.000s) not ok 29 - Duration statements do NOT get written to the normal stderr log file
tap
[10:34:08.135](0.472s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:34:18.794] 173/310 postgresql:pg_ctl / pg_ctl/005_log_duration_destination                         ERROR            ...
[10:34:18.794] 289/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
%s macOS - Sonoma - Meson
tap
[10:30:37.418](0.000s) not ok 12 - Duration CSV log file gets added to list on reload
[10:30:37.418](0.000s) not ok 14 - Duration statements are written to the duration CSV log file
[10:30:37.419](0.000s) not ok 15 - Duration statements do NOT get written to the normal stderr log file
[10:30:37.492](0.000s) not ok 18 - Duration JSON log file gets added to list on reload
[10:30:37.492](0.000s) not ok 19 - Duration statements are written to the duration JSON log file
[10:30:37.492](0.000s) not ok 20 - Duration statements do NOT get written to the normal stderr log file
[10:30:37.796](0.000s) not ok 23 - Duration stderr log file gets added to list on reload
[10:30:37.796](0.000s) not ok 24 - Duration CSV log file gets added to list on reload
[10:30:37.796](0.000s) not ok 25 - Duration JSON log file gets added to list on reload
[10:30:37.796](0.000s) not ok 26 - Duration statements are written to the duration stderr log file
[10:30:37.796](0.000s) not ok 27 - Duration statements are written to the duration CSV log file
[10:30:37.797](0.000s) not ok 28 - Duration statements are written to the duration JSON log file
[10:30:37.797](0.000s) not ok 29 - Duration statements do NOT get written to the normal stderr log file
[10:30:39.848](2.051s) not ok 33 - Log file has rotated to a new name (type=csvlog)
[10:30:39.849](0.000s) not ok 34 - Log file has rotated to a new name (type=jsonlog)
[10:30:39.849](0.000s) not ok 35 - Log file has rotated to a new name (type=stderr)
tap
[10:32:18.490](1.310s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:32:32.404] 167/310 postgresql:pg_ctl / pg_ctl/005_log_duration_destination                         ERROR            ...
[10:32:32.404] 292/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
%s Windows - Server 2019, VS 2019 - Meson & ninja
tap
[10:33:32.798](0.001s) not ok 12 - Duration CSV log file gets added to list on reload
[10:33:32.799](0.000s) not ok 14 - Duration statements are written to the duration CSV log file
[10:33:32.800](0.001s) not ok 15 - Duration statements do NOT get written to the normal stderr log file
[10:33:33.097](0.005s) not ok 18 - Duration JSON log file gets added to list on reload
[10:33:33.101](0.003s) not ok 19 - Duration statements are written to the duration JSON log file
[10:33:33.104](0.002s) not ok 20 - Duration statements do NOT get written to the normal stderr log file
[10:33:33.562](0.003s) not ok 23 - Duration stderr log file gets added to list on reload
[10:33:33.563](0.000s) not ok 24 - Duration CSV log file gets added to list on reload
[10:33:33.563](0.000s) not ok 25 - Duration JSON log file gets added to list on reload
[10:33:33.564](0.000s) not ok 26 - Duration statements are written to the duration stderr log file
[10:33:33.566](0.001s) not ok 27 - Duration statements are written to the duration CSV log file
[10:33:33.566](0.000s) not ok 28 - Duration statements are written to the duration JSON log file
[10:33:33.572](0.004s) not ok 29 - Duration statements do NOT get written to the normal stderr log file
tap
[10:37:13.165](2.504s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:37:32.962] 164/305 postgresql:pg_ctl / pg_ctl/005_log_duration_destination                         ERROR            ...
[10:37:32.962] 288/305 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
49/5106 Assorted style changes with a tiny bit improvement
%s macOS - Sonoma - Meson
tap
[09:30:52.364](0.195s) not ok 18 - vacuum 6: query result matches
test
[09:31:42.816] 248/309 postgresql:bloom / bloom/001_wal                                                ERROR            ...
49/3246 Parallelize correlated subqueries that execute within each worker
%s CompilerWarnings
compiler
[21:29:44.166] clauses.c:961:49: error: ‘save_safe_param_ids’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[21:29:13.786] clauses.c:961:49: error: ‘save_safe_param_ids’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[21:32:58.711] clauses.c:961:49: error: ‘save_safe_param_ids’ may be used uninitialized [-Werror=maybe-uninitialized]
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/pg_upgrad...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:17.812776000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out	2024-09-29 21:30:00.36...
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/recovery/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:17.812776000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out	2024-09-29 21:30:43....
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:17.812776000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/select_parallel.out	2024-09-29 21:29:57.714959000 +0000
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
tap
[21:30:31.149](68.064s) not ok 5 - regression tests pass
tap
[21:31:11.280](70.062s) not ok 2 - regression tests pass
test
[21:33:07.397]  28/309 postgresql:regress / regress/regress                                            ERROR            ...
[21:33:07.397]  94/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:33:07.397] 149/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
%s Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:16.554677753 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/select_parallel.out	2024-09-29 21:34:02.757341506 +0000
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/src/test/recovery/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:16.554677753 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/select_parallel.out	2024-09-29 21:35:40.985511862 +0000
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/src/test/regress/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:16.554677753 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/select_parallel.out	2024-09-29 21:31:46.273488891 +0000
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
tap
[21:34:28.957](102.282s) not ok 5 - regression tests pass
tap
[21:36:00.423](58.156s) not ok 2 - regression tests pass
%s Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/pg_upgrad...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:16.095001483 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out	2024-09-29 21:31:31.75...
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/recovery/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:16.095001483 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out	2024-09-29 21:32:12....
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:16.095001483 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/select_parallel.out	2024-09-29 21:31:29.104345850 +0000
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
tap
[21:31:57.712](70.913s) not ok 5 - regression tests pass
tap
[21:32:30.325](70.755s) not ok 2 - regression tests pass
test
[21:34:10.471]  33/309 postgresql:regress / regress/regress                                            ERROR            ...
[21:34:10.471] 125/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:34:10.471] 153/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
%s macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/select_parallel.out /Users/admin/pgsql/build/testrun/pg_upgrade/00...
--- /Users/admin/pgsql/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:21
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out	2024-09-29 21:30:26
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/select_parallel.out /Users/admin/pgsql/build/testrun/recovery/027_...
--- /Users/admin/pgsql/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:21
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out	2024-09-29 21:31:31
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/select_parallel.out /Users/admin/pgsql/build/testrun/regress/regre...
--- /Users/admin/pgsql/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:21
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/select_parallel.out	2024-09-29 21:30:26
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
tap
[21:30:42.645](52.837s) not ok 5 - regression tests pass
tap
[21:31:52.553](67.107s) not ok 2 - regression tests pass
test
[21:34:31.038]  26/309 postgresql:regress / regress/regress                                            ERROR            ...
[21:34:31.038]  46/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:34:31.038] 146/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
%s Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/select_parallel.out C:/cirrus/build/testrun/pg_upgrade/...
--- C:/cirrus/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:28.524331700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out	2024-09-29 21:31:37.171944500 +00...
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/select_parallel.out C:/cirrus/build/testrun/recovery/02...
--- C:/cirrus/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:28.524331700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out	2024-09-29 21:33:58.633858300 +...
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/select_parallel.out C:/cirrus/build/testrun/regress/reg...
--- C:/cirrus/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:28.524331700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/select_parallel.out	2024-09-29 21:31:35.323798800 +0000
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
tap
[21:32:15.296](107.356s) not ok 5 - regression tests pass
tap
[21:34:36.092](118.712s) not ok 2 - regression tests pass
test
[21:41:02.642]  16/304 postgresql:regress / regress/regress                                            ERROR           1...
[21:41:02.642]  35/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:41:02.642]  90/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
49/4849 Implementing OCSP Stapling for Server certificate status verification
%s Linux - Debian Bookworm - Autoconf
tap
[19:02:20.434](0.522s) not ok 227 - connect with valid stapled ocsp response when sslocspstapling=1
[19:02:20.435](0.000s) not ok 228 - connect with valid stapled ocsp response when sslocspstapling=1: no stderr
%s Linux - Debian Bookworm - Meson
core
[19:04:15.630] #0  0x00007f60e416ed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:04:15.630] #1  0x00007f60e411b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:04:15.630] #2  0x00007f60e411b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:04:15.630] #3  0x00005573cd8345f3 in ?? ()
[19:04:15.630] #4  0x00005573cd82e369 in ?? ()
[19:04:15.630] #5  0x00005573cd82d20f in ?? ()
[19:04:15.630] #6  0x00005573cd82dc3b in ?? ()
[19:04:15.630] #7  0x00005573cd82b66f in ?? ()
[19:04:15.630] #8  0x00007f60e410624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:04:15.630] #9  0x00007f60e4106305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:04:15.512] #0  0x00007f60e416ed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:04:15.512] #1  0x00007f60e411b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:04:15.512] #2  0x00007f60e411b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:04:15.512] #3  0x00005573cd8345c1 in ?? ()
[19:04:15.512] #4  0x00005573cd82e369 in ?? ()
[19:04:15.512] #5  0x00005573cd82d20f in ?? ()
[19:04:15.512] #6  0x00005573cd82dc3b in ?? ()
[19:04:15.512] #7  0x00005573cd82b66f in ?? ()
[19:04:15.512] #8  0x00007f60e410624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:04:15.512] #9  0x00007f60e4106305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:04:15.630] #0  <unavailable> in ?? ()
tap
[19:03:10.023](0.224s) not ok 227 - connect with valid stapled ocsp response when sslocspstapling=1
[19:03:10.023](0.000s) not ok 228 - connect with valid stapled ocsp response when sslocspstapling=1: no stderr
test
[19:03:11.256] 309/309 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
%s macOS - Sonoma - Meson
tap
[19:04:17.417](0.231s) not ok 227 - connect with valid stapled ocsp response when sslocspstapling=1
[19:04:17.417](0.000s) not ok 228 - connect with valid stapled ocsp response when sslocspstapling=1: no stderr
test
[19:04:18.686] 309/309 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
%s Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[18:59:04.901] ../src/interfaces/libpq/fe-secure-openssl.c(2024): warning C4047: '=': 'X509 *' differs in levels of indi...
compiler
[18:59:05.508] fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_get0_peer_certificate referenced ...
compiler
[18:59:05.428] ../src/interfaces/libpq/fe-secure-openssl.c(2024): warning C4047: '=': 'X509 *' differs in levels of indi...
49/4946 Partitioned tables and [un]loggedness
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-23 08:34:19.292256000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-09-23 08:35:59.079318...
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-23 08:34:19.292256000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-09-23 08:36:45.9655...
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-23 08:34:19.292256000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-09-23 08:35:54.515008000 +0000
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
tap
[08:36:06.048](62.101s) not ok 5 - regression tests pass
tap
[08:36:55.756](74.908s) not ok 2 - regression tests pass
test
[08:38:44.026]  40/309 postgresql:regress / regress/regress                                            ERROR            ...
[08:38:44.026]  87/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[08:38:44.026] 159/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
%s Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-23 08:34:17.849944613 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-09-23 08:40:06.409651473 +0000
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-23 08:34:17.849944613 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-09-23 08:41:24.566490457 +0000
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-23 08:34:17.849944613 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-09-23 08:37:37.826103940 +0000
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
tap
[08:40:14.340](96.429s) not ok 5 - regression tests pass
tap
[08:41:32.020](61.556s) not ok 2 - regression tests pass
%s Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-23 08:34:15.207581083 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-09-23 08:36:54.592717...
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-23 08:34:15.207581083 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-09-23 08:37:26.8210...
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-23 08:34:15.207581083 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-09-23 08:36:49.180671412 +0000
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
tap
[08:37:01.501](76.099s) not ok 5 - regression tests pass
tap
[08:37:33.690](74.126s) not ok 2 - regression tests pass
test
[08:39:10.709]  45/309 postgresql:regress / regress/regress                                            ERROR            ...
[08:39:10.709] 135/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:39:10.709] 155/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
%s macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-09-23 08:34:18
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-09-23 08:36:18
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-09-23 08:34:18
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-09-23 08:37:25
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-09-23 08:34:18
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-09-23 08:36:18
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
tap
[08:36:27.147](55.085s) not ok 5 - regression tests pass
tap
[08:37:34.085](66.237s) not ok 2 - regression tests pass
test
[08:40:16.838]  26/309 postgresql:regress / regress/regress                                            ERROR            ...
[08:40:16.838]  47/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:40:16.838] 137/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
%s Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-09-23 08:34:34.262682400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-09-23 08:38:19.092584300 +0000
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-09-23 08:34:34.262682400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-09-23 08:40:36.114558500 +0000
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-09-23 08:34:34.262682400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-09-23 08:38:11.541798300 +0000
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
tap
[08:38:36.493](115.123s) not ok 5 - regression tests pass
tap
[08:40:51.731](122.040s) not ok 2 - regression tests pass
test
[08:47:36.052]  20/304 postgresql:regress / regress/regress                                            ERROR           1...
[08:47:36.052]  41/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:47:36.052]  84/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5007 relfilenode statistics
%s CompilerWarnings
compiler
[18:48:34.520] md.c:1471:3: error: implicit declaration of function 'pgstat_request_entry_refs_gc' is invalid in C99 [-W...
compiler
[18:48:34.520] md.c:1457:8: error: implicit declaration of function 'pgstat_drop_entry' is invalid in C99 [-Werror,-Wimp...
compiler
[18:46:42.072] md.c:1471:3: error: implicit declaration of function 'pgstat_request_entry_refs_gc' is invalid in C99 [-W...
compiler
[18:46:42.072] md.c:1457:8: error: implicit declaration of function 'pgstat_drop_entry' is invalid in C99 [-Werror,-Wimp...
compiler
[18:44:32.836] md.c:1457:22: error: implicit declaration of function ‘pgstat_drop_entry’; did you mean ‘pgstat_have_entr...
compiler
[18:44:32.836] md.c:1471:17: error: implicit declaration of function ‘pgstat_request_entry_refs_gc’ [-Werror=implicit-fu...
compiler
[18:42:50.917] md.c:1457:22: error: implicit declaration of function ‘pgstat_drop_entry’; did you mean ‘pgstat_have_entr...
compiler
[18:42:50.917] md.c:1471:17: error: implicit declaration of function ‘pgstat_request_entry_refs_gc’ [-Werror=implicit-fu...
compiler
[18:51:30.784] md.c:1457:22: error: implicit declaration of function ‘pgstat_drop_entry’; did you mean ‘pgstat_have_entr...
compiler
[18:51:30.784] md.c:1471:17: error: implicit declaration of function ‘pgstat_request_entry_refs_gc’ [-Werror=implicit-fu...
%s Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[18:43:08.184] ../src/test/modules/injection_points/injection_stats.c(98): error C2198: 'pgstat_fetch_entry': too few ar...
compiler
[18:43:08.184] ../src/test/modules/injection_points/injection_stats.c(170): error C2198: 'pgstat_get_entry_ref_locked': ...
compiler
[18:43:08.184] ../src/test/modules/injection_points/injection_stats.c(148): error C2198: 'pgstat_drop_entry': too few ar...
compiler
[18:43:08.184] ../src/test/modules/injection_points/injection_stats.c(129): error C2198: 'pgstat_get_entry_ref_locked': ...
50/5160 Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/reindex_concurrently_upsert.out /tmp/cirrus-ci-...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/reindex_concurrently_upsert.out	2024-09-16 11:42:09....
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/reindex_concurrently_upsert.out	2024-09-16 11:...
@@ -47,7 +47,6 @@
                        
 (1 row)
 
-step s1_start_upsert: <... completed>
 step s4_wakeup_s2: 
 	SELECT injection_points_wakeup('exec_insert_before_insert_speculative');
 	SELECT injection_points_detach('exec_insert_before_insert_speculative');
@@ -67,17 +66,13 @@
 	SELECT injection_points_wakeup('reindex_relation_concurrently_before_set_dead');
 	SELECT injection_points_detach('reindex_relation_concurrently_before_set_dead');
 
-injection_points_wakeup
------------------------
-                       
-(1 row)
-
...
test
[11:56:39.946] 309/309 postgresql:injection_points / injection_points/isolation                        ERROR           7...
%s macOS - Sonoma - Meson
test
[12:02:09.401] 309/309 postgresql:injection_points / injection_points/isolation                        TIMEOUT        10...
%s Windows - Server 2019, VS 2019 - Meson & ninja
test
[12:05:36.762] 304/304 postgresql:injection_points / injection_points/isolation                        TIMEOUT        10...
50/5195 Index AM API cleanup
%s CompilerWarnings
compiler
[14:58:26.358] plancat.c:491:46: error: ‘amroutine’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[14:57:18.221] plancat.c:491:46: error: ‘amroutine’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[15:06:54.021] plancat.c:491:46: error: ‘amroutine’ may be used uninitialized [-Werror=maybe-uninitialized]
50/4971 Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements
%s CompilerWarnings
compiler
[15:35:11.488] brin.c:2844:17: error: ‘snapshot’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[15:35:04.227] brin.c:2844:17: error: ‘snapshot’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[15:41:19.080] brin.c:2844:17: error: ‘snapshot’ may be used uninitialized [-Werror=maybe-uninitialized]
%s FreeBSD - 13 - Meson
core
[15:41:34.314] #0  0x000000082a83a8fa in _sigprocmask () from /lib/libc.so.7
[15:41:34.314] #1  0x000000082a873f91 in _system () from /lib/libc.so.7
[15:41:34.314] #2  0x000000082a6dc9d3 in ?? () from /lib/libthr.so.3
[15:41:34.314] #3  0x0000000000669245 in RestoreArchivedFile (path=path@entry=0x820dcc1d0 "pg_wal/0\351\b7", xlogfname=x...
[15:41:34.314] #4  0x000000000067492e in XLogFileRead (segno=segno@entry=6, emode=<optimized out>, tli=tli@entry=1, sour...
[15:41:34.314] #5  0x000000000067060c in XLogFileReadAnyTLI (segno=6, emode=13, source=XLOG_FROM_ANY) at ../src/backend/...
[15:41:34.314] #6  WaitForWALToBecomeAvailable (RecPtr=100683560, tliRecPtr=100683536, replayTLI=1, replayLSN=100683536,...
[15:41:34.314] #7  XLogPageRead (xlogreader=0x836329130, targetPagePtr=100679680, reqLen=3880, targetRecPtr=100683536, r...
[15:41:34.314] #8  0x0000000000677612 in ReadPageInternal (state=state@entry=0x836329130, pageptr=100679680, reqLen=3880...
[15:41:34.314] #9  0x0000000000676482 in XLogDecodeNextRecord (state=0x836329130, nonblocking=false) at ../src/backend/a...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out /tmp/cirrus-ci-build/build/testrun/regress-runn...
--- /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out	2024-09-08 15:34:29.101993000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/create_index.out	2024-09-08 15:39:57.833325000 +0...
@@ -2258,8 +2258,11 @@
 (8 rows)
 
 REINDEX INDEX CONCURRENTLY concur_reindex_ind1;
+NOTICE:  notice triggered for injection point heap_reset_scan_snapshot_effective
+NOTICE:  notice triggered for injection point heapam_index_validate_scan_no_xid
 REINDEX TABLE CONCURRENTLY concur_reindex_tab;
 REINDEX TABLE CONCURRENTLY concur_reindex_matview;
+NOTICE:  notice triggered for injection point heapam_index_validate_scan_no_xid
 SELECT pg_describe_object(classid, objid, objsubid) as obj,
        pg_describe_object(refclassid,refobjid,refobjsubid) as objref,
        deptype
@@ -2350,6 +2353,7 @@
 CREATE INDEX concur_appclass_ind_2 on concur_appclass_tab
   USING gist (k tsvector_ops (siglen='300'), j tsvector_ops);
 REINDEX TABLE CONCURRENTLY concur_appclass_tab;
+NOTICE:  notice triggered for injection point heapam_index_validate_scan_no_xid
...
test
[15:40:29.495] 73/75 postgresql:regress-running / regress-running/regress                         ERROR            24.57...
%s Linux - Debian Bookworm - Autoconf
core
[15:48:10.581] #0  0x00007fbbd7d11d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:48:10.581] #1  0x00007fbbd7cbe239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:48:10.581] #2  0x00007fbbd7cbe497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:48:10.581] #3  0x0000563ea6bae5f3 in ?? ()
[15:48:10.581] #4  0x0000563ea6ba8369 in ?? ()
[15:48:10.581] #5  0x0000563ea6ba720f in ?? ()
[15:48:10.581] #6  0x0000563ea6ba7c3b in ?? ()
[15:48:10.581] #7  0x0000563ea6ba566f in ?? ()
[15:48:10.581] #8  0x00007fbbd7ca924a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:48:10.581] #9  0x00007fbbd7ca9305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:48:10.465] #0  0x00007fbbd7d11d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:48:10.465] #1  0x00007fbbd7cbe239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:48:10.465] #2  0x00007fbbd7cbe497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:48:10.465] #3  0x0000563ea6bae5c1 in ?? ()
[15:48:10.465] #4  0x0000563ea6ba8369 in ?? ()
[15:48:10.465] #5  0x0000563ea6ba720f in ?? ()
[15:48:10.465] #6  0x0000563ea6ba7c3b in ?? ()
[15:48:10.465] #7  0x0000563ea6ba566f in ?? ()
[15:48:10.465] #8  0x00007fbbd7ca924a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:48:10.465] #9  0x00007fbbd7ca9305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:48:10.581] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/reset_snapshots.out /tmp/cirrus-ci-build/src/te...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/reset_snapshots.out	2024-09-08 15:34:26.662948761 +0...
+++ /tmp/cirrus-ci-build/src/test/modules/injection_points/output_iso/results/reset_snapshots.out	2024-09-08 15:41:32.42...
@@ -236,7 +236,6 @@
 
 test: NOTICE:  notice triggered for injection point heapam_index_validate_scan_no_xid
 step create_unique_index_concurrently_simple: <... completed>
-test: NOTICE:  notice triggered for injection point heap_reset_scan_snapshot_effective
 step reindex_index_concurrently: REINDEX INDEX CONCURRENTLY test.idx; <waiting ...>
 step wakeup: SELECT injection_points_wakeup('_bt_leader_participate_as_worker');
 injection_points_wakeup
@@ -244,6 +243,7 @@
                        
 (1 row)
 
+test: NOTICE:  notice triggered for injection point heap_reset_scan_snapshot_effective
 test: NOTICE:  notice triggered for injection point heapam_index_validate_scan_no_xid
 step reindex_index_concurrently: <... completed>
 step drop_index: DROP INDEX CONCURRENTLY test.idx;
%s Linux - Debian Bookworm - Meson
core
[15:45:38.979] #0  0xf7f3f559 in __kernel_vsyscall ()
[15:45:38.979] #1  0xf687a2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:38.979] #2  0xf6829111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:38.979] #3  0xf681226a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:38.979] #4  0xf6a35d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:38.979] #5  0xf6a44896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:38.979] #6  0xf6a22a3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:38.979] #7  0x569df643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x5891c81c, firstright=0x5891c808...
[15:45:38.979] #8  0x569df8c6 in _bt_keep_natts (rel=0xeb01b81c, lastleft=0x5891c81c, firstright=0x5891c808, itup_key=0x...
[15:45:38.979] #9  0x569dfaba in _bt_truncate (rel=0xeb01b81c, lastleft=0x5891c81c, firstright=0x5891c808, itup_key=0x58...
core
[15:45:48.221] #0  0xf7f00559 in __kernel_vsyscall ()
[15:45:48.221] #1  0xf683b2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:48.221] #2  0xf67ea111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:48.221] #3  0xf67d326a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:48.221] #4  0xf69f6d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:48.221] #5  0xf6a05896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:48.221] #6  0xf69e3a3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:48.221] #7  0x56a75643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x58f0c81c, firstright=0x58f0c808...
[15:45:48.221] #8  0x56a758c6 in _bt_keep_natts (rel=0xeaffd81c, lastleft=0x58f0c81c, firstright=0x58f0c808, itup_key=0x...
[15:45:48.221] #9  0x56a75aba in _bt_truncate (rel=0xeaffd81c, lastleft=0x58f0c81c, firstright=0x58f0c808, itup_key=0x58...
core
[15:45:47.709] #0  0xf7f60559 in __kernel_vsyscall ()
[15:45:47.709] #1  0xf689b2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:47.709] #2  0xf684a111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:47.709] #3  0xf683326a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:47.709] #4  0xf6a56d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:47.709] #5  0xf6a65896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:47.709] #6  0xf6a43a3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:47.709] #7  0x569c7643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x5849b81c, firstright=0x5849b808...
[15:45:47.709] #8  0x569c78c6 in _bt_keep_natts (rel=0xeb03c81c, lastleft=0x5849b81c, firstright=0x5849b808, itup_key=0x...
[15:45:47.709] #9  0x569c7aba in _bt_truncate (rel=0xeb03c81c, lastleft=0x5849b81c, firstright=0x5849b808, itup_key=0x58...
core
[15:45:47.197] #0  0xf7f3a559 in __kernel_vsyscall ()
[15:45:47.197] #1  0xf68752f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:47.197] #2  0xf6824111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:47.197] #3  0xf680d26a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:47.197] #4  0xf6a30d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:47.197] #5  0xf6a3f896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:47.197] #6  0xf6a1da3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:47.197] #7  0x56a2e643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x59d1a81c, firstright=0x59d1a808...
[15:45:47.197] #8  0x56a2e8c6 in _bt_keep_natts (rel=0xeb01681c, lastleft=0x59d1a81c, firstright=0x59d1a808, itup_key=0x...
[15:45:47.197] #9  0x56a2eaba in _bt_truncate (rel=0xeb01681c, lastleft=0x59d1a81c, firstright=0x59d1a808, itup_key=0x59...
core
[15:45:46.678] #0  0xf7f17559 in __kernel_vsyscall ()
[15:45:46.678] #1  0xf68522f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:46.678] #2  0xf6801111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:46.678] #3  0xf67ea26a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:46.678] #4  0xf6a0dd4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:46.678] #5  0xf6a1c896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:46.678] #6  0xf69faa3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:46.678] #7  0x56a37643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x59e1b81c, firstright=0x59e1b808...
[15:45:46.678] #8  0x56a378c6 in _bt_keep_natts (rel=0xeaff381c, lastleft=0x59e1b81c, firstright=0x59e1b808, itup_key=0x...
[15:45:46.678] #9  0x56a37aba in _bt_truncate (rel=0xeaff381c, lastleft=0x59e1b81c, firstright=0x59e1b808, itup_key=0x59...
core
[15:45:46.171] #0  0xf7f33559 in __kernel_vsyscall ()
[15:45:46.171] #1  0xf686e2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:46.171] #2  0xf681d111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:46.171] #3  0xf680626a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:46.171] #4  0xf6a29d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:46.171] #5  0xf6a38896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:46.171] #6  0xf6a16a3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:46.171] #7  0x56a91643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x5892a81c, firstright=0x5892a808...
[15:45:46.171] #8  0x56a918c6 in _bt_keep_natts (rel=0xeb03081c, lastleft=0x5892a81c, firstright=0x5892a808, itup_key=0x...
[15:45:46.171] #9  0x56a91aba in _bt_truncate (rel=0xeb03081c, lastleft=0x5892a81c, firstright=0x5892a808, itup_key=0x58...
core
[15:45:45.671] #0  0xf7f27559 in __kernel_vsyscall ()
[15:45:45.671] #1  0xf68622f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:45.671] #2  0xf6811111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:45.671] #3  0xf67fa26a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:45.671] #4  0xf6a1dd4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:45.671] #5  0xf6a2c896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:45.671] #6  0xf6a0aa3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:45.671] #7  0x56a55643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x5a3a881c, firstright=0x5a3a8808...
[15:45:45.671] #8  0x56a558c6 in _bt_keep_natts (rel=0xeb00381c, lastleft=0x5a3a881c, firstright=0x5a3a8808, itup_key=0x...
[15:45:45.671] #9  0x56a55aba in _bt_truncate (rel=0xeb00381c, lastleft=0x5a3a881c, firstright=0x5a3a8808, itup_key=0x5a...
core
[15:45:45.166] #0  0xf7fa2559 in __kernel_vsyscall ()
[15:45:45.166] #1  0xf68dd2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:45.166] #2  0xf688c111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:45.166] #3  0xf687526a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:45.166] #4  0xf6a98d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:45.166] #5  0xf6aa7896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:45.166] #6  0xf6a85a3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:45.166] #7  0x56a5b643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x5955281c, firstright=0x59552808...
[15:45:45.166] #8  0x56a5b8c6 in _bt_keep_natts (rel=0xeb07e81c, lastleft=0x5955281c, firstright=0x59552808, itup_key=0x...
[15:45:45.166] #9  0x56a5baba in _bt_truncate (rel=0xeb07e81c, lastleft=0x5955281c, firstright=0x59552808, itup_key=0x59...
core
[15:45:44.646] #0  0xf7f46559 in __kernel_vsyscall ()
[15:45:44.646] #1  0xf68812f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:44.646] #2  0xf6830111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:44.646] #3  0xf681926a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:44.646] #4  0xf6a3cd4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:44.646] #5  0xf6a4b896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:44.646] #6  0xf6a29a3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:44.646] #7  0x56a3e643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x5969d81c, firstright=0x5969d808...
[15:45:44.646] #8  0x56a3e8c6 in _bt_keep_natts (rel=0xeb04381c, lastleft=0x5969d81c, firstright=0x5969d808, itup_key=0x...
[15:45:44.646] #9  0x56a3eaba in _bt_truncate (rel=0xeb04381c, lastleft=0x5969d81c, firstright=0x5969d808, itup_key=0x59...
core
[15:45:44.132] #0  0xf7f91559 in __kernel_vsyscall ()
[15:45:44.132] #1  0xf68cc2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:44.132] #2  0xf687b111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:44.132] #3  0xf686426a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:44.132] #4  0xf6a87d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:44.132] #5  0xf6a96896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:44.132] #6  0xf6a74a3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:44.132] #7  0x56a13643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x5930981c, firstright=0x59309808...
[15:45:44.132] #8  0x56a138c6 in _bt_keep_natts (rel=0xeb08e81c, lastleft=0x5930981c, firstright=0x59309808, itup_key=0x...
[15:45:44.132] #9  0x56a13aba in _bt_truncate (rel=0xeb08e81c, lastleft=0x5930981c, firstright=0x59309808, itup_key=0x59...
core
[15:45:43.621] #0  0xf7f1e559 in __kernel_vsyscall ()
[15:45:43.621] #1  0xf68592f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:43.621] #2  0xf6808111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:43.621] #3  0xf67f126a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:43.621] #4  0xf6a14d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:43.621] #5  0xf6a23896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:43.621] #6  0xf6a01a3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:43.621] #7  0x569d1643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x597f781c, firstright=0x597f7808...
[15:45:43.621] #8  0x569d18c6 in _bt_keep_natts (rel=0xeaffa81c, lastleft=0x597f781c, firstright=0x597f7808, itup_key=0x...
[15:45:43.621] #9  0x569d1aba in _bt_truncate (rel=0xeaffa81c, lastleft=0x597f781c, firstright=0x597f7808, itup_key=0x59...
core
[15:45:43.099] #0  0xf7ee2559 in __kernel_vsyscall ()
[15:45:43.099] #1  0xf681d2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:43.099] #2  0xf67cc111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:43.099] #3  0xf67b526a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:43.099] #4  0xf69d8d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:43.099] #5  0xf69e7896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:43.099] #6  0xf69c5a3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:43.099] #7  0x569a6643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x59c6b81c, firstright=0x59c6b808...
[15:45:43.099] #8  0x569a68c6 in _bt_keep_natts (rel=0xeafbe81c, lastleft=0x59c6b81c, firstright=0x59c6b808, itup_key=0x...
[15:45:43.099] #9  0x569a6aba in _bt_truncate (rel=0xeafbe81c, lastleft=0x59c6b81c, firstright=0x59c6b808, itup_key=0x59...
core
[15:45:42.572] #0  0xf7f49559 in __kernel_vsyscall ()
[15:45:42.572] #1  0xf68842f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:42.572] #2  0xf6833111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:42.572] #3  0xf681c26a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:42.572] #4  0xf6a3fd4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:42.572] #5  0xf6a4e896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:42.572] #6  0xf6a2ca3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:42.572] #7  0x569ae643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x5983181c, firstright=0x59831808...
[15:45:42.572] #8  0x569ae8c6 in _bt_keep_natts (rel=0xeb34681c, lastleft=0x5983181c, firstright=0x59831808, itup_key=0x...
[15:45:42.572] #9  0x569aeaba in _bt_truncate (rel=0xeb34681c, lastleft=0x5983181c, firstright=0x59831808, itup_key=0x59...
core
[15:45:42.052] #0  0xf7f36559 in __kernel_vsyscall ()
[15:45:42.052] #1  0xf68712f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:42.052] #2  0xf6820111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:42.052] #3  0xf680926a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:42.052] #4  0xf6a2cd4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:42.052] #5  0xf6a3b896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:42.052] #6  0xf6a19a3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:42.052] #7  0x569f1643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x5840381c, firstright=0x58403808...
[15:45:42.052] #8  0x569f18c6 in _bt_keep_natts (rel=0xeb01281c, lastleft=0x5840381c, firstright=0x58403808, itup_key=0x...
[15:45:42.052] #9  0x569f1aba in _bt_truncate (rel=0xeb01281c, lastleft=0x5840381c, firstright=0x58403808, itup_key=0x58...
core
[15:45:41.537] #0  0xf7ef8559 in __kernel_vsyscall ()
[15:45:41.537] #1  0xf68332f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:41.537] #2  0xf67e2111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:41.537] #3  0xf67cb26a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:41.537] #4  0xf69eed4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:41.537] #5  0xf69fd896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:41.537] #6  0xf69dba3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:41.537] #7  0x569cc643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x58bb581c, firstright=0x58bb5808...
[15:45:41.537] #8  0x569cc8c6 in _bt_keep_natts (rel=0xeafd481c, lastleft=0x58bb581c, firstright=0x58bb5808, itup_key=0x...
[15:45:41.537] #9  0x569ccaba in _bt_truncate (rel=0xeafd481c, lastleft=0x58bb581c, firstright=0x58bb5808, itup_key=0x58...
core
[15:45:41.019] #0  0xf7f2e559 in __kernel_vsyscall ()
[15:45:41.019] #1  0xf68692f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:41.019] #2  0xf6818111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:41.019] #3  0xf680126a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:41.019] #4  0xf6a24d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:41.019] #5  0xf6a33896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:41.019] #6  0xf6a11a3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:41.019] #7  0x569fc643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x5901281c, firstright=0x59012808...
[15:45:41.019] #8  0x569fc8c6 in _bt_keep_natts (rel=0xeb00a81c, lastleft=0x5901281c, firstright=0x59012808, itup_key=0x...
[15:45:41.019] #9  0x569fcaba in _bt_truncate (rel=0xeb00a81c, lastleft=0x5901281c, firstright=0x59012808, itup_key=0x59...
core
[15:45:40.515] #0  0xf7fc2559 in __kernel_vsyscall ()
[15:45:40.515] #1  0xf68fd2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:40.515] #2  0xf68ac111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:40.515] #3  0xf689526a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:40.515] #4  0xf6ab8d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:40.515] #5  0xf6ac7896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:40.515] #6  0xf6aa5a3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:40.515] #7  0x56a4b643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x59d2a81c, firstright=0x59d2a808...
[15:45:40.515] #8  0x56a4b8c6 in _bt_keep_natts (rel=0xeb09e81c, lastleft=0x59d2a81c, firstright=0x59d2a808, itup_key=0x...
[15:45:40.515] #9  0x56a4baba in _bt_truncate (rel=0xeb09e81c, lastleft=0x59d2a81c, firstright=0x59d2a808, itup_key=0x59...
core
[15:45:39.998] #0  0xf7f77559 in __kernel_vsyscall ()
[15:45:39.998] #1  0xf68b22f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:39.998] #2  0xf6861111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:39.998] #3  0xf684a26a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:39.998] #4  0xf6a6dd4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:39.998] #5  0xf6a7c896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:39.998] #6  0xf6a5aa3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:39.998] #7  0x569a8643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x59fcb81c, firstright=0x59fcb808...
[15:45:39.998] #8  0x569a88c6 in _bt_keep_natts (rel=0xeb07481c, lastleft=0x59fcb81c, firstright=0x59fcb808, itup_key=0x...
[15:45:39.998] #9  0x569a8aba in _bt_truncate (rel=0xeb07481c, lastleft=0x59fcb81c, firstright=0x59fcb808, itup_key=0x59...
core
[15:45:39.481] #0  0xf7fbd559 in __kernel_vsyscall ()
[15:45:39.481] #1  0xf68f82f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:39.481] #2  0xf68a7111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:39.481] #3  0xf689026a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:39.481] #4  0xf6ab3d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:39.481] #5  0xf6ac2896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:39.481] #6  0xf6aa0a3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:39.481] #7  0x56a8c643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x58a4e81c, firstright=0x58a4e808...
[15:45:39.481] #8  0x56a8c8c6 in _bt_keep_natts (rel=0xeb39981c, lastleft=0x58a4e81c, firstright=0x58a4e808, itup_key=0x...
[15:45:39.481] #9  0x56a8caba in _bt_truncate (rel=0xeb39981c, lastleft=0x58a4e81c, firstright=0x58a4e808, itup_key=0x58...
core
[15:45:38.472] #0  0x00007f35ff8aed24 in ?? ()
[15:45:38.472] #1  0x0000000000000000 in ?? ()
[15:45:38.889] #0  0xf7f3f559 in __kernel_vsyscall ()
core
[15:45:38.339] #0  0xf7f09559 in __kernel_vsyscall ()
[15:45:38.339] #1  0xf68442f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:38.339] #2  0xf67f3111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:38.339] #3  0xf67dc26a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:38.339] #4  0xf69ffd4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:38.339] #5  0xf6a0e896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:38.339] #6  0xf69eca3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:38.339] #7  0x569f0643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x5892881c, firstright=0x58928808...
[15:45:38.339] #8  0x569f08c6 in _bt_keep_natts (rel=0xeafe581c, lastleft=0x5892881c, firstright=0x58928808, itup_key=0x...
[15:45:38.339] #9  0x569f0aba in _bt_truncate (rel=0xeafe581c, lastleft=0x5892881c, firstright=0x58928808, itup_key=0x58...
core
[15:45:37.826] #0  0xf7f37559 in __kernel_vsyscall ()
[15:45:37.826] #1  0xf68722f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:37.826] #2  0xf6821111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:37.826] #3  0xf680a26a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:37.826] #4  0xf6a2dd4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:37.826] #5  0xf6a3c896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:37.826] #6  0xf6a1aa3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:37.826] #7  0x56a33643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x5855c81c, firstright=0x5855c808...
[15:45:37.826] #8  0x56a338c6 in _bt_keep_natts (rel=0xeb03481c, lastleft=0x5855c81c, firstright=0x5855c808, itup_key=0x...
[15:45:37.826] #9  0x56a33aba in _bt_truncate (rel=0xeb03481c, lastleft=0x5855c81c, firstright=0x5855c808, itup_key=0x58...
core
[15:45:37.329] #0  0xf7f9c559 in __kernel_vsyscall ()
[15:45:37.329] #1  0xf68d72f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:37.329] #2  0xf6886111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:37.329] #3  0xf686f26a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:37.329] #4  0xf6a92d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:37.329] #5  0xf6aa1896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:37.329] #6  0xf6a7fa3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:37.329] #7  0x569ee643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x585f781c, firstright=0x585f7808...
[15:45:37.329] #8  0x569ee8c6 in _bt_keep_natts (rel=0xeb09981c, lastleft=0x585f781c, firstright=0x585f7808, itup_key=0x...
[15:45:37.329] #9  0x569eeaba in _bt_truncate (rel=0xeb09981c, lastleft=0x585f781c, firstright=0x585f7808, itup_key=0x58...
core
[15:45:36.804] #0  0xf7ee2559 in __kernel_vsyscall ()
[15:45:36.804] #1  0xf681d2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:36.804] #2  0xf67cc111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:36.804] #3  0xf67b526a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:36.804] #4  0xf69d8d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:36.804] #5  0xf69e7896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:36.804] #6  0xf69c5a3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:36.804] #7  0x569bb643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x58a2e81c, firstright=0x58a2e808...
[15:45:36.804] #8  0x569bb8c6 in _bt_keep_natts (rel=0xeafbe81c, lastleft=0x58a2e81c, firstright=0x58a2e808, itup_key=0x...
[15:45:36.804] #9  0x569bbaba in _bt_truncate (rel=0xeafbe81c, lastleft=0x58a2e81c, firstright=0x58a2e808, itup_key=0x58...
core
[15:45:36.282] #0  0xf7f65559 in __kernel_vsyscall ()
[15:45:36.282] #1  0xf68a02f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:36.282] #2  0xf684f111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:36.282] #3  0xf683826a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:36.282] #4  0xf6a5bd4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:36.282] #5  0xf6a6a896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:36.282] #6  0xf6a48a3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:36.282] #7  0x56a2b643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x59d1c81c, firstright=0x59d1c808...
[15:45:36.282] #8  0x56a2b8c6 in _bt_keep_natts (rel=0xeb04181c, lastleft=0x59d1c81c, firstright=0x59d1c808, itup_key=0x...
[15:45:36.282] #9  0x56a2baba in _bt_truncate (rel=0xeb04181c, lastleft=0x59d1c81c, firstright=0x59d1c808, itup_key=0x59...
core
[15:45:35.770] #0  0xf7f0d559 in __kernel_vsyscall ()
[15:45:35.770] #1  0xf68482f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:35.770] #2  0xf67f7111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:35.770] #3  0xf67e026a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:35.770] #4  0xf6a03d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:35.770] #5  0xf6a12896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:35.770] #6  0xf69f0a3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:35.770] #7  0x56a6b643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x5a23c81c, firstright=0x5a23c808...
[15:45:35.770] #8  0x56a6b8c6 in _bt_keep_natts (rel=0xeafe981c, lastleft=0x5a23c81c, firstright=0x5a23c808, itup_key=0x...
[15:45:35.770] #9  0x56a6baba in _bt_truncate (rel=0xeafe981c, lastleft=0x5a23c81c, firstright=0x5a23c808, itup_key=0x5a...
core
[15:45:35.250] #0  0xf7fb8559 in __kernel_vsyscall ()
[15:45:35.250] #1  0xf68f32f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:35.250] #2  0xf68a2111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:35.250] #3  0xf688b26a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:35.250] #4  0xf6aaed4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:35.250] #5  0xf6abd896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:35.250] #6  0xf6a9ba3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:35.250] #7  0x56a29643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x5a1da81c, firstright=0x5a1da808...
[15:45:35.250] #8  0x56a298c6 in _bt_keep_natts (rel=0xeb09481c, lastleft=0x5a1da81c, firstright=0x5a1da808, itup_key=0x...
[15:45:35.250] #9  0x56a29aba in _bt_truncate (rel=0xeb09481c, lastleft=0x5a1da81c, firstright=0x5a1da808, itup_key=0x5a...
core
[15:45:34.718] #0  0xf7f0c559 in __kernel_vsyscall ()
[15:45:34.718] #1  0xf68472f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:34.718] #2  0xf67f6111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:34.718] #3  0xf67df26a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:34.718] #4  0xf6a02d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:34.718] #5  0xf6a11896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:34.718] #6  0xf69efa3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:34.718] #7  0x569c6643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x5867381c, firstright=0x58673808...
[15:45:34.718] #8  0x569c68c6 in _bt_keep_natts (rel=0xeb30981c, lastleft=0x5867381c, firstright=0x58673808, itup_key=0x...
[15:45:34.718] #9  0x569c6aba in _bt_truncate (rel=0xeb30981c, lastleft=0x5867381c, firstright=0x58673808, itup_key=0x58...
core
[15:45:34.192] #0  0xf7eff559 in __kernel_vsyscall ()
[15:45:34.192] #1  0xf683a2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:34.192] #2  0xf67e9111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:34.192] #3  0xf67d226a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:34.192] #4  0xf69f5d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:34.192] #5  0xf6a04896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:34.192] #6  0xf69e2a3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:34.192] #7  0x56a90643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x5a04181c, firstright=0x5a041808...
[15:45:34.192] #8  0x56a908c6 in _bt_keep_natts (rel=0xeafdb81c, lastleft=0x5a04181c, firstright=0x5a041808, itup_key=0x...
[15:45:34.192] #9  0x56a90aba in _bt_truncate (rel=0xeafdb81c, lastleft=0x5a04181c, firstright=0x5a041808, itup_key=0x5a...
core
[15:45:33.670] #0  0xf7f14559 in __kernel_vsyscall ()
[15:45:33.670] #1  0xf684f2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:33.670] #2  0xf67fe111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:33.670] #3  0xf67e726a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:33.670] #4  0xf6a0ad4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:33.670] #5  0xf6a19896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:33.670] #6  0xf69f7a3c in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=<optimized out>, Val=<optimized ...
[15:45:33.670] #7  0x56a50643 in _bt_keep_natts_wasnull (rel=<optimized out>, lastleft=0x5a2f081c, firstright=0x5a2f0808...
[15:45:33.670] #8  0x56a508c6 in _bt_keep_natts (rel=0xeaff081c, lastleft=0x5a2f081c, firstright=0x5a2f0808, itup_key=0x...
[15:45:33.670] #9  0x56a50aba in _bt_truncate (rel=0xeaff081c, lastleft=0x5a2f081c, firstright=0x5a2f0808, itup_key=0x5a...
tap
[15:43:37.841](0.179s) Bail out!  pg_ctl start failed
tap
[15:43:38.166](0.181s) Bail out!  pg_ctl start failed
tap
[15:43:38.501](0.191s) Bail out!  command "pg_basebackup -D /tmp/cirrus-ci-build/build-32/testrun/amcheck/005_pitr/data/...
tap
[15:43:40.161](0.184s) Bail out!  pg_ctl start failed
tap
[15:43:41.464](1.444s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/authentication/002_saslprep/d...
tap
[15:43:40.505](0.196s) Bail out!  pg_ctl start failed
tap
[15:43:40.850](0.194s) Bail out!  pg_ctl start failed
tap
[15:43:42.505](1.367s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/authentication/006_login_trig...
tap
[15:43:38.847](0.179s) Bail out!  pg_ctl start failed
tap
[15:43:39.166](0.178s) Bail out!  pg_ctl start failed
tap
[15:43:38.925](0.177s) Bail out!  pg_ctl start failed
tap
[15:43:49.687](0.184s) Bail out!  pg_ctl start failed
tap
[15:43:49.741](0.197s) Bail out!  pg_ctl start failed
tap
[15:43:50.018](0.183s) Bail out!  pg_ctl start failed
tap
[15:43:50.075](0.190s) Bail out!  pg_ctl start failed
tap
[15:43:50.348](0.183s) Bail out!  pg_ctl start failed
tap
[15:43:50.534](0.313s) Bail out!  pg_ctl start failed
tap
[15:43:55.219](0.188s) Bail out!  pg_ctl start failed
tap
[15:43:08.503](1.274s) not ok 14 - successful creation
[15:43:08.508](0.004s) not ok 16 - checksums are disabled in control file: exit code 0
[15:43:08.508](0.000s) not ok 17 - checksums are disabled in control file: no stderr
[15:43:08.509](0.000s) not ok 18 - checksums are disabled in control file: matches
[15:43:17.244](1.234s) not ok 23 - successful creation with group access
[15:43:18.471](1.204s) not ok 27 - option --icu-locale
[15:43:19.719](1.248s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: exit code 0
[15:43:19.720](0.000s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
[15:43:21.490](0.000s) not ok 32 - fails for invalid ICU locale: matches
[15:43:22.825](0.000s) not ok 38 - fails for invalid collation argument: matches
[15:43:24.112](1.264s) not ok 40 - locale provider builtin with --locale
[15:43:25.368](1.256s) not ok 41 - locale provider builtin with -E UTF-8 --builtin-locale=C.UTF-8
[15:43:26.706](1.315s) not ok 43 - locale provider builtin with --lc-ctype
[15:43:29.163](1.961s) not ok 49 - multiple -c options with different case
tap
[15:43:50.726](0.187s) Bail out!  pg_ctl start failed
tap
[15:42:24.893](0.249s) Bail out!  pg_ctl start failed
tap
[15:43:50.973](0.185s) Bail out!  pg_ctl start failed
tap
[15:43:54.888](0.191s) Bail out!  pg_ctl start failed
tap
[15:43:55.213](0.187s) Bail out!  pg_ctl start failed
tap
[15:43:51.059](0.191s) Bail out!  pg_ctl start failed
tap
[15:43:06.613](0.175s) Bail out!  pg_ctl start failed
tap
[15:43:07.042](0.177s) Bail out!  pg_ctl start failed
tap
[15:43:06.980](0.164s) Bail out!  pg_ctl start failed
tap
[15:43:07.516](0.178s) Bail out!  pg_ctl start failed
tap
[15:43:08.722](0.177s) Bail out!  pg_ctl start failed
tap
[15:43:10.893](1.826s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/pg_basebackup/010_pg_baseback...
tap
[15:43:11.215](0.179s) Bail out!  pg_ctl start failed
tap
[15:43:13.375](1.989s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/pg_basebackup/020_pg_receivew...
tap
[15:43:13.722](0.179s) Bail out!  pg_ctl start failed
tap
[15:43:15.960](1.825s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/pg_basebackup/040_pg_createsu...
tap
[15:43:16.419](0.004s) not ok 4 - checksums successfully enabled in cluster
[15:43:16.427](0.000s) not ok 8 - checksums enabled in control file: matches
[15:43:16.431](0.004s) not ok 9 - checksums successfully disabled in cluster
[15:43:16.442](0.003s) not ok 14 - checksums successfully enabled in cluster
[15:43:16.447](0.000s) not ok 17 - checksums enabled in control file: matches
[15:43:16.451](0.003s) not ok 18 - succeeds with offline cluster
[15:43:16.455](0.003s) not ok 19 - verifies checksums as default action
[15:43:16.581](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
[15:43:16.701](0.119s) Bail out!  pg_ctl start failed
tap
[15:43:17.176](0.178s) Bail out!  pg_ctl start failed
tap
[15:43:17.497](0.177s) Bail out!  pg_ctl start failed
tap
[15:43:17.816](0.178s) Bail out!  pg_ctl start failed
tap
[15:43:18.145](0.183s) Bail out!  pg_ctl start failed
tap
[15:43:18.468](0.179s) Bail out!  pg_ctl start failed
tap
[15:43:18.790](0.178s) Bail out!  pg_ctl start failed
tap
[15:43:19.117](0.181s) Bail out!  pg_ctl start failed
tap
[15:43:21.688](1.935s) not ok 11 - pg_ctl initdb
tap
[15:43:22.025](0.118s) Bail out!  command "pg_ctl -l /tmp/cirrus-ci-build/build-32/testrun/pg_ctl/002_status/data/tmp_te...
tap
[15:43:22.237](0.000s) not ok 4 - pg_ctl promote of not running instance fails: matches
[15:43:22.355](0.118s) Bail out!  pg_ctl start failed
tap
[15:43:22.680](0.178s) Bail out!  pg_ctl start failed
tap
[15:43:23.574](0.181s) Bail out!  pg_ctl start failed
tap
[15:43:23.897](0.178s) Bail out!  pg_ctl start failed
tap
[15:43:24.218](0.178s) Bail out!  pg_ctl start failed
tap
[15:43:24.542](0.179s) Bail out!  pg_ctl start failed
tap
[15:43:25.988](1.300s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/pg_dump/010_dump_connstr/data...
tap
[15:43:39.393](0.179s) Bail out!  pg_ctl start failed
tap
[15:43:26.208](0.065s) not ok 10 - pg_resetwal -n produces output: exit code 0
[15:43:26.209](0.000s) not ok 11 - pg_resetwal -n produces output: no stderr
[15:43:26.209](0.000s) not ok 12 - pg_resetwal -n produces output: matches
[15:43:26.219](0.003s) not ok 14 - pg_resetwal runs
[15:43:26.336](0.117s) Bail out!  pg_ctl start failed
tap
[15:43:26.590](0.112s) not ok 1 - processes corrupted pg_control all zeroes status (got 1 vs expected 0)
[15:43:26.590](0.000s) not ok 2 - processes corrupted pg_control all zeroes stdout /(?^:pg_control version number)/
[15:43:26.591](0.000s) not ok 3 - processes corrupted pg_control all zeroes stderr /(?^:pg_resetwal: warning: pg_control...
[15:43:26.695](0.104s) not ok 4 - processes zero WAL segment size status (got 1 vs expected 0)
[15:43:26.696](0.000s) not ok 5 - processes zero WAL segment size stdout /(?^:pg_control version number)/
[15:43:26.696](0.000s) not ok 6 - processes zero WAL segment size stderr /(?^:pg_resetwal\:\ warning\:\ pg_control\ spec...
[15:43:26.700](0.000s) not ok 8 - does not run when control file values were guessed: matches
[15:43:26.704](0.003s) not ok 9 - runs with force when control file values were guessed
tap
[15:43:27.028](0.177s) Bail out!  pg_ctl start failed
tap
[15:43:28.961](1.787s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/pg_rewind/002_databases/data/...
tap
[15:43:29.281](0.177s) Bail out!  pg_ctl start failed
tap
[15:43:29.487](0.179s) Bail out!  pg_ctl start failed
tap
[15:43:29.605](0.179s) Bail out!  pg_ctl start failed
tap
[15:43:29.927](0.179s) Bail out!  pg_ctl start failed
tap
[15:43:29.987](0.179s) Bail out!  pg_ctl start failed
tap
[15:43:30.253](0.180s) Bail out!  pg_ctl start failed
tap
[15:43:39.494](0.186s) Bail out!  pg_ctl start failed
tap
[15:42:22.559](1.523s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/dat...
tap
[15:42:21.345](0.238s) Bail out!  pg_ctl start failed
tap
[15:43:30.593](0.178s) Bail out!  pg_ctl start failed
tap
[15:43:30.737](0.180s) Bail out!  pg_ctl start failed
tap
[15:43:30.916](0.180s) Bail out!  pg_ctl start failed
tap
[15:43:31.246](0.182s) Bail out!  pg_ctl start failed
tap
[15:43:31.434](0.184s) Bail out!  pg_ctl start failed
tap
[15:43:31.572](0.180s) Bail out!  pg_ctl start failed
tap
[15:43:31.760](0.182s) Bail out!  pg_ctl start failed
tap
[15:43:31.896](0.180s) Bail out!  pg_ctl start failed
tap
[15:43:39.721](0.182s) Bail out!  pg_ctl start failed
tap
[15:43:32.222](0.181s) Bail out!  pg_ctl start failed
tap
[15:43:32.580](0.182s) Bail out!  pg_ctl start failed
tap
[15:43:33.969](1.461s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/pgbench/001_pgbench_with_serv...
tap
[15:43:34.783](1.352s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/psql/001_basic/data/t_001_bas...
tap
[15:43:34.452](0.180s) Bail out!  pg_ctl start failed
tap
[15:42:21.297](0.198s) Bail out!  pg_ctl start failed
tap
[15:42:21.399](0.241s) Bail out!  pg_ctl start failed
tap
[15:42:21.431](0.133s) Bail out!  command "pg_resetwal --epoch 1 /tmp/cirrus-ci-build/build-32/testrun/recovery/003_reco...
tap
[15:42:21.726](0.194s) Bail out!  pg_ctl start failed
tap
[15:42:21.794](0.260s) Bail out!  pg_ctl start failed
tap
[15:42:21.859](0.254s) Bail out!  pg_ctl start failed
tap
[15:42:21.917](0.247s) Bail out!  pg_ctl start failed
tap
[15:42:22.134](0.367s) Bail out!  command "pg_basebackup -D /tmp/cirrus-ci-build/build-32/testrun/recovery/008_fsm_trunc...
tap
[15:42:22.194](0.247s) Bail out!  pg_ctl start failed
tap
[15:42:22.258](0.255s) Bail out!  pg_ctl start failed
tap
[15:42:22.323](0.324s) Bail out!  pg_ctl start failed
tap
[15:42:22.319](0.216s) Bail out!  pg_ctl start failed
tap
[15:42:22.381](0.199s) Bail out!  pg_ctl start failed
tap
[15:42:22.640](0.330s) Bail out!  pg_ctl start failed
tap
[15:42:22.761](0.374s) Bail out!  command "pg_basebackup -D /tmp/cirrus-ci-build/build-32/testrun/recovery/016_min_consi...
tap
[15:42:22.803](0.227s) Bail out!  pg_ctl start failed
tap
[15:42:22.862](0.307s) Bail out!  pg_ctl start failed
tap
[15:42:24.021](1.449s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/recovery/019_replslot_limit/d...
tap
[15:42:22.916](0.189s) Bail out!  pg_ctl start failed
tap
[15:42:23.457](0.374s) Bail out!  pg_ctl start failed
tap
[15:42:23.306](0.245s) Bail out!  pg_ctl start failed
tap
[15:42:23.465](0.312s) Bail out!  pg_ctl start failed
tap
[15:42:23.357](0.196s) Bail out!  pg_ctl start failed
tap
[15:42:23.695](0.337s) Bail out!  pg_ctl start failed
tap
[15:42:23.697](0.182s) Bail out!  pg_ctl start failed
tap
[15:42:23.741](0.204s) Bail out!  pg_ctl start failed
tap
[15:42:23.828](0.187s) Bail out!  pg_ctl start failed
tap
[15:42:23.918](0.247s) Bail out!  pg_ctl start failed
tap
[15:42:24.081](0.328s) Bail out!  pg_ctl start failed
tap
[15:42:24.056](0.181s) Bail out!  pg_ctl start failed
tap
[15:42:24.537](0.186s) Bail out!  pg_ctl start failed
tap
[15:42:24.656](0.192s) Bail out!  pg_ctl start failed
tap
[15:42:24.709](0.228s) Bail out!  pg_ctl start failed
tap
[15:43:34.798](0.181s) Bail out!  pg_ctl start failed
tap
[15:43:35.104](0.179s) Bail out!  pg_ctl start failed
tap
[15:43:35.148](0.180s) Bail out!  pg_ctl start failed
tap
[15:43:35.451](0.179s) Bail out!  pg_ctl start failed
tap
[15:43:35.496](0.180s) Bail out!  pg_ctl start failed
tap
[15:43:35.796](0.179s) Bail out!  pg_ctl start failed
tap
[15:43:35.848](0.117s) Bail out!  pg_ctl start failed
tap
[15:43:36.152](0.185s) Bail out!  pg_ctl start failed
tap
[15:43:36.181](0.188s) Bail out!  pg_ctl start failed
tap
[15:43:36.516](0.191s) Bail out!  pg_ctl start failed
tap
[15:43:36.516](0.191s) Bail out!  pg_ctl start failed
tap
[15:43:36.839](0.180s) Bail out!  pg_ctl start failed
tap
[15:43:38.084](1.419s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/scripts/200_connstr/data/t_20...
tap
[15:43:51.300](0.182s) Bail out!  pg_ctl start failed
tap
[15:43:54.498](0.195s) Bail out!  pg_ctl start failed
tap
[15:43:54.498](0.196s) Bail out!  pg_ctl start failed
tap
[15:43:54.832](0.183s) Bail out!  pg_ctl start failed
tap
[15:43:41.795](0.186s) Bail out!  pg_ctl start failed
tap
[15:43:42.117](0.179s) Bail out!  pg_ctl start failed
tap
[15:43:42.441](0.182s) Bail out!  pg_ctl start failed
tap
[15:43:42.766](0.180s) Bail out!  pg_ctl start failed
tap
[15:43:44.234](1.585s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/subscription/005_encoding/dat...
tap
[15:43:43.090](0.180s) Bail out!  pg_ctl start failed
tap
[15:43:43.420](0.188s) Bail out!  pg_ctl start failed
tap
[15:43:43.750](0.180s) Bail out!  pg_ctl start failed
tap
[15:43:44.077](0.181s) Bail out!  pg_ctl start failed
tap
[15:43:44.400](0.179s) Bail out!  pg_ctl start failed
tap
[15:43:44.558](0.180s) Bail out!  pg_ctl start failed
tap
[15:43:46.244](1.700s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/subscription/012_collation/da...
tap
[15:43:44.885](0.181s) Bail out!  pg_ctl start failed
tap
[15:43:45.286](0.227s) Bail out!  pg_ctl start failed
tap
[15:43:45.621](0.180s) Bail out!  pg_ctl start failed
tap
[15:43:45.942](0.179s) Bail out!  pg_ctl start failed
tap
[15:43:46.396](0.312s) Bail out!  pg_ctl start failed
tap
[15:43:46.567](0.180s) Bail out!  pg_ctl start failed
tap
[15:43:46.721](0.181s) Bail out!  pg_ctl start failed
tap
[15:43:47.075](0.180s) Bail out!  pg_ctl start failed
tap
[15:43:47.046](0.182s) Bail out!  pg_ctl start failed
tap
[15:43:47.373](0.180s) Bail out!  pg_ctl start failed
tap
[15:43:47.503](0.181s) Bail out!  pg_ctl start failed
tap
[15:43:47.702](0.184s) Bail out!  pg_ctl start failed
tap
[15:43:47.846](0.192s) Bail out!  pg_ctl start failed
tap
[15:43:48.031](0.184s) Bail out!  pg_ctl start failed
tap
[15:43:48.273](0.190s) Bail out!  pg_ctl start failed
tap
[15:43:48.374](0.194s) Bail out!  pg_ctl start failed
tap
[15:43:48.611](0.189s) Bail out!  pg_ctl start failed
tap
[15:43:48.715](0.194s) Bail out!  pg_ctl start failed
tap
[15:43:48.951](0.190s) Bail out!  pg_ctl start failed
tap
[15:43:49.055](0.193s) Bail out!  pg_ctl start failed
tap
[15:43:49.360](0.196s) Bail out!  pg_ctl start failed
tap
[15:43:49.400](0.199s) Bail out!  pg_ctl start failed
tap
[15:43:51.393](0.191s) Bail out!  pg_ctl start failed
tap
[15:43:39.832](0.193s) Bail out!  pg_ctl start failed
tap
[15:43:52.245](0.187s) Bail out!  pg_ctl start failed
tap
[15:43:52.565](0.179s) Bail out!  pg_ctl start failed
tap
[15:43:52.891](0.184s) Bail out!  pg_ctl start failed
tap
[15:43:53.215](0.180s) Bail out!  pg_ctl start failed
tap
[15:43:53.354](0.189s) Bail out!  pg_ctl start failed
tap
[15:43:53.550](0.186s) Bail out!  pg_ctl start failed
tap
[15:43:53.682](0.183s) Bail out!  pg_ctl start failed
tap
[15:43:53.872](0.181s) Bail out!  pg_ctl start failed
tap
[15:43:54.014](0.189s) Bail out!  pg_ctl start failed
test
[15:44:38.201]   3/308 postgresql:setup / initdb_cache                                                 FAIL             ...
[15:44:38.201]   5/308 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[15:44:38.201]   6/308 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[15:44:38.201]   7/308 postgresql:recovery / recovery/002_archiving                                    ERROR            ...
[15:44:38.201]   8/308 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[15:44:38.201]   9/308 postgresql:isolation / isolation/isolation                                      ERROR            ...
[15:44:38.201]  10/308 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[15:44:38.201]  11/308 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[15:44:38.201]  12/308 postgresql:recovery / recovery/005_replay_delay                                 ERROR            ...
[15:44:38.201]  13/308 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[15:44:38.201]  14/308 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[15:44:38.201]  15/308 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[15:44:38.201]  16/308 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[15:44:38.201]  17/308 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[15:44:38.201]  18/308 postgresql:recovery / recovery/013_crash_restart                                ERROR            ...
[15:44:38.201]  19/308 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[15:44:38.201]  20/308 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[15:44:38.201]  21/308 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[15:44:38.201]  22/308 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[15:44:38.201]  23/308 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[15:44:38.201]  24/308 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[15:44:38.201]  26/308 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[15:44:38.201]  25/308 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[15:44:38.201]  27/308 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[15:44:38.201]  28/308 postgresql:recovery / recovery/022_crash_temp_files                             ERROR            ...
[15:44:38.201]  29/308 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[15:44:38.201]  30/308 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[15:44:38.201]  31/308 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[15:44:38.201]  32/308 postgresql:recovery / recovery/025_stuck_on_old_timeline                        ERROR            ...
[15:44:38.201]  33/308 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[15:44:38.201]  34/308 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[15:44:38.201]  35/308 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[15:44:38.201]  36/308 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[15:44:38.201]  37/308 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[15:44:38.201]  38/308 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[15:44:38.201]  39/308 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[15:44:38.201]  40/308 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[15:44:38.201]  41/308 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[15:44:38.201]  42/308 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[15:44:38.201]  43/308 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[15:44:38.201]  44/308 postgresql:recovery / recovery/037_invalid_database                             ERROR            ...
[15:44:38.201]  45/308 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[15:44:38.201]  46/308 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[15:44:38.201]  47/308 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[15:44:38.201]  48/308 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[15:44:38.201]  49/308 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[15:44:38.201]  50/308 postgresql:recovery / recovery/043_wal_replay_wait                              ERROR            ...
[15:44:38.201]  51/308 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[15:44:38.201]  52/308 postgresql:pltcl / pltcl/regress                                                ERROR            ...
[15:44:38.201]  53/308 postgresql:plpython / plpython/regress                                          ERROR            ...
[15:44:38.201]  54/308 postgresql:plperl / plperl/regress                                              ERROR            ...
[15:44:38.201]  55/308 postgresql:amcheck / amcheck/regress                                            ERROR            ...
[15:44:38.201]  56/308 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[15:44:38.201]  57/308 postgresql:bloom / bloom/regress                                                ERROR            ...
[15:44:38.201]  58/308 postgresql:basic_archive / basic_archive/regress                                ERROR            ...
[15:44:38.202]  59/308 postgresql:dblink / dblink/regress                                              ERROR            ...
[15:44:38.202]  60/308 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
[15:44:38.202]  61/308 postgresql:cube / cube/regress                                                  ERROR            ...
[15:44:38.202]  62/308 postgresql:dict_int / dict_int/regress                                          ERROR            ...
[15:44:38.202]  63/308 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[15:44:38.202]  64/308 postgresql:hstore / hstore/regress                                              ERROR            ...
[15:44:38.202]  65/308 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR            ...
[15:44:38.202]  66/308 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR            ...
[15:44:38.202]  67/308 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[15:44:38.202]  68/308 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR            ...
[15:44:38.202]  69/308 postgresql:citext / citext/regress                                              ERROR            ...
[15:44:38.202]  70/308 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR            ...
[15:44:38.202]  71/308 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR            ...
[15:44:38.202]  72/308 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR            ...
[15:44:38.202]  73/308 postgresql:ltree / ltree/regress                                                ERROR            ...
[15:44:38.202]  74/308 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[15:44:38.202]  75/308 postgresql:intarray / intarray/regress                                          ERROR            ...
[15:44:38.202]  76/308 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR            ...
[15:44:38.202]  77/308 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR            ...
[15:44:38.202]  78/308 postgresql:isn / isn/regress                                                    ERROR            ...
[15:44:38.202]  79/308 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[15:44:38.202]  80/308 postgresql:lo / lo/regress                                                      ERROR            ...
[15:44:38.202]  81/308 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[15:44:38.202]  82/308 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
[15:44:38.202]  83/308 postgresql:pg_surgery / pg_surgery/regress                                      ERROR            ...
[15:44:38.202]  84/308 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[15:44:38.202]  85/308 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
[15:44:38.202]  86/308 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[15:44:38.202]  87/308 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR            ...
[15:44:38.202]  88/308 postgresql:seg / seg/regress                                                    ERROR            ...
[15:44:38.202]  89/308 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[15:44:38.202]  90/308 postgresql:tcn / tcn/isolation                                                  ERROR            ...
[15:44:38.202]  91/308 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[15:44:38.202]  92/308 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR            ...
[15:44:38.202]  93/308 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR            ...
[15:44:38.202]  94/308 postgresql:pg_visibility / pg_visibility/regress                                ERROR            ...
[15:44:38.202]  95/308 postgresql:unaccent / unaccent/regress                                          ERROR            ...
[15:44:38.202]  96/308 postgresql:xml2 / xml2/regress                                                  ERROR            ...
[15:44:38.202]  97/308 postgresql:brin / brin/isolation                                                ERROR            ...
[15:44:38.202]  98/308 postgresql:commit_ts / commit_ts/regress                                        ERROR            ...
[15:44:38.202]  99/308 postgresql:uuid-ossp / uuid-ossp/regress                                        ERROR            ...
[15:44:38.202] 100/308 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
[15:44:38.202] 101/308 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR            ...
[15:44:38.202] 102/308 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR            ...
[15:44:38.202] 103/308 postgresql:gin / gin/regress                                                    ERROR            ...
[15:44:38.202] 104/308 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[15:44:38.202] 105/308 postgresql:injection_points / injection_points/regress                          ERROR            ...
[15:44:38.202] 106/308 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR            ...
[15:44:38.202] 107/308 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR            ...
[15:44:38.202] 108/308 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR            ...
[15:44:38.202] 109/308 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[15:44:38.202] 110/308 postgresql:test_dsa / test_dsa/regress                                          ERROR            ...
[15:44:38.202] 111/308 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR            ...
[15:44:38.202] 112/308 postgresql:test_extensions / test_extensions/regress                            ERROR            ...
[15:44:38.202] 113/308 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR            ...
[15:44:38.202] 114/308 postgresql:test_integerset / test_integerset/regress                            ERROR            ...
[15:44:38.202] 115/308 postgresql:test_lfind / test_lfind/regress                                      ERROR            ...
[15:44:38.202] 116/308 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR            ...
[15:44:38.202] 117/308 postgresql:test_parser / test_parser/regress                                    ERROR            ...
[15:44:38.202] 118/308 postgresql:plsample / plsample/regress                                          ERROR            ...
[15:44:38.202] 119/308 postgresql:test_predtest / test_predtest/regress                                ERROR            ...
[15:44:38.202] 120/308 postgresql:test_radixtree / test_radixtree/regress                              ERROR            ...
[15:44:38.202] 121/308 postgresql:test_rbtree / test_rbtree/regress                                    ERROR            ...
[15:44:38.202] 122/308 postgresql:test_regex / test_regex/regress                                      ERROR            ...
[15:44:38.203] 123/308 postgresql:test_resowner / test_resowner/regress                                ERROR            ...
[15:44:38.203] 124/308 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR            ...
[15:44:38.203] 125/308 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR            ...
[15:44:38.203] 126/308 postgresql:test_slru / test_slru/regress                                        ERROR            ...
[15:44:38.203] 127/308 postgresql:test_tidstore / test_tidstore/regress                                ERROR            ...
[15:44:38.203] 128/308 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR            ...
[15:44:38.203] 129/308 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR            ...
[15:44:38.203] 130/308 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
[15:44:38.203] 133/308 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[15:44:38.203] 134/308 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[15:44:38.203] 135/308 postgresql:libpq / libpq/004_load_balance_dns                                   ERROR            ...
[15:44:38.203] 137/308 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[15:44:38.203] 138/308 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[15:44:38.203] 139/308 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[15:44:38.203] 140/308 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[15:44:38.203] 142/308 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[15:44:38.203] 143/308 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace                ERROR            ...
[15:44:38.203] 144/308 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal                      ERROR            ...
[15:44:38.203] 145/308 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical                     ERROR            ...
[15:44:38.203] 146/308 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[15:44:38.203] 148/308 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[15:44:38.203] 150/308 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[15:44:38.203] 151/308 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[15:44:38.203] 152/308 postgresql:pg_combinebackup / pg_combinebackup/004_manifest                     ERROR            ...
[15:44:38.203] 153/308 postgresql:pg_combinebackup / pg_combinebackup/005_integrity                    ERROR            ...
[15:44:38.203] 154/308 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[15:44:38.203] 155/308 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[15:44:38.203] 156/308 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[15:44:38.203] 159/308 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[15:44:38.203] 160/308 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[15:44:38.203] 161/308 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR            ...
[15:44:38.203] 162/308 postgresql:pg_ctl / pg_ctl/004_logrotate                                        ERROR            ...
[15:44:38.203] 164/308 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[15:44:38.203] 165/308 postgresql:pg_dump / pg_dump/003_pg_dump_with_server                            ERROR            ...
[15:44:38.203] 166/308 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[15:44:38.203] 167/308 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[15:44:38.203] 168/308 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[15:44:38.203] 169/308 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[15:44:38.203] 170/308 postgresql:pg_resetwal / pg_resetwal/002_corrupted                              ERROR            ...
[15:44:38.203] 171/308 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[15:44:38.203] 172/308 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[15:44:38.203] 173/308 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
[15:44:38.203] 174/308 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[15:44:38.203] 175/308 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[15:44:38.203] 176/308 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[15:44:38.203] 178/308 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[15:44:38.203] 179/308 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[15:44:38.203] 181/308 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[15:44:38.203] 184/308 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm                      ERROR            ...
[15:44:38.203] 185/308 postgresql:pg_verifybackup / pg_verifybackup/003_corruption                     ERROR            ...
[15:44:38.203] 186/308 postgresql:pg_verifybackup / pg_verifybackup/004_options                        ERROR            ...
[15:44:38.203] 188/308 postgresql:pg_verifybackup / pg_verifybackup/006_encoding                       ERROR            ...
[15:44:38.203] 189/308 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[15:44:38.203] 190/308 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[15:44:38.204] 191/308 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[15:44:38.204] 192/308 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[15:44:38.204] 193/308 postgresql:pg_waldump / pg_waldump/002_save_fullpage                            ERROR            ...
[15:44:38.204] 194/308 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[15:44:38.204] 196/308 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[15:44:38.204] 198/308 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[15:44:38.204] 200/308 postgresql:psql / psql/020_cancel                                               ERROR            ...
[15:44:38.204] 201/308 postgresql:psql / psql/001_basic                                                ERROR            ...
[15:44:38.204] 202/308 postgresql:scripts / scripts/010_clusterdb                                      ERROR            ...
[15:44:38.204] 203/308 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
[15:44:38.204] 204/308 postgresql:scripts / scripts/020_createdb                                       ERROR            ...
[15:44:38.204] 205/308 postgresql:scripts / scripts/040_createuser                                     ERROR            ...
[15:44:38.204] 206/308 postgresql:scripts / scripts/050_dropdb                                         ERROR            ...
[15:44:38.204] 207/308 postgresql:scripts / scripts/070_dropuser                                       ERROR            ...
[15:44:38.204] 208/308 postgresql:scripts / scripts/080_pg_isready                                     ERROR            ...
[15:44:38.204] 209/308 postgresql:scripts / scripts/090_reindexdb                                      ERROR            ...
[15:44:38.204] 210/308 postgresql:scripts / scripts/091_reindexdb_all                                  ERROR            ...
[15:44:38.204] 211/308 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
[15:44:38.204] 212/308 postgresql:scripts / scripts/100_vacuumdb                                       ERROR            ...
[15:44:38.204] 213/308 postgresql:scripts / scripts/102_vacuumdb_stages                                ERROR            ...
[15:44:38.204] 215/308 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[15:44:38.204] 216/308 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[15:44:38.204] 217/308 postgresql:scripts / scripts/200_connstr                                        ERROR            ...
[15:44:38.204] 218/308 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[15:44:38.204] 219/308 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[15:44:38.204] 220/308 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[15:44:38.204] 221/308 postgresql:auto_explain / auto_explain/001_auto_explain                         ERROR            ...
[15:44:38.204] 222/308 postgresql:bloom / bloom/001_wal                                                ERROR            ...
[15:44:38.204] 224/308 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[15:44:38.204] 225/308 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[15:44:38.204] 226/308 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[15:44:38.204] 227/308 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[15:44:38.204] 228/308 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[15:44:38.204] 230/308 postgresql:authentication / authentication/001_password                         ERROR            ...
[15:44:38.204] 231/308 postgresql:authentication / authentication/003_peer                             ERROR            ...
[15:44:38.204] 232/308 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[15:44:38.204] 234/308 postgresql:authentication / authentication/002_saslprep                         ERROR            ...
[15:44:38.204] 235/308 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[15:44:38.204] 236/308 postgresql:subscription / subscription/002_types                                ERROR            ...
[15:44:38.204] 237/308 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[15:44:38.204] 238/308 postgresql:authentication / authentication/006_login_trigger                    ERROR            ...
[15:44:38.204] 239/308 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[15:44:38.204] 240/308 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[15:44:38.204] 241/308 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[15:44:38.204] 242/308 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[15:44:38.204] 243/308 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[15:44:38.204] 244/308 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[15:44:38.204] 245/308 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[15:44:38.204] 246/308 postgresql:subscription / subscription/011_generated                            ERROR            ...
[15:44:38.204] 247/308 postgresql:subscription / subscription/013_partition                            ERROR            ...
[15:44:38.204] 248/308 postgresql:subscription / subscription/014_binary                               ERROR            ...
[15:44:38.204] 249/308 postgresql:subscription / subscription/015_stream                               ERROR            ...
[15:44:38.216] 250/308 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[15:44:38.216] 251/308 postgresql:subscription / subscription/012_collation                            ERROR            ...
[15:44:38.216] 252/308 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[15:44:38.216] 253/308 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[15:44:38.216] 254/308 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[15:44:38.216] 255/308 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[15:44:38.216] 256/308 postgresql:subscription / subscription/020_messages                             ERROR            ...
[15:44:38.216] 257/308 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[15:44:38.216] 258/308 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[15:44:38.216] 259/308 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[15:44:38.216] 260/308 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[15:44:38.216] 261/308 postgresql:subscription / subscription/026_stats                                ERROR            ...
[15:44:38.216] 262/308 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[15:44:38.216] 263/308 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[15:44:38.216] 264/308 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[15:44:38.216] 265/308 postgresql:subscription / subscription/030_origin                               ERROR            ...
[15:44:38.216] 266/308 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[15:44:38.216] 267/308 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[15:44:38.216] 268/308 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[15:44:38.216] 269/308 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[15:44:38.216] 270/308 postgresql:brin / brin/01_workitems                                             ERROR            ...
[15:44:38.216] 271/308 postgresql:brin / brin/02_wal_consistency                                       ERROR            ...
[15:44:38.216] 272/308 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[15:44:38.216] 273/308 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[15:44:38.216] 274/308 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[15:44:38.216] 275/308 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[15:44:38.216] 276/308 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[15:44:38.216] 277/308 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd       ERROR            ...
[15:44:38.216] 278/308 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[15:44:38.216] 279/308 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[15:44:38.216] 280/308 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[15:44:38.216] 284/308 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[15:44:38.216] 285/308 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[15:44:38.216] 286/308 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[15:44:38.216] 288/308 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[15:44:38.216] 289/308 postgresql:test_misc / test_misc/005_timeouts                                   ERROR            ...
[15:44:38.216] 290/308 postgresql:test_misc / test_misc/006_signal_autovacuum                          ERROR            ...
[15:44:38.216] 291/308 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[15:44:38.216] 292/308 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[15:44:38.216] 293/308 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[15:44:38.216] 297/308 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[15:44:38.216] 298/308 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[15:44:38.216] 299/308 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[15:44:38.216] 300/308 postgresql:ldap / ldap/001_auth                                                 ERROR            ...
[15:44:38.216] 301/308 postgresql:ldap / ldap/002_bindpasswd                                           ERROR            ...
[15:44:38.216] 302/308 postgresql:icu / icu/010_database                                               ERROR            ...
[15:44:38.216] 303/308 postgresql:regress / regress/regress                                            ERROR           1...
[15:44:38.216] 304/308 postgresql:bool_plperl / bool_plperl/regress                                    ERROR           1...
[15:44:38.216] 305/308 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR           1...
[15:44:38.216] 306/308 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR           1...
[15:44:38.216] 307/308 postgresql:pgcrypto / pgcrypto/regress                                          ERROR           1...
[15:44:38.216] 308/308 postgresql:test_decoding / test_decoding/isolation                              ERROR           1...
%s Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[15:35:31.907] c:\cirrus\src\backend\access\stir\stir.c(375) : warning C4715: 'stirbeginscan': not all control paths ret...
49/5194 Basic threading API pg_threads.h
%s CompilerWarnings
compiler
[13:26:12.549] ../../src/include/port/pg_threads.h:126:16: error: returning ‘DWORD’ {aka ‘long unsigned int’} from a fun...
%s Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[13:24:42.305] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:26:00.652] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:26:00.526] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:26:00.526] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:24:43.168] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:24:40.856] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:26:00.494] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:26:00.494] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:25:37.807] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:25:37.807] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:25:37.570] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:25:37.570] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:25:36.063] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:25:35.968] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:25:35.889] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:25:35.889] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:25:32.602] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:24:48.566] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:24:48.372] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:24:47.976] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:24:47.786] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
50/4984 Serverside SNI for SSL connections
%s FreeBSD - 13 - Meson
tap
[22:16:53.295](1.747s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[22:17:03.013] 289/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
%s Linux - Debian Bookworm - Autoconf
tap
[22:17:45.961](0.869s) not ok 1 - no parameters missing from postgresql.conf.sample
%s Linux - Debian Bookworm - Meson
tap
[22:18:17.803](0.521s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[22:18:28.098] 288/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
%s Windows - Server 2019, VS 2019 - Meson & ninja
tap
[22:24:29.041](0.000s) not ok 4 - connect with correct server CA cert file sslmode=require: matches
tap
[22:24:10.766](2.154s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[22:24:37.713] 283/304 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[22:24:37.713] 301/304 postgresql:ssl / ssl/004_sni                                                    ERROR            ...
50/4736 Add new protocol message to change GUCs to be able to change protocol extension parameters
%s CompilerWarnings
compiler
[18:39:12.689] protocol-parameters.c:28:26: error: no previous extern declaration for non-static variable 'SupportedProt...
compiler
[18:38:31.511] protocol-parameters.c:28:26: error: no previous extern declaration for non-static variable 'SupportedProt...
50/4871 KNN-btree
%s CompilerWarnings
compiler
[11:52:59.402] nbtsearch.c:2654:15: error: unused variable 'so' [-Werror,-Wunused-variable]
compiler
[11:49:12.903] nbtsearch.c:2654:22: error: unused variable ‘so’ [-Werror=unused-variable]
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/init.out /tmp/cirrus-ci-build/build/testrun/btree_gist/regress...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/init.out	2024-08-11 11:48:03.214239000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/init.out	2024-08-11 11:51:07.842611000 +0000
@@ -1,4 +1,5 @@
 CREATE EXTENSION btree_gist;
+ERROR:  extension "btree_gist" has no installation script nor update path for version "1.8"
 -- Check whether any of our opclasses fail amvalidate
 SELECT amname, opcname
 FROM pg_opclass opc LEFT JOIN pg_am am ON am.oid = opcmethod
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/int2.out /tmp/cirrus-ci-build/build/testrun/btree_gist/regress...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/int2.out	2024-08-11 11:48:03.214311000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/int2.out	2024-08-11 11:51:07.896977000 +0000
@@ -41,6 +41,8 @@
 (3 rows)
 
 CREATE INDEX int2idx ON int2tmp USING gist ( a );
+ERROR:  data type smallint has no default operator class for access method "gist"
+HINT:  You must specify an operator class for the index or define a default operator class for the data type.
 SET enable_seqscan=off;
 SELECT count(*) FROM int2tmp WHERE a <  237::int2;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out	2024-08-11 11:48:04.725006000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/btree_index.out	2024-08-11 11:50:13.130212...
@@ -626,15 +626,10 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
   4408 | 4488889
   6320 | 5257716
   1836 | 5593978
-(10 rows)
+(5 rows)
 
 DROP INDEX bt_i4_heap_random_idx;
 CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out	2024-08-11 11:48:04.725006000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/btree_index.out	2024-08-11 11:50:53.9471...
@@ -626,15 +626,10 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
   4408 | 4488889
   6320 | 5257716
   1836 | 5593978
-(10 rows)
+(5 rows)
 
 DROP INDEX bt_i4_heap_random_idx;
 CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out	2024-08-11 11:48:04.725006000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/btree_index.out	2024-08-11 11:50:10.898413000 +0000
@@ -626,15 +626,10 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
   4408 | 4488889
   6320 | 5257716
   1836 | 5593978
-(10 rows)
+(5 rows)
 
 DROP INDEX bt_i4_heap_random_idx;
 CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
...
tap
[11:50:53.472](62.276s) not ok 5 - regression tests pass
tap
[11:51:39.016](74.365s) not ok 2 - regression tests pass
test
[11:53:29.369]  18/307 postgresql:regress / regress/regress                                            ERROR            ...
[11:53:29.369]  61/307 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[11:53:29.369]  94/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:53:29.369] 152/307 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
%s Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out	2024-08-11 11:48:02.776379012 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/btree_index.out	2024-08-11 11:55:04.814746193 +0000
@@ -626,15 +626,10 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
   4408 | 4488889
   6320 | 5257716
   1836 | 5593978
-(10 rows)
+(5 rows)
 
 DROP INDEX bt_i4_heap_random_idx;
 CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out	2024-08-11 11:48:02.776379012 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/btree_index.out	2024-08-11 11:56:59.282665717 +0000
@@ -626,15 +626,10 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
   4408 | 4488889
   6320 | 5257716
   1836 | 5593978
-(10 rows)
+(5 rows)
 
 DROP INDEX bt_i4_heap_random_idx;
 CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out /tmp/cirrus-ci-build/src/test/regress/results/bt...
--- /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out	2024-08-11 11:48:02.776379012 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/btree_index.out	2024-08-11 11:52:42.302301902 +0000
@@ -626,15 +626,10 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
   4408 | 4488889
   6320 | 5257716
   1836 | 5593978
-(10 rows)
+(5 rows)
 
 DROP INDEX bt_i4_heap_random_idx;
 CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
...
tap
[11:56:01.054](98.768s) not ok 5 - regression tests pass
tap
[11:57:38.657](59.040s) not ok 2 - regression tests pass
%s Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/init.out /tmp/cirrus-ci-build/build/testrun/btree_gist/regress...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/init.out	2024-08-11 11:48:01.711619909 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/init.out	2024-08-11 11:53:53.018533047 +0000
@@ -1,4 +1,5 @@
 CREATE EXTENSION btree_gist;
+ERROR:  extension "btree_gist" has no installation script nor update path for version "1.8"
 -- Check whether any of our opclasses fail amvalidate
 SELECT amname, opcname
 FROM pg_opclass opc LEFT JOIN pg_am am ON am.oid = opcmethod
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/int2.out /tmp/cirrus-ci-build/build/testrun/btree_gist/regress...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/int2.out	2024-08-11 11:48:01.711619909 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/int2.out	2024-08-11 11:53:53.290534582 +0000
@@ -41,6 +41,8 @@
 (3 rows)
 
 CREATE INDEX int2idx ON int2tmp USING gist ( a );
+ERROR:  data type smallint has no default operator class for access method "gist"
+HINT:  You must specify an operator class for the index or define a default operator class for the data type.
 SET enable_seqscan=off;
 SELECT count(*) FROM int2tmp WHERE a <  237::int2;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out	2024-08-11 11:48:03.553128068 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/btree_index.out	2024-08-11 11:52:56.434315...
@@ -626,15 +626,10 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
   4408 | 4488889
   6320 | 5257716
   1836 | 5593978
-(10 rows)
+(5 rows)
 
 DROP INDEX bt_i4_heap_random_idx;
 CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out	2024-08-11 11:48:03.553128068 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/btree_index.out	2024-08-11 11:53:42.0064...
@@ -626,15 +626,10 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
   4408 | 4488889
   6320 | 5257716
   1836 | 5593978
-(10 rows)
+(5 rows)
 
 DROP INDEX bt_i4_heap_random_idx;
 CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out	2024-08-11 11:48:03.553128068 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/btree_index.out	2024-08-11 11:52:51.278309928 +0000
@@ -626,15 +626,10 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
   4408 | 4488889
   6320 | 5257716
   1836 | 5593978
-(10 rows)
+(5 rows)
 
 DROP INDEX bt_i4_heap_random_idx;
 CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
...
tap
[11:53:48.574](77.548s) not ok 5 - regression tests pass
tap
[11:54:37.845](91.873s) not ok 2 - regression tests pass
test
[11:56:11.362]  17/307 postgresql:regress / regress/regress                                            ERROR            ...
[11:56:11.362]  84/307 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[11:56:11.362] 135/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:56:11.362] 164/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
%s macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/btree_gist/expected/init.out /Users/admin/pgsql/build/testrun/btree_gist/regress/res...
--- /Users/admin/pgsql/contrib/btree_gist/expected/init.out	2024-08-11 11:48:10
+++ /Users/admin/pgsql/build/testrun/btree_gist/regress/results/init.out	2024-08-11 11:51:50
@@ -1,4 +1,5 @@
 CREATE EXTENSION btree_gist;
+ERROR:  extension "btree_gist" has no installation script nor update path for version "1.8"
 -- Check whether any of our opclasses fail amvalidate
 SELECT amname, opcname
 FROM pg_opclass opc LEFT JOIN pg_am am ON am.oid = opcmethod
diff -U3 /Users/admin/pgsql/contrib/btree_gist/expected/int2.out /Users/admin/pgsql/build/testrun/btree_gist/regress/res...
--- /Users/admin/pgsql/contrib/btree_gist/expected/int2.out	2024-08-11 11:48:10
+++ /Users/admin/pgsql/build/testrun/btree_gist/regress/results/int2.out	2024-08-11 11:51:50
@@ -41,6 +41,8 @@
 (3 rows)
 
 CREATE INDEX int2idx ON int2tmp USING gist ( a );
+ERROR:  data type smallint has no default operator class for access method "gist"
+HINT:  You must specify an operator class for the index or define a default operator class for the data type.
 SET enable_seqscan=off;
 SELECT count(*) FROM int2tmp WHERE a <  237::int2;
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/btree_index.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/btree_index.out	2024-08-11 11:48:13
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/btree_index.out	2024-08-11 11:50:35
@@ -626,506 +626,60471 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
-  4408 | 4488889
-  6320 | 5257716
-  1836 | 5593978
-(10 rows)
-
-DROP INDEX bt_i4_heap_random_idx;
-CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
-SELECT * FROM bt_i4_heap
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/btree_index.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/btree_index.out	2024-08-11 11:48:13
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/btree_index.out	2024-08-11 11:51:36
@@ -626,506 +626,60471 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
-  4408 | 4488889
-  6320 | 5257716
-  1836 | 5593978
-(10 rows)
-
-DROP INDEX bt_i4_heap_random_idx;
-CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
-SELECT * FROM bt_i4_heap
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/btree_index.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/btree_index.out	2024-08-11 11:48:13
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/btree_index.out	2024-08-11 11:50:31
@@ -626,506 +626,60471 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
-  4408 | 4488889
-  6320 | 5257716
-  1836 | 5593978
-(10 rows)
-
-DROP INDEX bt_i4_heap_random_idx;
-CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
-SELECT * FROM bt_i4_heap
...
tap
[11:51:00.566](47.181s) not ok 5 - regression tests pass
tap
[11:52:14.563](71.272s) not ok 2 - regression tests pass
test
[11:54:42.363]  24/307 postgresql:regress / regress/regress                                            ERROR            ...
[11:54:42.363]  47/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:54:42.363]  64/307 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[11:54:42.363] 145/307 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
%s Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gist/expected/init.out C:/cirrus/build/testrun/btree_gist/regress/r...
--- C:/cirrus/contrib/btree_gist/expected/init.out	2024-08-11 11:48:14.954991600 +0000
+++ C:/cirrus/build/testrun/btree_gist/regress/results/init.out	2024-08-11 11:53:51.006001800 +0000
@@ -1,4 +1,5 @@
 CREATE EXTENSION btree_gist;
+ERROR:  extension "btree_gist" has no installation script nor update path for version "1.8"
 -- Check whether any of our opclasses fail amvalidate
 SELECT amname, opcname
 FROM pg_opclass opc LEFT JOIN pg_am am ON am.oid = opcmethod
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gist/expected/int2.out C:/cirrus/build/testrun/btree_gist/regress/r...
--- C:/cirrus/contrib/btree_gist/expected/int2.out	2024-08-11 11:48:14.955970900 +0000
+++ C:/cirrus/build/testrun/btree_gist/regress/results/int2.out	2024-08-11 11:53:51.522598900 +0000
@@ -41,6 +41,8 @@
 (3 rows)
 
 CREATE INDEX int2idx ON int2tmp USING gist ( a );
+ERROR:  data type smallint has no default operator class for access method "gist"
+HINT:  You must specify an operator class for the index or define a default operator class for the data type.
 SET enable_seqscan=off;
 SELECT count(*) FROM int2tmp WHERE a <  237::int2;
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/btree_index.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/btree_index.out	2024-08-11 11:48:19.584309800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/btree_index.out	2024-08-11 11:51:01.016340500 +0000
@@ -626,15 +626,10 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
   4408 | 4488889
   6320 | 5257716
   1836 | 5593978
-(10 rows)
+(5 rows)
 
 DROP INDEX bt_i4_heap_random_idx;
 CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/btree_index.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/btree_index.out	2024-08-11 11:48:19.584309800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/btree_index.out	2024-08-11 11:53:05.500604000 +0000
@@ -626,15 +626,10 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
   4408 | 4488889
   6320 | 5257716
   1836 | 5593978
-(10 rows)
+(5 rows)
 
 DROP INDEX bt_i4_heap_random_idx;
 CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/btree_index.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/btree_index.out	2024-08-11 11:48:19.584309800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/btree_index.out	2024-08-11 11:50:50.841791200 +0000
@@ -626,15 +626,10 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
   4408 | 4488889
   6320 | 5257716
   1836 | 5593978
-(10 rows)
+(5 rows)
 
 DROP INDEX bt_i4_heap_random_idx;
 CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
...
tap
[11:52:08.903](109.546s) not ok 5 - regression tests pass
tap
[11:54:17.138](114.470s) not ok 2 - regression tests pass
test
[12:00:12.996]   7/302 postgresql:regress / regress/regress                                            ERROR           1...
[12:00:12.996]  37/302 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:00:12.996]  71/302 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[12:00:12.996]  90/302 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/4337 Incremental View Maintenance (IVM), take 2
%s macOS - Ventura - Meson
tap
[18:08:25.250](0.000s) not ok 383 - pgbench script error: bad boolean stderr /(?^:malformed variable.*trueXXX)/
test
[18:09:29.841] 209/303 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
49/4857 Partial aggregates push down
%s CompilerWarnings
compiler
[10:20:56.283] deparse.c:3872:12: error: unused variable 'query' [-Werror,-Wunused-variable]
compiler
[10:16:01.220] deparse.c:3872:12: error: unused variable ‘query’ [-Werror=unused-variable]
50/4759 shared detoast datum
%s FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2024-05-21 15:55:36.175821000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2024-05-21 15:56:39.449489000...
@@ -156,7 +156,8 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(22 rows)
+ enable_toast_cache             | off
+(23 rows)
 
 -- There are always wait event descriptions for various types.
 select type, count(*) > 0 as ok FROM pg_wait_events
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	2024-05-21 15:55:36.175821000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/sysviews.out	2024-05-21 15:57:14.7697870...
@@ -156,7 +156,8 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(22 rows)
+ enable_toast_cache             | off
+(23 rows)
 
 -- There are always wait event descriptions for various types.
 select type, count(*) > 0 as ok FROM pg_wait_events
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	2024-05-21 15:55:36.175821000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/sysviews.out	2024-05-21 15:56:37.586709000 +0000
@@ -156,7 +156,8 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(22 rows)
+ enable_toast_cache             | off
+(23 rows)
 
 -- There are always wait event descriptions for various types.
 select type, count(*) > 0 as ok FROM pg_wait_events
tap
[15:57:06.461](45.773s) not ok 5 - regression tests pass
tap
[15:57:42.463](55.436s) not ok 2 - regression tests pass
tap
[15:58:26.985](0.316s) not ok 1 - no parameters missing from postgresql.conf.sample
%s Linux - Debian Bullseye - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2024-05-21 15:55:02.609409323 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2024-05-21 15:56:51.581340918...
@@ -156,7 +156,8 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(22 rows)
+ enable_toast_cache             | off
+(23 rows)
 
 -- There are always wait event descriptions for various types.
 select type, count(*) > 0 as ok FROM pg_wait_events
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	2024-05-21 15:55:02.609409323 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/sysviews.out	2024-05-21 15:57:33.2573232...
@@ -156,7 +156,8 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(22 rows)
+ enable_toast_cache             | off
+(23 rows)
 
 -- There are always wait event descriptions for various types.
 select type, count(*) > 0 as ok FROM pg_wait_events
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	2024-05-21 15:55:02.609409323 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/sysviews.out	2024-05-21 15:56:48.945342803 +0000
@@ -156,7 +156,8 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(22 rows)
+ enable_toast_cache             | off
+(23 rows)
 
 -- There are always wait event descriptions for various types.
 select type, count(*) > 0 as ok FROM pg_wait_events
tap
[15:57:29.718](66.403s) not ok 5 - regression tests pass
tap
[15:58:01.303](67.385s) not ok 2 - regression tests pass
tap
[15:59:11.288](0.351s) not ok 1 - no parameters missing from postgresql.conf.sample
50/4764 Adding comments to help understand psql hidden queries
%s macOS - Ventura - Meson
tap
[18:04:55.343](0.000s) not ok 55 - slot has been invalidated
test
[18:07:57.517]  45/301 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...