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.
| 57/6152 | Optimization of the is_normalized() function. |
| FreeBSD - Meson | |
| core | [13:52:27.928] #0 0x000035e79cd860f6 in ?? () from /lib/libc.so.7 [13:52:27.928] #1 0x000035e79cd43257 in ?? () from /lib/libc.so.7 [13:52:27.928] #2 0x000035e79cd454e8 in ?? () from /lib/libc.so.7 [13:52:27.928] #3 0x00003fe3f7aa862d in ?? () from /libexec/ld-elf.so.1 [13:52:27.928] #4 0x0000000000000000 in ?? () |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres... --- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out 2025-12-14 13:42:16.837330000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out 2025-12-14 13:49:32.3714100... @@ -12696,8 +12696,7 @@ FROM postgres_fdw_get_connections(true); server_name | closed | remote_backend_pid -------------+--------+-------------------- - loopback | f | t -(1 row) +(0 rows) -- After terminating the remote backend, since the connection is closed, -- "closed" should be TRUE, or NULL if the connection status check @@ -12713,8 +12712,7 @@ FROM postgres_fdw_get_connections(true); server_name | closed | remote_backend_pid -------------+--------+-------------------- - loopback | t | t -(1 row) +(0 rows) ... |
| test | [13:50:01.295] 82/84 postgresql:postgres_fdw-running / postgres_fdw-running/regress ERROR 11.63... |
| 57/6029 | NOT NULL NOT ENFORCED |
| NetBSD - Meson | |
| tap | [13:34:40.538](0.000s) not ok 21 - pg_archivecleanup dry run for 00000001000000370000000D: matches |
| test | [13:36:26.547] 163/362 postgresql:pg_archivecleanup / pg_archivecleanup/010_pg_archivecleanup ERROR ... |
| 57/6243 | Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB ​barriers |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/isolation/expected/timeouts.out /home/postgres/postgres/build/testrun/isolatio... --- /home/postgres/postgres/src/test/isolation/expected/timeouts.out 2025-12-14 13:19:18.332140342 +0000 +++ /home/postgres/postgres/build/testrun/isolation/isolation/results/timeouts.out 2025-12-14 13:23:00.044679183 +0000 @@ -50,7 +50,7 @@ step slto: SET lock_timeout = '10s'; SET statement_timeout = '10ms'; step locktbl: LOCK TABLE accounts; <waiting ...> step locktbl: <... completed> -ERROR: canceling statement due to statement timeout +ERROR: canceling statement due to user request starting permutation: wrtbl sto update step wrtbl: UPDATE accounts SET balance = balance + 100; |
| test | [13:25:08.429] 113/362 postgresql:isolation / isolation/isolation ERROR 1... |
| 57/5919 | Eagerly evict bulkwrite strategy ring |
| NetBSD - Meson | |
| tap | Bail out!=== dumping /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/regression.diffs === [12:49:40.246](64.298s) not ok 5 - regression tests pass [12:49:40.261](0.011s) Bail out! command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/pg_upgrade/00... |
| test | [12:52:09.014] 54/362 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... |
| 57/6220 | psql: add \dcs to list all constraints |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/stats_rewrite.out /home/postgres/postgres/build/testrun/pg_up... --- /home/postgres/postgres/src/test/regress/expected/stats_rewrite.out 2025-12-14 11:31:38.076712239 +0000 +++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/stats_rewrite.out 2025-12-14 11:33:34.5... @@ -1,355 +1 @@ --- --- Test cumulative statistics with relation rewrites --- --- Two-phase commit. --- Table-level stats with VACUUM and rewrite after 2PC commit. -CREATE TABLE test_2pc_timestamp (a int) WITH (autovacuum_enabled = false); -VACUUM ANALYZE test_2pc_timestamp; -SELECT last_analyze AS last_vacuum_analyze - FROM pg_stat_all_tables WHERE relname = 'test_2pc_timestamp' \gset -BEGIN; -ALTER TABLE test_2pc_timestamp ALTER COLUMN a TYPE int; -PREPARE TRANSACTION 'test'; -COMMIT PREPARED 'test'; -SELECT pg_stat_force_next_flush(); - pg_stat_force_next_flush --------------------------- ... |
| tap | [11:34:11.498](96.657s) not ok 5 - regression tests pass |
| test | [11:36:15.599] 51/362 postgresql:recovery / recovery/047_checkpoint_physical_slot ERROR ... [11:36:15.599] 53/362 postgresql:recovery / recovery/048_vacuum_horizon_floor ERROR ... [11:36:15.599] 56/362 postgresql:recovery / recovery/035_standby_logical_decoding ERROR ... [11:36:15.599] 142/362 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... |
| 57/6252 | Proposal: Conflict log history table for Logical Replication |
| macOS - Sequoia - Meson | |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/subscription.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_p...
--- /Users/admin/pgsql/src/test/regress/expected/subscription.out 2025-12-14 10:32:36
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subscription.out 2025-12-14 10:35:00
@@ -550,14 +550,13 @@
SELECT format_type(atttypid, atttypmod) FROM pg_attribute WHERE attrelid = 'public.regress_conflict_log1'::regclass AND...
format_type
-------------
- json
-(1 row)
+(0 rows)
\dRs+
- ...
- Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
-------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
- regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
+ ...
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
+------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
+ regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
... |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/subscription.out /Users/admin/pgsql/build/testrun/recovery/027_str...
--- /Users/admin/pgsql/src/test/regress/expected/subscription.out 2025-12-14 10:32:36
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/subscription.out 2025-12-14 10:35:58
@@ -550,14 +550,13 @@
SELECT format_type(atttypid, atttypmod) FROM pg_attribute WHERE attrelid = 'public.regress_conflict_log1'::regclass AND...
format_type
-------------
- json
-(1 row)
+(0 rows)
\dRs+
- ...
- Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
-------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
- regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
+ ...
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
+------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
+ regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
... |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/subscription.out /Users/admin/pgsql/build/testrun/regress/regress/...
--- /Users/admin/pgsql/src/test/regress/expected/subscription.out 2025-12-14 10:32:36
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/subscription.out 2025-12-14 10:35:01
@@ -550,14 +550,13 @@
SELECT format_type(atttypid, atttypmod) FROM pg_attribute WHERE attrelid = 'public.regress_conflict_log1'::regclass AND...
format_type
-------------
- json
-(1 row)
+(0 rows)
\dRs+
- ...
- Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
-------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
- regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
+ ...
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
+------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
+ regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
... |
| tap | [10:35:13.477](42.584s) not ok 5 - regression tests pass |
| tap | [10:36:17.782](0.000s) not ok 2 - regression tests pass |
| test | [10:38:42.899] 15/363 postgresql:regress / regress/regress ERROR ... [10:38:42.899] 21/363 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [10:38:42.899] 99/363 postgresql:recovery / recovery/027_stream_regress ERROR ... |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subscription.out C:/cirrus/build/testrun/pg_upgrade/002...
--- C:/cirrus/src/test/regress/expected/subscription.out 2025-12-14 10:32:47.268771100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subscription.out 2025-12-14 10:36:54.583533400 +0000
@@ -550,14 +550,13 @@
SELECT format_type(atttypid, atttypmod) FROM pg_attribute WHERE attrelid = 'public.regress_conflict_log1'::regclass AND...
format_type
-------------
- json
-(1 row)
+(0 rows)
\dRs+
- ...
- Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
-------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
- regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
+ ...
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
+------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
+ regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subscription.out C:/cirrus/build/testrun/recovery/027_s...
--- C:/cirrus/src/test/regress/expected/subscription.out 2025-12-14 10:32:47.268771100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/subscription.out 2025-12-14 10:39:55.458035600 +000...
@@ -550,14 +550,13 @@
SELECT format_type(atttypid, atttypmod) FROM pg_attribute WHERE attrelid = 'public.regress_conflict_log1'::regclass AND...
format_type
-------------
- json
-(1 row)
+(0 rows)
\dRs+
- ...
- Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
-------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
- regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
+ ...
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
+------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
+ regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subscription.out C:/cirrus/build/testrun/regress/regres...
--- C:/cirrus/src/test/regress/expected/subscription.out 2025-12-14 10:32:47.268771100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/subscription.out 2025-12-14 10:36:49.088416500 +0000
@@ -550,14 +550,13 @@
SELECT format_type(atttypid, atttypmod) FROM pg_attribute WHERE attrelid = 'public.regress_conflict_log1'::regclass AND...
format_type
-------------
- json
-(1 row)
+(0 rows)
\dRs+
- ...
- Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
-------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
- regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
+ ...
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
+------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
+ regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
... |
| tap | [10:37:31.866](135.196s) not ok 5 - regression tests pass |
| tap | [10:40:38.352](0.001s) not ok 2 - regression tests pass |
| Windows - Server 2022, MinGW64 - Meson | |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subscription.out C:/cirrus/build/testrun/pg_upgrade/002...
--- C:/cirrus/src/test/regress/expected/subscription.out 2025-12-14 10:32:45.948366400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subscription.out 2025-12-14 10:38:27.252240900 +0000
@@ -550,14 +550,13 @@
SELECT format_type(atttypid, atttypmod) FROM pg_attribute WHERE attrelid = 'public.regress_conflict_log1'::regclass AND...
format_type
-------------
- json
-(1 row)
+(0 rows)
\dRs+
- ...
- Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
-------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
- regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
+ ...
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
+------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
+ regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subscription.out C:/cirrus/build/testrun/recovery/027_s...
--- C:/cirrus/src/test/regress/expected/subscription.out 2025-12-14 10:32:45.948366400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/subscription.out 2025-12-14 10:41:14.136031100 +000...
@@ -550,14 +550,13 @@
SELECT format_type(atttypid, atttypmod) FROM pg_attribute WHERE attrelid = 'public.regress_conflict_log1'::regclass AND...
format_type
-------------
- json
-(1 row)
+(0 rows)
\dRs+
- ...
- Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
-------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
- regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
+ ...
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
+------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
+ regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subscription.out C:/cirrus/build/testrun/regress/regres...
--- C:/cirrus/src/test/regress/expected/subscription.out 2025-12-14 10:32:45.948366400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/subscription.out 2025-12-14 10:38:21.894318100 +0000
@@ -550,14 +550,13 @@
SELECT format_type(atttypid, atttypmod) FROM pg_attribute WHERE attrelid = 'public.regress_conflict_log1'::regclass AND...
format_type
-------------
- json
-(1 row)
+(0 rows)
\dRs+
- ...
- Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
-------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
- regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
+ ...
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
+------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
+ regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
... |
| tap | [10:38:46.723](64.099s) not ok 5 - regression tests pass |
| tap | [10:41:35.912](0.000s) not ok 2 - regression tests pass |
| Linux - Debian Trixie - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subscription.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subscription.out 2025-12-14 10:32:49.921099632 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subscription.out 2025-12-14 10:36:41.53574...
@@ -550,14 +550,13 @@
SELECT format_type(atttypid, atttypmod) FROM pg_attribute WHERE attrelid = 'public.regress_conflict_log1'::regclass AND...
format_type
-------------
- json
-(1 row)
+(0 rows)
\dRs+
- ...
- Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
-------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
- regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
+ ...
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
+------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
+ regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subscription.out /tmp/cirrus-ci-build/build/testrun/recovery/027...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subscription.out 2025-12-14 10:32:49.921099632 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/subscription.out 2025-12-14 10:38:07.966...
@@ -550,14 +550,13 @@
SELECT format_type(atttypid, atttypmod) FROM pg_attribute WHERE attrelid = 'public.regress_conflict_log1'::regclass AND...
format_type
-------------
- json
-(1 row)
+(0 rows)
\dRs+
- ...
- Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
-------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
- regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
+ ...
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
+------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
+ regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subscription.out /tmp/cirrus-ci-build/build/testrun/regress/regr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subscription.out 2025-12-14 10:32:49.921099632 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/subscription.out 2025-12-14 10:36:42.459731588 +0000
@@ -550,14 +550,13 @@
SELECT format_type(atttypid, atttypmod) FROM pg_attribute WHERE attrelid = 'public.regress_conflict_log1'::regclass AND...
format_type
-------------
- json
-(1 row)
+(0 rows)
\dRs+
- ...
- Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
-------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
- regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
+ ...
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
+------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
+ regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
... |
| tap | [10:37:06.769](75.358s) not ok 5 - regression tests pass |
| tap | [10:38:36.593](0.000s) not ok 2 - regression tests pass |
| test | [10:41:29.542] 23/364 postgresql:regress / regress/regress ERROR ... [10:41:29.542] 30/364 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [10:41:29.542] 130/364 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| OpenBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/subscription.out /home/postgres/postgres/build/testrun/pg_upg...
--- /home/postgres/postgres/src/test/regress/expected/subscription.out Sun Dec 14 10:32:57 2025
+++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subscription.out Sun Dec 14 10:36:34 20...
@@ -550,14 +550,13 @@
SELECT format_type(atttypid, atttypmod) FROM pg_attribute WHERE attrelid = 'public.regress_conflict_log1'::regclass AND...
format_type
-------------
- json
-(1 row)
+(0 rows)
\dRs+
- ...
- Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
-------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
- regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
+ ...
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
+------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
+ regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/subscription.out /home/postgres/postgres/build/testrun/recove...
--- /home/postgres/postgres/src/test/regress/expected/subscription.out Sun Dec 14 10:32:57 2025
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/subscription.out Sun Dec 14 10:38:40 ...
@@ -550,14 +550,13 @@
SELECT format_type(atttypid, atttypmod) FROM pg_attribute WHERE attrelid = 'public.regress_conflict_log1'::regclass AND...
format_type
-------------
- json
-(1 row)
+(0 rows)
\dRs+
- ...
- Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
-------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
- regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
+ ...
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
+------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
+ regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/subscription.out /home/postgres/postgres/build/testrun/regres...
--- /home/postgres/postgres/src/test/regress/expected/subscription.out Sun Dec 14 10:32:57 2025
+++ /home/postgres/postgres/build/testrun/regress/regress/results/subscription.out Sun Dec 14 10:36:31 2025
@@ -550,14 +550,13 @@
SELECT format_type(atttypid, atttypmod) FROM pg_attribute WHERE attrelid = 'public.regress_conflict_log1'::regclass AND...
format_type
-------------
- json
-(1 row)
+(0 rows)
\dRs+
- ...
- Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
-------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
- regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
+ ...
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
+------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
+ regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
... |
| tap | [10:37:19.967](111.267s) not ok 5 - regression tests pass |
| tap | [10:39:44.774](0.001s) not ok 2 - regression tests pass |
| test | [10:42:46.833] 25/362 postgresql:regress / regress/regress ERROR 1... [10:42:46.833] 45/362 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [10:42:46.833] 193/362 postgresql:recovery / recovery/027_stream_regress ERROR 2... |
| Linux - Debian Trixie - Autoconf | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subscription.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_che...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subscription.out 2025-12-14 10:32:43.347718679 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/subscription.out 2025-12-14 10:40:19.388731718 +0000
@@ -550,14 +550,13 @@
SELECT format_type(atttypid, atttypmod) FROM pg_attribute WHERE attrelid = 'public.regress_conflict_log1'::regclass AND...
format_type
-------------
- json
-(1 row)
+(0 rows)
\dRs+
- ...
- Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
-------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
- regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
+ ...
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
+------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
+ regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subscription.out /tmp/cirrus-ci-build/src/test/recovery/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subscription.out 2025-12-14 10:32:43.347718679 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/subscription.out 2025-12-14 10:41:41.759654526 +0000
@@ -550,14 +550,13 @@
SELECT format_type(atttypid, atttypmod) FROM pg_attribute WHERE attrelid = 'public.regress_conflict_log1'::regclass AND...
format_type
-------------
- json
-(1 row)
+(0 rows)
\dRs+
- ...
- Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
-------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
- regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
+ ...
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
+------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
+ regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subscription.out /tmp/cirrus-ci-build/src/test/regress/results/s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subscription.out 2025-12-14 10:32:43.347718679 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/subscription.out 2025-12-14 10:37:22.390367819 +0000
@@ -550,14 +550,13 @@
SELECT format_type(atttypid, atttypmod) FROM pg_attribute WHERE attrelid = 'public.regress_conflict_log1'::regclass AND...
format_type
-------------
- json
-(1 row)
+(0 rows)
\dRs+
- ...
- Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
-------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
- regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
+ ...
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
+------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
+ regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
... |
| tap | [10:40:47.835](127.298s) not ok 5 - regression tests pass |
| tap | [10:42:13.357](0.000s) not ok 2 - regression tests pass |
| FreeBSD - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subscription.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subscription.out 2025-12-14 10:32:52.567733000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subscription.out 2025-12-14 10:36:06.13596...
@@ -550,14 +550,13 @@
SELECT format_type(atttypid, atttypmod) FROM pg_attribute WHERE attrelid = 'public.regress_conflict_log1'::regclass AND...
format_type
-------------
- json
-(1 row)
+(0 rows)
\dRs+
- ...
- Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
-------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
- regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
+ ...
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
+------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
+ regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subscription.out /tmp/cirrus-ci-build/build/testrun/recovery/027...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subscription.out 2025-12-14 10:32:52.567733000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/subscription.out 2025-12-14 10:37:41.356...
@@ -550,14 +550,13 @@
SELECT format_type(atttypid, atttypmod) FROM pg_attribute WHERE attrelid = 'public.regress_conflict_log1'::regclass AND...
format_type
-------------
- json
-(1 row)
+(0 rows)
\dRs+
- ...
- Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
-------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
- regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
+ ...
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
+------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
+ regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subscription.out /tmp/cirrus-ci-build/build/testrun/regress/regr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subscription.out 2025-12-14 10:32:52.567733000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/subscription.out 2025-12-14 10:36:08.134350000 +0000
@@ -550,14 +550,13 @@
SELECT format_type(atttypid, atttypmod) FROM pg_attribute WHERE attrelid = 'public.regress_conflict_log1'::regclass AND...
format_type
-------------
- json
-(1 row)
+(0 rows)
\dRs+
- ...
- Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
-------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
- regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
+ ...
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
+------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
+ regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
... |
| tap | [10:37:33.584](195.920s) not ok 5 - regression tests pass |
| tap | [10:38:56.153](0.000s) not ok 2 - regression tests pass |
| test | [10:40:21.557] 75/363 postgresql:regress / regress/regress ERROR 2... [10:40:21.557] 164/363 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 2... [10:40:21.557] 267/363 postgresql:recovery / recovery/027_stream_regress ERROR 3... |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/subscription.out /home/postgres/postgres/build/testrun/pg_upg...
--- /home/postgres/postgres/src/test/regress/expected/subscription.out 2025-12-14 10:33:00.268156570 +0000
+++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subscription.out 2025-12-14 10:35:45.06...
@@ -550,14 +550,13 @@
SELECT format_type(atttypid, atttypmod) FROM pg_attribute WHERE attrelid = 'public.regress_conflict_log1'::regclass AND...
format_type
-------------
- json
-(1 row)
+(0 rows)
\dRs+
- ...
- Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
-------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
- regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
+ ...
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
+------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
+ regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/subscription.out /home/postgres/postgres/build/testrun/recove...
--- /home/postgres/postgres/src/test/regress/expected/subscription.out 2025-12-14 10:33:00.268156570 +0000
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/subscription.out 2025-12-14 10:36:26....
@@ -550,14 +550,13 @@
SELECT format_type(atttypid, atttypmod) FROM pg_attribute WHERE attrelid = 'public.regress_conflict_log1'::regclass AND...
format_type
-------------
- json
-(1 row)
+(0 rows)
\dRs+
- ...
- Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
-------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
- regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
+ ...
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
+------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
+ regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/subscription.out /home/postgres/postgres/build/testrun/regres...
--- /home/postgres/postgres/src/test/regress/expected/subscription.out 2025-12-14 10:33:00.268156570 +0000
+++ /home/postgres/postgres/build/testrun/regress/regress/results/subscription.out 2025-12-14 10:35:45.179185234 +0000
@@ -550,14 +550,13 @@
SELECT format_type(atttypid, atttypmod) FROM pg_attribute WHERE attrelid = 'public.regress_conflict_log1'::regclass AND...
format_type
-------------
- json
-(1 row)
+(0 rows)
\dRs+
- ...
- Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
-------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
- regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
+ ...
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | D...
+------------------------+---------------------------+---------+-------------+--------+-----------+------------------+--...
+ regress_conflict_test1 | regress_subscription_user | f | {testpub} | f | parallel | d | f...
... |
| tap | [10:36:15.961](87.966s) not ok 5 - regression tests pass |
| tap | [10:36:57.211](0.000s) not ok 2 - regression tests pass |
| test | [10:38:09.362] 55/362 postgresql:regress / regress/regress ERROR ... [10:38:09.362] 138/362 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [10:38:09.362] 205/362 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| 57/6228 | Adding callback support for custom statistics kinds |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/modules/injection_points/expected/reindex-concurrently-upsert-on-constraint.ou...
--- /home/postgres/postgres/src/test/modules/injection_points/expected/reindex-concurrently-upsert-on-constraint.out 202...
+++ /home/postgres/postgres/build/testrun/injection_points/isolation/results/reindex-concurrently-upsert-on-constraint.o...
@@ -34,16 +34,7 @@
SELECT injection_points_detach('reindex-relation-concurrently-before-set-dead');
SELECT injection_points_wakeup('reindex-relation-concurrently-before-set-dead');
-injection_points_detach
------------------------
-
-(1 row)
-
-injection_points_wakeup
------------------------
-
-(1 row)
-
+ERROR: could not detach injection point "reindex-relation-concurrently-before-set-dead"
step s2_start_upsert:
INSERT INTO test.tbl VALUES (13, now()) ON CONFLICT ON CONSTRAINT tbl_pkey DO UPDATE SET updated_at = now();
... |
| test | [10:02:32.570] 362/362 postgresql:injection_points / injection_points/isolation TIMEOUT 10... |
| 57/6295 | Fix typo 586/686 in atomics/arch-x86.h |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/select_views.out /home/postgres/postgres/build/testrun/pg_upg... --- /home/postgres/postgres/src/test/regress/expected/select_views.out 2025-12-14 09:13:47.222035534 +0000 +++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_views.out 2025-12-14 09:16:02.68... @@ -1,1552 +1 @@ --- --- SELECT_VIEWS --- test the views defined in CREATE_VIEWS --- -SELECT * FROM street; - name | ... -------------------------------------+----------------------------------------------------------------------------------... - Access Rd 25 | [(-121.9283,37.894),(-121.9283,37.9)] ... - Ada St | [(-122.2487,37.398),(-122.2496,37.401)] ... - Agua Fria Creek | [(-121.9254,37.922),(-121.9281,37.889)] ... - Allen Ct | [(-122.0131,37.602),(-122.0117,37.597)] ... - Alvarado Niles Road | [(-122.0325,37.903),(-122.0316,37.9)] ... - Andrea Cir | [(-121.733218,37.88641),(-121.733286,37.90617)] ... - Apricot Lane | [(-121.9471,37.401),(-121.9456,37.392)] ... - Apricot Lane | [(-121.9471,37.401),(-121.9456,37.392)] ... - Arden Road | [(-122.0978,37.177),(-122.1,37.177)] ... ... |
| tap | [09:16:34.494](97.989s) not ok 5 - regression tests pass |
| test | [09:18:39.931] 140/362 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... |
| 57/6263 | Remove unused function parameters, part 1: contrib |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/contrib/postgres_fdw/expected/query_cancel.out /home/postgres/postgres/build/testrun/po... --- /home/postgres/postgres/contrib/postgres_fdw/expected/query_cancel.out 2025-12-14 09:01:49.413451532 +0000 +++ /home/postgres/postgres/build/testrun/postgres_fdw/regress/results/query_cancel.out 2025-12-14 09:04:31.005813216 +0... @@ -30,5 +30,5 @@ SET LOCAL statement_timeout = '10ms'; -- This would take very long if not canceled: SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d; -ERROR: canceling statement due to statement timeout +ERROR: canceling statement due to user request COMMIT; |
| test | [09:06:32.950] 110/362 postgresql:postgres_fdw / postgres_fdw/regress ERROR ... |
| 57/6215 | Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement |
| OpenBSD - Meson | |
| tap | [09:09:22.321](294.624s) # poll_query_until timed out executing this query: |
| test | [09:09:22.862] 362/362 postgresql:recovery / recovery/048_vacuum_horizon_floor ERROR 3... |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/modules/injection_points/expected/reindex-concurrently-upsert-on-constraint.ou...
--- /home/postgres/postgres/src/test/modules/injection_points/expected/reindex-concurrently-upsert-on-constraint.out 202...
+++ /home/postgres/postgres/build/testrun/injection_points/isolation/results/reindex-concurrently-upsert-on-constraint.o...
@@ -62,22 +62,13 @@
(1 row)
step s1_start_upsert: <... completed>
+step s2_start_upsert: <... completed>
+step s3_start_reindex: <... completed>
step s4_wakeup_s2:
SELECT injection_points_detach('exec-insert-before-insert-speculative');
SELECT injection_points_wakeup('exec-insert-before-insert-speculative');
-injection_points_detach
------------------------
-
-(1 row)
-
-injection_points_wakeup
------------------------
... |
| test | [09:05:11.596] 140/362 postgresql:injection_points / injection_points/isolation ERROR ... |
| 57/6125 | pgstattuple: Use streaming read API in pgstatindex functions |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/float4.out /home/postgres/postgres/build/testrun/regress/regr...
--- /home/postgres/postgres/src/test/regress/expected/float4.out 2025-12-14 07:48:08.390059039 +0000
+++ /home/postgres/postgres/build/testrun/regress/regress/results/float4.out 2025-12-14 07:49:49.270112911 +0000
@@ -1,988 +1,2 @@
---
--- FLOAT4
---
-CREATE TABLE FLOAT4_TBL (f1 float4);
-INSERT INTO FLOAT4_TBL(f1) VALUES (' 0.0');
-INSERT INTO FLOAT4_TBL(f1) VALUES ('1004.30 ');
-INSERT INTO FLOAT4_TBL(f1) VALUES (' -34.84 ');
-INSERT INTO FLOAT4_TBL(f1) VALUES ('1.2345678901234e+20');
-INSERT INTO FLOAT4_TBL(f1) VALUES ('1.2345678901234e-20');
--- test for over and under flow
-INSERT INTO FLOAT4_TBL(f1) VALUES ('10e70');
-ERROR: "10e70" is out of range for type real
-LINE 1: INSERT INTO FLOAT4_TBL(f1) VALUES ('10e70');
- ^
-INSERT INTO FLOAT4_TBL(f1) VALUES ('-10e70');
-ERROR: "-10e70" is out of range for type real
... |
| test | [07:53:20.827] 5/362 postgresql:regress / regress/regress ERROR ... |
| 57/6289 | Adding TRIM_SPACE option to COPY |
| NetBSD - Meson | |
| test | [06:38:35.509] 362/362 postgresql:injection_points / injection_points/isolation TIMEOUT 10... |
| 57/6265 | Add MODE parameter to WAIT FOR LSN command |
| NetBSD - Meson | |
| tap | [06:08:33.050](0.000s) not ok 7 - table content after rewind and insert: query result matches |
| test | [06:09:43.875] 206/362 postgresql:pg_rewind / pg_rewind/007_standby_source ERROR ... |
| 57/6299 | New grouping strategy - Index Aggregate |
| Linux - Debian Trixie - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/pg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out 2025-12-14 03:08:40.156296989 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_aggregate.out 2025-12-14 03:1...
@@ -1010,7 +1010,7 @@
--------------------------------------------------------------------
Sort
Sort Key: pagg_tab_m.a, (sum(pagg_tab_m.b)), (avg(pagg_tab_m.c))
- -> Finalize IndexAggregate
+ -> Finalize HashAggregate
Group Key: pagg_tab_m.a
Filter: (avg(pagg_tab_m.c) < '22'::numeric)
-> Append |
| 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 2025-12-14 03:08:40.156296989 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out 2025-12-14 03...
@@ -1010,7 +1010,7 @@
--------------------------------------------------------------------
Sort
Sort Key: pagg_tab_m.a, (sum(pagg_tab_m.b)), (avg(pagg_tab_m.c))
- -> Finalize IndexAggregate
+ -> Finalize HashAggregate
Group Key: pagg_tab_m.a
Filter: (avg(pagg_tab_m.c) < '22'::numeric)
-> Append |
| 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 2025-12-14 03:08:40.156296989 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_aggregate.out 2025-12-14 03:19:27.117365664 ...
@@ -1010,7 +1010,7 @@
--------------------------------------------------------------------
Sort
Sort Key: pagg_tab_m.a, (sum(pagg_tab_m.b)), (avg(pagg_tab_m.c))
- -> Finalize IndexAggregate
+ -> Finalize HashAggregate
Group Key: pagg_tab_m.a
Filter: (avg(pagg_tab_m.c) < '22'::numeric)
-> Append |
| tap | [03:19:32.859](76.572s) not ok 5 - regression tests pass |
| tap | [03:21:07.537](0.000s) not ok 2 - regression tests pass |
| test | [03:24:22.766] 25/364 postgresql:regress / regress/regress ERROR ... [03:24:22.766] 28/364 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [03:24:22.766] 118/364 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| OpenBSD - Meson | |
| core | [03:21:01.493] * frame #0: 0x000004eff3169128 postgres`agg_retrieve_hash_table [inlined] select_current_set(aggstate=0... [03:21:01.493] frame #1: 0x000004eff3169125 postgres`agg_retrieve_hash_table at nodeAgg.c:3074:5 [03:21:01.493] frame #2: 0x000004eff3168f81 postgres`agg_retrieve_hash_table(aggstate=0x000004f26b1d5d68) at nodeAgg... [03:21:01.493] frame #3: 0x000004eff31674be postgres`ExecAgg(pstate=0x000004f26b1d5d68) at nodeAgg.c:0 [03:21:01.493] frame #4: 0x000004eff3190699 postgres`ExecSort [inlined] ExecProcNode(node=0x000004f26b1d5d68) at exe... [03:21:01.493] frame #5: 0x000004eff3190681 postgres`ExecSort(pstate=0x000004f26b1d5b58) at nodeSort.c:149:12 [03:21:01.493] frame #6: 0x000004eff314b7ca postgres`standard_ExecutorRun [inlined] ExecProcNode(node=0x000004f26b1d... [03:21:01.493] frame #7: 0x000004eff314b7b5 postgres`standard_ExecutorRun [inlined] ExecutePlan(queryDesc=0x000004f2... [03:21:01.493] frame #8: 0x000004eff314b73a postgres`standard_ExecutorRun(queryDesc=0x000004f25352b900, direction=<u... [03:21:01.493] frame #9: 0x000004f1f41d2f89 pg_stat_statements.so`pgss_ExecutorRun(queryDesc=0x000004f25352b900, dir... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/brin.out /home/postgres/postgres/build/testrun/pg_upgrade/002... --- /home/postgres/postgres/src/test/regress/expected/brin.out Sun Dec 14 03:09:04 2025 +++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out Sun Dec 14 03:12:54 2025 @@ -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 /home/postgres/postgres/src/test/regress/expected/brin.out /home/postgres/postgres/build/testrun/recovery/027_s...
--- /home/postgres/postgres/src/test/regress/expected/brin.out Sun Dec 14 03:09:04 2025
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/brin.out Sun Dec 14 03:14:32 2025
@@ -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 /home/postgres/postgres/src/test/regress/expected/brin.out /home/postgres/postgres/build/testrun/regress/regres... --- /home/postgres/postgres/src/test/regress/expected/brin.out Sun Dec 14 03:09:04 2025 +++ /home/postgres/postgres/build/testrun/regress/regress/results/brin.out Sun Dec 14 03:12:48 2025 @@ -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 | [03:13:02.091](47.174s) not ok 5 - regression tests pass [03:13:26.475](8.990s) not ok 16 - run of pg_upgrade for new instance [03:13:26.476](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success [03:13:27.988](0.251s) not ok 20 - old and new dumps match after pg_upgrade |
| tap | [03:14:45.512](80.985s) not ok 2 - regression tests pass [03:14:45.513](0.000s) not ok 3 - primary alive after regression test run |
| test | [03:18:28.396] 10/362 postgresql:regress / regress/regress ERROR ... [03:18:28.396] 16/362 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [03:18:28.396] 114/362 postgresql:recovery / recovery/027_stream_regress ERROR ... |
| 57/6109 | ON CONFLICT DO SELECT |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/modules/injection_points/expected/reindex-concurrently-upsert.out /home/postgr...
--- /home/postgres/postgres/src/test/modules/injection_points/expected/reindex-concurrently-upsert.out 2025-12-14 02:32:...
+++ /home/postgres/postgres/build/testrun/injection_points/isolation/results/reindex-concurrently-upsert.out 2025-12-14 ...
@@ -29,7 +29,7 @@
<waiting ...>
step s1_start_upsert:
INSERT INTO test.tbl VALUES (13,now()) ON CONFLICT (i) DO UPDATE SET updated_at = now();
- <waiting ...>
+
step s4_wakeup_to_set_dead:
SELECT injection_points_detach('reindex-relation-concurrently-before-set-dead');
SELECT injection_points_wakeup('reindex-relation-concurrently-before-set-dead');
@@ -44,24 +44,15 @@
(1 row)
+step s3_start_reindex: <... completed>
step s2_start_upsert:
INSERT INTO test.tbl VALUES (13,now()) ON CONFLICT (i) DO UPDATE SET updated_at = now();
- <waiting ...>
... |
| test | [02:38:08.052] 129/362 postgresql:injection_points / injection_points/isolation ERROR ... |
| 57/6059 | Improving the names generated for indexes on expressions |
| OpenBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/replica_identity.out /home/postgres/postgres/build/testrun/re... --- /home/postgres/postgres/src/test/regress/expected/replica_identity.out Sun Dec 14 02:12:23 2025 +++ /home/postgres/postgres/build/testrun/regress/regress/results/replica_identity.out Sun Dec 14 02:15:46 2025 @@ -1,299 +1 @@ -CREATE TABLE test_replica_identity ( - id serial primary key, - keya text not null, - keyb text not null, - nonkey text, - CONSTRAINT test_replica_identity_unique_defer UNIQUE (keya, keyb) DEFERRABLE, - CONSTRAINT test_replica_identity_unique_nondefer UNIQUE (keya, keyb) -) ; -CREATE TABLE test_replica_identity_othertable (id serial primary key); -CREATE TABLE test_replica_identity_t3 (id serial constraint pk primary key deferrable); -CREATE INDEX test_replica_identity_keyab ON test_replica_identity (keya, keyb); -CREATE UNIQUE INDEX test_replica_identity_keyab_key ON test_replica_identity (keya, keyb); -CREATE UNIQUE INDEX test_replica_identity_nonkey ON test_replica_identity (keya, nonkey); -CREATE INDEX test_replica_identity_hash ON test_replica_identity USING hash (nonkey); -CREATE UNIQUE INDEX test_replica_identity_expr ON test_replica_identity (keya, keyb, (3)); -CREATE UNIQUE INDEX test_replica_identity_partial ON test_replica_identity (keya, keyb) WHERE keyb != '3'; ... |
| test | [02:21:50.808] 12/362 postgresql:regress / regress/regress ERROR ... |
| 57/1608 | declarative session variables, LET command |
| NetBSD - Meson | |
| tap | [01:42:23.265](0.002s) not ok 874 - unescaped control: stderr has correct number of entries [01:42:23.270](0.000s) not ok 876 - unescaped control, chunk size 13: correct error output [01:42:23.271](0.000s) not ok 878 - unescaped control, chunk size 12: correct error output [01:42:23.272](0.000s) not ok 880 - unescaped control, chunk size 11: correct error output [01:42:23.277](0.000s) not ok 882 - unescaped control, chunk size 10: correct error output [01:42:23.278](0.001s) not ok 884 - unescaped control, chunk size 9: correct error output [01:42:23.282](0.000s) not ok 886 - unescaped control, chunk size 8: correct error output [01:42:23.284](0.000s) not ok 888 - unescaped control, chunk size 7: correct error output [01:42:23.294](0.001s) not ok 890 - unescaped control, chunk size 6: correct error output [01:42:23.296](0.000s) not ok 892 - unescaped control, chunk size 5: correct error output [01:42:23.297](0.000s) not ok 894 - unescaped control, chunk size 4: correct error output [01:42:23.302](0.001s) not ok 896 - unescaped control, chunk size 3: correct error output [01:42:23.303](0.000s) not ok 898 - unescaped control, chunk size 2: correct error output [01:42:23.304](0.000s) not ok 900 - unescaped control, chunk size 1: correct error output |
| test | [01:42:36.858] 333/362 postgresql:test_json_parser / test_json_parser/002_inline ERROR ... |
| 57/4351 | Index Prefetching |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| compiler | [01:34:46.875] ../src/backend/access/index/indexam.c(435): warning C4098: 'index_markpos': 'void' function returning a v... |
| NetBSD - Meson | |
| test | [01:54:34.945] 362/362 postgresql:injection_points / injection_points/isolation TIMEOUT 10... |
| 57/5727 | Accounting for metapages in genericcostestimate() |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/modules/injection_points/expected/reindex-concurrently-upsert-on-constraint.ou...
--- /home/postgres/postgres/src/test/modules/injection_points/expected/reindex-concurrently-upsert-on-constraint.out 202...
+++ /home/postgres/postgres/build/testrun/injection_points/isolation/results/reindex-concurrently-upsert-on-constraint.o...
@@ -62,22 +62,13 @@
(1 row)
step s1_start_upsert: <... completed>
+step s2_start_upsert: <... completed>
+step s3_start_reindex: <... completed>
step s4_wakeup_s2:
SELECT injection_points_detach('exec-insert-before-insert-speculative');
SELECT injection_points_wakeup('exec-insert-before-insert-speculative');
-injection_points_detach
------------------------
-
-(1 row)
-
-injection_points_wakeup
------------------------
... |
| test | [00:48:27.144] 137/362 postgresql:injection_points / injection_points/isolation ERROR ... |
| 57/6279 | Fix crash during recovery when redo segment is missing |
| Windows - Server 2022, MinGW64 - Meson | |
| assertion | TRAP: failed Assert("RecPtr % XLOG_BLCKSZ == 0 || XRecOffIsValid(RecPtr)"), File: "../src/backend/access/transam/xlogrea... |
| assertion | TRAP: failed Assert("CritSectionCount == 0 || (context)->allowInCritSection"), File: "../src/backend/utils/mmgr/mcxt.c",... |
| core | 00000062`aa3faf50 00007ff6`d96cf40c ucrtbase!abort+0x4e 00000062`aa3faf80 00007ff6`d9291a87 postgres!ExceptionalCondition+0x4c 00000062`aa3fafd0 00007ff6`d92922b7 postgres!DecodeXLogRecord+0x7b1 00000062`aa3ff090 00007ff6`d9286d53 postgres!XLogReadAhead+0x19 00000062`aa3ff0c0 00007ff6`d9286b32 postgres!InitXLogInsert+0x5f9 00000062`aa3ff170 00007ff6`d9287818 postgres!InitXLogInsert+0x3d8 00000062`aa3ff1a0 00007ff6`d928bc0b postgres!XLogPrefetcherReadRecord+0x112 00000062`aa3ff1e0 00007ff6`d928c4f3 postgres!CheckPromoteSignal+0x1199 00000062`aa3ff2a0 00007ff6`d92818e3 postgres!InitWalRecovery+0x63e 00000062`aa3ff410 00007ff6`d94dced5 postgres!StartupXLOG+0x10a |
| core | 00000062`aa7ff608 00007ffb`d080b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000062`aa7ff610 00007ffb`ce934cb0 ntdll!TppWorkerThread+0x2df 00000062`aa7ff900 00007ffb`d087edcb KERNEL32!BaseThreadInitThunk+0x10 00000062`aa7ff930 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000062`aabffa88 00007ffb`d080b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000062`aabffa90 00007ffb`ce934cb0 ntdll!TppWorkerThread+0x2df 00000062`aabffd80 00007ffb`d087edcb KERNEL32!BaseThreadInitThunk+0x10 00000062`aabffdb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000062`aafff888 00007ffb`ce144a7a ntdll!NtFsControlFile+0x14 00000062`aafff890 00007ff6`d94cc376 KERNELBASE!ConnectNamedPipe+0x6a 00000062`aafff900 00007ffb`ce934cb0 postgres!pg_queue_signal+0x188 00000062`aafff9e0 00007ffb`d087edcb KERNEL32!BaseThreadInitThunk+0x10 00000062`aafffa10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000008`a61ff6b8 00007ffb`d080b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000008`a61ff6c0 00007ffb`ce934cb0 ntdll!TppWorkerThread+0x2df 00000008`a61ff9b0 00007ffb`d087edcb KERNEL32!BaseThreadInitThunk+0x10 00000008`a61ff9e0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000008`a69ff958 00007ffb`d080b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000008`a69ff960 00007ffb`ce934cb0 ntdll!TppWorkerThread+0x2df 00000008`a69ffc50 00007ffb`d087edcb KERNEL32!BaseThreadInitThunk+0x10 00000008`a69ffc80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000008`a65ff6e8 00007ffb`ce144a7a ntdll!NtFsControlFile+0x14 00000008`a65ff6f0 00007ff6`d94cc376 KERNELBASE!ConnectNamedPipe+0x6a 00000008`a65ff760 00007ffb`ce934cb0 postgres!pg_queue_signal+0x188 00000008`a65ff840 00007ffb`d087edcb KERNEL32!BaseThreadInitThunk+0x10 00000008`a65ff870 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000008`a5dfecb0 00007ff6`d96cf40c ucrtbase!abort+0x4e 00000008`a5dfece0 00007ff6`d96fe198 postgres!ExceptionalCondition+0x4c 00000008`a5dfed30 00007ff6`d96feb25 postgres!MemoryContextAlloc+0x8a 00000008`a5dfed60 00007ff6`d96feb4e postgres!MemoryContextStrdup+0x24 00000008`a5dfeda0 00007ff6`d96d5b70 postgres!pstrdup+0x13 00000008`a5dfedd0 00007ff6`d96d5f58 postgres!substitute_path_macro+0x26 00000008`a5dfee10 00007ff6`d96d60a4 postgres!find_in_path+0x30b 00000008`a5dfee60 00007ff6`d96f077d postgres!load_external_function+0x35 00000008`a5dfeeb0 00007ff6`d96f0965 postgres!GucInfoMain+0x43a 00000008`a5dff300 00007ff6`d96f0f26 postgres!GucInfoMain+0x622 |
| tap | [00:40:38.621](5.836s) Bail out! pg_ctl start failed |
| tap | [00:46:31.615](271.768s) # poll_query_until timed out executing this query: timed out when waiting for checkpointer to reach wait event 'checkpoint-after-start' at C:/cirrus/src/test/perl/PostgreS... |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| assertion | TRAP: failed Assert("RecPtr % XLOG_BLCKSZ == 0 || XRecOffIsValid(RecPtr)"), File: "../src/backend/access/transam/xlogrea... |
| assertion | TRAP: failed Assert("CritSectionCount == 0 || (context)->allowInCritSection"), File: "../src/backend/utils/mmgr/mcxt.c",... |
| core | 000000bd`aabffc08 00007ffe`a21cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000bd`aabffc10 00007ffe`a0ab4cb0 ntdll!TppWorkerThread+0x2df 000000bd`aabfff00 00007ffe`a223edcb KERNEL32!BaseThreadInitThunk+0x10 000000bd`aabfff30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000bd`a9ffe870 00007ff7`94469e48 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 000000bd`a9ffe8b0 00007ff7`944b37e9 postgres!ExceptionalCondition( 000000bd`a9ffe8f0 00007ff7`944b49af postgres!MemoryContextAlloc( 000000bd`a9ffe930 00007ff7`944b49fa postgres!MemoryContextStrdup( 000000bd`a9ffe970 00007ff7`94471d11 postgres!pstrdup( 000000bd`a9ffe9a0 00007ff7`94472fd8 postgres!substitute_path_macro( 000000bd`a9ffe9e0 00007ff7`94472252 postgres!expand_dynamic_library_name( 000000bd`a9ffea40 00007ff7`9449e4c1 postgres!load_external_function( 000000bd`a9ffea90 00007ff7`9449e7d1 postgres!injection_point_cache_load( 000000bd`a9ffeef0 00007ff7`9449d9f8 postgres!InjectionPointCacheRefresh( |
| core | 000000bd`aa3ff5d8 00007ffe`a21cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000bd`aa3ff5e0 00007ffe`a0ab4cb0 ntdll!TppWorkerThread+0x2df 000000bd`aa3ff8d0 00007ffe`a223edcb KERNEL32!BaseThreadInitThunk+0x10 000000bd`aa3ff900 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000bd`aa7ff698 00007ffe`9fa94a7a ntdll!NtFsControlFile+0x14 000000bd`aa7ff6a0 00007ff7`9412863b KERNELBASE!ConnectNamedPipe+0x6a 000000bd`aa7ff710 00007ffe`a0ab4cb0 postgres!pg_signal_thread( 000000bd`aa7ff810 00007ffe`a223edcb KERNEL32!BaseThreadInitThunk+0x10 000000bd`aa7ff840 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003d`0dfff8e8 00007ffe`a21cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000003d`0dfff8f0 00007ffe`a0ab4cb0 ntdll!TppWorkerThread+0x2df 0000003d`0dfffbe0 00007ffe`a223edcb KERNEL32!BaseThreadInitThunk+0x10 0000003d`0dfffc10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003d`0e7ffaa8 00007ffe`a21cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000003d`0e7ffab0 00007ffe`a0ab4cb0 ntdll!TppWorkerThread+0x2df 0000003d`0e7ffda0 00007ffe`a223edcb KERNEL32!BaseThreadInitThunk+0x10 0000003d`0e7ffdd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003d`0e3ffc48 00007ffe`9fa94a7a ntdll!NtFsControlFile+0x14 0000003d`0e3ffc50 00007ff7`9412863b KERNELBASE!ConnectNamedPipe+0x6a 0000003d`0e3ffcc0 00007ffe`a0ab4cb0 postgres!pg_signal_thread( 0000003d`0e3ffdc0 00007ffe`a223edcb KERNEL32!BaseThreadInitThunk+0x10 0000003d`0e3ffdf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003d`0dbfb4b0 00007ff7`94469e48 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 0000003d`0dbfb4f0 00007ff7`93db311c postgres!ExceptionalCondition( 0000003d`0dbfb530 00007ff7`93db0ad0 postgres!XLogDecodeNextRecord( 0000003d`0dbff620 00007ff7`93da31a9 postgres!XLogReadAhead( 0000003d`0dbff660 00007ff7`93da3ae9 postgres!XLogPrefetcherNextBlock( 0000003d`0dbff7b0 00007ff7`93da24fd postgres!lrq_prefetch( 0000003d`0dbff7f0 00007ff7`93daab80 postgres!XLogPrefetcherReadRecord( 0000003d`0dbff840 00007ff7`93da4a35 postgres!ReadRecord( 0000003d`0dbff910 00007ff7`93d8ecab postgres!InitWalRecovery( 0000003d`0dbffaa0 00007ff7`9413e111 postgres!StartupXLOG(void)+0x4cb [c:\cirrus\src\backend\access\transam\xlog.c @ ... |
| tap | [00:39:32.436](9.606s) Bail out! pg_ctl start failed |
| tap | [00:47:34.648](419.971s) # poll_query_until timed out executing this query: timed out when waiting for checkpointer to reach wait event 'checkpoint-after-start' at C:/cirrus/src/test/perl/PostgreS... |
| macOS - Sequoia - Meson | |
| assertion | TRAP: failed Assert("RecPtr % XLOG_BLCKSZ == 0 || XRecOffIsValid(RecPtr)"), File: "../src/backend/access/transam/xlogrea... |
| assertion | TRAP: failed Assert("CritSectionCount == 0 || (context)->allowInCritSection"), File: "../src/backend/utils/mmgr/mcxt.c",... |
| core | [00:44:00.718] * frame #0: 0x00000001814f6388 libsystem_kernel.dylib`__pthread_kill + 8 [00:44:00.718] frame #1: 0x000000018152f848 libsystem_pthread.dylib`pthread_kill + 296 [00:44:00.718] frame #2: 0x00000001814389e4 libsystem_c.dylib`abort + 124 [00:44:00.718] frame #3: 0x00000001033007c0 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [00:44:00.718] frame #4: 0x000000010332d398 postgres`MemoryContextAlloc(context=0x0000000129828200, size=80) at mcxt... [00:44:00.718] frame #5: 0x000000010332d368 postgres`MemoryContextStrdup(context=0x0000000129828200, string="/Users/... [00:44:00.718] frame #6: 0x000000010332d3a4 postgres`pstrdup(in=<unavailable>) at mcxt.c:1761:9 [artificial] [00:44:00.718] frame #7: 0x0000000103306e54 postgres`substitute_path_macro(str=<unavailable>, macro=<unavailable>, v... [00:44:00.718] frame #8: 0x000000010330693c postgres`expand_dynamic_library_name(name="/Users/admin/pgsql/build/tmp_... [00:44:00.718] frame #9: 0x00000001033068ac postgres`load_external_function(filename="/Users/admin/pgsql/build/tmp_i... |
| core | [00:43:28.930] * frame #0: 0x00000001814f6388 libsystem_kernel.dylib`__pthread_kill + 8 [00:43:28.930] frame #1: 0x000000018152f848 libsystem_pthread.dylib`pthread_kill + 296 [00:43:28.930] frame #2: 0x00000001814389e4 libsystem_c.dylib`abort + 124 [00:43:28.930] frame #3: 0x00000001028e87c0 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [00:43:28.930] frame #4: 0x000000010253cfdc postgres`XLogDecodeNextRecord(state=0x000000014400ba60, nonblocking=<una... [00:43:28.930] frame #5: 0x000000010253cef0 postgres`XLogReadAhead(state=0x000000014400ba60, nonblocking=false) at x... [00:43:28.930] frame #6: 0x00000001025343d4 postgres`XLogPrefetcherNextBlock(pgsr_private=5435870352, lsn=0x00000001... [00:43:28.930] frame #7: 0x0000000102534028 postgres`lrq_prefetch(lrq=0x000000012281b258) at xlogprefetcher.c:252:11... [00:43:28.930] frame #8: 0x0000000102533f98 postgres`lrq_complete_lsn(lrq=0x000000012281b258, lsn=<unavailable>) at ... [00:43:28.930] frame #9: 0x0000000102533f18 postgres`XLogPrefetcherReadRecord(prefetcher=0x000000014400cc90, errmsg=... |
| tap | [00:36:09.264](22.322s) Bail out! pg_ctl start failed |
| tap | [00:40:13.519](235.619s) # poll_query_until timed out executing this query: timed out when waiting for checkpointer to reach wait event 'checkpoint-after-start' at /Users/admin/pgsql/src/test/perl... |
| test | [00:40:13.616] 48/364 postgresql:recovery / recovery/030_stats_cleanup_replica ERROR ... [00:40:13.616] 364/364 postgresql:recovery / recovery/050_redo_segment_missing ERROR 2... |
| Linux - Debian Trixie - Meson | |
| assertion | TRAP: failed Assert("RecPtr % XLOG_BLCKSZ == 0 || XRecOffIsValid(RecPtr)"), File: "../src/backend/access/transam/xlogrea... |
| assertion | TRAP: failed Assert("CritSectionCount == 0 || (context)->allowInCritSection"), File: "../src/backend/utils/mmgr/mcxt.c",... |
| core | [00:43:13.359] #0 0x00007fd5f909e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [00:43:13.359] #1 0x00007fd5f9049cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [00:43:13.359] #2 0x00007fd5f90324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [00:43:13.359] #3 0x00005579914dadcd in ExceptionalCondition (conditionName=conditionName@entry=0x557991738b88 "RecPtr ... [00:43:13.359] #4 0x0000557990c6d6e3 in XLogDecodeNextRecord (state=state@entry=0x5579b42a08d0, nonblocking=nonblocking... [00:43:13.359] #5 0x0000557990c6e2e2 in XLogReadAhead (state=0x5579b42a08d0, nonblocking=nonblocking@entry=false) at ..... [00:43:13.359] #6 0x0000557990c5a2ea in XLogPrefetcherNextBlock (pgsr_private=93981202733352, lsn=0x5579b43589e8) at ..... [00:43:13.359] #7 0x0000557990c59e1e in lrq_prefetch (lrq=0x5579b43589b8) at ../src/backend/access/transam/xlogprefetch... [00:43:13.359] #8 0x0000557990c5afa1 in lrq_complete_lsn (lrq=<optimized out>, lsn=lsn@entry=0) at ../src/backend/acces... [00:43:13.359] #9 0x0000557990c5bd36 in XLogPrefetcherReadRecord (prefetcher=prefetcher@entry=0x5579b4345928, errmsg=er... |
| core | [00:43:12.638] #0 0x00007f2c6a09e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [00:43:12.638] #1 0x00007f2c6a049cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [00:43:12.638] #2 0x00007f2c6a0324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [00:43:12.638] #3 0x000055960292bdcd in ExceptionalCondition (conditionName=conditionName@entry=0x559602c0b528 "CritSec... [00:43:12.638] #4 0x0000559602987150 in MemoryContextAlloc (context=context@entry=0x55963a1b8900, size=size@entry=96) a... [00:43:12.638] #5 0x000055960298856d in MemoryContextStrdup (context=0x55963a1b8900, string=string@entry=0x7ffdc7519be0... [00:43:12.638] #6 0x00005596029885b3 in pstrdup (in=in@entry=0x7ffdc7519be0 "/tmp/cirrus-ci-build/build/tmp_install/usr... [00:43:12.638] #7 0x0000559602938e6a in substitute_path_macro (str=str@entry=0x7ffdc7519be0 "/tmp/cirrus-ci-build/build... [00:43:12.638] #8 0x0000559602939364 in expand_dynamic_library_name (name=name@entry=0x7ffdc7519be0 "/tmp/cirrus-ci-bui... [00:43:12.638] #9 0x00005596029394b1 in load_external_function (filename=filename@entry=0x7ffdc7519be0 "/tmp/cirrus-ci-... |
| tap | [00:36:22.670](0.359s) Bail out! pg_ctl start failed |
| test | [00:40:47.095] 38/365 postgresql:recovery / recovery/030_stats_cleanup_replica ERROR ... [00:40:47.095] 99/365 postgresql:recovery / recovery/050_redo_segment_missing ERROR ... |
| OpenBSD - Meson | |
| assertion | TRAP: failed Assert("RecPtr % XLOG_BLCKSZ == 0 || XRecOffIsValid(RecPtr)"), File: "../src/backend/access/transam/xlogrea... |
| assertion | TRAP: failed Assert("CritSectionCount == 0 || (context)->allowInCritSection"), File: "../src/backend/utils/mmgr/mcxt.c",... |
| core | [00:44:13.869] * frame #0: 0x00000d33ab66da0b libc.so.100.3`_thread_sys_thrkill at -:2 [00:44:13.869] frame #1: 0x00000d33ab6a246b libc.so.100.3`_libc_abort at abort.c:51:8 [00:44:13.869] frame #2: 0x00000d30fe1ae77c postgres`ExceptionalCondition(conditionName="", fileName=<unavailable>, ... [00:44:13.869] frame #3: 0x00000d30fe1e73cc postgres`pstrdup [inlined] MemoryContextAlloc(context=0x00000d33aec88000... [00:44:13.869] frame #4: 0x00000d30fe1e739c postgres`pstrdup [inlined] MemoryContextStrdup(context=0x00000d33aec8800... [00:44:13.869] frame #5: 0x00000d30fe1e733c postgres`pstrdup(in="/home/postgres/postgres/build/tmp_install/usr/local... [00:44:13.869] frame #6: 0x00000d30fe1b6bea postgres`expand_dynamic_library_name(name="/home/postgres/postgres/build... [00:44:13.869] frame #7: 0x00000d30fe1b6afb postgres`load_external_function(filename="/home/postgres/postgres/build/... [00:44:13.869] frame #8: 0x00000d30fe1d6e03 postgres`InjectionPointCacheRefresh [inlined] injection_point_cache_load... [00:44:13.869] frame #9: 0x00000d30fe1d6da7 postgres`InjectionPointCacheRefresh(name="") at injection_point.c:517:10 |
| tap | [00:36:35.424](0.256s) Bail out! pg_ctl start failed |
| test | [00:41:45.873] 35/363 postgresql:recovery / recovery/030_stats_cleanup_replica ERROR ... [00:41:45.873] 57/363 postgresql:recovery / recovery/050_redo_segment_missing ERROR ... |
| NetBSD - Meson | |
| assertion | TRAP: failed Assert("RecPtr % XLOG_BLCKSZ == 0 || XRecOffIsValid(RecPtr)"), File: "../src/backend/access/transam/xlogrea... |
| assertion | TRAP: failed Assert("CritSectionCount == 0 || (context)->allowInCritSection"), File: "../src/backend/utils/mmgr/mcxt.c",... |
| core | [00:40:27.287] #0 0x00007f025c57eeea in _lwp_kill () from /usr/lib/libc.so.12 [00:40:27.287] #1 0x00007f025c5846e0 in abort () from /usr/lib/libc.so.12 [00:40:27.287] #2 0x000000000092e630 in ExceptionalCondition (conditionName=conditionName@entry=0xbad438 "CritSectionCo... [00:40:27.287] #3 0x0000000000959738 in MemoryContextAlloc (context=<optimized out>, size=<optimized out>) at ../src/ba... [00:40:27.287] #4 0x000000000095a01b in MemoryContextStrdup (context=0x7f02614cb000, string=0x7f7fff7542c0 "/home/postg... [00:40:27.287] #5 0x000000000095a047 in pstrdup (in=<optimized out>) at ../src/backend/utils/mmgr/mcxt.c:1761 [00:40:27.287] #6 0x00000000009362e5 in substitute_path_macro (str=str@entry=0x7f7fff7542c0 "/home/postgres/postgres/bu... [00:40:27.287] #7 0x0000000000936579 in expand_dynamic_library_name (name=name@entry=0x7f7fff7542c0 "/home/postgres/pos... [00:40:27.287] #8 0x00000000009366d7 in load_external_function (filename=filename@entry=0x7f7fff7542c0 "/home/postgres/... [00:40:27.287] #9 0x000000000094c7ee in injection_point_cache_load (generation=1, slot_idx=0, entry=0x7f7fff7546c0) at ... |
| tap | [00:35:04.481](0.233s) Bail out! pg_ctl start failed |
| test | [00:37:52.004] 35/363 postgresql:recovery / recovery/030_stats_cleanup_replica ERROR ... [00:37:52.004] 66/363 postgresql:recovery / recovery/050_redo_segment_missing ERROR ... |
| Linux - Debian Trixie - Autoconf | |
| assertion | TRAP: failed Assert("RecPtr % XLOG_BLCKSZ == 0 || XRecOffIsValid(RecPtr)"), File: "xlogreader.c", Line: 581, PID: 60460 |
| core | [00:44:26.037] #0 0x00007fb48d49e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [00:44:26.037] #1 0x00007fb48d449cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [00:44:26.037] #2 0x00007fb48d4324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [00:44:26.037] #3 0x00005619e4956355 in ExceptionalCondition (conditionName=conditionName@entry=0x5619e4aee140 "RecPtr ... [00:44:26.037] #4 0x00005619e3d9d0d3 in XLogDecodeNextRecord (state=state@entry=0x525000000ce0, nonblocking=<optimized ... [00:44:26.037] #5 0x00005619e3d9e1b2 in XLogReadAhead (state=0x525000000ce0, nonblocking=<optimized out>) at xlogreader... [00:44:26.037] #6 0x00005619e3d968c7 in XLogPrefetcherNextBlock (pgsr_private=90778428899912, lsn=<optimized out>) at x... [00:44:26.037] #7 0x00005619e3d95d85 in lrq_prefetch (lrq=0x529000026258) at xlogprefetcher.c:252 [00:44:26.037] #8 0x00005619e3d9605d in lrq_complete_lsn (lrq=<optimized out>, lsn=lsn@entry=0) at xlogprefetcher.c:290 [00:44:26.037] #9 0x00005619e3d989cd in XLogPrefetcherReadRecord (prefetcher=prefetcher@entry=0x529000020248, errmsg=er... |
| tap | [00:41:41.600](0.246s) Bail out! pg_ctl start failed |
| FreeBSD - Meson | |
| assertion | TRAP: failed Assert("RecPtr % XLOG_BLCKSZ == 0 || XRecOffIsValid(RecPtr)"), File: "../src/backend/access/transam/xlogrea... |
| assertion | TRAP: failed Assert("CritSectionCount == 0 || (context)->allowInCritSection"), File: "../src/backend/utils/mmgr/mcxt.c",... |
| core | [00:42:35.955] #0 0x000000082c7f101a in thr_kill () from /lib/libc.so.7 [00:42:35.955] #1 0x000000082c769a64 in raise () from /lib/libc.so.7 [00:42:35.955] #2 0x000000082c81da59 in abort () from /lib/libc.so.7 [00:42:35.955] #3 0x0000000000ae027f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [00:42:35.955] #4 0x00000000006a18b5 in XLogDecodeNextRecord (state=0x6d287a14c60, nonblocking=false) at ../src/backend... [00:42:35.955] #5 XLogReadAhead (state=0x6d287a14c60, nonblocking=false) at ../src/backend/access/transam/xlogreader.c:... [00:42:35.955] #6 0x0000000000697a78 in XLogPrefetcherNextBlock (pgsr_private=7501288398480, lsn=0x6d287b8af08) at ../s... [00:42:35.955] #7 0x0000000000697674 in lrq_prefetch (lrq=0x6d287b8aed8) at ../src/backend/access/transam/xlogprefetche... [00:42:35.955] #8 lrq_complete_lsn (lrq=0x6d287b8aed8, lsn=<optimized out>) at ../src/backend/access/transam/xlogprefet... [00:42:35.955] #9 XLogPrefetcherReadRecord (prefetcher=prefetcher@entry=0x6d287a15e90, errmsg=errmsg@entry=0x8211809a0)... |
| core | [00:42:36.229] #0 0x000000082a2aa01a in thr_kill () from /lib/libc.so.7 [00:42:36.229] #1 0x000000082a222a64 in raise () from /lib/libc.so.7 [00:42:36.229] #2 0x000000082a2d6a59 in abort () from /lib/libc.so.7 [00:42:36.229] #3 0x0000000000ae027f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [00:42:36.229] #4 0x0000000000b12c02 in MemoryContextAlloc (context=0x1d3942f21000, size=79) at ../src/backend/utils/mm... [00:42:36.229] #5 MemoryContextStrdup (context=0x1d3942f21000, string=0x820cf4b30 "/tmp/cirrus-ci-build/build/tmp_insta... [00:42:36.229] #6 pstrdup (in=0x820cf4b30 "/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/lib/injection_points.... [00:42:36.229] #7 0x0000000000ae7c2a in substitute_path_macro (str=0x18d63 <error: Cannot access memory at address 0x18... [00:42:36.229] #8 0x0000000000ae761a in expand_dynamic_library_name (name=name@entry=0x820cf4b30 "/tmp/cirrus-ci-build/... [00:42:36.229] #9 0x0000000000ae754a in load_external_function (filename=filename@entry=0x820cf4b30 "/tmp/cirrus-ci-bui... |
| tap | [00:35:04.358](1.092s) Bail out! pg_ctl start failed |
| test | [00:40:01.692] 36/364 postgresql:recovery / recovery/030_stats_cleanup_replica ERROR ... [00:40:01.692] 56/364 postgresql:recovery / recovery/050_redo_segment_missing ERROR ... |
| 57/6253 | Visibility bug in tuple lock |
| Linux - Debian Trixie - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/heap_lock_update.out /tmp/cirrus-ci-build/build... --- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/heap_lock_update.out 2025-12-14 00:11:49.065962925 +... +++ /tmp/cirrus-ci-build/build-32/testrun/injection_points/isolation/results/heap_lock_update.out 2025-12-14 00:23:53.28... @@ -10,14 +10,14 @@ insert into t values (453) returning ctid; -- Should be (2,1) update t set id = 454 where id = 453 returning ctid; -ctid ------ -(2,1) +ctid +------- +(1,199) (1 row) -ctid ------ -(2,2) +ctid +------- ... |
| test | [00:27:01.619] 131/364 postgresql:injection_points / injection_points/isolation ERROR ... |
| 57/6306 | Expose checkpoint reason to completion log messages. |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| tap | [23:34:29.844](229.454s) not ok 13 - waited for checkpoint to end |
| Windows - Server 2022, MinGW64 - Meson | |
| tap | [23:34:07.282](204.913s) not ok 13 - waited for checkpoint to end |
| macOS - Sequoia - Meson | |
| core | [23:36:33.595] * frame #0: 0x0000000183b2f514 [23:36:33.595] frame #1: 0x0000000183b2ef80 [23:36:33.595] frame #2: 0x0000000183b2ed3c [23:36:33.595] frame #3: 0x0000000183b33214 [23:36:33.595] frame #4: 0x0000000183b33120 [23:36:33.595] frame #5: 0x0000000183b330c0 [23:36:33.595] frame #6: 0x0000000183b47d28 [23:36:33.595] frame #7: 0x0000000183b020d4 |
| core | [23:36:02.674] * frame #0: 0x0000000183afec04 dyld`stat + 8 [23:36:02.674] frame #1: 0x0000000183b69f40 dyld`stat_with_subsystem + 56 [23:36:02.674] frame #2: 0x0000000183b4e6bc dyld`dyld3::stat(char const*, stat*) + 28 [23:36:02.674] frame #3: 0x0000000183b2c78c dyld`dyld4::SyscallDelegate::fileExists(char const*, dyld4::FileID*, int... [23:36:02.674] frame #4: 0x0000000183b2a310 dyld`invocation function for block in dyld4::PrebuiltLoader::invalidateI... [23:36:02.674] frame #5: 0x0000000183b061a0 dyld`dyld4::ProcessConfig::PathOverrides::forEachPathVariant(char const*... [23:36:02.674] frame #6: 0x0000000183b2a0e4 dyld`dyld4::PrebuiltLoader::invalidateInIsolation(dyld4::RuntimeState co... [23:36:02.674] frame #7: 0x0000000183b29d20 dyld`dyld4::PrebuiltLoader::isValid(dyld4::RuntimeState const&) const + ... [23:36:02.674] frame #8: 0x0000000183b14e78 dyld`dyld4::RuntimeState::findPrebuiltLoader(char const*) const + 104 [23:36:02.674] frame #9: 0x0000000183b1a928 dyld`dyld4::Loader::makeDyldCacheLoader(Diagnostics&, dyld4::RuntimeStat... |
| tap | [23:30:41.793](189.081s) not ok 13 - waited for checkpoint to end |
| test | [23:32:34.492] 238/363 postgresql:recovery / recovery/019_replslot_limit ERROR 2... |
| Linux - Debian Trixie - Meson | |
| tap | [23:30:57.017](180.787s) not ok 13 - waited for checkpoint to end |
| test | [23:32:19.526] 262/364 postgresql:recovery / recovery/019_replslot_limit ERROR 2... |
| Linux - Debian Trixie - Autoconf | |
| tap | [23:33:52.870](180.753s) not ok 13 - waited for checkpoint to end |
| OpenBSD - Meson | |
| tap | [23:31:35.309](198.447s) not ok 13 - waited for checkpoint to end |
| test | [23:34:34.009] 194/362 postgresql:recovery / recovery/019_replslot_limit ERROR 2... |
| NetBSD - Meson | |
| tap | [23:30:17.224](198.111s) not ok 13 - waited for checkpoint to end |
| test | [23:30:21.791] 362/362 postgresql:recovery / recovery/019_replslot_limit ERROR 2... |
| FreeBSD - Meson | |
| core | [23:34:50.633] #0 0x0000377800e79efa in ?? () from /libexec/ld-elf.so.1 [23:34:50.633] #1 0x0000377800e73f6c in ?? () from /libexec/ld-elf.so.1 [23:34:50.633] #2 0x0000000000000000 in ?? () |
| tap | [23:29:56.206](184.499s) not ok 13 - waited for checkpoint to end |
| test | [23:32:20.973] 192/363 postgresql:recovery / recovery/019_replslot_limit ERROR 2... |
| 57/5841 | Eliminate xl_heap_visible to reduce vacuum and COPY FREEZE WAL volume |
| macOS - Sequoia - Meson | |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"), File: "../src/backend/access/heap/pruneheap.... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| core | [22:48:17.492] * frame #0: 0x000000018eec6388 libsystem_kernel.dylib`__pthread_kill + 8 [22:48:17.492] frame #1: 0x000000018eeff848 libsystem_pthread.dylib`pthread_kill + 296 [22:48:17.492] frame #2: 0x000000018ee089e4 libsystem_c.dylib`abort + 124 [22:48:17.492] frame #3: 0x0000000102e7045c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [22:48:17.492] frame #4: 0x0000000102a5da50 postgres`heap_page_will_freeze(relation=<unavailable>, buffer=189, did_t... [22:48:17.492] frame #5: 0x0000000102a5da38 postgres`heap_page_prune_and_freeze(params=<unavailable>, presult=<unava... [22:48:17.492] frame #6: 0x0000000102a5c3b0 postgres`heap_page_prune_opt(relation=0x000000014801df98, buffer=189, vm... [22:48:17.492] frame #7: 0x0000000102a46c9c postgres`heap_prepare_pagescan(sscan=0x000000013802b528) at heapam.c:590... [22:48:17.492] frame #8: 0x0000000102a47b0c postgres`heapgettup_pagemode(scan=0x000000013802b528, dir=ForwardScanDir... [22:48:17.492] frame #9: 0x0000000102a48264 postgres`heap_getnextslot(sscan=0x000000013802b528, direction=<unavailab... |
| core | [22:46:32.958] * frame #0: 0x000000018eec6388 [22:46:32.958] frame #1: 0x000000018eeff848 |
| core | [22:46:52.657] * frame #0: 0x000000018eec6388 libsystem_kernel.dylib`__pthread_kill + 8 [22:46:52.657] frame #1: 0x000000018eeff848 libsystem_pthread.dylib`pthread_kill + 296 [22:46:52.657] frame #2: 0x000000018ee089e4 libsystem_c.dylib`abort + 124 [22:46:52.657] frame #3: 0x0000000104ddc45c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [22:46:52.657] frame #4: 0x00000001049c9a50 postgres`heap_page_will_freeze(relation=<unavailable>, buffer=189, did_t... [22:46:52.657] frame #5: 0x00000001049c9a38 postgres`heap_page_prune_and_freeze(params=<unavailable>, presult=<unava... [22:46:52.657] frame #6: 0x00000001049c83b0 postgres`heap_page_prune_opt(relation=0x000000015806df98, buffer=189, vm... [22:46:52.657] frame #7: 0x00000001049b2c9c postgres`heap_prepare_pagescan(sscan=0x0000000153875f28) at heapam.c:590... [22:46:52.657] frame #8: 0x00000001049b3b0c postgres`heapgettup_pagemode(scan=0x0000000153875f28, dir=ForwardScanDir... [22:46:52.657] frame #9: 0x00000001049b4264 postgres`heap_getnextslot(sscan=0x0000000153875f28, direction=<unavailab... |
| core | [22:47:11.020] * frame #0: 0x000000018eec6388 libsystem_kernel.dylib`__pthread_kill + 8 [22:47:11.020] frame #1: 0x000000018eeff848 libsystem_pthread.dylib`pthread_kill + 296 [22:47:11.020] frame #2: 0x000000018ee089e4 libsystem_c.dylib`abort + 124 [22:47:11.020] frame #3: 0x000000010058045c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [22:47:11.020] frame #4: 0x000000010016da50 postgres`heap_page_will_freeze(relation=<unavailable>, buffer=189, did_t... [22:47:11.020] frame #5: 0x000000010016da38 postgres`heap_page_prune_and_freeze(params=<unavailable>, presult=<unava... [22:47:11.020] frame #6: 0x000000010016c3b0 postgres`heap_page_prune_opt(relation=0x000000014002df98, buffer=189, vm... [22:47:11.020] frame #7: 0x0000000100156c9c postgres`heap_prepare_pagescan(sscan=0x000000014e0a9728) at heapam.c:590... [22:47:11.020] frame #8: 0x0000000100157b0c postgres`heapgettup_pagemode(scan=0x000000014e0a9728, dir=ForwardScanDir... [22:47:11.020] frame #9: 0x0000000100158264 postgres`heap_getnextslot(sscan=0x000000014e0a9728, direction=<unavailab... |
| core | [22:47:48.751] * frame #0: 0x000000018eec6388 libsystem_kernel.dylib`__pthread_kill + 8 [22:47:48.751] frame #1: 0x000000018eeff848 libsystem_pthread.dylib`pthread_kill + 296 [22:47:48.751] frame #2: 0x000000018ee089e4 libsystem_c.dylib`abort + 124 [22:47:48.751] frame #3: 0x000000010140045c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [22:47:48.751] frame #4: 0x0000000100feda50 postgres`heap_page_will_freeze(relation=<unavailable>, buffer=189, did_t... [22:47:48.751] frame #5: 0x0000000100feda38 postgres`heap_page_prune_and_freeze(params=<unavailable>, presult=<unava... [22:47:48.751] frame #6: 0x0000000100fec3b0 postgres`heap_page_prune_opt(relation=0x000000013003df98, buffer=189, vm... [22:47:48.751] frame #7: 0x0000000100fd6c9c postgres`heap_prepare_pagescan(sscan=0x000000010300af28) at heapam.c:590... [22:47:48.751] frame #8: 0x0000000100fd7b0c postgres`heapgettup_pagemode(scan=0x000000010300af28, dir=ForwardScanDir... [22:47:48.751] frame #9: 0x0000000100fd8264 postgres`heap_getnextslot(sscan=0x000000010300af28, direction=<unavailab... |
| core | [22:48:41.949] * frame #0: 0x000000018eec6388 libsystem_kernel.dylib`__pthread_kill + 8 [22:48:41.949] frame #1: 0x000000018eeff848 libsystem_pthread.dylib`pthread_kill + 296 [22:48:41.949] frame #2: 0x000000018ee089e4 libsystem_c.dylib`abort + 124 [22:48:41.949] frame #3: 0x000000010541445c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [22:48:41.949] frame #4: 0x0000000105001a50 postgres`heap_page_will_freeze(relation=<unavailable>, buffer=189, did_t... [22:48:41.949] frame #5: 0x0000000105001a38 postgres`heap_page_prune_and_freeze(params=<unavailable>, presult=<unava... [22:48:41.949] frame #6: 0x00000001050003b0 postgres`heap_page_prune_opt(relation=0x000000014003df98, buffer=189, vm... [22:48:41.949] frame #7: 0x0000000104feac9c postgres`heap_prepare_pagescan(sscan=0x00000001218e1528) at heapam.c:590... [22:48:41.949] frame #8: 0x0000000104febb0c postgres`heapgettup_pagemode(scan=0x00000001218e1528, dir=ForwardScanDir... [22:48:41.949] frame #9: 0x0000000104fec264 postgres`heap_getnextslot(sscan=0x00000001218e1528, direction=<unavailab... |
| core | [22:49:24.329] * frame #0: 0x000000018eec6388 libsystem_kernel.dylib`__pthread_kill + 8 [22:49:24.329] frame #1: 0x000000018eeff848 libsystem_pthread.dylib`pthread_kill + 296 [22:49:24.329] frame #2: 0x000000018ee089e4 libsystem_c.dylib`abort + 124 [22:49:24.329] frame #3: 0x00000001013bc45c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [22:49:24.329] frame #4: 0x0000000100fa9a50 postgres`heap_page_will_freeze(relation=<unavailable>, buffer=189, did_t... [22:49:24.329] frame #5: 0x0000000100fa9a38 postgres`heap_page_prune_and_freeze(params=<unavailable>, presult=<unava... [22:49:24.329] frame #6: 0x0000000100fa83b0 postgres`heap_page_prune_opt(relation=0x000000011806df98, buffer=189, vm... [22:49:24.329] frame #7: 0x0000000100f92c9c postgres`heap_prepare_pagescan(sscan=0x0000000127903928) at heapam.c:590... [22:49:24.329] frame #8: 0x0000000100f93b0c postgres`heapgettup_pagemode(scan=0x0000000127903928, dir=ForwardScanDir... [22:49:24.329] frame #9: 0x0000000100f94264 postgres`heap_getnextslot(sscan=0x0000000127903928, direction=<unavailab... |
| core | [22:50:05.103] * frame #0: 0x000000018eec6388 libsystem_kernel.dylib`__pthread_kill + 8 [22:50:05.103] frame #1: 0x000000018eeff848 libsystem_pthread.dylib`pthread_kill + 296 [22:50:05.103] frame #2: 0x000000018ee089e4 libsystem_c.dylib`abort + 124 [22:50:05.103] frame #3: 0x00000001046d045c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [22:50:05.103] frame #4: 0x00000001042bda50 postgres`heap_page_will_freeze(relation=<unavailable>, buffer=189, did_t... [22:50:05.103] frame #5: 0x00000001042bda38 postgres`heap_page_prune_and_freeze(params=<unavailable>, presult=<unava... [22:50:05.103] frame #6: 0x00000001042bc3b0 postgres`heap_page_prune_opt(relation=0x000000014006df98, buffer=189, vm... [22:50:05.103] frame #7: 0x00000001042a6c9c postgres`heap_prepare_pagescan(sscan=0x000000013d8cdb28) at heapam.c:590... [22:50:05.103] frame #8: 0x00000001042a7b0c postgres`heapgettup_pagemode(scan=0x000000013d8cdb28, dir=ForwardScanDir... [22:50:05.103] frame #9: 0x00000001042a8264 postgres`heap_getnextslot(sscan=0x000000013d8cdb28, direction=<unavailab... |
| core | [22:50:44.941] * frame #0: 0x000000018eec6388 libsystem_kernel.dylib`__pthread_kill + 8 [22:50:44.941] frame #1: 0x000000018eeff848 libsystem_pthread.dylib`pthread_kill + 296 [22:50:44.941] frame #2: 0x000000018ee089e4 libsystem_c.dylib`abort + 124 [22:50:44.941] frame #3: 0x00000001026f845c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [22:50:44.941] frame #4: 0x00000001022e5a50 postgres`heap_page_will_freeze(relation=<unavailable>, buffer=189, did_t... [22:50:44.941] frame #5: 0x00000001022e5a38 postgres`heap_page_prune_and_freeze(params=<unavailable>, presult=<unava... [22:50:44.941] frame #6: 0x00000001022e43b0 postgres`heap_page_prune_opt(relation=0x0000000140075f98, buffer=189, vm... [22:50:44.941] frame #7: 0x00000001022cec9c postgres`heap_prepare_pagescan(sscan=0x000000012b060f28) at heapam.c:590... [22:50:44.941] frame #8: 0x00000001022cfb0c postgres`heapgettup_pagemode(scan=0x000000012b060f28, dir=ForwardScanDir... [22:50:44.941] frame #9: 0x00000001022d0264 postgres`heap_getnextslot(sscan=0x000000012b060f28, direction=<unavailab... |
| core | [22:51:23.564] * frame #0: 0x000000018eec6388 libsystem_kernel.dylib`__pthread_kill + 8 [22:51:23.564] frame #1: 0x000000018eeff848 libsystem_pthread.dylib`pthread_kill + 296 [22:51:23.564] frame #2: 0x000000018ee089e4 libsystem_c.dylib`abort + 124 [22:51:23.564] frame #3: 0x00000001033c045c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [22:51:23.564] frame #4: 0x0000000102fada50 postgres`heap_page_will_freeze(relation=<unavailable>, buffer=189, did_t... [22:51:23.564] frame #5: 0x0000000102fada38 postgres`heap_page_prune_and_freeze(params=<unavailable>, presult=<unava... [22:51:23.564] frame #6: 0x0000000102fac3b0 postgres`heap_page_prune_opt(relation=0x0000000150065f98, buffer=189, vm... [22:51:23.564] frame #7: 0x0000000102f96c9c postgres`heap_prepare_pagescan(sscan=0x00000001398c0528) at heapam.c:590... [22:51:23.564] frame #8: 0x0000000102f97b0c postgres`heapgettup_pagemode(scan=0x00000001398c0528, dir=ForwardScanDir... [22:51:23.564] frame #9: 0x0000000102f98264 postgres`heap_getnextslot(sscan=0x00000001398c0528, direction=<unavailab... |
| core | [22:51:58.986] * frame #0: 0x000000018eec6388 libsystem_kernel.dylib`__pthread_kill + 8 [22:51:58.986] frame #1: 0x000000018eeff848 libsystem_pthread.dylib`pthread_kill + 296 [22:51:58.986] frame #2: 0x000000018ee089e4 libsystem_c.dylib`abort + 124 [22:51:58.986] frame #3: 0x000000010125045c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [22:51:58.986] frame #4: 0x0000000100e3da50 postgres`heap_page_will_freeze(relation=<unavailable>, buffer=189, did_t... [22:51:58.986] frame #5: 0x0000000100e3da38 postgres`heap_page_prune_and_freeze(params=<unavailable>, presult=<unava... [22:51:58.986] frame #6: 0x0000000100e3c3b0 postgres`heap_page_prune_opt(relation=0x0000000130065f98, buffer=189, vm... [22:51:58.986] frame #7: 0x0000000100e26c9c postgres`heap_prepare_pagescan(sscan=0x0000000140094d28) at heapam.c:590... [22:51:58.986] frame #8: 0x0000000100e27b0c postgres`heapgettup_pagemode(scan=0x0000000140094d28, dir=ForwardScanDir... [22:51:58.986] frame #9: 0x0000000100e28264 postgres`heap_getnextslot(sscan=0x0000000140094d28, direction=<unavailab... |
| core | [22:52:34.867] * frame #0: 0x000000018eec6388 libsystem_kernel.dylib`__pthread_kill + 8 [22:52:34.867] frame #1: 0x000000018eeff848 libsystem_pthread.dylib`pthread_kill + 296 [22:52:34.867] frame #2: 0x000000018ee089e4 libsystem_c.dylib`abort + 124 [22:52:34.867] frame #3: 0x00000001044ec45c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [22:52:34.867] frame #4: 0x00000001040d9a50 postgres`heap_page_will_freeze(relation=<unavailable>, buffer=189, did_t... [22:52:34.867] frame #5: 0x00000001040d9a38 postgres`heap_page_prune_and_freeze(params=<unavailable>, presult=<unava... [22:52:34.867] frame #6: 0x00000001040d83b0 postgres`heap_page_prune_opt(relation=0x000000013006df98, buffer=189, vm... [22:52:34.867] frame #7: 0x00000001040c2c9c postgres`heap_prepare_pagescan(sscan=0x000000012b89ef28) at heapam.c:590... [22:52:34.867] frame #8: 0x00000001040c3b0c postgres`heapgettup_pagemode(scan=0x000000012b89ef28, dir=ForwardScanDir... [22:52:34.867] frame #9: 0x00000001040c4264 postgres`heap_getnextslot(sscan=0x000000012b89ef28, direction=<unavailab... |
| core | [22:53:14.222] * frame #0: 0x000000018eec6388 libsystem_kernel.dylib`__pthread_kill + 8 [22:53:14.222] frame #1: 0x000000018eeff848 libsystem_pthread.dylib`pthread_kill + 296 [22:53:14.222] frame #2: 0x000000018ee089e4 libsystem_c.dylib`abort + 124 [22:53:14.222] frame #3: 0x0000000100cd845c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [22:53:14.222] frame #4: 0x00000001008c5a50 postgres`heap_page_will_freeze(relation=<unavailable>, buffer=189, did_t... [22:53:14.222] frame #5: 0x00000001008c5a38 postgres`heap_page_prune_and_freeze(params=<unavailable>, presult=<unava... [22:53:14.222] frame #6: 0x00000001008c43b0 postgres`heap_page_prune_opt(relation=0x000000014002df98, buffer=189, vm... [22:53:14.222] frame #7: 0x00000001008aec9c postgres`heap_prepare_pagescan(sscan=0x0000000110867f28) at heapam.c:590... [22:53:14.222] frame #8: 0x00000001008afb0c postgres`heapgettup_pagemode(scan=0x0000000110867f28, dir=ForwardScanDir... [22:53:14.222] frame #9: 0x00000001008b0264 postgres`heap_getnextslot(sscan=0x0000000110867f28, direction=<unavailab... |
| core | [22:53:29.452] * frame #0: 0x000000018eec6388 [22:53:29.452] frame #1: 0x000000018ee089e4 [22:53:29.452] frame #2: 0x0000000104b0c45c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [22:53:29.452] frame #3: 0x00000001046f9a50 postgres`heap_page_will_freeze(relation=<unavailable>, buffer=<unavailab... [22:53:29.452] frame #4: 0x00000001046f9a38 postgres`heap_page_prune_and_freeze(params=<unavailable>, presult=<unava... [22:53:29.452] frame #5: 0x00000001046f83b0 postgres`heap_page_prune_opt(relation=0x00000001400a5f98, buffer=193, vm... [22:53:29.452] frame #6: 0x00000001046e2c9c postgres`heap_prepare_pagescan(sscan=0x000000013e896128) at heapam.c:590... [22:53:29.452] frame #7: 0x00000001046e3b0c postgres`heapgettup_pagemode(scan=0x000000013e896128, dir=ForwardScanDir... [22:53:29.452] frame #8: 0x00000001046e4264 postgres`heap_getnextslot(sscan=0x000000013e896128, direction=<unavailab... [22:53:29.452] frame #9: 0x000000010485aad8 postgres`table_scan_getnextslot(sscan=<unavailable>, direction=ForwardSc... |
| core | [22:54:13.556] * frame #0: 0x000000018eec6388 libsystem_kernel.dylib`__pthread_kill + 8 [22:54:13.556] frame #1: 0x000000018eeff848 libsystem_pthread.dylib`pthread_kill + 296 [22:54:13.556] frame #2: 0x000000018ee089e4 libsystem_c.dylib`abort + 124 [22:54:13.556] frame #3: 0x00000001025a845c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [22:54:13.556] frame #4: 0x0000000102195a50 postgres`heap_page_will_freeze(relation=<unavailable>, buffer=189, did_t... [22:54:13.556] frame #5: 0x0000000102195a38 postgres`heap_page_prune_and_freeze(params=<unavailable>, presult=<unava... [22:54:13.556] frame #6: 0x00000001021943b0 postgres`heap_page_prune_opt(relation=0x000000014003df98, buffer=189, vm... [22:54:13.556] frame #7: 0x000000010217ec9c postgres`heap_prepare_pagescan(sscan=0x000000014e881f28) at heapam.c:590... [22:54:13.556] frame #8: 0x000000010217fb0c postgres`heapgettup_pagemode(scan=0x000000014e881f28, dir=ForwardScanDir... [22:54:13.556] frame #9: 0x0000000102180264 postgres`heap_getnextslot(sscan=0x000000014e881f28, direction=<unavailab... |
| core | [22:54:56.501] * frame #0: 0x000000018eec6388 libsystem_kernel.dylib`__pthread_kill + 8 [22:54:56.501] frame #1: 0x000000018eeff848 libsystem_pthread.dylib`pthread_kill + 296 [22:54:56.501] frame #2: 0x000000018ee089e4 libsystem_c.dylib`abort + 124 [22:54:56.501] frame #3: 0x000000010264045c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [22:54:56.501] frame #4: 0x000000010222da50 postgres`heap_page_will_freeze(relation=<unavailable>, buffer=189, did_t... [22:54:56.501] frame #5: 0x000000010222da38 postgres`heap_page_prune_and_freeze(params=<unavailable>, presult=<unava... [22:54:56.501] frame #6: 0x000000010222c3b0 postgres`heap_page_prune_opt(relation=0x0000000120065f98, buffer=189, vm... [22:54:56.501] frame #7: 0x0000000102216c9c postgres`heap_prepare_pagescan(sscan=0x000000011e09cb28) at heapam.c:590... [22:54:56.501] frame #8: 0x0000000102217b0c postgres`heapgettup_pagemode(scan=0x000000011e09cb28, dir=ForwardScanDir... [22:54:56.501] frame #9: 0x0000000102218264 postgres`heap_getnextslot(sscan=0x000000011e09cb28, direction=<unavailab... |
| core | [22:55:36.871] * frame #0: 0x000000018eec6388 libsystem_kernel.dylib`__pthread_kill + 8 [22:55:36.871] frame #1: 0x000000018eeff848 libsystem_pthread.dylib`pthread_kill + 296 [22:55:36.871] frame #2: 0x000000018ee089e4 libsystem_c.dylib`abort + 124 [22:55:36.871] frame #3: 0x000000010462c45c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [22:55:36.871] frame #4: 0x0000000104219a50 postgres`heap_page_will_freeze(relation=<unavailable>, buffer=189, did_t... [22:55:36.871] frame #5: 0x0000000104219a38 postgres`heap_page_prune_and_freeze(params=<unavailable>, presult=<unava... [22:55:36.871] frame #6: 0x00000001042183b0 postgres`heap_page_prune_opt(relation=0x000000014003df98, buffer=189, vm... [22:55:36.871] frame #7: 0x0000000104202c9c postgres`heap_prepare_pagescan(sscan=0x000000015786b728) at heapam.c:590... [22:55:36.871] frame #8: 0x0000000104203b0c postgres`heapgettup_pagemode(scan=0x000000015786b728, dir=ForwardScanDir... [22:55:36.871] frame #9: 0x0000000104204264 postgres`heap_getnextslot(sscan=0x000000015786b728, direction=<unavailab... |
| core | [22:56:18.039] * frame #0: 0x000000018eec6388 libsystem_kernel.dylib`__pthread_kill + 8 [22:56:18.039] frame #1: 0x000000018eeff848 libsystem_pthread.dylib`pthread_kill + 296 [22:56:18.039] frame #2: 0x000000018ee089e4 libsystem_c.dylib`abort + 124 [22:56:18.039] frame #3: 0x00000001010a845c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [22:56:18.039] frame #4: 0x0000000100c95a50 postgres`heap_page_will_freeze(relation=<unavailable>, buffer=189, did_t... [22:56:18.039] frame #5: 0x0000000100c95a38 postgres`heap_page_prune_and_freeze(params=<unavailable>, presult=<unava... [22:56:18.039] frame #6: 0x0000000100c943b0 postgres`heap_page_prune_opt(relation=0x0000000130055f98, buffer=189, vm... [22:56:18.039] frame #7: 0x0000000100c7ec9c postgres`heap_prepare_pagescan(sscan=0x000000012985a728) at heapam.c:590... [22:56:18.039] frame #8: 0x0000000100c7fb0c postgres`heapgettup_pagemode(scan=0x000000012985a728, dir=ForwardScanDir... [22:56:18.039] frame #9: 0x0000000100c80264 postgres`heap_getnextslot(sscan=0x000000012985a728, direction=<unavailab... |
| core | [22:56:54.944] * frame #0: 0x000000018eec6388 libsystem_kernel.dylib`__pthread_kill + 8 [22:56:54.944] frame #1: 0x000000018eeff848 libsystem_pthread.dylib`pthread_kill + 296 [22:56:54.944] frame #2: 0x000000018ee089e4 libsystem_c.dylib`abort + 124 [22:56:54.944] frame #3: 0x0000000100b2045c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [22:56:54.944] frame #4: 0x000000010070da50 postgres`heap_page_will_freeze(relation=<unavailable>, buffer=189, did_t... [22:56:54.944] frame #5: 0x000000010070da38 postgres`heap_page_prune_and_freeze(params=<unavailable>, presult=<unava... [22:56:54.944] frame #6: 0x000000010070c3b0 postgres`heap_page_prune_opt(relation=0x000000013002df98, buffer=189, vm... [22:56:54.944] frame #7: 0x00000001006f6c9c postgres`heap_prepare_pagescan(sscan=0x00000001278a4528) at heapam.c:590... [22:56:54.944] frame #8: 0x00000001006f7b0c postgres`heapgettup_pagemode(scan=0x00000001278a4528, dir=ForwardScanDir... [22:56:54.944] frame #9: 0x00000001006f8264 postgres`heap_getnextslot(sscan=0x00000001278a4528, direction=<unavailab... |
| core | [22:57:19.708] * frame #0: 0x000000018eebe7dc libsystem_kernel.dylib`read + 8 [22:57:19.708] frame #1: 0x000000019d138054 libcopyfile.dylib`copyfile_data + 1396 [22:57:19.708] frame #2: 0x000000019d1330e0 libcopyfile.dylib`copyfile_internal + 1020 [22:57:19.708] frame #3: 0x000000019d135124 libcopyfile.dylib`fcopyfile + 412 [22:57:19.708] frame #4: 0x0000000100e94ac0 cp`___lldb_unnamed_symbol72 + 1160 [22:57:19.708] frame #5: 0x0000000100e96230 cp`___lldb_unnamed_symbol81 + 1436 [22:57:19.708] frame #6: 0x0000000100e95be4 cp`___lldb_unnamed_symbol79 + 1208 [22:57:19.708] frame #7: 0x000000018eb5eb98 dyld`start + 6076 |
| tap | [22:43:53.050](33.243s) not ok 14 - successful creation [22:43:53.069](0.016s) not ok 16 - checksums are enabled in control file: exit code 0 [22:43:53.069](0.000s) not ok 17 - checksums are enabled in control file: no stderr [22:43:53.070](0.000s) not ok 18 - checksums are enabled in control file: matches |
| tap | [22:43:19.264](0.023s) not ok 3 - load_balance_hosts=disable connects to the first node [22:43:19.265](0.000s) not ok 4 - load_balance_hosts=disable connects to the first node: no stderr [22:43:19.265](0.000s) not ok 5 - load_balance_hosts=disable connects to the first node: log matches [22:43:19.291](0.026s) not ok 6 - repeated connections with random load balancing [22:43:19.292](0.000s) not ok 7 - repeated connections with random load balancing: no stderr [22:43:19.319](0.027s) not ok 8 - repeated connections with random load balancing [22:43:19.319](0.000s) not ok 9 - repeated connections with random load balancing: no stderr [22:43:19.351](0.031s) not ok 10 - repeated connections with random load balancing [22:43:19.351](0.000s) not ok 11 - repeated connections with random load balancing: no stderr [22:43:19.376](0.025s) not ok 12 - repeated connections with random load balancing [22:43:19.376](0.000s) not ok 13 - repeated connections with random load balancing: no stderr [22:43:19.414](0.038s) not ok 14 - repeated connections with random load balancing [22:43:19.414](0.000s) not ok 15 - repeated connections with random load balancing: no stderr [22:43:19.440](0.025s) not ok 16 - repeated connections with random load balancing [22:43:19.441](0.000s) not ok 17 - repeated connections with random load balancing: no stderr [22:43:19.471](0.031s) not ok 18 - repeated connections with random load balancing [22:43:19.472](0.000s) not ok 19 - repeated connections with random load balancing: no stderr [22:43:19.495](0.023s) not ok 20 - repeated connections with random load balancing [22:43:19.495](0.000s) not ok 21 - repeated connections with random load balancing: no stderr [22:43:19.542](0.047s) not ok 22 - repeated connections with random load balancing [22:43:19.542](0.000s) not ok 23 - repeated connections with random load balancing: no stderr [22:43:19.584](0.041s) not ok 24 - repeated connections with random load balancing [22:43:19.584](0.000s) not ok 25 - repeated connections with random load balancing: no stderr [22:43:19.615](0.031s) not ok 26 - repeated connections with random load balancing [22:43:19.618](0.001s) not ok 27 - repeated connections with random load balancing: no stderr [22:43:19.640](0.022s) not ok 28 - repeated connections with random load balancing [22:43:19.641](0.000s) not ok 29 - repeated connections with random load balancing: no stderr [22:43:19.666](0.025s) not ok 30 - repeated connections with random load balancing [22:43:19.666](0.000s) not ok 31 - repeated connections with random load balancing: no stderr [22:43:19.699](0.033s) not ok 32 - repeated connections with random load balancing [22:43:19.700](0.000s) not ok 33 - repeated connections with random load balancing: no stderr [22:43:19.728](0.028s) not ok 34 - repeated connections with random load balancing [22:43:19.728](0.000s) not ok 35 - repeated connections with random load balancing: no stderr [22:43:19.765](0.037s) not ok 36 - repeated connections with random load balancing [22:43:19.766](0.000s) not ok 37 - repeated connections with random load balancing: no stderr [22:43:19.827](0.061s) not ok 38 - repeated connections with random load balancing [22:43:19.827](0.000s) not ok 39 - repeated connections with random load balancing: no stderr [22:43:19.859](0.031s) not ok 40 - repeated connections with random load balancing [22:43:19.860](0.000s) not ok 41 - repeated connections with random load balancing: no stderr [22:43:19.884](0.024s) not ok 42 - repeated connections with random load balancing [22:43:19.884](0.000s) not ok 43 - repeated connections with random load balancing: no stderr [22:43:19.926](0.042s) not ok 44 - repeated connections with random load balancing [22:43:19.927](0.000s) not ok 45 - repeated connections with random load balancing: no stderr [22:43:19.946](0.019s) not ok 46 - repeated connections with random load balancing [22:43:19.947](0.000s) not ok 47 - repeated connections with random load balancing: no stderr [22:43:19.963](0.017s) not ok 48 - repeated connections with random load balancing [22:43:19.964](0.000s) not ok 49 - repeated connections with random load balancing: no stderr [22:43:19.989](0.025s) not ok 50 - repeated connections with random load balancing [22:43:19.989](0.000s) not ok 51 - repeated connections with random load balancing: no stderr [22:43:20.022](0.033s) not ok 52 - repeated connections with random load balancing [22:43:20.022](0.000s) not ok 53 - repeated connections with random load balancing: no stderr [22:43:20.048](0.025s) not ok 54 - repeated connections with random load balancing [22:43:20.048](0.000s) not ok 55 - repeated connections with random load balancing: no stderr [22:43:20.083](0.035s) not ok 56 - repeated connections with random load balancing [22:43:20.083](0.000s) not ok 57 - repeated connections with random load balancing: no stderr [22:43:20.104](0.020s) not ok 58 - repeated connections with random load balancing [22:43:20.104](0.000s) not ok 59 - repeated connections with random load balancing: no stderr [22:43:20.144](0.039s) not ok 60 - repeated connections with random load balancing [22:43:20.144](0.000s) not ok 61 - repeated connections with random load balancing: no stderr [22:43:20.175](0.030s) not ok 62 - repeated connections with random load balancing [22:43:20.175](0.000s) not ok 63 - repeated connections with random load balancing: no stderr [22:43:20.215](0.040s) not ok 64 - repeated connections with random load balancing [22:43:20.215](0.000s) not ok 65 - repeated connections with random load balancing: no stderr [22:43:20.241](0.025s) not ok 66 - repeated connections with random load balancing [22:43:20.241](0.000s) not ok 67 - repeated connections with random load balancing: no stderr [22:43:20.263](0.021s) not ok 68 - repeated connections with random load balancing [22:43:20.263](0.000s) not ok 69 - repeated connections with random load balancing: no stderr [22:43:20.292](0.029s) not ok 70 - repeated connections with random load balancing [22:43:20.292](0.000s) not ok 71 - repeated connections with random load balancing: no stderr [22:43:20.412](0.120s) not ok 72 - repeated connections with random load balancing [22:43:20.414](0.001s) not ok 73 - repeated connections with random load balancing: no stderr [22:43:20.438](0.024s) not ok 74 - repeated connections with random load balancing [22:43:20.439](0.000s) not ok 75 - repeated connections with random load balancing: no stderr [22:43:20.464](0.025s) not ok 76 - repeated connections with random load balancing [22:43:20.464](0.000s) not ok 77 - repeated connections with random load balancing: no stderr [22:43:20.485](0.020s) not ok 78 - repeated connections with random load balancing [22:43:20.485](0.000s) not ok 79 - repeated connections with random load balancing: no stderr [22:43:20.504](0.019s) not ok 80 - repeated connections with random load balancing [22:43:20.504](0.000s) not ok 81 - repeated connections with random load balancing: no stderr [22:43:20.529](0.024s) not ok 82 - repeated connections with random load balancing [22:43:20.529](0.000s) not ok 83 - repeated connections with random load balancing: no stderr [22:43:20.558](0.028s) not ok 84 - repeated connections with random load balancing [22:43:20.558](0.000s) not ok 85 - repeated connections with random load balancing: no stderr [22:43:20.583](0.025s) not ok 86 - repeated connections with random load balancing [22:43:20.583](0.000s) not ok 87 - repeated connections with random load balancing: no stderr [22:43:20.608](0.025s) not ok 88 - repeated connections with random load balancing [22:43:20.609](0.000s) not ok 89 - repeated connections with random load balancing: no stderr [22:43:20.714](0.105s) not ok 90 - repeated connections with random load balancing [22:43:20.714](0.000s) not ok 91 - repeated connections with random load balancing: no stderr [22:43:20.738](0.024s) not ok 92 - repeated connections with random load balancing [22:43:20.739](0.000s) not ok 93 - repeated connections with random load balancing: no stderr [22:43:20.764](0.025s) not ok 94 - repeated connections with random load balancing [22:43:20.765](0.000s) not ok 95 - repeated connections with random load balancing: no stderr [22:43:20.792](0.027s) not ok 96 - repeated connections with random load balancing [22:43:20.793](0.000s) not ok 97 - repeated connections with random load balancing: no stderr [22:43:20.824](0.031s) not ok 98 - repeated connections with random load balancing [22:43:20.824](0.000s) not ok 99 - repeated connections with random load balancing: no stderr [22:43:20.846](0.022s) not ok 100 - repeated connections with random load balancing [22:43:20.847](0.000s) not ok 101 - repeated connections with random load balancing: no stderr [22:43:20.864](0.017s) not ok 102 - repeated connections with random load balancing [22:43:20.864](0.000s) not ok 103 - repeated connections with random load balancing: no stderr [22:43:20.891](0.027s) not ok 104 - repeated connections with random load balancing [22:43:20.891](0.000s) not ok 105 - repeated connections with random load balancing: no stderr [22:43:20.892](0.001s) not ok 106 - received at least one connection on node1 [22:43:20.892](0.000s) not ok 107 - received at least one connection on node2 [22:43:20.893](0.000s) not ok 108 - received at least one connection on node3 [22:43:20.893](0.000s) not ok 109 - received 50 connections across all nodes [22:43:21.149](0.256s) not ok 110 - load_balance_hosts=disable continues until it connects to the a working node [22:43:21.153](0.001s) not ok 111 - load_balance_hosts=disable continues until it connects to the a working node: no std... [22:43:21.157](0.002s) not ok 112 - load_balance_hosts=disable continues until it connects to the a working node: log ma... [22:43:21.202](0.042s) not ok 113 - load_balance_hosts=random continues until it connects to the a working node [22:43:21.203](0.000s) not ok 114 - load_balance_hosts=random continues until it connects to the a working node: no stde... [22:43:21.203](0.000s) not ok 115 - load_balance_hosts=random continues until it connects to the a working node: log mat... [22:43:21.231](0.028s) not ok 116 - load_balance_hosts=random continues until it connects to the a working node [22:43:21.235](0.001s) not ok 117 - load_balance_hosts=random continues until it connects to the a working node: no stde... [22:43:21.240](0.002s) not ok 118 - load_balance_hosts=random continues until it connects to the a working node: log mat... [22:43:21.269](0.026s) not ok 119 - load_balance_hosts=random continues until it connects to the a working node [22:43:21.269](0.000s) not ok 120 - load_balance_hosts=random continues until it connects to the a working node: no stde... [22:43:21.269](0.000s) not ok 121 - load_balance_hosts=random continues until it connects to the a working node: log mat... [22:43:21.305](0.035s) not ok 122 - load_balance_hosts=random continues until it connects to the a working node [22:43:21.305](0.000s) not ok 123 - load_balance_hosts=random continues until it connects to the a working node: no stde... [22:43:21.306](0.000s) not ok 124 - load_balance_hosts=random continues until it connects to the a working node: log mat... [22:43:21.329](0.022s) not ok 125 - load_balance_hosts=random continues until it connects to the a working node [22:43:21.329](0.000s) not ok 126 - load_balance_hosts=random continues until it connects to the a working node: no stde... [22:43:21.330](0.000s) not ok 127 - load_balance_hosts=random continues until it connects to the a working node: log mat... |
| tap | [22:43:18.911](0.168s) not ok 1 - connection with correct "service" string and PGSERVICEFILE [22:43:18.911](0.000s) not ok 2 - connection with correct "service" string and PGSERVICEFILE: stdout matches [22:43:18.911](0.000s) not ok 3 - connection with correct "service" string and PGSERVICEFILE: no stderr [22:43:18.964](0.053s) not ok 4 - connection with correct "service" URI and PGSERVICEFILE [22:43:18.964](0.000s) not ok 5 - connection with correct "service" URI and PGSERVICEFILE: stdout matches [22:43:18.965](0.000s) not ok 6 - connection with correct "service" URI and PGSERVICEFILE: no stderr [22:43:19.011](0.020s) not ok 9 - connection with correct PGSERVICE and PGSERVICEFILE [22:43:19.011](0.000s) not ok 10 - connection with correct PGSERVICE and PGSERVICEFILE: stdout matches [22:43:19.011](0.000s) not ok 11 - connection with correct PGSERVICE and PGSERVICEFILE: no stderr [22:43:19.071](0.025s) not ok 15 - connection with correct "service" string and pg_service.conf [22:43:19.072](0.000s) not ok 16 - connection with correct "service" string and pg_service.conf: stdout matches [22:43:19.072](0.000s) not ok 17 - connection with correct "service" string and pg_service.conf: no stderr [22:43:19.088](0.016s) not ok 18 - connection with correct "service" URI and default pg_service.conf [22:43:19.088](0.000s) not ok 19 - connection with correct "service" URI and default pg_service.conf: stdout matches [22:43:19.088](0.000s) not ok 20 - connection with correct "service" URI and default pg_service.conf: no stderr [22:43:19.129](0.024s) not ok 23 - connection with correct PGSERVICE and default pg_service.conf [22:43:19.130](0.000s) not ok 24 - connection with correct PGSERVICE and default pg_service.conf: stdout matches [22:43:19.130](0.000s) not ok 25 - connection with correct PGSERVICE and default pg_service.conf: no stderr [22:43:19.205](0.020s) not ok 31 - connection with valid servicefile in connection string [22:43:19.205](0.000s) not ok 32 - connection with valid servicefile in connection string: stdout matches [22:43:19.205](0.000s) not ok 33 - connection with valid servicefile in connection string: no stderr [22:43:19.230](0.025s) not ok 34 - connection with valid servicefile in URI [22:43:19.231](0.000s) not ok 35 - connection with valid servicefile in URI: stdout matches [22:43:19.231](0.000s) not ok 36 - connection with valid servicefile in URI: no stderr [22:43:19.252](0.022s) not ok 37 - connection with PGSERVICE and servicefile in connection string [22:43:19.253](0.000s) not ok 38 - connection with PGSERVICE and servicefile in connection string: stdout matches [22:43:19.253](0.000s) not ok 39 - connection with PGSERVICE and servicefile in connection string: no stderr [22:43:19.277](0.023s) not ok 40 - connection with PGSERVICE and servicefile in URI [22:43:19.277](0.000s) not ok 41 - connection with PGSERVICE and servicefile in URI: stdout matches [22:43:19.277](0.000s) not ok 42 - connection with PGSERVICE and servicefile in URI: no stderr [22:43:19.327](0.030s) not ok 45 - connection with both servicefile and PGSERVICEFILE [22:43:19.327](0.000s) not ok 46 - connection with both servicefile and PGSERVICEFILE: stdout matches [22:43:19.328](0.000s) not ok 47 - connection with both servicefile and PGSERVICEFILE: no stderr |
| tap | [22:43:55.474](35.599s) Bail out! command "initdb --no-sync --pgdata /Users/admin/pgsql/build/testrun/pg_amcheck/003_ch... |
| tap | [22:43:56.091](35.638s) Bail out! command "initdb --no-sync --pgdata /Users/admin/pgsql/build/testrun/pg_amcheck/004_ve... |
| tap | [22:43:58.621](35.450s) Bail out! command "initdb --no-sync --pgdata /Users/admin/pgsql/build/testrun/pg_basebackup/010... |
| tap | [22:44:35.294](42.049s) Bail out! command "initdb --no-sync --pgdata /Users/admin/pgsql/build/testrun/pg_basebackup/020... |
| tap | [22:43:54.532](0.013s) not ok 14 - slot created |
| tap | [22:44:35.121](39.834s) Bail out! command "initdb --no-sync --pgdata /Users/admin/pgsql/build/testrun/pg_basebackup/040... |
| tap | [22:44:34.182](38.283s) Bail out! command "initdb --no-sync --pgdata /Users/admin/pgsql/build/testrun/pg_checksums/002_... |
| tap | [22:44:35.117](35.695s) Bail out! command "initdb --no-sync --pgdata /Users/admin/pgsql/build/testrun/pg_combinebackup/... |
| tap | [22:44:49.409](40.802s) not ok 11 - pg_ctl initdb |
| tap | [22:44:36.178](0.000s) not ok 4 - pg_ctl promote of not running instance fails: matches |
| tap | [22:44:56.218](16.517s) Bail out! command "initdb --no-sync --pgdata /Users/admin/pgsql/build/testrun/pg_dump/010_dump_... |
| tap | [22:44:41.811](0.570s) not ok 10 - pg_resetwal -n produces output: exit code 0 [22:44:41.812](0.000s) not ok 11 - pg_resetwal -n produces output: no stderr [22:44:41.812](0.000s) not ok 12 - pg_resetwal -n produces output: matches [22:44:41.828](0.011s) not ok 14 - pg_resetwal runs |
| tap | [22:44:42.935](0.297s) not ok 1 - processes corrupted pg_control all zeroes status (got 1 vs expected 0) [22:44:42.936](0.001s) not ok 2 - processes corrupted pg_control all zeroes stdout /(?^:pg_control version number)/ [22:44:42.936](0.000s) not ok 3 - processes corrupted pg_control all zeroes stderr /(?^:pg_resetwal: warning: pg_control... [22:44:42.949](0.013s) not ok 4 - processes zero WAL segment size status (got 1 vs expected 0) [22:44:42.950](0.000s) not ok 5 - processes zero WAL segment size stdout /(?^:pg_control version number)/ [22:44:42.950](0.000s) not ok 6 - processes zero WAL segment size stderr /(?^:pg_resetwal\:\ warning\:\ pg_control\ spec... [22:44:42.963](0.000s) not ok 8 - does not run when control file values were guessed: matches [22:44:42.975](0.012s) not ok 9 - runs with force when control file values were guessed |
| tap | [22:44:56.117](11.024s) Bail out! command "initdb --no-sync --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/002_dat... |
| tap | cp: : : : : /Users/admin/pgsql/build/testrun/pg_rewind/008_min_recovery_point/data/t_008_min_recovery_point_node_1_data/... |
| tap | [22:44:56.539](0.137s) Bail out! failed to execute command "cp -RPp /Users/admin/pgsql/build/tmp_install/initdb-templat... |
| tap | [22:43:03.729](40.997s) Bail out! command "initdb --no-sync --pgdata /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg... |
| tap | [22:42:23.354](0.055s) not ok 7 - set old cluster's default char signedness to unsigned [22:42:23.371](0.000s) not ok 10 - updated default char signedness is unsigned in control file: matches [22:42:26.776](1.821s) not ok 13 - run of pg_upgrade [22:42:26.809](0.000s) not ok 16 - the default char signedness is updated during pg_upgrade: matches |
| tap | [22:43:03.729](40.987s) Bail out! command "initdb --no-sync --pgdata /Users/admin/pgsql/build/testrun/pg_upgrade/007_mu... |
| tap | [22:42:24.039](0.153s) Bail out! command "pg_resetwal --epoch 1 /Users/admin/pgsql/build/testrun/recovery/003_recovery_... |
| tap | [22:42:27.909](0.722s) not ok 1 - reload node london with synchronous_standby_names = 'paris' [22:42:27.975](0.066s) not ok 2 - reload node paris with synchronous_standby_names = 'london' [22:42:28.323](0.347s) not ok 3 - Commit prepared transaction after restart [22:42:28.349](0.026s) not ok 4 - Rollback prepared transaction after restart [22:42:28.813](0.463s) not ok 5 - Commit prepared transaction after teardown [22:42:28.833](0.019s) not ok 6 - Rollback prepared transaction after teardown [22:42:29.227](0.394s) not ok 7 - Replay several transactions with same GID [22:42:29.543](0.315s) not ok 8 - Cleanup of shared memory state for 2PC commit [22:42:29.624](0.081s) not ok 9 - Cleanup of shared memory state on running standby without checkpoint [22:42:29.746](0.121s) not ok 10 - Cleanup of shared memory state on running standby after checkpoint [22:42:30.049](0.029s) not ok 11 - Restore of prepared transaction on promoted standby [22:42:30.790](0.082s) not ok 12 - Restore prepared transactions from files with primary down [22:42:31.698](0.048s) not ok 13 - Restore prepared transactions from records with primary down |
| tap | [22:42:30.074](2.188s) not ok 1 - Check nextXid handling for prepared subtransactions |
| tap | [22:43:04.616](33.622s) Bail out! command "initdb --no-sync --pgdata /Users/admin/pgsql/build/testrun/recovery/019_repl... |
| tap | [22:42:35.369](0.455s) not ok 1 - physical slot created on primary Bail out!# Running: pg_isready --timeout 180 --host /var/folders/g9/7rkt8rt1241bwwhd3_s8ndp40000gn/T/2Tseq_aMkp --port 2... [22:42:37.683](0.000s) not ok 2 - regression tests pass |
| tap | [22:43:11.578](27.340s) Bail out! command "initdb --no-sync --pgdata /Users/admin/pgsql/build/testrun/recovery/045_arch... |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| core | 00000068`e1bfc4a0 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 00000068`e1bfc4e0 00007ff7`df9a1f3a postgres!ExceptionalCondition( 00000068`e1bfc520 00007ff7`df99ed72 postgres!heap_page_will_freeze( 00000068`e1bfc560 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 00000068`e1bfe480 00007ff7`df97df79 postgres!heap_page_prune_opt( 00000068`e1bfe7a0 00007ff7`df98b413 postgres!heap_prepare_pagescan( 00000068`e1bfe840 00007ff7`df97e6ad postgres!heapgettup_pagemode( 00000068`e1bfe8b0 00007ff7`dfc41fa9 postgres!heap_getnextslot( 00000068`e1bfe900 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 00000068`e1bfe940 00007ff7`dfc424ca postgres!SeqNext( |
| core | 00000068`e1fff508 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000068`e1fff510 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000068`e1fff800 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000068`e1fff830 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000068`e23ffa08 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 00000068`e23ffa10 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 00000068`e23ffa80 00007ffb`40d64cb0 postgres!pg_signal_thread( 00000068`e23ffb80 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000068`e23ffbb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000068`e27ff648 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000068`e27ff650 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000068`e27ff940 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000068`e27ff970 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000068`e2bff838 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 00000068`e2bff840 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000068`e2bff8e0 00007ffb`40d64cb0 postgres!pg_timer_thread( 00000068`e2bff920 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000068`e2bff950 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e5`e91ffbf8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e5`e91ffc00 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 000000e5`e91ffef0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000e5`e91fff20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e5`e99ffc18 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 000000e5`e99ffc20 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000e5`e99ffcc0 00007ffb`40d64cb0 postgres!pg_timer_thread( 000000e5`e99ffd00 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000e5`e99ffd30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e5`e95ffc78 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 000000e5`e95ffc80 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 000000e5`e95ffcf0 00007ffb`40d64cb0 postgres!pg_signal_thread( 000000e5`e95ffdf0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000e5`e95ffe20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e5`e8dffba8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e5`e8dffbb0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 000000e5`e8dffea0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000e5`e8dffed0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e5`e89ffbc8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e5`e89ffbd0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 000000e5`e89ffec0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000e5`e89ffef0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e5`e85fc660 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 000000e5`e85fc6a0 00007ff7`df9a1f3a postgres!ExceptionalCondition( 000000e5`e85fc6e0 00007ff7`df99ed72 postgres!heap_page_will_freeze( 000000e5`e85fc720 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 000000e5`e85fe640 00007ff7`df97df79 postgres!heap_page_prune_opt( 000000e5`e85fe960 00007ff7`df98b413 postgres!heap_prepare_pagescan( 000000e5`e85fea00 00007ff7`df97e6ad postgres!heapgettup_pagemode( 000000e5`e85fea70 00007ff7`dfc41fa9 postgres!heap_getnextslot( 000000e5`e85feac0 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 000000e5`e85feb00 00007ff7`dfc424ca postgres!SeqNext( |
| core | 00000006`545ff968 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000006`545ff970 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000006`545ffc60 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000006`545ffc90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000006`541ff8d8 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 00000006`541ff8e0 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 00000006`541ff950 00007ffb`40d64cb0 postgres!pg_signal_thread( 00000006`541ffa50 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000006`541ffa80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000006`539fc5f0 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 00000006`539fc630 00007ff7`df9a1f3a postgres!ExceptionalCondition( 00000006`539fc670 00007ff7`df99ed72 postgres!heap_page_will_freeze( 00000006`539fc6b0 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 00000006`539fe5d0 00007ff7`df97df79 postgres!heap_page_prune_opt( 00000006`539fe8f0 00007ff7`df98b413 postgres!heap_prepare_pagescan( 00000006`539fe990 00007ff7`df97e6ad postgres!heapgettup_pagemode( 00000006`539fea00 00007ff7`dfc41fa9 postgres!heap_getnextslot( 00000006`539fea50 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 00000006`539fea90 00007ff7`dfc424ca postgres!SeqNext( |
| core | 00000006`53dff6c8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000006`53dff6d0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000006`53dff9c0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000006`53dff9f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000006`549ffcd8 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 00000006`549ffce0 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000006`549ffd80 00007ffb`40d64cb0 postgres!pg_timer_thread( 00000006`549ffdc0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000006`549ffdf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000da`081fc2e0 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 000000da`081fc320 00007ff7`df9a1f3a postgres!ExceptionalCondition( 000000da`081fc360 00007ff7`df99ed72 postgres!heap_page_will_freeze( 000000da`081fc3a0 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 000000da`081fe2c0 00007ff7`df97df79 postgres!heap_page_prune_opt( 000000da`081fe5e0 00007ff7`df98b413 postgres!heap_prepare_pagescan( 000000da`081fe680 00007ff7`df97e6ad postgres!heapgettup_pagemode( 000000da`081fe6f0 00007ff7`dfc41fa9 postgres!heap_getnextslot( 000000da`081fe740 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 000000da`081fe780 00007ff7`dfc424ca postgres!SeqNext( |
| core | 000000da`085ff908 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000da`085ff910 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 000000da`085ffc00 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000da`085ffc30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000da`091ffc18 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 000000da`091ffc20 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000da`091ffcc0 00007ffb`40d64cb0 postgres!pg_timer_thread( 000000da`091ffd00 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000da`091ffd30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000da`08dffd18 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 000000da`08dffd20 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 000000da`08dffd90 00007ffb`40d64cb0 postgres!pg_signal_thread( 000000da`08dffe90 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000da`08dffec0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000da`089ff918 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000da`089ff920 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 000000da`089ffc10 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000da`089ffc40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000074`729ff888 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000074`729ff890 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000074`729ffb80 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000074`729ffbb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000074`735ff908 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 00000074`735ff910 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000074`735ff9b0 00007ffb`40d64cb0 postgres!pg_timer_thread( 00000074`735ff9f0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000074`735ffa20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000074`731ffa18 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000074`731ffa20 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000074`731ffd10 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000074`731ffd40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000074`725fc320 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 00000074`725fc360 00007ff7`df9a1f3a postgres!ExceptionalCondition( 00000074`725fc3a0 00007ff7`df99ed72 postgres!heap_page_will_freeze( 00000074`725fc3e0 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 00000074`725fe300 00007ff7`df97df79 postgres!heap_page_prune_opt( 00000074`725fe620 00007ff7`df98b413 postgres!heap_prepare_pagescan( 00000074`725fe6c0 00007ff7`df97e6ad postgres!heapgettup_pagemode( 00000074`725fe730 00007ff7`dfc41fa9 postgres!heap_getnextslot( 00000074`725fe780 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 00000074`725fe7c0 00007ff7`dfc424ca postgres!SeqNext( |
| core | 00000074`72dff898 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 00000074`72dff8a0 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 00000074`72dff910 00007ffb`40d64cb0 postgres!pg_signal_thread( 00000074`72dffa10 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000074`72dffa40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000093`ddbff698 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000093`ddbff6a0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000093`ddbff990 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000093`ddbff9c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000093`dd3fc680 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 00000093`dd3fc6c0 00007ff7`df9a1f3a postgres!ExceptionalCondition( 00000093`dd3fc700 00007ff7`df99ed72 postgres!heap_page_will_freeze( 00000093`dd3fc740 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 00000093`dd3fe660 00007ff7`df97df79 postgres!heap_page_prune_opt( 00000093`dd3fe980 00007ff7`df98b413 postgres!heap_prepare_pagescan( 00000093`dd3fea20 00007ff7`df97e6ad postgres!heapgettup_pagemode( 00000093`dd3fea90 00007ff7`dfc41fa9 postgres!heap_getnextslot( 00000093`dd3feae0 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 00000093`dd3feb20 00007ff7`dfc424ca postgres!SeqNext( |
| core | 00000093`de3ff9b8 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 00000093`de3ff9c0 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000093`de3ffa60 00007ffb`40d64cb0 postgres!pg_timer_thread( 00000093`de3ffaa0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000093`de3ffad0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000093`ddfff8f8 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 00000093`ddfff900 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 00000093`ddfff970 00007ffb`40d64cb0 postgres!pg_signal_thread( 00000093`ddfffa70 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000093`ddfffaa0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000093`dd7ffa68 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000093`dd7ffa70 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000093`dd7ffd60 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000093`dd7ffd90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000088`04fffb88 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000088`04fffb90 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000088`04fffe80 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000088`04fffeb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000088`047fc910 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 00000088`047fc950 00007ff7`df9a1f3a postgres!ExceptionalCondition( 00000088`047fc990 00007ff7`df99ed72 postgres!heap_page_will_freeze( 00000088`047fc9d0 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 00000088`047fe8f0 00007ff7`df97df79 postgres!heap_page_prune_opt( 00000088`047fec10 00007ff7`df98b413 postgres!heap_prepare_pagescan( 00000088`047fecb0 00007ff7`df97e6ad postgres!heapgettup_pagemode( 00000088`047fed20 00007ff7`dfc41fa9 postgres!heap_getnextslot( 00000088`047fed70 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 00000088`047fedb0 00007ff7`dfc424ca postgres!SeqNext( |
| core | 00000088`057ffba8 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 00000088`057ffbb0 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000088`057ffc50 00007ffb`40d64cb0 postgres!pg_timer_thread( 00000088`057ffc90 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000088`057ffcc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000088`053ffd58 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 00000088`053ffd60 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 00000088`053ffdd0 00007ffb`40d64cb0 postgres!pg_signal_thread( 00000088`053ffed0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000088`053fff00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000088`04bffaf8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000088`04bffb00 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000088`04bffdf0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000088`04bffe20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007a`c23fc5a0 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 0000007a`c23fc5e0 00007ff7`df9a1f3a postgres!ExceptionalCondition( 0000007a`c23fc620 00007ff7`df99ed72 postgres!heap_page_will_freeze( 0000007a`c23fc660 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 0000007a`c23fe580 00007ff7`df97df79 postgres!heap_page_prune_opt( 0000007a`c23fe8a0 00007ff7`df98b413 postgres!heap_prepare_pagescan( 0000007a`c23fe940 00007ff7`df97e6ad postgres!heapgettup_pagemode( 0000007a`c23fe9b0 00007ff7`dfc41fa9 postgres!heap_getnextslot( 0000007a`c23fea00 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 0000007a`c23fea40 00007ff7`dfc424ca postgres!SeqNext( |
| core | 0000007a`c27ff6f8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000007a`c27ff700 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 0000007a`c27ff9f0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000007a`c27ffa20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007a`c2bff648 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 0000007a`c2bff650 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 0000007a`c2bff6c0 00007ffb`40d64cb0 postgres!pg_signal_thread( 0000007a`c2bff7c0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000007a`c2bff7f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007a`c2fff8d8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000007a`c2fff8e0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 0000007a`c2fffbd0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000007a`c2fffc00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007a`c33ff888 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 0000007a`c33ff890 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 0000007a`c33ff930 00007ffb`40d64cb0 postgres!pg_timer_thread( 0000007a`c33ff970 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000007a`c33ff9a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000091`bdbff9c8 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 00000091`bdbff9d0 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000091`bdbffa70 00007ffb`40d64cb0 postgres!pg_timer_thread( 00000091`bdbffab0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000091`bdbffae0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000091`bd7ff9a8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000091`bd7ff9b0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000091`bd7ffca0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000091`bd7ffcd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000091`bd3ffba8 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 00000091`bd3ffbb0 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 00000091`bd3ffc20 00007ffb`40d64cb0 postgres!pg_signal_thread( 00000091`bd3ffd20 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000091`bd3ffd50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000091`bcbfc2e0 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 00000091`bcbfc320 00007ff7`df9a1f3a postgres!ExceptionalCondition( 00000091`bcbfc360 00007ff7`df99ed72 postgres!heap_page_will_freeze( 00000091`bcbfc3a0 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 00000091`bcbfe2c0 00007ff7`df97df79 postgres!heap_page_prune_opt( 00000091`bcbfe5e0 00007ff7`df98b413 postgres!heap_prepare_pagescan( 00000091`bcbfe680 00007ff7`df97e6ad postgres!heapgettup_pagemode( 00000091`bcbfe6f0 00007ff7`dfc41fa9 postgres!heap_getnextslot( 00000091`bcbfe740 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 00000091`bcbfe780 00007ff7`dfc424ca postgres!SeqNext( |
| core | 00000091`bcfffbc8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000091`bcfffbd0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000091`bcfffec0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000091`bcfffef0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007a`83fffda8 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 0000007a`83fffdb0 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 0000007a`83fffe50 00007ffb`40d64cb0 postgres!pg_timer_thread( 0000007a`83fffe90 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000007a`83fffec0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007a`83bffbe8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000007a`83bffbf0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 0000007a`83bffee0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000007a`83bfff10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007a`837ff898 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 0000007a`837ff8a0 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 0000007a`837ff910 00007ffb`40d64cb0 postgres!pg_signal_thread( 0000007a`837ffa10 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000007a`837ffa40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007a`833ff588 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000007a`833ff590 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 0000007a`833ff880 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000007a`833ff8b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007a`82ffc310 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 0000007a`82ffc350 00007ff7`df9a1f3a postgres!ExceptionalCondition( 0000007a`82ffc390 00007ff7`df99ed72 postgres!heap_page_will_freeze( 0000007a`82ffc3d0 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 0000007a`82ffe2f0 00007ff7`df97df79 postgres!heap_page_prune_opt( 0000007a`82ffe610 00007ff7`df98b413 postgres!heap_prepare_pagescan( 0000007a`82ffe6b0 00007ff7`df97e6ad postgres!heapgettup_pagemode( 0000007a`82ffe720 00007ff7`dfc41fa9 postgres!heap_getnextslot( 0000007a`82ffe770 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 0000007a`82ffe7b0 00007ff7`dfc424ca postgres!SeqNext( |
| core | 00000019`833ff6f8 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 00000019`833ff700 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000019`833ff7a0 00007ffb`40d64cb0 postgres!pg_timer_thread( 00000019`833ff7e0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000019`833ff810 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000019`82fffa58 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 00000019`82fffa60 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 00000019`82fffad0 00007ffb`40d64cb0 postgres!pg_signal_thread( 00000019`82fffbd0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000019`82fffc00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000019`82bff648 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000019`82bff650 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000019`82bff940 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000019`82bff970 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000019`827ff5b8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000019`827ff5c0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000019`827ff8b0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000019`827ff8e0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000019`823fc940 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 00000019`823fc980 00007ff7`df9a1f3a postgres!ExceptionalCondition( 00000019`823fc9c0 00007ff7`df99ed72 postgres!heap_page_will_freeze( 00000019`823fca00 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 00000019`823fe920 00007ff7`df97df79 postgres!heap_page_prune_opt( 00000019`823fec40 00007ff7`df98b413 postgres!heap_prepare_pagescan( 00000019`823fece0 00007ff7`df97e6ad postgres!heapgettup_pagemode( 00000019`823fed50 00007ff7`dfc41fa9 postgres!heap_getnextslot( 00000019`823feda0 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 00000019`823fede0 00007ff7`dfc424ca postgres!SeqNext( |
| core | 00000098`1e5ffc58 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 00000098`1e5ffc60 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 00000098`1e5ffcd0 00007ffb`40d64cb0 postgres!pg_signal_thread( 00000098`1e5ffdd0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000098`1e5ffe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000098`1e9ffaa8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000098`1e9ffab0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000098`1e9ffda0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000098`1e9ffdd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000098`1edffe18 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 00000098`1edffe20 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000098`1edffec0 00007ffb`40d64cb0 postgres!pg_timer_thread( 00000098`1edfff00 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000098`1edfff30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000098`1e1ff558 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000098`1e1ff560 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000098`1e1ff850 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000098`1e1ff880 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000098`1ddfc950 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 00000098`1ddfc990 00007ff7`df9a1f3a postgres!ExceptionalCondition( 00000098`1ddfc9d0 00007ff7`df99ed72 postgres!heap_page_will_freeze( 00000098`1ddfca10 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 00000098`1ddfe930 00007ff7`df97df79 postgres!heap_page_prune_opt( 00000098`1ddfec50 00007ff7`df98b413 postgres!heap_prepare_pagescan( 00000098`1ddfecf0 00007ff7`df97e6ad postgres!heapgettup_pagemode( 00000098`1ddfed60 00007ff7`dfc41fa9 postgres!heap_getnextslot( 00000098`1ddfedb0 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 00000098`1ddfedf0 00007ff7`dfc424ca postgres!SeqNext( |
| core | 00000047`bd1ff8c8 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 00000047`bd1ff8d0 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 00000047`bd1ff940 00007ffb`40d64cb0 postgres!pg_signal_thread( 00000047`bd1ffa40 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000047`bd1ffa70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000047`bd5ff488 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000047`bd5ff490 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000047`bd5ff780 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000047`bd5ff7b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000047`bd9ffbf8 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 00000047`bd9ffc00 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000047`bd9ffca0 00007ffb`40d64cb0 postgres!pg_timer_thread( 00000047`bd9ffce0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000047`bd9ffd10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000047`bc9fc340 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 00000047`bc9fc380 00007ff7`df9a1f3a postgres!ExceptionalCondition( 00000047`bc9fc3c0 00007ff7`df99ed72 postgres!heap_page_will_freeze( 00000047`bc9fc400 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 00000047`bc9fe320 00007ff7`df97df79 postgres!heap_page_prune_opt( 00000047`bc9fe640 00007ff7`df98b413 postgres!heap_prepare_pagescan( 00000047`bc9fe6e0 00007ff7`df97e6ad postgres!heapgettup_pagemode( 00000047`bc9fe750 00007ff7`dfc41fa9 postgres!heap_getnextslot( 00000047`bc9fe7a0 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 00000047`bc9fe7e0 00007ff7`dfc424ca postgres!SeqNext( |
| core | 00000047`bcdffbb8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000047`bcdffbc0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000047`bcdffeb0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000047`bcdffee0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000bb`391ff6e8 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 000000bb`391ff6f0 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 000000bb`391ff760 00007ffb`40d64cb0 postgres!pg_signal_thread( 000000bb`391ff860 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000bb`391ff890 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000bb`395ff508 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000bb`395ff510 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 000000bb`395ff800 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000bb`395ff830 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000bb`399ffc78 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 000000bb`399ffc80 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000bb`399ffd20 00007ffb`40d64cb0 postgres!pg_timer_thread( 000000bb`399ffd60 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000bb`399ffd90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000bb`389fc320 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 000000bb`389fc360 00007ff7`df9a1f3a postgres!ExceptionalCondition( 000000bb`389fc3a0 00007ff7`df99ed72 postgres!heap_page_will_freeze( 000000bb`389fc3e0 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 000000bb`389fe300 00007ff7`df97df79 postgres!heap_page_prune_opt( 000000bb`389fe620 00007ff7`df98b413 postgres!heap_prepare_pagescan( 000000bb`389fe6c0 00007ff7`df97e6ad postgres!heapgettup_pagemode( 000000bb`389fe730 00007ff7`dfc41fa9 postgres!heap_getnextslot( 000000bb`389fe780 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 000000bb`389fe7c0 00007ff7`dfc424ca postgres!SeqNext( |
| core | 000000bb`38dff828 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000bb`38dff830 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 000000bb`38dffb20 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000bb`38dffb50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000008d`40bffbd8 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 0000008d`40bffbe0 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 0000008d`40bffc50 00007ffb`40d64cb0 postgres!pg_signal_thread( 0000008d`40bffd50 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000008d`40bffd80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000008d`413ff778 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 0000008d`413ff780 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 0000008d`413ff820 00007ffb`40d64cb0 postgres!pg_timer_thread( 0000008d`413ff860 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000008d`413ff890 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000008d`40fff7a8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000008d`40fff7b0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 0000008d`40fffaa0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000008d`40fffad0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000008d`407ff808 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000008d`407ff810 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 0000008d`407ffb00 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000008d`407ffb30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000008d`403fc480 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 0000008d`403fc4c0 00007ff7`df9a1f3a postgres!ExceptionalCondition( 0000008d`403fc500 00007ff7`df99ed72 postgres!heap_page_will_freeze( 0000008d`403fc540 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 0000008d`403fe460 00007ff7`df97df79 postgres!heap_page_prune_opt( 0000008d`403fe780 00007ff7`df98b413 postgres!heap_prepare_pagescan( 0000008d`403fe820 00007ff7`df97e6ad postgres!heapgettup_pagemode( 0000008d`403fe890 00007ff7`dfc41fa9 postgres!heap_getnextslot( 0000008d`403fe8e0 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 0000008d`403fe920 00007ff7`dfc424ca postgres!SeqNext( |
| core | 0000009b`d3bff808 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000009b`d3bff810 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 0000009b`d3bffb00 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000009b`d3bffb30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000009b`d3fffc98 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 0000009b`d3fffca0 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 0000009b`d3fffd40 00007ffb`40d64cb0 postgres!pg_timer_thread( 0000009b`d3fffd80 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000009b`d3fffdb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000009b`d33ff748 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000009b`d33ff750 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 0000009b`d33ffa40 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000009b`d33ffa70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000009b`d2ffc1b0 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 0000009b`d2ffc1f0 00007ff7`df9a1f3a postgres!ExceptionalCondition( 0000009b`d2ffc230 00007ff7`df99ed72 postgres!heap_page_will_freeze( 0000009b`d2ffc270 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 0000009b`d2ffe190 00007ff7`df97df79 postgres!heap_page_prune_opt( 0000009b`d2ffe4b0 00007ff7`df98b413 postgres!heap_prepare_pagescan( 0000009b`d2ffe550 00007ff7`df97e6ad postgres!heapgettup_pagemode( 0000009b`d2ffe5c0 00007ff7`dfc41fa9 postgres!heap_getnextslot( 0000009b`d2ffe610 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 0000009b`d2ffe650 00007ff7`dfc424ca postgres!SeqNext( |
| core | 0000009b`d37ff808 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 0000009b`d37ff810 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 0000009b`d37ff880 00007ffb`40d64cb0 postgres!pg_signal_thread( 0000009b`d37ff980 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000009b`d37ff9b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f3`34dffb08 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f3`34dffb10 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 000000f3`34dffe00 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000f3`34dffe30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f3`355ffa98 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 000000f3`355ffaa0 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000f3`355ffb40 00007ffb`40d64cb0 postgres!pg_timer_thread( 000000f3`355ffb80 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000f3`355ffbb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f3`345fc5b0 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 000000f3`345fc5f0 00007ff7`df9a1f3a postgres!ExceptionalCondition( 000000f3`345fc630 00007ff7`df99ed72 postgres!heap_page_will_freeze( 000000f3`345fc670 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 000000f3`345fe590 00007ff7`df97df79 postgres!heap_page_prune_opt( 000000f3`345fe8b0 00007ff7`df98b413 postgres!heap_prepare_pagescan( 000000f3`345fe950 00007ff7`df97e6ad postgres!heapgettup_pagemode( 000000f3`345fe9c0 00007ff7`dfc41fa9 postgres!heap_getnextslot( 000000f3`345fea10 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 000000f3`345fea50 00007ff7`dfc424ca postgres!SeqNext( |
| core | 000000f3`349ffb08 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f3`349ffb10 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 000000f3`349ffe00 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000f3`349ffe30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f3`351ff8d8 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 000000f3`351ff8e0 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 000000f3`351ff950 00007ffb`40d64cb0 postgres!pg_signal_thread( 000000f3`351ffa50 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000f3`351ffa80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000039`271ff7a8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000039`271ff7b0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000039`271ffaa0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000039`271ffad0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000039`279ff748 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 00000039`279ff750 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000039`279ff7f0 00007ffb`40d64cb0 postgres!pg_timer_thread( 00000039`279ff830 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000039`279ff860 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000039`265fc7d0 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 00000039`265fc810 00007ff7`df9a1f3a postgres!ExceptionalCondition( 00000039`265fc850 00007ff7`df99ed72 postgres!heap_page_will_freeze( 00000039`265fc890 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 00000039`265fe7b0 00007ff7`df97df79 postgres!heap_page_prune_opt( 00000039`265fead0 00007ff7`df98b413 postgres!heap_prepare_pagescan( 00000039`265feb70 00007ff7`df97e6ad postgres!heapgettup_pagemode( 00000039`265febe0 00007ff7`dfc41fa9 postgres!heap_getnextslot( 00000039`265fec30 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 00000039`265fec70 00007ff7`dfc424ca postgres!SeqNext( |
| core | 00000039`269ff718 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000039`269ff720 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000039`269ffa10 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000039`269ffa40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000039`26dff628 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000039`26dff630 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000039`26dff920 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000039`26dff950 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000039`275ffca8 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 00000039`275ffcb0 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 00000039`275ffd20 00007ffb`40d64cb0 postgres!pg_signal_thread( 00000039`275ffe20 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000039`275ffe50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006b`505ffb58 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 0000006b`505ffb60 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 0000006b`505ffbd0 00007ffb`40d64cb0 postgres!pg_signal_thread( 0000006b`505ffcd0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000006b`505ffd00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006b`509ff6e8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000006b`509ff6f0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 0000006b`509ff9e0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000006b`509ffa10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006b`50dffa88 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 0000006b`50dffa90 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 0000006b`50dffb30 00007ffb`40d64cb0 postgres!pg_timer_thread( 0000006b`50dffb70 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000006b`50dffba0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006b`4fdfc4b0 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 0000006b`4fdfc4f0 00007ff7`df9a1f3a postgres!ExceptionalCondition( 0000006b`4fdfc530 00007ff7`df99ed72 postgres!heap_page_will_freeze( 0000006b`4fdfc570 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 0000006b`4fdfe490 00007ff7`df97df79 postgres!heap_page_prune_opt( 0000006b`4fdfe7b0 00007ff7`df98b413 postgres!heap_prepare_pagescan( 0000006b`4fdfe850 00007ff7`df97e6ad postgres!heapgettup_pagemode( 0000006b`4fdfe8c0 00007ff7`dfc41fa9 postgres!heap_getnextslot( 0000006b`4fdfe910 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 0000006b`4fdfe950 00007ff7`dfc424ca postgres!SeqNext( |
| core | 0000006b`501ff548 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000006b`501ff550 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 0000006b`501ff840 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000006b`501ff870 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d2`901ff7e8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d2`901ff7f0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 000000d2`901ffae0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000d2`901ffb10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d2`905ff4f8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d2`905ff500 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 000000d2`905ff7f0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000d2`905ff820 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d2`90dff6e8 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 000000d2`90dff6f0 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 000000d2`90dff760 00007ffb`40d64cb0 postgres!pg_signal_thread( 000000d2`90dff860 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000d2`90dff890 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d2`911ffca8 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 000000d2`911ffcb0 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000d2`911ffd50 00007ffb`40d64cb0 postgres!pg_timer_thread( 000000d2`911ffd90 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000d2`911ffdc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d2`909ff508 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d2`909ff510 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 000000d2`909ff800 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000d2`909ff830 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d2`8fdfc3e0 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 000000d2`8fdfc420 00007ff7`df9a1f3a postgres!ExceptionalCondition( 000000d2`8fdfc460 00007ff7`df99ed72 postgres!heap_page_will_freeze( 000000d2`8fdfc4a0 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 000000d2`8fdfe3c0 00007ff7`df97df79 postgres!heap_page_prune_opt( 000000d2`8fdfe6e0 00007ff7`df98b413 postgres!heap_prepare_pagescan( 000000d2`8fdfe780 00007ff7`df97e6ad postgres!heapgettup_pagemode( 000000d2`8fdfe7f0 00007ff7`dfc41fa9 postgres!heap_getnextslot( 000000d2`8fdfe840 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 000000d2`8fdfe880 00007ff7`dfc424ca postgres!SeqNext( |
| core | 0000006a`65dff5a8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000006a`65dff5b0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 0000006a`65dff8a0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000006a`65dff8d0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006a`661ffcf8 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 0000006a`661ffd00 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 0000006a`661ffd70 00007ffb`40d64cb0 postgres!pg_signal_thread( 0000006a`661ffe70 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000006a`661ffea0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006a`665ff658 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 0000006a`665ff660 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 0000006a`665ff700 00007ffb`40d64cb0 postgres!pg_timer_thread( 0000006a`665ff740 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000006a`665ff770 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006a`655fc8c0 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 0000006a`655fc900 00007ff7`df9a1f3a postgres!ExceptionalCondition( 0000006a`655fc940 00007ff7`df99ed72 postgres!heap_page_will_freeze( 0000006a`655fc980 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 0000006a`655fe8a0 00007ff7`df97df79 postgres!heap_page_prune_opt( 0000006a`655febc0 00007ff7`df98b413 postgres!heap_prepare_pagescan( 0000006a`655fec60 00007ff7`df97e6ad postgres!heapgettup_pagemode( 0000006a`655fecd0 00007ff7`dfc41fa9 postgres!heap_getnextslot( 0000006a`655fed20 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 0000006a`655fed60 00007ff7`dfc424ca postgres!SeqNext( |
| core | 0000006a`659ffa98 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000006a`659ffaa0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 0000006a`659ffd90 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000006a`659ffdc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e5`b19ffa98 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e5`b19ffaa0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 000000e5`b19ffd90 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000e5`b19ffdc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e5`b25ffcd8 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 000000e5`b25ffce0 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000e5`b25ffd80 00007ffb`40d64cb0 postgres!pg_timer_thread( 000000e5`b25ffdc0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000e5`b25ffdf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e5`b21ff8f8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e5`b21ff900 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 000000e5`b21ffbf0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000e5`b21ffc20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e5`b1dff688 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 000000e5`b1dff690 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 000000e5`b1dff700 00007ffb`40d64cb0 postgres!pg_signal_thread( 000000e5`b1dff800 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000e5`b1dff830 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e5`b15fc8e0 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 000000e5`b15fc920 00007ff7`df9a1f3a postgres!ExceptionalCondition( 000000e5`b15fc960 00007ff7`df99ed72 postgres!heap_page_will_freeze( 000000e5`b15fc9a0 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 000000e5`b15fe8c0 00007ff7`df97df79 postgres!heap_page_prune_opt( 000000e5`b15febe0 00007ff7`df98b413 postgres!heap_prepare_pagescan( 000000e5`b15fec80 00007ff7`df97e6ad postgres!heapgettup_pagemode( 000000e5`b15fecf0 00007ff7`dfc41fa9 postgres!heap_getnextslot( 000000e5`b15fed40 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 000000e5`b15fed80 00007ff7`dfc424ca postgres!SeqNext( |
| core | 0000004b`245ff6e8 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 0000004b`245ff6f0 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 0000004b`245ff760 00007ffb`40d64cb0 postgres!pg_signal_thread( 0000004b`245ff860 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000004b`245ff890 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000004b`23dff488 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000004b`23dff490 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 0000004b`23dff780 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000004b`23dff7b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000004b`235fc490 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 0000004b`235fc4d0 00007ff7`df9a1f3a postgres!ExceptionalCondition( 0000004b`235fc510 00007ff7`df99ed72 postgres!heap_page_will_freeze( 0000004b`235fc550 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 0000004b`235fe470 00007ff7`df97df79 postgres!heap_page_prune_opt( 0000004b`235fe790 00007ff7`df98b413 postgres!heap_prepare_pagescan( 0000004b`235fe830 00007ff7`df97e6ad postgres!heapgettup_pagemode( 0000004b`235fe8a0 00007ff7`dfc41fa9 postgres!heap_getnextslot( 0000004b`235fe8f0 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 0000004b`235fe930 00007ff7`dfc424ca postgres!SeqNext( |
| core | 0000004b`239ff998 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000004b`239ff9a0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 0000004b`239ffc90 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000004b`239ffcc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000004b`249ffb88 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 0000004b`249ffb90 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 0000004b`249ffc30 00007ffb`40d64cb0 postgres!pg_timer_thread( 0000004b`249ffc70 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000004b`249ffca0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000004b`241ff918 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000004b`241ff920 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 0000004b`241ffc10 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 0000004b`241ffc40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000042`953ff638 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000042`953ff640 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000042`953ff930 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000042`953ff960 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000042`95bffa18 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 00000042`95bffa20 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000042`95bffac0 00007ffb`40d64cb0 postgres!pg_timer_thread( 00000042`95bffb00 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000042`95bffb30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000042`957ff848 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 00000042`957ff850 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 00000042`957ff8c0 00007ffb`40d64cb0 postgres!pg_signal_thread( 00000042`957ff9c0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000042`957ff9f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000042`94fffa68 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000042`94fffa70 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000042`94fffd60 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000042`94fffd90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000042`94bfc480 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 00000042`94bfc4c0 00007ff7`df9a1f3a postgres!ExceptionalCondition( 00000042`94bfc500 00007ff7`df99ed72 postgres!heap_page_will_freeze( 00000042`94bfc540 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 00000042`94bfe460 00007ff7`df97df79 postgres!heap_page_prune_opt( 00000042`94bfe780 00007ff7`df98b413 postgres!heap_prepare_pagescan( 00000042`94bfe820 00007ff7`df97e6ad postgres!heapgettup_pagemode( 00000042`94bfe890 00007ff7`dfc41fa9 postgres!heap_getnextslot( 00000042`94bfe8e0 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 00000042`94bfe920 00007ff7`dfc424ca postgres!SeqNext( |
| core | 00000080`b13ff598 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000080`b13ff5a0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000080`b13ff890 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000080`b13ff8c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000080`b0bfc2b0 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 00000080`b0bfc2f0 00007ff7`df9a1f3a postgres!ExceptionalCondition( 00000080`b0bfc330 00007ff7`df99ed72 postgres!heap_page_will_freeze( 00000080`b0bfc370 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 00000080`b0bfe290 00007ff7`df97df79 postgres!heap_page_prune_opt( 00000080`b0bfe5b0 00007ff7`df98b413 postgres!heap_prepare_pagescan( 00000080`b0bfe650 00007ff7`df97e6ad postgres!heapgettup_pagemode( 00000080`b0bfe6c0 00007ff7`dfc41fa9 postgres!heap_getnextslot( 00000080`b0bfe710 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 00000080`b0bfe750 00007ff7`dfc424ca postgres!SeqNext( |
| core | 00000080`b1fffb48 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 00000080`b1fffb50 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000080`b1fffbf0 00007ffb`40d64cb0 postgres!pg_timer_thread( 00000080`b1fffc30 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000080`b1fffc60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000080`b1bff608 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 00000080`b1bff610 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 00000080`b1bff680 00007ffb`40d64cb0 postgres!pg_signal_thread( 00000080`b1bff780 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000080`b1bff7b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000080`b17ffb18 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000080`b17ffb20 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000080`b17ffe10 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000080`b17ffe40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000080`b0fffbc8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000080`b0fffbd0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000080`b0fffec0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000080`b0fffef0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000084`43bff718 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000084`43bff720 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000084`43bffa10 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000084`43bffa40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000084`437ff818 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000084`437ff820 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000084`437ffb10 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000084`437ffb40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000084`433fc220 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 00000084`433fc260 00007ff7`df9a1f3a postgres!ExceptionalCondition( 00000084`433fc2a0 00007ff7`df99ed72 postgres!heap_page_will_freeze( 00000084`433fc2e0 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 00000084`433fe200 00007ff7`df97df79 postgres!heap_page_prune_opt( 00000084`433fe520 00007ff7`df98b413 postgres!heap_prepare_pagescan( 00000084`433fe5c0 00007ff7`df97e6ad postgres!heapgettup_pagemode( 00000084`433fe630 00007ff7`dfc41fa9 postgres!heap_getnextslot( 00000084`433fe680 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 00000084`433fe6c0 00007ff7`dfc424ca postgres!SeqNext( |
| core | 00000084`43fffab8 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 00000084`43fffac0 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 00000084`43fffb30 00007ffb`40d64cb0 postgres!pg_signal_thread( 00000084`43fffc30 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000084`43fffc60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000084`443ffab8 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 00000084`443ffac0 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000084`443ffb60 00007ffb`40d64cb0 postgres!pg_timer_thread( 00000084`443ffba0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000084`443ffbd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000028`859ff718 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 00000028`859ff720 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 00000028`859ff790 00007ffb`40d64cb0 postgres!pg_signal_thread( 00000028`859ff890 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000028`859ff8c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000028`85dffdc8 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 00000028`85dffdd0 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000028`85dffe70 00007ffb`40d64cb0 postgres!pg_timer_thread( 00000028`85dffeb0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000028`85dffee0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000028`84dfc240 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 00000028`84dfc280 00007ff7`df9a1f3a postgres!ExceptionalCondition( 00000028`84dfc2c0 00007ff7`df99ed72 postgres!heap_page_will_freeze( 00000028`84dfc300 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 00000028`84dfe220 00007ff7`df97df79 postgres!heap_page_prune_opt( 00000028`84dfe540 00007ff7`df98b413 postgres!heap_prepare_pagescan( 00000028`84dfe5e0 00007ff7`df97e6ad postgres!heapgettup_pagemode( 00000028`84dfe650 00007ff7`dfc41fa9 postgres!heap_getnextslot( 00000028`84dfe6a0 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 00000028`84dfe6e0 00007ff7`dfc424ca postgres!SeqNext( |
| core | 00000028`851ff448 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000028`851ff450 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000028`851ff740 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000028`851ff770 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000028`855ff5c8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000028`855ff5d0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 00000028`855ff8c0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 00000028`855ff8f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c9`ea7ff4a8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c9`ea7ff4b0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 000000c9`ea7ff7a0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000c9`ea7ff7d0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c9`eabffa78 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 000000c9`eabffa80 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000c9`eabffb20 00007ffb`40d64cb0 postgres!pg_timer_thread( 000000c9`eabffb60 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000c9`eabffb90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c9`ea3ff848 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 000000c9`ea3ff850 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 000000c9`ea3ff8c0 00007ffb`40d64cb0 postgres!pg_signal_thread( 000000c9`ea3ff9c0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000c9`ea3ff9f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c9`e9fff5c8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c9`e9fff5d0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 000000c9`e9fff8c0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000c9`e9fff8f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c9`e9bfc690 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 000000c9`e9bfc6d0 00007ff7`df9a1f3a postgres!ExceptionalCondition( 000000c9`e9bfc710 00007ff7`df99ed72 postgres!heap_page_will_freeze( 000000c9`e9bfc750 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 000000c9`e9bfe670 00007ff7`df97df79 postgres!heap_page_prune_opt( 000000c9`e9bfe990 00007ff7`df98b413 postgres!heap_prepare_pagescan( 000000c9`e9bfea30 00007ff7`df97e6ad postgres!heapgettup_pagemode( 000000c9`e9bfeaa0 00007ff7`dfc41fa9 postgres!heap_getnextslot( 000000c9`e9bfeaf0 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 000000c9`e9bfeb30 00007ff7`dfc424ca postgres!SeqNext( |
| core | 000000ff`ff5ffa18 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 000000ff`ff5ffa20 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 000000ff`ff5ffa90 00007ffb`40d64cb0 postgres!pg_signal_thread( 000000ff`ff5ffb90 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000ff`ff5ffbc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ff`ff9ff528 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ff`ff9ff530 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 000000ff`ff9ff820 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000ff`ff9ff850 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ff`ffdff6e8 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 000000ff`ffdff6f0 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000ff`ffdff790 00007ffb`40d64cb0 postgres!pg_timer_thread( 000000ff`ffdff7d0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000ff`ffdff800 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ff`fedfc260 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 000000ff`fedfc2a0 00007ff7`df9a1f3a postgres!ExceptionalCondition( 000000ff`fedfc2e0 00007ff7`df99ed72 postgres!heap_page_will_freeze( 000000ff`fedfc320 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 000000ff`fedfe240 00007ff7`df97df79 postgres!heap_page_prune_opt( 000000ff`fedfe560 00007ff7`df98b413 postgres!heap_prepare_pagescan( 000000ff`fedfe600 00007ff7`df97e6ad postgres!heapgettup_pagemode( 000000ff`fedfe670 00007ff7`dfc41fa9 postgres!heap_getnextslot( 000000ff`fedfe6c0 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 000000ff`fedfe700 00007ff7`dfc424ca postgres!SeqNext( |
| core | 000000ff`ff1ff4c8 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ff`ff1ff4d0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 000000ff`ff1ff7c0 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000ff`ff1ff7f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000be`7c3ff968 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000be`7c3ff970 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 000000be`7c3ffc60 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000be`7c3ffc90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000be`7cbff798 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000be`7cbff7a0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 000000be`7cbffa90 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000be`7cbffac0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000be`7cfff788 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 000000be`7cfff790 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000be`7cfff830 00007ffb`40d64cb0 postgres!pg_timer_thread( 000000be`7cfff870 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000be`7cfff8a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000be`7bffc2e0 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 000000be`7bffc320 00007ff7`df9a1f3a postgres!ExceptionalCondition( 000000be`7bffc360 00007ff7`df99ed72 postgres!heap_page_will_freeze( 000000be`7bffc3a0 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 000000be`7bffe2c0 00007ff7`df97df79 postgres!heap_page_prune_opt( 000000be`7bffe5e0 00007ff7`df98b413 postgres!heap_prepare_pagescan( 000000be`7bffe680 00007ff7`df97e6ad postgres!heapgettup_pagemode( 000000be`7bffe6f0 00007ff7`dfc41fa9 postgres!heap_getnextslot( 000000be`7bffe740 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 000000be`7bffe780 00007ff7`dfc424ca postgres!SeqNext( |
| core | 000000be`7c7ffd98 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 000000be`7c7ffda0 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 000000be`7c7ffe10 00007ffb`40d64cb0 postgres!pg_signal_thread( 000000be`7c7fff10 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000be`7c7fff40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000cd`a37ff798 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000cd`a37ff7a0 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 000000cd`a37ffa90 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000cd`a37ffac0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000cd`a43ffda8 00007ffb`3fdcd90e ntdll!NtWaitForSingleObject+0x14 000000cd`a43ffdb0 00007ff7`dfdca1ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000cd`a43ffe50 00007ffb`40d64cb0 postgres!pg_timer_thread( 000000cd`a43ffe90 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000cd`a43ffec0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000cd`a3fff9b8 00007ffb`3fe14a7a ntdll!NtFsControlFile+0x14 000000cd`a3fff9c0 00007ff7`dfdc87ab KERNELBASE!ConnectNamedPipe+0x6a 000000cd`a3fffa30 00007ffb`40d64cb0 postgres!pg_signal_thread( 000000cd`a3fffb30 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000cd`a3fffb60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000cd`a33fc610 00007ff7`e0109fb8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 000000cd`a33fc650 00007ff7`df9a1f3a postgres!ExceptionalCondition( 000000cd`a33fc690 00007ff7`df99ed72 postgres!heap_page_will_freeze( 000000cd`a33fc6d0 00007ff7`df99ea53 postgres!heap_page_prune_and_freeze( 000000cd`a33fe5f0 00007ff7`df97df79 postgres!heap_page_prune_opt( 000000cd`a33fe910 00007ff7`df98b413 postgres!heap_prepare_pagescan( 000000cd`a33fe9b0 00007ff7`df97e6ad postgres!heapgettup_pagemode( 000000cd`a33fea20 00007ff7`dfc41fa9 postgres!heap_getnextslot( 000000cd`a33fea70 00007ff7`dfc42c0f postgres!table_scan_getnextslot( 000000cd`a33feab0 00007ff7`dfc424ca postgres!SeqNext( |
| core | 000000cd`a3bffb38 00007ffb`425cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000cd`a3bffb40 00007ffb`40d64cb0 ntdll!TppWorkerThread+0x2df 000000cd`a3bffe30 00007ffb`4263edcb KERNEL32!BaseThreadInitThunk+0x10 000000cd`a3bffe60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| tap | [22:43:44.789](3.066s) Bail out! command "initdb --no-sync --pgdata C:\cirrus\build/testrun/amcheck/001_verify_heapam\d... |
| tap | [22:43:42.451](0.655s) Bail out! pg_ctl start failed |
| tap | [22:43:42.514](0.714s) Bail out! pg_ctl start failed |
| tap | [22:43:43.312](0.755s) Bail out! pg_ctl start failed |
| tap | [22:43:43.610](0.359s) Bail out! pg_ctl start failed |
| tap | [22:43:46.033](2.881s) Bail out! command "initdb --no-sync --pgdata C:\cirrus\build/testrun/amcheck/006_verify_gin\data... |
| tap | [22:43:47.858](0.845s) Bail out! pg_ctl start failed |
| tap | [22:43:50.254](3.134s) Bail out! command "initdb --no-sync --pgdata C:\cirrus\build/testrun/authentication/002_saslprep... |
| tap | [22:43:48.393](0.837s) Bail out! pg_ctl start failed |
| tap | [22:43:48.520](0.866s) Bail out! pg_ctl start failed |
| tap | [22:43:51.717](3.338s) Bail out! command "initdb --no-sync --pgdata C:\cirrus\build/testrun/authentication/006_login_tr... |
| tap | [22:43:49.135](0.712s) Bail out! pg_ctl start failed |
| tap | [22:43:44.568](0.762s) Bail out! pg_ctl start failed |
| tap | [22:43:45.137](0.718s) Bail out! pg_ctl start failed |
| tap | [22:43:44.900](0.683s) Bail out! pg_ctl start failed |
| tap | [22:43:59.008](0.634s) Bail out! pg_ctl start failed |
| tap | [22:43:59.934](0.851s) Bail out! pg_ctl start failed |
| tap | [22:44:02.073](3.163s) Bail out! command "initdb --no-sync --pgdata C:\cirrus\build/testrun/commit_ts/001_base\data/t_0... |
| tap | [22:43:59.943](0.869s) Bail out! pg_ctl start failed |
| tap | [22:44:00.562](0.850s) Bail out! pg_ctl start failed |
| tap | [22:44:00.605](0.921s) Bail out! pg_ctl start failed |
| tap | [22:43:46.473](0.895s) Bail out! pg_ctl start failed |
| tap | [22:43:17.767](3.988s) not ok 14 - successful creation [22:43:17.801](0.032s) not ok 16 - checksums are enabled in control file: exit code 0 [22:43:17.802](0.001s) not ok 17 - checksums are enabled in control file: no stderr [22:43:17.803](0.000s) not ok 18 - checksums are enabled in control file: matches [22:43:24.543](2.967s) not ok 27 - locale provider builtin with --locale [22:43:27.451](2.907s) not ok 28 - locale provider builtin with --encoding=UTF-8 --builtin-locale=C.UTF-8 [22:43:30.376](2.864s) not ok 30 - locale provider builtin with --lc-ctype [22:43:35.395](3.587s) not ok 36 - multiple --set options with different case |
| tap | [22:44:00.817](0.581s) Bail out! pg_ctl start failed |
| tap | [22:43:14.784](1.137s) Bail out! pg_ctl start failed |
| tap | [22:43:14.751](1.066s) Bail out! pg_ctl start failed |
| tap | [22:43:13.506](0.634s) Bail out! pg_ctl start failed |
| tap | [22:43:13.495](0.627s) Bail out! pg_ctl start failed |
| tap | [22:44:01.241](0.704s) Bail out! pg_ctl start failed |
| tap | [22:43:14.847](0.608s) Bail out! pg_ctl start failed |
| tap | [22:43:18.426](3.340s) Bail out! command "initdb --no-sync --pgdata C:\cirrus\build/testrun/pg_amcheck/003_check\data/t... |
| tap | [22:43:18.522](3.041s) Bail out! command "initdb --no-sync --pgdata C:\cirrus\build/testrun/pg_amcheck/004_verify_heapa... |
| tap | [22:43:16.103](0.619s) Bail out! pg_ctl start failed |
| tap | [22:43:20.251](3.104s) Bail out! command "initdb --no-sync --pgdata C:\cirrus\build/testrun/pg_basebackup/010_pg_baseba... |
| tap | [22:43:17.375](0.591s) Bail out! pg_ctl start failed |
| tap | [22:43:20.784](3.084s) Bail out! command "initdb --no-sync --pgdata C:\cirrus\build/testrun/pg_basebackup/020_pg_receiv... |
| tap | [22:43:19.198](0.669s) Bail out! pg_ctl start failed |
| tap | [22:43:20.847](1.042s) Bail out! pg_ctl start failed |
| tap | [22:43:22.656](2.999s) Bail out! command "initdb --no-sync --pgdata C:\cirrus\build/testrun/pg_checksums/002_actions\da... |
| tap | [22:43:21.304](0.693s) Bail out! pg_ctl start failed |
| tap | [22:43:21.587](0.421s) Bail out! pg_ctl start failed |
| tap | [22:43:21.776](0.480s) Bail out! pg_ctl start failed |
| tap | [22:43:22.075](0.627s) Bail out! pg_ctl start failed |
| tap | [22:43:22.514](0.655s) Bail out! pg_ctl start failed |
| tap | [22:43:23.221](0.991s) Bail out! pg_ctl start failed |
| tap | [22:43:23.254](0.679s) Bail out! pg_ctl start failed |
| tap | [22:43:23.349](0.523s) Bail out! pg_ctl start failed |
| tap | [22:43:23.538](0.436s) Bail out! pg_ctl start failed |
| tap | [22:43:27.687](3.452s) not ok 11 - pg_ctl initdb |
| tap | [22:43:24.606](0.454s) not ok 2 - pg_ctl status with server not running [22:43:24.966](0.359s) Bail out! command "pg_ctl --log C:\cirrus\build\testrun\pg_ctl\002_status\data\tmp_test_KzeB/log... |
| tap | [22:43:24.655](0.001s) not ok 4 - pg_ctl promote of not running instance fails: matches [22:43:24.930](0.274s) Bail out! pg_ctl start failed |
| tap | [22:43:24.765](0.585s) Bail out! pg_ctl start failed |
| tap | [22:43:26.085](0.462s) Bail out! pg_ctl start failed |
| tap | [22:43:26.290](0.459s) Bail out! pg_ctl start failed |
| tap | [22:43:26.290](0.457s) Bail out! pg_ctl start failed |
| tap | [22:43:27.308](0.690s) Bail out! pg_ctl start failed |
| tap | [22:43:27.560](0.495s) Bail out! pg_ctl start failed |
| tap | [22:43:29.777](2.837s) Bail out! command "initdb --no-sync --pgdata C:\cirrus\build/testrun/pg_dump/010_dump_connstr\da... |
| tap | [22:43:45.891](0.530s) Bail out! pg_ctl start failed |
| tap | [22:43:28.529](0.437s) not ok 10 - pg_resetwal -n produces output: exit code 0 [22:43:28.529](0.000s) not ok 11 - pg_resetwal -n produces output: no stderr [22:43:28.530](0.000s) not ok 12 - pg_resetwal -n produces output: matches [22:43:28.582](0.052s) not ok 14 - pg_resetwal runs [22:43:28.746](0.163s) Bail out! pg_ctl start failed |
| tap | [22:43:28.410](0.355s) not ok 1 - processes corrupted pg_control all zeroes status (got 1 vs expected 0) [22:43:28.411](0.000s) not ok 2 - processes corrupted pg_control all zeroes stdout /(?^:pg_control version number)/ [22:43:28.412](0.000s) not ok 3 - processes corrupted pg_control all zeroes stderr /(?^:pg_resetwal: warning: pg_control... [22:43:28.503](0.090s) not ok 4 - processes zero WAL segment size status (got 1 vs expected 0) [22:43:28.503](0.000s) not ok 5 - processes zero WAL segment size stdout /(?^:pg_control version number)/ [22:43:28.504](0.000s) not ok 6 - processes zero WAL segment size stderr /(?^:pg_resetwal\:\ warning\:\ pg_control\ spec... [22:43:28.584](0.000s) not ok 8 - does not run when control file values were guessed: matches [22:43:28.648](0.063s) not ok 9 - runs with force when control file values were guessed |
| tap | [22:43:29.087](0.530s) Bail out! pg_ctl start failed |
| tap | [22:43:32.170](3.019s) Bail out! command "initdb --no-sync --pgdata C:\cirrus\build/testrun/pg_rewind/002_databases\dat... |
| tap | [22:43:30.044](0.836s) Bail out! pg_ctl start failed |
| tap | [22:43:30.155](0.557s) Bail out! pg_ctl start failed |
| tap | [22:43:30.566](0.719s) Bail out! pg_ctl start failed |
| tap | [22:43:31.147](0.619s) Bail out! pg_ctl start failed |
| tap | [22:43:31.179](0.434s) Bail out! pg_ctl start failed |
| tap | [22:43:31.777](0.605s) Bail out! pg_ctl start failed |
| tap | [22:43:31.697](0.493s) Bail out! pg_ctl start failed |
| tap | [22:43:32.202](0.568s) Bail out! pg_ctl start failed |
| tap | [22:43:46.441](0.888s) Bail out! pg_ctl start failed |
| tap | [22:42:31.646](3.353s) Bail out! command "initdb --no-sync --pgdata C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\d... |
| tap | [22:42:29.987](0.129s) not ok 7 - set old cluster's default char signedness to unsigned [22:42:30.141](0.000s) not ok 10 - updated default char signedness is unsigned in control file: matches [22:42:34.736](1.503s) not ok 13 - run of pg_upgrade [22:42:34.771](0.000s) not ok 16 - the default char signedness is updated during pg_upgrade: matches |
| tap | [22:42:32.008](3.722s) Bail out! command "initdb --no-sync --pgdata C:\cirrus\build/testrun/pg_upgrade/007_multixact_co... |
| tap | [22:43:33.096](0.641s) Bail out! pg_ctl start failed |
| tap | [22:43:33.661](0.783s) Bail out! pg_ctl start failed |
| tap | [22:43:33.694](0.813s) Bail out! pg_ctl start failed |
| tap | [22:43:34.066](0.406s) Bail out! pg_ctl start failed |
| tap | [22:43:34.702](0.522s) Bail out! pg_ctl start failed |
| tap | [22:43:34.686](0.507s) Bail out! pg_ctl start failed |
| tap | [22:43:35.252](0.753s) Bail out! pg_ctl start failed |
| tap | [22:43:35.348](0.411s) Bail out! pg_ctl start failed |
| tap | [22:43:46.537](0.821s) Bail out! pg_ctl start failed |
| tap | [22:43:46.696](0.605s) Bail out! pg_ctl start failed |
| tap | [22:43:36.606](0.737s) Bail out! pg_ctl start failed |
| tap | [22:43:35.898](0.589s) Bail out! pg_ctl start failed |
| tap | [22:43:36.574](0.733s) Bail out! pg_ctl start failed |
| tap | [22:43:38.695](2.729s) Bail out! command "initdb --no-sync --pgdata C:\cirrus\build/testrun/pgbench/001_pgbench_with_se... |
| tap | [22:43:47.810](0.863s) Bail out! pg_ctl start failed |
| tap | [22:43:49.670](0.646s) Bail out! pg_ctl start failed |
| tap | [22:43:49.891](0.686s) Bail out! pg_ctl start failed |
| tap | [22:43:39.695](3.060s) Bail out! command "initdb --no-sync --pgdata C:\cirrus\build/testrun/psql/001_basic\data/t_001_b... |
| tap | [22:42:30.969](0.337s) Bail out! command "pg_resetwal --epoch 1 C:\cirrus\build/testrun/recovery/003_recovery_targets\d... |
| tap | [22:48:09.817](337.432s) # poll_query_until timed out executing this query: [22:53:01.907](292.089s) # poll_query_until timed out executing this query: [22:58:02.074](300.168s) # poll_query_until timed out executing this query: |
| tap | [22:42:44.626](11.325s) not ok 1 - reload node london with synchronous_standby_names = 'paris' [22:42:44.704](0.077s) not ok 2 - reload node paris with synchronous_standby_names = 'london' [22:42:45.553](0.849s) not ok 3 - Commit prepared transaction after restart [22:42:45.619](0.065s) not ok 4 - Rollback prepared transaction after restart [22:42:46.152](0.532s) not ok 5 - Commit prepared transaction after teardown [22:42:46.248](0.095s) not ok 6 - Rollback prepared transaction after teardown [22:42:46.765](0.516s) not ok 7 - Replay several transactions with same GID [22:42:47.489](0.722s) not ok 8 - Cleanup of shared memory state for 2PC commit [22:42:47.710](0.220s) not ok 9 - Cleanup of shared memory state on running standby without checkpoint [22:42:48.197](0.486s) not ok 10 - Cleanup of shared memory state on running standby after checkpoint [22:42:48.663](0.103s) not ok 11 - Restore of prepared transaction on promoted standby [22:42:49.786](0.075s) not ok 12 - Restore prepared transactions from files with primary down [22:42:51.133](0.070s) not ok 13 - Restore prepared transactions from records with primary down |
| tap | [22:42:36.381](2.491s) not ok 1 - Check nextXid handling for prepared subtransactions |
| tap | [22:42:39.624](2.183s) Bail out! command "initdb --no-sync --pgdata C:\cirrus\build/testrun/recovery/019_replslot_limit... |
| tap | [22:42:39.812](0.470s) Bail out! command "pg_basebackup --no-sync --pgdata C:\cirrus\build/testrun/recovery/024_archive... |
| tap | [22:48:08.237](328.128s) # poll_query_until timed out executing this query: |
| tap | [22:42:41.285](0.704s) not ok 1 - physical slot created on primary Bail out!# Running: pg_isready --timeout 180 --host C:/Windows/TEMP/IsJPLwGDWx --port 24038 [22:42:42.179](0.000s) not ok 2 - regression tests pass |
| tap | [22:42:42.021](0.377s) Bail out! pg_ctl start failed |
| tap | [22:42:43.149](0.561s) Bail out! pg_ctl start failed |
| tap | [22:42:43.855](0.532s) Bail out! pg_ctl start failed |
| tap | [22:42:44.421](0.827s) Bail out! pg_ctl start failed |
| tap | [22:42:44.863](0.452s) Bail out! pg_ctl start failed |
| tap | [22:42:45.727](0.800s) Bail out! pg_ctl start failed |
| tap | [22:42:45.853](0.434s) Bail out! pg_ctl start failed |
| tap | [22:42:46.971](0.734s) Bail out! pg_ctl start failed |
| tap | [22:42:46.922](0.710s) Bail out! pg_ctl start failed |
| tap | [22:42:47.143](0.757s) Bail out! pg_ctl start failed |
| tap | [22:42:47.821](0.407s) Bail out! pg_ctl start failed |
| tap | [22:42:48.429](0.779s) Bail out! pg_ctl start failed |
| tap | [22:42:48.385](0.760s) Bail out! pg_ctl start failed |
| tap | [22:42:49.017](0.527s) Bail out! pg_ctl start failed |
| tap | [22:42:48.985](0.511s) Bail out! pg_ctl start failed |
| tap | [22:42:49.279](0.423s) Bail out! pg_ctl start failed |
| tap | [22:42:49.836](0.593s) Bail out! pg_ctl start failed |
| tap | [22:42:52.428](2.822s) Bail out! command "initdb --no-sync --pgdata C:\cirrus\build/testrun/recovery/045_archive_restar... |
| tap | [22:42:50.214](0.531s) Bail out! pg_ctl start failed |
| tap | [22:42:50.294](0.505s) Bail out! pg_ctl start failed |
| tap | [22:42:51.220](0.790s) Bail out! pg_ctl start failed |
| tap | [22:42:51.290](0.508s) Bail out! pg_ctl start failed |
| tap | [22:43:38.160](0.503s) Bail out! pg_ctl start failed |
| tap | [22:43:38.097](0.470s) Bail out! pg_ctl start failed |
| tap | [22:43:38.412](0.610s) Bail out! pg_ctl start failed |
| tap | [22:43:39.369](0.670s) Bail out! pg_ctl start failed |
| tap | [22:43:39.496](0.691s) Bail out! pg_ctl start failed |
| tap | [22:43:39.638](0.459s) Bail out! pg_ctl start failed |
| tap | [22:43:40.020](0.359s) Bail out! pg_ctl start failed |
| tap | [22:43:40.723](0.715s) Bail out! pg_ctl start failed |
| tap | [22:43:40.723](0.727s) Bail out! pg_ctl start failed |
| tap | [22:43:41.163](0.686s) Bail out! pg_ctl start failed |
| tap | [22:43:41.196](0.812s) Bail out! pg_ctl start failed |
| tap | [22:43:41.239](0.629s) Bail out! pg_ctl start failed |
| tap | [22:43:44.642](3.392s) Bail out! command "initdb --no-sync --pgdata C:\cirrus\build/testrun/scripts/200_connstr\data/t_... |
| tap | [22:44:01.994](0.803s) Bail out! pg_ctl start failed |
| tap | [22:44:09.456](0.653s) Bail out! pg_ctl start failed |
| tap | [22:44:09.552](0.729s) Bail out! pg_ctl start failed |
| tap | [22:44:10.008](0.422s) Bail out! pg_ctl start failed |
| tap | [22:43:50.206](0.612s) Bail out! pg_ctl start failed |
| tap | [22:43:50.380](0.704s) Bail out! pg_ctl start failed |
| tap | [22:43:51.010](0.721s) Bail out! pg_ctl start failed |
| tap | [22:43:51.324](0.742s) Bail out! pg_ctl start failed |
| tap | [22:43:53.931](3.200s) Bail out! command "initdb --no-sync --pgdata C:\cirrus\build/testrun/subscription/005_encoding\d... |
| tap | [22:43:51.388](0.632s) Bail out! pg_ctl start failed |
| tap | [22:43:51.687](0.763s) Bail out! pg_ctl start failed |
| tap | [22:43:52.440](0.716s) Bail out! pg_ctl start failed |
| tap | [22:43:52.645](0.685s) Bail out! pg_ctl start failed |
| tap | [22:43:52.671](0.671s) Bail out! pg_ctl start failed |
| tap | [22:43:53.007](0.656s) Bail out! pg_ctl start failed |
| tap | [22:43:53.490](0.622s) Bail out! pg_ctl start failed |
| tap | [22:43:53.560](0.513s) Bail out! pg_ctl start failed |
| tap | [22:43:53.908](0.645s) Bail out! pg_ctl start failed |
| tap | [22:43:53.931](0.663s) Bail out! pg_ctl start failed |
| tap | [22:43:54.022](0.424s) Bail out! pg_ctl start failed |
| tap | [22:43:54.792](0.674s) Bail out! pg_ctl start failed |
| tap | [22:43:54.840](0.646s) Bail out! pg_ctl start failed |
| tap | [22:43:55.170](0.599s) Bail out! pg_ctl start failed |
| tap | [22:43:55.196](0.616s) Bail out! pg_ctl start failed |
| tap | [22:43:55.170](0.569s) Bail out! pg_ctl start failed |
| tap | [22:43:55.266](0.573s) Bail out! pg_ctl start failed |
| tap | [22:43:56.334](0.812s) Bail out! pg_ctl start failed |
| tap | [22:43:56.334](0.890s) Bail out! pg_ctl start failed |
| tap | [22:43:56.402](0.651s) Bail out! pg_ctl start failed |
| tap | [22:43:56.922](0.698s) Bail out! pg_ctl start failed |
| tap | [22:43:56.653](0.809s) Bail out! pg_ctl start failed |
| tap | [22:43:56.795](0.811s) Bail out! pg_ctl start failed |
| tap | [22:43:57.689](0.800s) Bail out! pg_ctl start failed |
| tap | [22:43:57.695](0.810s) Bail out! pg_ctl start failed |
| tap | [22:43:57.695](0.646s) Bail out! pg_ctl start failed |
| tap | [22:43:58.364](0.769s) Bail out! pg_ctl start failed |
| tap | [22:43:58.316](0.707s) Bail out! pg_ctl start failed |
| tap | [22:43:58.364](0.728s) Bail out! pg_ctl start failed |
| tap | [22:43:59.040](0.784s) Bail out! pg_ctl start failed |
| tap | [22:43:59.074](0.681s) Bail out! pg_ctl start failed |
| tap | [22:44:04.492](3.309s) Bail out! command "initdb --no-sync --pgdata C:\cirrus\build/testrun/test_aio/001_aio\data/t_001... |
| tap | [22:44:01.962](0.686s) Bail out! pg_ctl start failed |
| tap | [22:44:02.638](0.702s) Bail out! pg_ctl start failed |
| tap | [22:44:02.733](0.679s) Bail out! pg_ctl start failed |
| tap | [22:43:47.340](0.723s) Bail out! pg_ctl start failed |
| tap | [22:44:03.284](0.670s) Bail out! pg_ctl start failed |
| tap | [22:44:03.252](0.646s) Bail out! pg_ctl start failed |
| tap | [22:44:04.572](0.583s) Bail out! pg_ctl start failed |
| tap | [22:44:04.607](0.517s) Bail out! pg_ctl start failed |
| tap | [22:44:05.120](0.481s) Bail out! pg_ctl start failed |
| tap | [22:44:05.968](0.743s) Bail out! pg_ctl start failed |
| tap | [22:44:05.936](0.867s) Bail out! pg_ctl start failed |
| tap | [22:44:05.968](0.739s) Bail out! pg_ctl start failed |
| tap | [22:44:06.251](0.498s) Bail out! pg_ctl start failed |
| tap | [22:44:07.442](0.837s) Bail out! pg_ctl start failed |
| tap | [22:44:07.459](0.941s) Bail out! pg_ctl start failed |
| tap | [22:44:07.551](0.716s) Bail out! pg_ctl start failed |
| tap | [22:44:07.551](0.409s) not ok 1 - set the cluster's next multitransaction to 0xFFFFFFF8 |
| tap | [22:44:08.748](0.743s) Bail out! pg_ctl start failed |
| tap | [22:44:09.235](0.567s) Bail out! pg_ctl start failed |
| Windows - Server 2022, MinGW64 - Meson | |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | [22:47:29.917](0.000s) # got: 'TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"), File... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"), File: "../src/backend/access/heap/pruneheap.... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| core | 00000012`7bbffa38 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000012`7bbffa40 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000012`7bbffd30 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000012`7bbffd60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000012`7b7ff9a8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000012`7b7ff9b0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000012`7b7ffca0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000012`7b7ffcd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000012`7bfff938 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 00000012`7bfff940 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 00000012`7bfff9b0 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 00000012`7bfffa90 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000012`7bfffac0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000012`7c3ff6c8 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 00000012`7c3ff6d0 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 00000012`7c3ff770 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 00000012`7c3ff7a0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000012`7c3ff7d0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000012`7affcc70 00007ff7`e1cff38c ucrtbase!abort+0x4e 00000012`7affcca0 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 00000012`7affccf0 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 00000012`7affcd30 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 00000012`7affec40 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 00000012`7affef40 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 00000012`7affeff0 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 00000012`7afff070 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 00000012`7afff0a0 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 00000012`7afff0d0 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 00000012`7b3ff8e8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000012`7b3ff8f0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000012`7b3ffbe0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000012`7b3ffc10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000cc`057ff898 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000cc`057ff8a0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000cc`057ffb90 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000cc`057ffbc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000cc`063ff918 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 000000cc`063ff920 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 000000cc`063ff9c0 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 000000cc`063ff9f0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000cc`063ffa20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000cc`05fffd38 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 000000cc`05fffd40 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 000000cc`05fffdb0 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 000000cc`05fffe90 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000cc`05fffec0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000cc`04ffc730 00007ff7`e1cff38c ucrtbase!abort+0x4e 000000cc`04ffc760 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 000000cc`04ffc7b0 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 000000cc`04ffc7f0 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 000000cc`04ffe700 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 000000cc`04ffea00 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 000000cc`04ffeab0 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 000000cc`04ffeb30 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 000000cc`04ffeb60 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 000000cc`04ffeb90 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 000000cc`053ff548 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000cc`053ff550 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000cc`053ff840 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000cc`053ff870 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000cc`05bff5e8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000cc`05bff5f0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000cc`05bff8e0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000cc`05bff910 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000071`4ffff7a8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000071`4ffff7b0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000071`4ffffaa0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000071`4ffffad0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000071`4f3fc7b0 00007ff7`e1cff38c ucrtbase!abort+0x4e 00000071`4f3fc7e0 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 00000071`4f3fc830 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 00000071`4f3fc870 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 00000071`4f3fe780 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 00000071`4f3fea80 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 00000071`4f3feb30 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 00000071`4f3febb0 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 00000071`4f3febe0 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 00000071`4f3fec10 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 00000071`4f7ff608 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000071`4f7ff610 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000071`4f7ff900 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000071`4f7ff930 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000071`4fbff588 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000071`4fbff590 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000071`4fbff880 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000071`4fbff8b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000071`503ff668 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 00000071`503ff670 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 00000071`503ff6e0 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 00000071`503ff7c0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000071`503ff7f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000071`507ffd28 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 00000071`507ffd30 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 00000071`507ffdd0 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 00000071`507ffe00 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000071`507ffe30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000017`63fff4f8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000017`63fff500 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000017`63fff7f0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000017`63fff820 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000017`643ff6d8 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 00000017`643ff6e0 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 00000017`643ff750 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 00000017`643ff830 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000017`643ff860 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000017`647ff798 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 00000017`647ff7a0 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 00000017`647ff840 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 00000017`647ff870 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000017`647ff8a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000017`633fc5d0 00007ff7`e1cff38c ucrtbase!abort+0x4e 00000017`633fc600 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 00000017`633fc650 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 00000017`633fc690 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 00000017`633fe5a0 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 00000017`633fe8a0 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 00000017`633fe950 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 00000017`633fe9d0 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 00000017`633fea00 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 00000017`633fea30 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 00000017`637ff5e8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000017`637ff5f0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000017`637ff8e0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000017`637ff910 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000017`63bff848 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000017`63bff850 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000017`63bffb40 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000017`63bffb70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c4`433ff918 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c4`433ff920 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000c4`433ffc10 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000c4`433ffc40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c4`43fffa58 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 000000c4`43fffa60 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 000000c4`43fffb00 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 000000c4`43fffb30 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000c4`43fffb60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c4`43bffab8 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 000000c4`43bffac0 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 000000c4`43bffb30 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 000000c4`43bffc10 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000c4`43bffc40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c4`42bfc940 00007ff7`e1cff38c ucrtbase!abort+0x4e 000000c4`42bfc970 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 000000c4`42bfc9c0 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 000000c4`42bfca00 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 000000c4`42bfe910 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 000000c4`42bfec10 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 000000c4`42bfecc0 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 000000c4`42bfed40 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 000000c4`42bfed70 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 000000c4`42bfeda0 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 000000c4`42fff8f8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c4`42fff900 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000c4`42fffbf0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000c4`42fffc20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c4`437ffb98 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c4`437ffba0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000c4`437ffe90 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000c4`437ffec0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a9`4b1ffc28 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 000000a9`4b1ffc30 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 000000a9`4b1ffcd0 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 000000a9`4b1ffd00 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000a9`4b1ffd30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a9`49dfc5e0 00007ff7`e1cff38c ucrtbase!abort+0x4e 000000a9`49dfc610 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 000000a9`49dfc660 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 000000a9`49dfc6a0 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 000000a9`49dfe5b0 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 000000a9`49dfe8b0 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 000000a9`49dfe960 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 000000a9`49dfe9e0 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 000000a9`49dfea10 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 000000a9`49dfea40 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 000000a9`4a1ffaa8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a9`4a1ffab0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000a9`4a1ffda0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000a9`4a1ffdd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a9`4a5ff7c8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a9`4a5ff7d0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000a9`4a5ffac0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000a9`4a5ffaf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a9`4a9ff9d8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a9`4a9ff9e0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000a9`4a9ffcd0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000a9`4a9ffd00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a9`4adff958 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 000000a9`4adff960 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 000000a9`4adff9d0 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 000000a9`4adffab0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000a9`4adffae0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007a`6d1ff638 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 0000007a`6d1ff640 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 0000007a`6d1ff6b0 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 0000007a`6d1ff790 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000007a`6d1ff7c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007a`6c5ffab8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000007a`6c5ffac0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 0000007a`6c5ffdb0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000007a`6c5ffde0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007a`6c1fcd70 00007ff7`e1cff38c ucrtbase!abort+0x4e 0000007a`6c1fcda0 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 0000007a`6c1fcdf0 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 0000007a`6c1fce30 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 0000007a`6c1fed40 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 0000007a`6c1ff040 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 0000007a`6c1ff0f0 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 0000007a`6c1ff170 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 0000007a`6c1ff1a0 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 0000007a`6c1ff1d0 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 0000007a`6cdffbc8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000007a`6cdffbd0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 0000007a`6cdffec0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000007a`6cdffef0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007a`6c9ff998 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000007a`6c9ff9a0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 0000007a`6c9ffc90 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000007a`6c9ffcc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007a`6d5ff798 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 0000007a`6d5ff7a0 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 0000007a`6d5ff840 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 0000007a`6d5ff870 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000007a`6d5ff8a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f7`bf1ffb98 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 000000f7`bf1ffba0 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 000000f7`bf1ffc40 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 000000f7`bf1ffc70 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000f7`bf1ffca0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f7`be9ffb68 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f7`be9ffb70 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000f7`be9ffe60 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000f7`be9ffe90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f7`bddfc910 00007ff7`e1cff38c ucrtbase!abort+0x4e 000000f7`bddfc940 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 000000f7`bddfc990 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 000000f7`bddfc9d0 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 000000f7`bddfe8e0 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 000000f7`bddfebe0 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 000000f7`bddfec90 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 000000f7`bddfed10 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 000000f7`bddfed40 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 000000f7`bddfed70 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 000000f7`be1ffa38 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f7`be1ffa40 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000f7`be1ffd30 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000f7`be1ffd60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f7`be5ffa98 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f7`be5ffaa0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000f7`be5ffd90 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000f7`be5ffdc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f7`bedff768 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 000000f7`bedff770 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 000000f7`bedff7e0 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 000000f7`bedff8c0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000f7`bedff8f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a7`187ff628 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a7`187ff630 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000a7`187ff920 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000a7`187ff950 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a7`18bffbb8 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 000000a7`18bffbc0 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 000000a7`18bffc30 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 000000a7`18bffd10 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000a7`18bffd40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a7`18fff898 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 000000a7`18fff8a0 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 000000a7`18fff940 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 000000a7`18fff970 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000a7`18fff9a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a7`17bfc6e0 00007ff7`e1cff38c ucrtbase!abort+0x4e 000000a7`17bfc710 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 000000a7`17bfc760 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 000000a7`17bfc7a0 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 000000a7`17bfe6b0 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 000000a7`17bfe9b0 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 000000a7`17bfea60 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 000000a7`17bfeae0 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 000000a7`17bfeb10 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 000000a7`17bfeb40 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 000000a7`17fff5e8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a7`17fff5f0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000a7`17fff8e0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000a7`17fff910 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a7`183ff878 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a7`183ff880 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000a7`183ffb70 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000a7`183ffba0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000de`e33ff478 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000de`e33ff480 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000de`e33ff770 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000de`e33ff7a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000de`e3bffd98 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 000000de`e3bffda0 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 000000de`e3bffe10 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 000000de`e3bffef0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000de`e3bfff20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000de`e3fffe18 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 000000de`e3fffe20 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 000000de`e3fffec0 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 000000de`e3fffef0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000de`e3ffff20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000de`e2bfcab0 00007ff7`e1cff38c ucrtbase!abort+0x4e 000000de`e2bfcae0 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 000000de`e2bfcb30 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 000000de`e2bfcb70 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 000000de`e2bfea80 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 000000de`e2bfed80 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 000000de`e2bfee30 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 000000de`e2bfeeb0 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 000000de`e2bfeee0 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 000000de`e2bfef10 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 000000de`e2fff448 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000de`e2fff450 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000de`e2fff740 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000de`e2fff770 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000de`e37ffb88 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000de`e37ffb90 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000de`e37ffe80 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000de`e37ffeb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000001d`225ff908 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000001d`225ff910 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 0000001d`225ffc00 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000001d`225ffc30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000001d`231ffe48 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 0000001d`231ffe50 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 0000001d`231ffef0 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 0000001d`231fff20 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000001d`231fff50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000001d`22dffbc8 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 0000001d`22dffbd0 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 0000001d`22dffc40 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 0000001d`22dffd20 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000001d`22dffd50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000001d`21dfca30 00007ff7`e1cff38c ucrtbase!abort+0x4e 0000001d`21dfca60 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 0000001d`21dfcab0 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 0000001d`21dfcaf0 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 0000001d`21dfea00 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 0000001d`21dfed00 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 0000001d`21dfedb0 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 0000001d`21dfee30 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 0000001d`21dfee60 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 0000001d`21dfee90 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 0000001d`221ff558 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000001d`221ff560 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 0000001d`221ff850 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000001d`221ff880 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000001d`229ff778 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000001d`229ff780 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 0000001d`229ffa70 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000001d`229ffaa0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000009a`3dbff468 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000009a`3dbff470 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 0000009a`3dbff760 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000009a`3dbff790 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000009a`3d3fcb40 00007ff7`e1cff38c ucrtbase!abort+0x4e 0000009a`3d3fcb70 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 0000009a`3d3fcbc0 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 0000009a`3d3fcc00 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 0000009a`3d3feb10 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 0000009a`3d3fee10 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 0000009a`3d3feec0 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 0000009a`3d3fef40 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 0000009a`3d3fef70 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 0000009a`3d3fefa0 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 0000009a`3d7ff638 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000009a`3d7ff640 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 0000009a`3d7ff930 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000009a`3d7ff960 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000009a`3dfff8e8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000009a`3dfff8f0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 0000009a`3dfffbe0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000009a`3dfffc10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000009a`3e3ff5f8 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 0000009a`3e3ff600 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 0000009a`3e3ff670 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 0000009a`3e3ff750 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000009a`3e3ff780 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000009a`3e7ff678 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 0000009a`3e7ff680 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 0000009a`3e7ff720 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 0000009a`3e7ff750 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000009a`3e7ff780 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000039`d39ffac8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000039`d39ffad0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000039`d39ffdc0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000039`d39ffdf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000039`d3dff9b8 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 00000039`d3dff9c0 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 00000039`d3dffa30 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 00000039`d3dffb10 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000039`d3dffb40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000039`d41ff7d8 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 00000039`d41ff7e0 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 00000039`d41ff880 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 00000039`d41ff8b0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000039`d41ff8e0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000039`d2dfccf0 00007ff7`e1cff38c ucrtbase!abort+0x4e 00000039`d2dfcd20 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 00000039`d2dfcd70 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 00000039`d2dfcdb0 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 00000039`d2dfecc0 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 00000039`d2dfefc0 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 00000039`d2dff070 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 00000039`d2dff0f0 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 00000039`d2dff120 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 00000039`d2dff150 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 00000039`d31ff7d8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000039`d31ff7e0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000039`d31ffad0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000039`d31ffb00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000039`d35ff658 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000039`d35ff660 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000039`d35ff950 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000039`d35ff980 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f9`b67ff5d8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f9`b67ff5e0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000f9`b67ff8d0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000f9`b67ff900 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f9`b6fff678 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 000000f9`b6fff680 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 000000f9`b6fff6f0 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 000000f9`b6fff7d0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000f9`b6fff800 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f9`b73ffc98 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 000000f9`b73ffca0 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 000000f9`b73ffd40 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 000000f9`b73ffd70 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000f9`b73ffda0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f9`b5ffccf0 00007ff7`e1cff38c ucrtbase!abort+0x4e 000000f9`b5ffcd20 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 000000f9`b5ffcd70 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 000000f9`b5ffcdb0 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 000000f9`b5ffecc0 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 000000f9`b5ffefc0 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 000000f9`b5fff070 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 000000f9`b5fff0f0 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 000000f9`b5fff120 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 000000f9`b5fff150 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 000000f9`b63ffa08 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f9`b63ffa10 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000f9`b63ffd00 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000f9`b63ffd30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f9`b6bff8f8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f9`b6bff900 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000f9`b6bffbf0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000f9`b6bffc20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000009e`5c9ffbc8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000009e`5c9ffbd0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 0000009e`5c9ffec0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000009e`5c9ffef0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000009e`5d1ff6b8 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 0000009e`5d1ff6c0 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 0000009e`5d1ff730 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 0000009e`5d1ff810 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000009e`5d1ff840 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000009e`5d5ffc48 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 0000009e`5d5ffc50 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 0000009e`5d5ffcf0 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 0000009e`5d5ffd20 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000009e`5d5ffd50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000009e`5c5fc930 00007ff7`e1cff38c ucrtbase!abort+0x4e 0000009e`5c5fc960 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 0000009e`5c5fc9b0 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 0000009e`5c5fc9f0 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 0000009e`5c5fe900 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 0000009e`5c5fec00 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 0000009e`5c5fecb0 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 0000009e`5c5fed30 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 0000009e`5c5fed60 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 0000009e`5c5fed90 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 0000009e`5cdff4e8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000009e`5cdff4f0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 0000009e`5cdff7e0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000009e`5cdff810 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d5`a1fffb48 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d5`a1fffb50 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000d5`a1fffe40 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000d5`a1fffe70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d5`a17ff668 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d5`a17ff670 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000d5`a17ff960 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000d5`a17ff990 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d5`a1bff698 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d5`a1bff6a0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000d5`a1bff990 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000d5`a1bff9c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d5`a23ff8f8 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 000000d5`a23ff900 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 000000d5`a23ff970 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 000000d5`a23ffa50 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000d5`a23ffa80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d5`a27ffca8 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 000000d5`a27ffcb0 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 000000d5`a27ffd50 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 000000d5`a27ffd80 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000d5`a27ffdb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d5`a13fc6d0 00007ff7`e1cff38c ucrtbase!abort+0x4e 000000d5`a13fc700 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 000000d5`a13fc750 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 000000d5`a13fc790 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 000000d5`a13fe6a0 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 000000d5`a13fe9a0 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 000000d5`a13fea50 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 000000d5`a13fead0 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 000000d5`a13feb00 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 000000d5`a13feb30 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 0000000f`019fccc0 00007ff7`e1cff38c ucrtbase!abort+0x4e 0000000f`019fccf0 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 0000000f`019fcd40 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 0000000f`019fcd80 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 0000000f`019fec90 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 0000000f`019fef90 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 0000000f`019ff040 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 0000000f`019ff0c0 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 0000000f`019ff0f0 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 0000000f`019ff120 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 0000000f`01dff898 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000000f`01dff8a0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 0000000f`01dffb90 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000000f`01dffbc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000000f`021ffa28 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000000f`021ffa30 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 0000000f`021ffd20 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000000f`021ffd50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000000f`025ffa18 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000000f`025ffa20 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 0000000f`025ffd10 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000000f`025ffd40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000000f`029ff628 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 0000000f`029ff630 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 0000000f`029ff6a0 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 0000000f`029ff780 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000000f`029ff7b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000000f`02dff778 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 0000000f`02dff780 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 0000000f`02dff820 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 0000000f`02dff850 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000000f`02dff880 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000009e`55bffac8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000009e`55bffad0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 0000009e`55bffdc0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000009e`55bffdf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000009e`55fff878 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 0000009e`55fff880 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 0000009e`55fff8f0 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 0000009e`55fff9d0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000009e`55fffa00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000009e`563ffa78 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 0000009e`563ffa80 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 0000009e`563ffb20 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 0000009e`563ffb50 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000009e`563ffb80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000009e`54ffc5e0 00007ff7`e1cff38c ucrtbase!abort+0x4e 0000009e`54ffc610 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 0000009e`54ffc660 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 0000009e`54ffc6a0 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 0000009e`54ffe5b0 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 0000009e`54ffe8b0 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 0000009e`54ffe960 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 0000009e`54ffe9e0 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 0000009e`54ffea10 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 0000009e`54ffea40 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 0000009e`553ff828 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000009e`553ff830 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 0000009e`553ffb20 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000009e`553ffb50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000009e`557ff4a8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000009e`557ff4b0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 0000009e`557ff7a0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000009e`557ff7d0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000091`62fffae8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000091`62fffaf0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000091`62fffde0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000091`62fffe10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000091`637ff958 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000091`637ff960 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000091`637ffc50 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000091`637ffc80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000091`63bffb48 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 00000091`63bffb50 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 00000091`63bffbc0 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 00000091`63bffca0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000091`63bffcd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000091`63fff9a8 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 00000091`63fff9b0 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 00000091`63fffa50 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 00000091`63fffa80 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000091`63fffab0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000091`62bfca30 00007ff7`e1cff38c ucrtbase!abort+0x4e 00000091`62bfca60 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 00000091`62bfcab0 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 00000091`62bfcaf0 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 00000091`62bfea00 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 00000091`62bfed00 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 00000091`62bfedb0 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 00000091`62bfee30 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 00000091`62bfee60 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 00000091`62bfee90 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 00000091`633ff9a8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000091`633ff9b0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000091`633ffca0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000091`633ffcd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c6`36dff728 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c6`36dff730 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000c6`36dffa20 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000c6`36dffa50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c6`375ffb28 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c6`375ffb30 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000c6`375ffe20 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000c6`375ffe50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c6`379ffb98 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 000000c6`379ffba0 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 000000c6`379ffc10 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 000000c6`379ffcf0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000c6`379ffd20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c6`37dffc18 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 000000c6`37dffc20 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 000000c6`37dffcc0 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 000000c6`37dffcf0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000c6`37dffd20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c6`369fc850 00007ff7`e1cff38c ucrtbase!abort+0x4e 000000c6`369fc880 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 000000c6`369fc8d0 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 000000c6`369fc910 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 000000c6`369fe820 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 000000c6`369feb20 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 000000c6`369febd0 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 000000c6`369fec50 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 000000c6`369fec80 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 000000c6`369fecb0 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 000000c6`371ff978 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c6`371ff980 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000c6`371ffc70 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000c6`371ffca0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000cd`e97ffbe8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000cd`e97ffbf0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000cd`e97ffee0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000cd`e97fff10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000cd`e9fff738 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000cd`e9fff740 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000cd`e9fffa30 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000cd`e9fffa60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000cd`e93fcf90 00007ff7`e1cff38c ucrtbase!abort+0x4e 000000cd`e93fcfc0 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 000000cd`e93fd010 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 000000cd`e93fd050 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 000000cd`e93fef60 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 000000cd`e93ff260 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 000000cd`e93ff310 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 000000cd`e93ff390 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 000000cd`e93ff3c0 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 000000cd`e93ff3f0 00007ff7`e1a06399 postgres!ExecReScanSampleScan+0x292 |
| core | 000000cd`e9bff698 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000cd`e9bff6a0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000cd`e9bff990 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000cd`e9bff9c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000cd`ea3ff898 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 000000cd`ea3ff8a0 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 000000cd`ea3ff910 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 000000cd`ea3ff9f0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000cd`ea3ffa20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000cd`ea7ffa28 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 000000cd`ea7ffa30 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 000000cd`ea7ffad0 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 000000cd`ea7ffb00 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000cd`ea7ffb30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000aa`e3bff7b8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000aa`e3bff7c0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000aa`e3bffab0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000aa`e3bffae0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000aa`e3fffc58 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 000000aa`e3fffc60 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 000000aa`e3fffcd0 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 000000aa`e3fffdb0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000aa`e3fffde0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000aa`e43ff9b8 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 000000aa`e43ff9c0 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 000000aa`e43ffa60 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 000000aa`e43ffa90 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000aa`e43ffac0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000aa`e2ffcca0 00007ff7`e1cff38c ucrtbase!abort+0x4e 000000aa`e2ffccd0 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 000000aa`e2ffcd20 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 000000aa`e2ffcd60 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 000000aa`e2ffec70 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 000000aa`e2ffef70 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 000000aa`e2fff020 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 000000aa`e2fff0a0 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 000000aa`e2fff0d0 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 000000aa`e2fff100 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 000000aa`e33ff998 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000aa`e33ff9a0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000aa`e33ffc90 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000aa`e33ffcc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000aa`e37ff968 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000aa`e37ff970 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000aa`e37ffc60 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000aa`e37ffc90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000004`9ebff6c8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000004`9ebff6d0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000004`9ebff9c0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000004`9ebff9f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000004`9f3ff868 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 00000004`9f3ff870 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 00000004`9f3ff8e0 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 00000004`9f3ff9c0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000004`9f3ff9f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000004`9f7ffb68 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 00000004`9f7ffb70 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 00000004`9f7ffc10 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 00000004`9f7ffc40 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000004`9f7ffc70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000004`9e7fcb00 00007ff7`e1cff38c ucrtbase!abort+0x4e 00000004`9e7fcb30 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 00000004`9e7fcb80 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 00000004`9e7fcbc0 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 00000004`9e7fead0 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 00000004`9e7fedd0 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 00000004`9e7fee80 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 00000004`9e7fef00 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 00000004`9e7fef30 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 00000004`9e7fef60 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 00000004`9efff678 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000004`9efff680 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000004`9efff970 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000004`9efff9a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007c`9ebff938 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000007c`9ebff940 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 0000007c`9ebffc30 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000007c`9ebffc60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007c`9f3ffa68 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 0000007c`9f3ffa70 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 0000007c`9f3ffae0 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 0000007c`9f3ffbc0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000007c`9f3ffbf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007c`9f7ffda8 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 0000007c`9f7ffdb0 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 0000007c`9f7ffe50 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 0000007c`9f7ffe80 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000007c`9f7ffeb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007c`9e3fcc10 00007ff7`e1cff38c ucrtbase!abort+0x4e 0000007c`9e3fcc40 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 0000007c`9e3fcc90 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 0000007c`9e3fccd0 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 0000007c`9e3febe0 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 0000007c`9e3feee0 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 0000007c`9e3fef90 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 0000007c`9e3ff010 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 0000007c`9e3ff040 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 0000007c`9e3ff070 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 0000007c`9e7ffa68 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000007c`9e7ffa70 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 0000007c`9e7ffd60 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000007c`9e7ffd90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007c`9efff758 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000007c`9efff760 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 0000007c`9efffa50 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000007c`9efffa80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000db`a87ff818 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 000000db`a87ff820 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 000000db`a87ff8c0 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 000000db`a87ff8f0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000db`a87ff920 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000db`a83ffb38 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 000000db`a83ffb40 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 000000db`a83ffbb0 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 000000db`a83ffc90 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000db`a83ffcc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000db`a7fffb48 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000db`a7fffb50 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000db`a7fffe40 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000db`a7fffe70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000db`a73fc770 00007ff7`e1cff38c ucrtbase!abort+0x4e 000000db`a73fc7a0 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 000000db`a73fc7f0 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 000000db`a73fc830 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 000000db`a73fe740 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 000000db`a73fea40 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 000000db`a73feaf0 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 000000db`a73feb70 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 000000db`a73feba0 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 000000db`a73febd0 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 000000db`a7bffaf8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000db`a7bffb00 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000db`a7bffdf0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000db`a7bffe20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000db`a77ff9b8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000db`a77ff9c0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000db`a77ffcb0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000db`a77ffce0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000090`6b5ff8f8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000090`6b5ff900 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000090`6b5ffbf0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000090`6b5ffc20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000090`6a9fc8c0 00007ff7`e1cff38c ucrtbase!abort+0x4e 00000090`6a9fc8f0 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 00000090`6a9fc940 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 00000090`6a9fc980 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 00000090`6a9fe890 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 00000090`6a9feb90 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 00000090`6a9fec40 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 00000090`6a9fecc0 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 00000090`6a9fecf0 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 00000090`6a9fed20 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 00000090`6adffba8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000090`6adffbb0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000090`6adffea0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000090`6adffed0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000090`6b1ff918 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000090`6b1ff920 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000090`6b1ffc10 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000090`6b1ffc40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000090`6b9ffae8 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 00000090`6b9ffaf0 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 00000090`6b9ffb60 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 00000090`6b9ffc40 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000090`6b9ffc70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000090`6bdff838 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 00000090`6bdff840 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 00000090`6bdff8e0 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 00000090`6bdff910 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000090`6bdff940 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000eb`e1fff658 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000eb`e1fff660 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000eb`e1fff950 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000eb`e1fff980 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000eb`e23ff638 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 000000eb`e23ff640 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 000000eb`e23ff6b0 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 000000eb`e23ff790 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000eb`e23ff7c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000eb`e27ff708 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 000000eb`e27ff710 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 000000eb`e27ff7b0 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 000000eb`e27ff7e0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000eb`e27ff810 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000eb`e13fc670 00007ff7`e1cff38c ucrtbase!abort+0x4e 000000eb`e13fc6a0 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 000000eb`e13fc6f0 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 000000eb`e13fc730 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 000000eb`e13fe640 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 000000eb`e13fe940 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 000000eb`e13fe9f0 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 000000eb`e13fea70 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 000000eb`e13feaa0 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 000000eb`e13fead0 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 000000eb`e17ffbb8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000eb`e17ffbc0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000eb`e17ffeb0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000eb`e17ffee0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000eb`e1bffb48 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000eb`e1bffb50 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000eb`e1bffe40 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000eb`e1bffe70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000075`985ffa08 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000075`985ffa10 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000075`985ffd00 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000075`985ffd30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000075`98dffd38 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 00000075`98dffd40 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 00000075`98dffdb0 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 00000075`98dffe90 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000075`98dffec0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000075`991ffaf8 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 00000075`991ffb00 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 00000075`991ffba0 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 00000075`991ffbd0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000075`991ffc00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000075`97dfcb20 00007ff7`e1cff38c ucrtbase!abort+0x4e 00000075`97dfcb50 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 00000075`97dfcba0 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 00000075`97dfcbe0 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 00000075`97dfeaf0 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 00000075`97dfedf0 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 00000075`97dfeea0 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 00000075`97dfef20 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 00000075`97dfef50 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 00000075`97dfef80 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 00000075`981ff958 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000075`981ff960 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000075`981ffc50 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000075`981ffc80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000075`989ffa48 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000075`989ffa50 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000075`989ffd40 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000075`989ffd70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b1`41bff7e8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b1`41bff7f0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000b1`41bffae0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000b1`41bffb10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b1`423ff7e8 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 000000b1`423ff7f0 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 000000b1`423ff860 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 000000b1`423ff940 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000b1`423ff970 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b1`427ff978 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 000000b1`427ff980 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 000000b1`427ffa20 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 000000b1`427ffa50 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000b1`427ffa80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b1`413fc610 00007ff7`e1cff38c ucrtbase!abort+0x4e 000000b1`413fc640 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 000000b1`413fc690 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 000000b1`413fc6d0 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 000000b1`413fe5e0 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 000000b1`413fe8e0 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 000000b1`413fe990 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 000000b1`413fea10 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 000000b1`413fea40 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 000000b1`413fea70 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 000000b1`417ff898 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b1`417ff8a0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000b1`417ffb90 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000b1`417ffbc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b1`41fffa68 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b1`41fffa70 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000b1`41fffd60 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000b1`41fffd90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d1`0f7ff8c8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d1`0f7ff8d0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000d1`0f7ffbc0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000d1`0f7ffbf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d1`0ffff868 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 000000d1`0ffff870 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 000000d1`0ffff8e0 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 000000d1`0ffff9c0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000d1`0ffff9f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d1`103ff9a8 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 000000d1`103ff9b0 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 000000d1`103ffa50 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 000000d1`103ffa80 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000d1`103ffab0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d1`0effc920 00007ff7`e1cff38c ucrtbase!abort+0x4e 000000d1`0effc950 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 000000d1`0effc9a0 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 000000d1`0effc9e0 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 000000d1`0effe8f0 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 000000d1`0effebf0 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 000000d1`0effeca0 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 000000d1`0effed20 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 000000d1`0effed50 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 000000d1`0effed80 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 000000d1`0f3ffa08 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d1`0f3ffa10 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000d1`0f3ffd00 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000d1`0f3ffd30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d1`0fbff4a8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d1`0fbff4b0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000d1`0fbff7a0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000d1`0fbff7d0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a4`037fc680 00007ff7`e1cff38c ucrtbase!abort+0x4e 000000a4`037fc6b0 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 000000a4`037fc700 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 000000a4`037fc740 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 000000a4`037fe650 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 000000a4`037fe950 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 000000a4`037fea00 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 000000a4`037fea80 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 000000a4`037feab0 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 000000a4`037feae0 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 000000a4`03bff568 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a4`03bff570 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000a4`03bff860 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000a4`03bff890 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a4`03fffbf8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a4`03fffc00 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000a4`03fffef0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000a4`03ffff20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a4`047ff9e8 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 000000a4`047ff9f0 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 000000a4`047ffa60 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 000000a4`047ffb40 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000a4`047ffb70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a4`04bffc58 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 000000a4`04bffc60 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 000000a4`04bffd00 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 000000a4`04bffd30 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000a4`04bffd60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a4`043ff468 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a4`043ff470 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000a4`043ff760 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000a4`043ff790 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a5`32fffa98 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a5`32fffaa0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000a5`32fffd90 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000a5`32fffdc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a5`32bfcca0 00007ff7`e1cff38c ucrtbase!abort+0x4e 000000a5`32bfccd0 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 000000a5`32bfcd20 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 000000a5`32bfcd60 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 000000a5`32bfec70 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 000000a5`32bfef70 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 000000a5`32bff020 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 000000a5`32bff0a0 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 000000a5`32bff0d0 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 000000a5`32bff100 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 000000a5`333ff498 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a5`333ff4a0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000a5`333ff790 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000a5`333ff7c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a5`337ffa88 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a5`337ffa90 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000a5`337ffd80 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000a5`337ffdb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a5`33bffd98 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 000000a5`33bffda0 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 000000a5`33bffe10 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 000000a5`33bffef0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000a5`33bfff20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a5`33fff9a8 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 000000a5`33fff9b0 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 000000a5`33fffa50 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 000000a5`33fffa80 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000a5`33fffab0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006c`cf1ff748 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000006c`cf1ff750 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 0000006c`cf1ffa40 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000006c`cf1ffa70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006c`cf5ff4f8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000006c`cf5ff500 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 0000006c`cf5ff7f0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000006c`cf5ff820 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006c`cf9ff5e8 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 0000006c`cf9ff5f0 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 0000006c`cf9ff660 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 0000006c`cf9ff740 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000006c`cf9ff770 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006c`cfdffa08 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 0000006c`cfdffa10 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 0000006c`cfdffab0 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 0000006c`cfdffae0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000006c`cfdffb10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006c`ce9fc8c0 00007ff7`e1cff38c ucrtbase!abort+0x4e 0000006c`ce9fc8f0 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 0000006c`ce9fc940 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 0000006c`ce9fc980 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 0000006c`ce9fe890 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 0000006c`ce9feb90 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 0000006c`ce9fec40 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 0000006c`ce9fecc0 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 0000006c`ce9fecf0 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 0000006c`ce9fed20 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 0000006c`cedff668 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000006c`cedff670 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 0000006c`cedff960 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 0000006c`cedff990 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000028`1f5ff8e8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000028`1f5ff8f0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000028`1f5ffbe0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000028`1f5ffc10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000028`201ffd28 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 00000028`201ffd30 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 00000028`201ffda0 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 00000028`201ffe80 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000028`201ffeb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000028`205ff738 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 00000028`205ff740 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 00000028`205ff7e0 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 00000028`205ff810 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000028`205ff840 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000028`1fdff798 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000028`1fdff7a0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000028`1fdffa90 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000028`1fdffac0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000028`1f1fc800 00007ff7`e1cff38c ucrtbase!abort+0x4e 00000028`1f1fc830 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 00000028`1f1fc880 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 00000028`1f1fc8c0 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 00000028`1f1fe7d0 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 00000028`1f1fead0 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 00000028`1f1feb80 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 00000028`1f1fec00 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 00000028`1f1fec30 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 00000028`1f1fec60 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 00000028`1f9ff7a8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000028`1f9ff7b0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 00000028`1f9ffaa0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 00000028`1f9ffad0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ac`307ff8f8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ac`307ff900 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000ac`307ffbf0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000ac`307ffc20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ac`30fffad8 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 000000ac`30fffae0 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 000000ac`30fffb50 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 000000ac`30fffc30 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000ac`30fffc60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ac`313ff988 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 000000ac`313ff990 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 000000ac`313ffa30 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 000000ac`313ffa60 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000ac`313ffa90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ac`2fffcc30 00007ff7`e1cff38c ucrtbase!abort+0x4e 000000ac`2fffcc60 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 000000ac`2fffccb0 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 000000ac`2fffccf0 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 000000ac`2fffec00 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 000000ac`2fffef00 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 000000ac`2fffefb0 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 000000ac`2ffff030 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 000000ac`2ffff060 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 000000ac`2ffff090 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 000000ac`303ff968 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ac`303ff970 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000ac`303ffc60 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000ac`303ffc90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ac`30bff858 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ac`30bff860 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000ac`30bffb50 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000ac`30bffb80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f7`55bff648 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f7`55bff650 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000f7`55bff940 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000f7`55bff970 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f7`567ff848 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 000000f7`567ff850 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 000000f7`567ff8f0 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 000000f7`567ff920 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000f7`567ff950 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f7`563ffa38 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 000000f7`563ffa40 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 000000f7`563ffab0 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 000000f7`563ffb90 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000f7`563ffbc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f7`553fc700 00007ff7`e1cff38c ucrtbase!abort+0x4e 000000f7`553fc730 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 000000f7`553fc780 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 000000f7`553fc7c0 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 000000f7`553fe6d0 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 000000f7`553fe9d0 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 000000f7`553fea80 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 000000f7`553feb00 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 000000f7`553feb30 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 000000f7`553feb60 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 000000f7`557ff728 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f7`557ff730 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000f7`557ffa20 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000f7`557ffa50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f7`55fff9f8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f7`55fffa00 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000f7`55fffcf0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000f7`55fffd20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ec`279ff8c8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ec`279ff8d0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000ec`279ffbc0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000ec`279ffbf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ec`275fca70 00007ff7`e1cff38c ucrtbase!abort+0x4e 000000ec`275fcaa0 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 000000ec`275fcaf0 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 000000ec`275fcb30 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 000000ec`275fea40 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 000000ec`275fed40 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 000000ec`275fedf0 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 000000ec`275fee70 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 000000ec`275feea0 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 000000ec`275feed0 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 000000ec`27dff4f8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ec`27dff500 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000ec`27dff7f0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000ec`27dff820 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ec`281ffaf8 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ec`281ffb00 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000ec`281ffdf0 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000ec`281ffe20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ec`285ffaa8 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 000000ec`285ffab0 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 000000ec`285ffb20 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 000000ec`285ffc00 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000ec`285ffc30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ec`289ff668 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 000000ec`289ff670 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 000000ec`289ff710 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 000000ec`289ff740 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000ec`289ff770 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c6`6a3ffb88 00007ffc`ed4dd90e ntdll!NtWaitForSingleObject+0x14 000000c6`6a3ffb90 00007ff7`e1afd59f KERNELBASE!WaitForSingleObjectEx+0x8e 000000c6`6a3ffc30 00007ffc`edd64cb0 postgres!pgwin32_select+0x744 000000c6`6a3ffc60 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000c6`6a3ffc90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c6`697ff858 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c6`697ff860 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000c6`697ffb50 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000c6`697ffb80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c6`69bff798 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c6`69bff7a0 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000c6`69bffa90 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000c6`69bffac0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c6`69fffba8 00007ffc`ed524a7a ntdll!NtFsControlFile+0x14 000000c6`69fffbb0 00007ff7`e1afc2f6 KERNELBASE!ConnectNamedPipe+0x6a 000000c6`69fffc20 00007ffc`edd64cb0 postgres!pg_queue_signal+0x188 000000c6`69fffd00 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000c6`69fffd30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c6`68ffcb20 00007ff7`e1cff38c ucrtbase!abort+0x4e 000000c6`68ffcb50 00007ff7`e18509e6 postgres!ExceptionalCondition+0x4c 000000c6`68ffcba0 00007ff7`e1851d12 postgres!RelationGetBufferForTuple+0x1c27 000000c6`68ffcbe0 00007ff7`e18524d7 postgres!heap_page_prune_and_freeze+0x137 000000c6`68ffeaf0 00007ff7`e1842416 postgres!heap_page_prune_opt+0x18d 000000c6`68ffedf0 00007ff7`e18429d2 postgres!heap_prepare_pagescan+0x85 000000c6`68ffeea0 00007ff7`e1842d8e postgres!heap_prepare_pagescan+0x641 000000c6`68ffef20 00007ff7`e1a06180 postgres!heap_getnextslot+0x20 000000c6`68ffef50 00007ff7`e1a06216 postgres!ExecReScanSampleScan+0x1fc 000000c6`68ffef80 00007ff7`e1a06593 postgres!ExecReScanSampleScan+0x292 |
| core | 000000c6`693ff668 00007ffc`efacb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c6`693ff670 00007ffc`edd64cb0 ntdll!TppWorkerThread+0x2df 000000c6`693ff960 00007ffc`efb3edcb KERNEL32!BaseThreadInitThunk+0x10 000000c6`693ff990 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| tap | [22:49:05.136](1.724s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/amcheck/001_verify_heapam/d... |
| tap | [22:49:11.161](1.707s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/amcheck/006_verify_gin/data... |
| tap | [22:49:27.201](1.727s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/authentication/002_saslprep... |
| tap | [22:49:31.742](1.684s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/authentication/006_login_tr... |
| tap | [22:50:38.620](1.719s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/commit_ts/001_base/data/t_0... |
| tap | [22:50:43.019](0.429s) not ok 1 - getting ts of InvalidTransactionId reports error [22:50:43.020](0.000s) not ok 2 - expected error from InvalidTransactionId [22:50:43.062](0.042s) not ok 3 - getting ts of BootstrapTransactionId succeeds [22:50:43.109](0.046s) not ok 5 - getting ts of FrozenTransactionId succeeds |
| tap | [22:47:24.377](1.869s) not ok 14 - successful creation [22:47:24.395](0.017s) not ok 16 - checksums are enabled in control file: exit code 0 [22:47:24.395](0.000s) not ok 17 - checksums are enabled in control file: no stderr [22:47:24.396](0.000s) not ok 18 - checksums are enabled in control file: matches [22:47:28.023](1.843s) not ok 27 - option --icu-locale [22:47:29.916](1.893s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: exit code 0 [22:47:29.916](0.000s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr [22:47:33.157](1.763s) not ok 40 - locale provider builtin with --locale [22:47:34.910](1.753s) not ok 41 - locale provider builtin with --encoding=UTF-8 --builtin-locale=C.UTF-8 [22:47:36.668](1.717s) not ok 43 - locale provider builtin with --lc-ctype [22:47:39.028](1.719s) not ok 49 - multiple --set options with different case |
| tap | [22:50:44.565](0.535s) not ok 1 - libpq_pipeline cancel [22:50:44.598](0.032s) not ok 2 - libpq_pipeline disallowed_in_pipeline [22:50:44.601](0.003s) not ok 3 - reading C:/cirrus/build/testrun/libpq_pipeline/001_libpq_pipeline/data/traces/disallow... [22:50:44.632](0.031s) not ok 4 - libpq_pipeline multi_pipelines [22:50:44.635](0.002s) not ok 5 - reading C:/cirrus/build/testrun/libpq_pipeline/001_libpq_pipeline/data/traces/multi_pi... [22:50:44.667](0.032s) not ok 6 - libpq_pipeline nosync [22:50:44.670](0.002s) not ok 7 - reading C:/cirrus/build/testrun/libpq_pipeline/001_libpq_pipeline/data/traces/nosync.t... [22:50:44.703](0.032s) not ok 8 - libpq_pipeline pipeline_abort [22:50:44.705](0.003s) not ok 9 - reading C:/cirrus/build/testrun/libpq_pipeline/001_libpq_pipeline/data/traces/pipeline... [22:50:44.737](0.032s) not ok 10 - libpq_pipeline pipeline_idle [22:50:44.740](0.002s) not ok 11 - reading C:/cirrus/build/testrun/libpq_pipeline/001_libpq_pipeline/data/traces/pipelin... [22:50:44.770](0.030s) not ok 12 - libpq_pipeline pipelined_insert [22:50:44.801](0.031s) not ok 13 - libpq_pipeline prepared [22:50:44.804](0.002s) not ok 14 - reading C:/cirrus/build/testrun/libpq_pipeline/001_libpq_pipeline/data/traces/prepare... [22:50:44.833](0.029s) not ok 15 - libpq_pipeline protocol_version [22:50:44.864](0.031s) not ok 16 - libpq_pipeline simple_pipeline [22:50:44.867](0.002s) not ok 17 - reading C:/cirrus/build/testrun/libpq_pipeline/001_libpq_pipeline/data/traces/simple_... [22:50:44.897](0.031s) not ok 18 - libpq_pipeline singlerow [22:50:44.900](0.002s) not ok 19 - reading C:/cirrus/build/testrun/libpq_pipeline/001_libpq_pipeline/data/traces/singler... [22:50:44.929](0.029s) not ok 20 - libpq_pipeline transaction [22:50:44.932](0.002s) not ok 21 - reading C:/cirrus/build/testrun/libpq_pipeline/001_libpq_pipeline/data/traces/transac... [22:50:44.961](0.029s) not ok 22 - libpq_pipeline uniqviol [22:50:44.993](0.031s) not ok 23 - libpq_pipeline cancel with protocol 3.0 |
| tap | [22:47:19.242](0.044s) not ok 3 - load_balance_hosts=disable connects to the first node [22:47:19.243](0.000s) not ok 4 - load_balance_hosts=disable connects to the first node: no stderr [22:47:19.244](0.001s) not ok 5 - load_balance_hosts=disable connects to the first node: log matches [22:47:19.298](0.054s) not ok 6 - repeated connections with random load balancing [22:47:19.299](0.000s) not ok 7 - repeated connections with random load balancing: no stderr [22:47:19.353](0.054s) not ok 8 - repeated connections with random load balancing [22:47:19.354](0.000s) not ok 9 - repeated connections with random load balancing: no stderr [22:47:19.414](0.059s) not ok 10 - repeated connections with random load balancing [22:47:19.415](0.000s) not ok 11 - repeated connections with random load balancing: no stderr [22:47:19.471](0.056s) not ok 12 - repeated connections with random load balancing [22:47:19.471](0.000s) not ok 13 - repeated connections with random load balancing: no stderr [22:47:19.520](0.048s) not ok 14 - repeated connections with random load balancing [22:47:19.520](0.000s) not ok 15 - repeated connections with random load balancing: no stderr [22:47:19.585](0.064s) not ok 16 - repeated connections with random load balancing [22:47:19.585](0.000s) not ok 17 - repeated connections with random load balancing: no stderr [22:47:19.647](0.061s) not ok 18 - repeated connections with random load balancing [22:47:19.649](0.001s) not ok 19 - repeated connections with random load balancing: no stderr [22:47:19.703](0.054s) not ok 20 - repeated connections with random load balancing [22:47:19.704](0.000s) not ok 21 - repeated connections with random load balancing: no stderr [22:47:19.751](0.047s) not ok 22 - repeated connections with random load balancing [22:47:19.752](0.000s) not ok 23 - repeated connections with random load balancing: no stderr [22:47:19.802](0.050s) not ok 24 - repeated connections with random load balancing [22:47:19.803](0.000s) not ok 25 - repeated connections with random load balancing: no stderr [22:47:20.011](0.208s) not ok 26 - repeated connections with random load balancing [22:47:20.012](0.000s) not ok 27 - repeated connections with random load balancing: no stderr [22:47:20.060](0.048s) not ok 28 - repeated connections with random load balancing [22:47:20.060](0.000s) not ok 29 - repeated connections with random load balancing: no stderr [22:47:20.107](0.046s) not ok 30 - repeated connections with random load balancing [22:47:20.107](0.000s) not ok 31 - repeated connections with random load balancing: no stderr [22:47:20.156](0.049s) not ok 32 - repeated connections with random load balancing [22:47:20.157](0.000s) not ok 33 - repeated connections with random load balancing: no stderr [22:47:20.202](0.044s) not ok 34 - repeated connections with random load balancing [22:47:20.202](0.000s) not ok 35 - repeated connections with random load balancing: no stderr [22:47:20.255](0.052s) not ok 36 - repeated connections with random load balancing [22:47:20.255](0.000s) not ok 37 - repeated connections with random load balancing: no stderr [22:47:20.310](0.055s) not ok 38 - repeated connections with random load balancing [22:47:20.311](0.000s) not ok 39 - repeated connections with random load balancing: no stderr [22:47:20.365](0.053s) not ok 40 - repeated connections with random load balancing [22:47:20.366](0.000s) not ok 41 - repeated connections with random load balancing: no stderr [22:47:20.419](0.053s) not ok 42 - repeated connections with random load balancing [22:47:20.420](0.000s) not ok 43 - repeated connections with random load balancing: no stderr [22:47:20.475](0.055s) not ok 44 - repeated connections with random load balancing [22:47:20.475](0.000s) not ok 45 - repeated connections with random load balancing: no stderr [22:47:20.523](0.047s) not ok 46 - repeated connections with random load balancing [22:47:20.523](0.000s) not ok 47 - repeated connections with random load balancing: no stderr [22:47:20.584](0.060s) not ok 48 - repeated connections with random load balancing [22:47:20.585](0.000s) not ok 49 - repeated connections with random load balancing: no stderr [22:47:20.638](0.052s) not ok 50 - repeated connections with random load balancing [22:47:20.638](0.000s) not ok 51 - repeated connections with random load balancing: no stderr [22:47:20.689](0.051s) not ok 52 - repeated connections with random load balancing [22:47:20.690](0.000s) not ok 53 - repeated connections with random load balancing: no stderr [22:47:20.742](0.052s) not ok 54 - repeated connections with random load balancing [22:47:20.742](0.000s) not ok 55 - repeated connections with random load balancing: no stderr [22:47:20.794](0.052s) not ok 56 - repeated connections with random load balancing [22:47:20.795](0.000s) not ok 57 - repeated connections with random load balancing: no stderr [22:47:20.852](0.056s) not ok 58 - repeated connections with random load balancing [22:47:20.852](0.000s) not ok 59 - repeated connections with random load balancing: no stderr [22:47:20.900](0.047s) not ok 60 - repeated connections with random load balancing [22:47:20.901](0.000s) not ok 61 - repeated connections with random load balancing: no stderr [22:47:20.948](0.047s) not ok 62 - repeated connections with random load balancing [22:47:20.949](0.000s) not ok 63 - repeated connections with random load balancing: no stderr [22:47:20.998](0.048s) not ok 64 - repeated connections with random load balancing [22:47:20.998](0.000s) not ok 65 - repeated connections with random load balancing: no stderr [22:47:21.046](0.047s) not ok 66 - repeated connections with random load balancing [22:47:21.046](0.000s) not ok 67 - repeated connections with random load balancing: no stderr [22:47:21.099](0.053s) not ok 68 - repeated connections with random load balancing [22:47:21.100](0.000s) not ok 69 - repeated connections with random load balancing: no stderr [22:47:21.146](0.046s) not ok 70 - repeated connections with random load balancing [22:47:21.147](0.000s) not ok 71 - repeated connections with random load balancing: no stderr [22:47:21.198](0.051s) not ok 72 - repeated connections with random load balancing [22:47:21.199](0.000s) not ok 73 - repeated connections with random load balancing: no stderr [22:47:21.379](0.180s) not ok 74 - repeated connections with random load balancing [22:47:21.380](0.000s) not ok 75 - repeated connections with random load balancing: no stderr [22:47:21.427](0.047s) not ok 76 - repeated connections with random load balancing [22:47:21.428](0.000s) not ok 77 - repeated connections with random load balancing: no stderr [22:47:21.476](0.048s) not ok 78 - repeated connections with random load balancing [22:47:21.477](0.000s) not ok 79 - repeated connections with random load balancing: no stderr [22:47:21.534](0.057s) not ok 80 - repeated connections with random load balancing [22:47:21.535](0.000s) not ok 81 - repeated connections with random load balancing: no stderr [22:47:21.583](0.048s) not ok 82 - repeated connections with random load balancing [22:47:21.584](0.000s) not ok 83 - repeated connections with random load balancing: no stderr [22:47:21.633](0.050s) not ok 84 - repeated connections with random load balancing [22:47:21.634](0.000s) not ok 85 - repeated connections with random load balancing: no stderr [22:47:21.689](0.054s) not ok 86 - repeated connections with random load balancing [22:47:21.690](0.000s) not ok 87 - repeated connections with random load balancing: no stderr [22:47:21.741](0.051s) not ok 88 - repeated connections with random load balancing [22:47:21.741](0.000s) not ok 89 - repeated connections with random load balancing: no stderr [22:47:21.793](0.051s) not ok 90 - repeated connections with random load balancing [22:47:21.794](0.000s) not ok 91 - repeated connections with random load balancing: no stderr [22:47:21.846](0.052s) not ok 92 - repeated connections with random load balancing [22:47:21.846](0.000s) not ok 93 - repeated connections with random load balancing: no stderr [22:47:21.900](0.053s) not ok 94 - repeated connections with random load balancing [22:47:21.901](0.000s) not ok 95 - repeated connections with random load balancing: no stderr [22:47:21.950](0.049s) not ok 96 - repeated connections with random load balancing [22:47:21.952](0.000s) not ok 97 - repeated connections with random load balancing: no stderr [22:47:22.007](0.055s) not ok 98 - repeated connections with random load balancing [22:47:22.007](0.000s) not ok 99 - repeated connections with random load balancing: no stderr [22:47:22.061](0.053s) not ok 100 - repeated connections with random load balancing [22:47:22.061](0.000s) not ok 101 - repeated connections with random load balancing: no stderr [22:47:22.112](0.050s) not ok 102 - repeated connections with random load balancing [22:47:22.112](0.000s) not ok 103 - repeated connections with random load balancing: no stderr [22:47:22.167](0.054s) not ok 104 - repeated connections with random load balancing [22:47:22.168](0.000s) not ok 105 - repeated connections with random load balancing: no stderr [22:47:22.169](0.001s) not ok 106 - received at least one connection on node1 [22:47:22.170](0.000s) not ok 107 - received at least one connection on node2 [22:47:22.170](0.000s) not ok 108 - received at least one connection on node3 [22:47:22.171](0.000s) not ok 109 - received 50 connections across all nodes [22:47:22.465](0.295s) not ok 110 - load_balance_hosts=disable continues until it connects to the a working node [22:47:22.466](0.000s) not ok 111 - load_balance_hosts=disable continues until it connects to the a working node: no std... [22:47:22.468](0.001s) not ok 112 - load_balance_hosts=disable continues until it connects to the a working node: log ma... [22:47:22.515](0.048s) not ok 113 - load_balance_hosts=random continues until it connects to the a working node [22:47:22.516](0.000s) not ok 114 - load_balance_hosts=random continues until it connects to the a working node: no stde... [22:47:22.517](0.001s) not ok 115 - load_balance_hosts=random continues until it connects to the a working node: log mat... [22:47:22.573](0.055s) not ok 116 - load_balance_hosts=random continues until it connects to the a working node [22:47:22.574](0.000s) not ok 117 - load_balance_hosts=random continues until it connects to the a working node: no stde... [22:47:22.576](0.001s) not ok 118 - load_balance_hosts=random continues until it connects to the a working node: log mat... [22:47:22.717](0.141s) not ok 119 - load_balance_hosts=random continues until it connects to the a working node [22:47:22.718](0.000s) not ok 120 - load_balance_hosts=random continues until it connects to the a working node: no stde... [22:47:22.719](0.001s) not ok 121 - load_balance_hosts=random continues until it connects to the a working node: log mat... [22:47:22.771](0.052s) not ok 122 - load_balance_hosts=random continues until it connects to the a working node [22:47:22.772](0.000s) not ok 123 - load_balance_hosts=random continues until it connects to the a working node: no stde... [22:47:22.773](0.001s) not ok 124 - load_balance_hosts=random continues until it connects to the a working node: log mat... [22:47:22.831](0.058s) not ok 125 - load_balance_hosts=random continues until it connects to the a working node [22:47:22.832](0.000s) not ok 126 - load_balance_hosts=random continues until it connects to the a working node: no stde... [22:47:22.834](0.001s) not ok 127 - load_balance_hosts=random continues until it connects to the a working node: log mat... |
| tap | [22:47:20.937](0.291s) not ok 1 - connection with correct "service" string and PGSERVICEFILE [22:47:20.938](0.000s) not ok 2 - connection with correct "service" string and PGSERVICEFILE: stdout matches [22:47:20.939](0.000s) not ok 3 - connection with correct "service" string and PGSERVICEFILE: no stderr [22:47:20.984](0.045s) not ok 4 - connection with correct "service" URI and PGSERVICEFILE [22:47:20.985](0.000s) not ok 5 - connection with correct "service" URI and PGSERVICEFILE: stdout matches [22:47:20.986](0.000s) not ok 6 - connection with correct "service" URI and PGSERVICEFILE: no stderr [22:47:21.054](0.045s) not ok 9 - connection with correct PGSERVICE and PGSERVICEFILE [22:47:21.055](0.000s) not ok 10 - connection with correct PGSERVICE and PGSERVICEFILE: stdout matches [22:47:21.055](0.000s) not ok 11 - connection with correct PGSERVICE and PGSERVICEFILE: no stderr [22:47:21.144](0.041s) not ok 15 - connection with correct "service" string and pg_service.conf [22:47:21.144](0.000s) not ok 16 - connection with correct "service" string and pg_service.conf: stdout matches [22:47:21.145](0.000s) not ok 17 - connection with correct "service" string and pg_service.conf: no stderr [22:47:21.175](0.029s) not ok 18 - connection with correct "service" URI and default pg_service.conf [22:47:21.176](0.000s) not ok 19 - connection with correct "service" URI and default pg_service.conf: stdout matches [22:47:21.176](0.000s) not ok 20 - connection with correct "service" URI and default pg_service.conf: no stderr [22:47:21.409](0.108s) not ok 23 - connection with correct PGSERVICE and default pg_service.conf [22:47:21.409](0.000s) not ok 24 - connection with correct PGSERVICE and default pg_service.conf: stdout matches [22:47:21.410](0.000s) not ok 25 - connection with correct PGSERVICE and default pg_service.conf: no stderr [22:47:21.528](0.051s) not ok 31 - connection with valid servicefile in connection string [22:47:21.529](0.000s) not ok 32 - connection with valid servicefile in connection string: stdout matches [22:47:21.529](0.000s) not ok 33 - connection with valid servicefile in connection string: no stderr [22:47:21.575](0.046s) not ok 34 - connection with valid servicefile in URI [22:47:21.576](0.000s) not ok 35 - connection with valid servicefile in URI: stdout matches [22:47:21.577](0.000s) not ok 36 - connection with valid servicefile in URI: no stderr [22:47:21.622](0.045s) not ok 37 - connection with PGSERVICE and servicefile in connection string [22:47:21.623](0.000s) not ok 38 - connection with PGSERVICE and servicefile in connection string: stdout matches [22:47:21.624](0.000s) not ok 39 - connection with PGSERVICE and servicefile in connection string: no stderr [22:47:21.671](0.047s) not ok 40 - connection with PGSERVICE and servicefile in URI [22:47:21.672](0.000s) not ok 41 - connection with PGSERVICE and servicefile in URI: stdout matches [22:47:21.674](0.001s) not ok 42 - connection with PGSERVICE and servicefile in URI: no stderr [22:47:21.757](0.045s) not ok 45 - connection with both servicefile and PGSERVICEFILE [22:47:21.758](0.000s) not ok 46 - connection with both servicefile and PGSERVICEFILE: stdout matches [22:47:21.759](0.000s) not ok 47 - connection with both servicefile and PGSERVICEFILE: no stderr |
| tap | [22:47:26.616](1.801s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/pg_amcheck/003_check/data/t... |
| tap | [22:47:28.742](1.717s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/pg_amcheck/004_verify_heapa... |
| tap | [22:47:32.547](1.774s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/pg_basebackup/010_pg_baseba... |
| tap | [22:47:35.614](1.712s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/pg_basebackup/020_pg_receiv... |
| tap | [22:47:36.575](0.034s) not ok 14 - slot created |
| tap | [22:47:39.561](1.720s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/pg_basebackup/040_pg_create... |
| tap | [22:47:41.521](1.724s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/pg_checksums/002_actions/da... |
| tap | [22:47:44.758](1.782s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/pg_combinebackup/005_integr... |
| tap | [22:47:49.739](1.771s) not ok 11 - pg_ctl initdb |
| tap | [22:47:49.942](0.000s) not ok 4 - pg_ctl promote of not running instance fails: matches |
| tap | [22:51:07.826](197.115s) not ok 2 - found expected log file content for stderr |
| tap | [22:47:57.128](2.163s) not ok 1 - parallel dump [22:47:57.145](0.017s) not ok 2 - parallel restore [22:47:57.162](0.016s) not ok 3 - parallel dump as inserts [22:47:57.175](0.013s) not ok 4 - parallel restore as inserts |
| tap | [22:48:01.167](1.741s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/pg_dump/010_dump_connstr/da... |
| tap | [22:48:01.811](0.235s) not ok 10 - pg_resetwal -n produces output: exit code 0 [22:48:01.811](0.000s) not ok 11 - pg_resetwal -n produces output: no stderr [22:48:01.812](0.000s) not ok 12 - pg_resetwal -n produces output: matches [22:48:01.824](0.011s) not ok 14 - pg_resetwal runs |
| tap | [22:48:02.788](0.240s) not ok 1 - processes corrupted pg_control all zeroes status (got 1 vs expected 0) [22:48:02.789](0.000s) not ok 2 - processes corrupted pg_control all zeroes stdout /(?^:pg_control version number)/ [22:48:02.790](0.000s) not ok 3 - processes corrupted pg_control all zeroes stderr /(?^:pg_resetwal: warning: pg_control... [22:48:02.811](0.021s) not ok 4 - processes zero WAL segment size status (got 1 vs expected 0) [22:48:02.812](0.000s) not ok 5 - processes zero WAL segment size stdout /(?^:pg_control version number)/ [22:48:02.812](0.000s) not ok 6 - processes zero WAL segment size stderr /(?^:pg_resetwal\:\ warning\:\ pg_control\ spec... [22:48:02.835](0.000s) not ok 8 - does not run when control file values were guessed: matches [22:48:02.847](0.012s) not ok 9 - runs with force when control file values were guessed |
| tap | [22:48:05.882](1.686s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/pg_rewind/002_databases/dat... |
| tap | [22:45:47.541](1.794s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/d... |
| tap | [22:45:46.977](0.020s) not ok 7 - set old cluster's default char signedness to unsigned [22:45:46.989](0.000s) not ok 10 - updated default char signedness is unsigned in control file: matches [22:45:49.279](0.954s) not ok 13 - run of pg_upgrade [22:45:49.297](0.000s) not ok 16 - the default char signedness is updated during pg_upgrade: matches |
| tap | [22:45:50.079](2.013s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/pg_upgrade/007_multixact_co... |
| tap | [22:48:38.754](1.711s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/pgbench/001_pgbench_with_se... |
| tap | [22:49:35.418](0.323s) not ok 24 - works after restart [22:49:35.419](0.000s) not ok 25 - works after restart: no stderr |
| tap | [22:48:42.400](1.688s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/psql/001_basic/data/t_001_b... |
| tap | [22:45:50.026](0.260s) Bail out! command "pg_resetwal --epoch 1 C:/cirrus/build/testrun/recovery/003_recovery_targets/d... |
| tap | [22:50:49.361](296.841s) # poll_query_until timed out executing this query: [22:55:31.922](282.562s) # poll_query_until timed out executing this query: [23:00:14.490](282.568s) # poll_query_until timed out executing this query: |
| tap | [22:46:01.596](1.016s) not ok 1 - reload node london with synchronous_standby_names = 'paris' [22:46:01.639](0.042s) not ok 2 - reload node paris with synchronous_standby_names = 'london' [22:46:02.129](0.489s) not ok 3 - Commit prepared transaction after restart [22:46:02.171](0.042s) not ok 4 - Rollback prepared transaction after restart [22:46:02.516](0.344s) not ok 5 - Commit prepared transaction after teardown [22:46:02.557](0.041s) not ok 6 - Rollback prepared transaction after teardown [22:46:02.896](0.339s) not ok 7 - Replay several transactions with same GID [22:46:03.325](0.428s) not ok 8 - Cleanup of shared memory state for 2PC commit [22:46:03.523](0.197s) not ok 9 - Cleanup of shared memory state on running standby without checkpoint [22:46:03.682](0.158s) not ok 10 - Cleanup of shared memory state on running standby after checkpoint [22:46:04.009](0.041s) not ok 11 - Restore of prepared transaction on promoted standby [22:46:04.724](0.040s) not ok 12 - Restore prepared transactions from files with primary down [22:46:06.049](0.128s) not ok 13 - Restore prepared transactions from records with primary down |
| tap | [22:46:07.410](1.557s) not ok 1 - Check nextXid handling for prepared subtransactions |
| tap | [22:46:16.692](1.933s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/recovery/019_replslot_limit... |
| tap | [22:51:13.164](295.006s) # poll_query_until timed out executing this query: |
| tap | [22:46:20.307](0.858s) not ok 1 - physical slot created on primary Bail out!# Running: pg_isready --timeout 180 --host C:/msys64/tmp/vqsu3ouI9G --port 19064 [22:46:21.264](0.000s) not ok 2 - regression tests pass |
| tap | [22:46:35.914](1.770s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/recovery/045_archive_restar... |
| tap | [22:48:44.284](0.384s) not ok 10 - clusterdb exit code 0 [22:48:44.285](0.001s) not ok 11 - SQL CLUSTER run: SQL found in server log [22:48:44.326](0.000s) not ok 13 - fails with nonexistent table: matches |
| tap | [22:48:45.348](0.001s) not ok 2 - cluster all databases: SQL found in server log |
| tap | [22:48:46.662](0.050s) not ok 12 - createdb --locale C --encoding LATIN1 --template template0 foobar2 exit code 0 [22:48:46.764](0.052s) not ok 15 - createdb --template template0 --encoding UTF8 --locale-provider icu --locale C --icu-... [22:48:46.869](0.000s) not ok 19 - fails for encoding not supported by ICU: matches [22:48:48.582](1.699s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/scripts/020_createdb/data/t... |
| tap | [22:48:56.220](0.398s) not ok 10 - vacuumdb postgres exit code 0 [22:48:56.221](0.001s) not ok 11 - SQL VACUUM run: SQL found in server log [22:48:56.251](0.030s) not ok 12 - vacuumdb -f postgres exit code 0 [22:48:56.252](0.001s) not ok 13 - vacuumdb -f: SQL found in server log [22:48:56.281](0.030s) not ok 14 - vacuumdb -F postgres exit code 0 [22:48:56.282](0.001s) not ok 15 - vacuumdb -F: SQL found in server log [22:48:56.313](0.031s) not ok 16 - vacuumdb -zj2 postgres exit code 0 [22:48:56.314](0.001s) not ok 17 - vacuumdb -zj2: SQL found in server log [22:48:56.347](0.033s) not ok 18 - vacuumdb -Z postgres exit code 0 [22:48:56.349](0.001s) not ok 19 - vacuumdb -Z: SQL found in server log [22:48:56.383](0.034s) not ok 20 - vacuumdb --disable-page-skipping postgres exit code 0 [22:48:56.384](0.001s) not ok 21 - vacuumdb --disable-page-skipping: SQL found in server log [22:48:56.416](0.032s) not ok 22 - vacuumdb --skip-locked postgres exit code 0 [22:48:56.417](0.001s) not ok 23 - vacuumdb --skip-locked: SQL found in server log [22:48:56.454](0.036s) not ok 24 - vacuumdb --skip-locked --analyze-only postgres exit code 0 [22:48:56.455](0.001s) not ok 25 - vacuumdb --skip-locked --analyze-only: SQL found in server log [22:48:56.500](0.031s) not ok 27 - vacuumdb --no-index-cleanup postgres exit code 0 [22:48:56.501](0.001s) not ok 28 - vacuumdb --no-index-cleanup: SQL found in server log [22:48:56.545](0.030s) not ok 30 - vacuumdb --no-truncate postgres exit code 0 [22:48:56.546](0.001s) not ok 31 - vacuumdb --no-truncate: SQL found in server log [22:48:56.588](0.031s) not ok 33 - vacuumdb --no-process-main postgres exit code 0 [22:48:56.589](0.001s) not ok 34 - vacuumdb --no-process-main: SQL found in server log [22:48:56.635](0.034s) not ok 36 - vacuumdb --no-process-toast postgres exit code 0 [22:48:56.636](0.001s) not ok 37 - vacuumdb --no-process-toast: SQL found in server log [22:48:56.678](0.030s) not ok 39 - vacuumdb --parallel 2 postgres exit code 0 [22:48:56.679](0.001s) not ok 40 - vacuumdb -P 2: SQL found in server log [22:48:56.710](0.030s) not ok 41 - vacuumdb --parallel 0 postgres exit code 0 [22:48:56.711](0.001s) not ok 42 - vacuumdb -P 0: SQL found in server log [22:48:56.826](0.034s) not ok 45 - trailing command in "-t", with COLUMNS |
| tap | [22:48:58.827](0.400s) not ok 1 - vacuumdb --analyze-in-stages postgres exit code 0 [22:48:58.828](0.001s) not ok 2 - analyze three times: SQL found in server log [22:48:59.198](0.015s) not ok 4 - analyze more than one database in stages: SQL found in server log |
| tap | [22:49:01.408](1.710s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/scripts/200_connstr/data/t_... |
| tap | [22:51:16.827](0.322s) not ok 4 - Basic SCRAM authentication with SSL [22:51:16.828](0.000s) not ok 5 - Basic SCRAM authentication with SSL: no stderr [22:51:16.946](0.087s) not ok 8 - SCRAM with SSL and channel_binding=disable [22:51:16.948](0.000s) not ok 9 - SCRAM with SSL and channel_binding=disable: no stderr [22:51:17.022](0.072s) not ok 10 - SCRAM with SSL and channel_binding=require [22:51:17.026](0.002s) not ok 11 - SCRAM with SSL and channel_binding=require: no stderr [22:51:17.187](0.095s) not ok 15 - SCRAM with clientcert=verify-full [22:51:17.189](0.001s) not ok 16 - SCRAM with clientcert=verify-full: no stderr [22:51:17.191](0.001s) not ok 17 - SCRAM with clientcert=verify-full: log matches [22:51:17.259](0.068s) not ok 18 - SCRAM with SSL, channel_binding=disable, and require_auth=scram-sha-256 [22:51:17.260](0.000s) not ok 19 - SCRAM with SSL, channel_binding=disable, and require_auth=scram-sha-256: no stderr [22:51:17.328](0.068s) not ok 21 - SCRAM with SSL, channel_binding=require, and require_auth=scram-sha-256 [22:51:17.329](0.000s) not ok 22 - SCRAM with SSL, channel_binding=require, and require_auth=scram-sha-256: no stderr [22:51:17.634](0.304s) not ok 24 - SCRAM with SSL and channel_binding=require, server certificate uses 'rsassaPss' [22:51:17.635](0.000s) not ok 25 - SCRAM with SSL and channel_binding=require, server certificate uses 'rsassaPss': no s... [22:51:17.636](0.001s) not ok 26 - SCRAM with SSL and channel_binding=require, server certificate uses 'rsassaPss': log ... |
| tap | [22:51:15.972](0.423s) Bail out! pg_ctl start failed |
| tap | [22:49:43.388](1.754s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/subscription/005_encoding/d... |
| tap | [22:49:54.807](1.708s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/subscription/012_collation/... |
| tap | [22:50:50.172](1.717s) Bail out! command "initdb --no-sync --pgdata C:/cirrus/build/testrun/test_aio/001_aio/data/t_001... |
| tap | [22:51:08.233](0.520s) not ok 1 - create tablespace with absolute path [22:51:08.313](0.041s) not ok 3 - create table in tablespace with absolute path [22:51:08.388](0.037s) not ok 5 - drop table in tablespace with absolute path [22:51:08.430](0.042s) not ok 6 - drop tablespace with absolute path [22:51:08.483](0.051s) not ok 7 - create tablespace 1 with absolute path [22:51:08.525](0.042s) not ok 8 - create tablespace 2 with absolute path [22:51:08.567](0.041s) not ok 9 - create tablespace 3 with in-place directory [22:51:08.611](0.044s) not ok 10 - create tablespace 4 with in-place directory [22:51:08.649](0.037s) not ok 11 - create table in tablespace 1 [22:51:08.686](0.037s) not ok 12 - move table abs->abs [22:51:08.729](0.042s) not ok 13 - move table abs->in-place [22:51:08.803](0.074s) not ok 14 - move table in-place->in-place [22:51:08.856](0.052s) not ok 15 - move table in-place->abs [22:51:08.899](0.043s) not ok 16 - create table in tablespace 1 [22:51:08.944](0.045s) not ok 17 - drop tablespace 1 [22:51:08.991](0.047s) not ok 18 - drop tablespace 2 [22:51:09.030](0.038s) not ok 19 - drop tablespace 3 [22:51:09.067](0.037s) not ok 20 - drop tablespace 4 |
| tap | [22:51:13.432](0.232s) not ok 1 - set the cluster's next multitransaction to 0xFFFFFFF8 |
| Linux - Debian Trixie - Meson | |
| test | [22:44:00.970] 3/364 postgresql:setup / initdb_cache FAIL ... [22:44:00.970] 5/364 postgresql:pg_upgrade / pg_upgrade/004_subscription ERROR ... [22:44:00.970] 6/364 postgresql:regress / regress/regress ERROR ... [22:44:00.970] 7/364 postgresql:pg_upgrade / pg_upgrade/003_logical_slots ERROR ... [22:44:00.970] 8/364 postgresql:pg_upgrade / pg_upgrade/007_multixact_conversion ERROR ... [22:44:00.970] 9/364 postgresql:pg_upgrade / pg_upgrade/005_char_signedness ERROR ... [22:44:00.970] 10/364 postgresql:isolation / isolation/isolation ERROR ... [22:44:00.970] 11/364 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes ERROR ... [22:44:00.970] 12/364 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [22:44:00.970] 13/364 postgresql:recovery / recovery/003_recovery_targets ERROR ... [22:44:00.970] 14/364 postgresql:recovery / recovery/004_timeline_switch ERROR ... [22:44:00.970] 15/364 postgresql:recovery / recovery/001_stream_rep ERROR ... [22:44:00.970] 16/364 postgresql:recovery / recovery/002_archiving ERROR ... [22:44:00.970] 17/364 postgresql:recovery / recovery/005_replay_delay ERROR ... [22:44:00.970] 18/364 postgresql:recovery / recovery/007_sync_rep ERROR ... [22:44:00.970] 19/364 postgresql:recovery / recovery/006_logical_decoding ERROR ... [22:44:00.970] 20/364 postgresql:recovery / recovery/008_fsm_truncation ERROR ... [22:44:00.970] 21/364 postgresql:recovery / recovery/009_twophase ERROR ... [22:44:00.970] 22/364 postgresql:recovery / recovery/010_logical_decoding_timelines ERROR ... [22:44:00.970] 23/364 postgresql:recovery / recovery/015_promotion_pages ERROR ... [22:44:00.970] 25/364 postgresql:recovery / recovery/016_min_consistency ERROR ... [22:44:00.970] 26/364 postgresql:recovery / recovery/012_subtransactions ERROR ... [22:44:00.970] 24/364 postgresql:recovery / recovery/013_crash_restart ERROR ... [22:44:00.970] 27/364 postgresql:recovery / recovery/014_unlogged_reinit ERROR ... [22:44:00.970] 28/364 postgresql:recovery / recovery/017_shm ERROR ... [22:44:00.970] 29/364 postgresql:recovery / recovery/020_archive_status ERROR ... [22:44:00.970] 30/364 postgresql:recovery / recovery/018_wal_optimize ERROR ... [22:44:00.970] 32/364 postgresql:recovery / recovery/023_pitr_prepared_xact ERROR ... [22:44:00.970] 31/364 postgresql:recovery / recovery/019_replslot_limit ERROR ... [22:44:00.970] 33/364 postgresql:recovery / recovery/021_row_visibility ERROR ... [22:44:00.970] 34/364 postgresql:recovery / recovery/024_archive_recovery ERROR ... [22:44:00.970] 35/364 postgresql:recovery / recovery/025_stuck_on_old_timeline ERROR ... [22:44:00.970] 36/364 postgresql:recovery / recovery/022_crash_temp_files ERROR ... [22:44:00.970] 37/364 postgresql:recovery / recovery/026_overwrite_contrecord ERROR ... [22:44:00.970] 38/364 postgresql:recovery / recovery/027_stream_regress ERROR ... [22:44:00.970] 39/364 postgresql:recovery / recovery/033_replay_tsp_drops ERROR ... [22:44:00.970] 41/364 postgresql:recovery / recovery/030_stats_cleanup_replica ERROR ... [22:44:00.970] 42/364 postgresql:recovery / recovery/029_stats_restart ERROR ... [22:44:00.970] 40/364 postgresql:recovery / recovery/032_relfilenode_reuse ERROR ... [22:44:00.970] 43/364 postgresql:recovery / recovery/031_recovery_conflict ERROR ... [22:44:00.970] 44/364 postgresql:recovery / recovery/028_pitr_timelines ERROR ... [22:44:00.970] 47/364 postgresql:recovery / recovery/040_standby_failover_slots_sync ERROR ... [22:44:00.970] 49/364 postgresql:recovery / recovery/041_checkpoint_at_promote ERROR ... [22:44:00.970] 48/364 postgresql:recovery / recovery/036_truncated_dropped ERROR ... [22:44:00.970] 46/364 postgresql:recovery / recovery/035_standby_logical_decoding ERROR ... [22:44:00.970] 45/364 postgresql:recovery / recovery/034_create_database ERROR ... [22:44:00.970] 50/364 postgresql:recovery / recovery/038_save_logical_slots_shutdown ERROR ... [22:44:00.970] 52/364 postgresql:recovery / recovery/042_low_level_backup ERROR ... [22:44:00.970] 53/364 postgresql:recovery / recovery/037_invalid_database ERROR ... [22:44:00.970] 51/364 postgresql:recovery / recovery/044_invalidate_inactive_slots ERROR ... [22:44:00.970] 54/364 postgresql:recovery / recovery/045_archive_restartpoint ERROR ... [22:44:00.970] 55/364 postgresql:recovery / recovery/047_checkpoint_physical_slot ERROR ... [22:44:00.970] 56/364 postgresql:recovery / recovery/043_no_contrecord_switch ERROR ... |
| Linux - Debian Trixie - Autoconf | |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| core | [22:43:49.003] #0 0x00007f623ee9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [22:43:49.003] #1 0x00007f623ee49cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [22:43:49.003] #2 0x00007f623ee324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [22:43:49.003] #3 0x0000557b0980c295 in ExceptionalCondition (conditionName=conditionName@entry=0x557b099661a0 "prstate... [22:43:49.003] #4 0x0000557b08b4bb9c in heap_page_will_freeze (relation=<optimized out>, buffer=buffer@entry=189, did_t... [22:43:49.003] #5 0x0000557b08b4e647 in heap_page_prune_and_freeze (params=params@entry=0x7ffcac4bdd10, presult=presult... [22:43:49.003] #6 0x0000557b08b4fed5 in heap_page_prune_opt (relation=<optimized out>, buffer=buffer@entry=189, vmbuffe... [22:43:49.003] #7 0x0000557b08b26073 in heap_prepare_pagescan (sscan=sscan@entry=0x52d000233128) at heapam.c:590 [22:43:49.003] #8 0x0000557b08b27245 in heapgettup_pagemode (scan=scan@entry=0x52d000233128, dir=ForwardScanDirection, ... [22:43:49.003] #9 0x0000557b08b27e34 in heap_getnextslot (sscan=0x52d000233128, direction=<optimized out>, slot=0x52500... |
| OpenBSD - Meson | |
| test | [22:43:35.261] 3/362 postgresql:setup / initdb_cache FAIL ... [22:43:35.261] 5/362 postgresql:regress / regress/regress ERROR ... [22:43:35.261] 6/362 postgresql:isolation / isolation/isolation ERROR ... [22:43:35.261] 8/362 postgresql:pg_upgrade / pg_upgrade/003_logical_slots ERROR ... [22:43:35.261] 9/362 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes ERROR ... [22:43:35.261] 10/362 postgresql:pg_upgrade / pg_upgrade/004_subscription ERROR ... [22:43:35.261] 11/362 postgresql:recovery / recovery/003_recovery_targets ERROR ... [22:43:35.261] 12/362 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [22:43:35.261] 13/362 postgresql:pg_upgrade / pg_upgrade/007_multixact_conversion ERROR ... [22:43:35.261] 14/362 postgresql:recovery / recovery/005_replay_delay ERROR ... [22:43:35.261] 7/362 postgresql:pg_upgrade / pg_upgrade/005_char_signedness ERROR ... [22:43:35.261] 15/362 postgresql:recovery / recovery/002_archiving ERROR ... [22:43:35.261] 16/362 postgresql:recovery / recovery/006_logical_decoding ERROR ... [22:43:35.261] 17/362 postgresql:recovery / recovery/013_crash_restart ERROR ... [22:43:35.261] 18/362 postgresql:recovery / recovery/001_stream_rep ERROR ... [22:43:35.261] 19/362 postgresql:recovery / recovery/010_logical_decoding_timelines ERROR ... [22:43:35.261] 20/362 postgresql:recovery / recovery/014_unlogged_reinit ERROR ... [22:43:35.261] 21/362 postgresql:recovery / recovery/004_timeline_switch ERROR ... [22:43:35.261] 22/362 postgresql:recovery / recovery/008_fsm_truncation ERROR ... [22:43:35.261] 23/362 postgresql:recovery / recovery/009_twophase ERROR ... [22:43:35.261] 24/362 postgresql:recovery / recovery/012_subtransactions ERROR ... [22:43:35.261] 25/362 postgresql:recovery / recovery/018_wal_optimize ERROR ... [22:43:35.261] 26/362 postgresql:recovery / recovery/015_promotion_pages ERROR ... [22:43:35.261] 27/362 postgresql:recovery / recovery/020_archive_status ERROR ... [22:43:35.261] 28/362 postgresql:recovery / recovery/021_row_visibility ERROR ... [22:43:35.261] 29/362 postgresql:recovery / recovery/016_min_consistency ERROR ... [22:43:35.261] 30/362 postgresql:recovery / recovery/022_crash_temp_files ERROR ... [22:43:35.261] 31/362 postgresql:recovery / recovery/019_replslot_limit ERROR ... [22:43:35.261] 32/362 postgresql:recovery / recovery/017_shm ERROR ... [22:43:35.261] 33/362 postgresql:recovery / recovery/026_overwrite_contrecord ERROR ... [22:43:35.261] 35/362 postgresql:recovery / recovery/029_stats_restart ERROR ... [22:43:35.261] 36/362 postgresql:recovery / recovery/023_pitr_prepared_xact ERROR ... [22:43:35.261] 37/362 postgresql:recovery / recovery/024_archive_recovery ERROR ... [22:43:35.261] 38/362 postgresql:recovery / recovery/031_recovery_conflict ERROR ... [22:43:35.261] 39/362 postgresql:recovery / recovery/028_pitr_timelines ERROR ... [22:43:35.261] 40/362 postgresql:recovery / recovery/032_relfilenode_reuse ERROR ... [22:43:35.261] 41/362 postgresql:recovery / recovery/033_replay_tsp_drops ERROR ... [22:43:35.261] 42/362 postgresql:recovery / recovery/034_create_database ERROR ... [22:43:35.261] 34/362 postgresql:recovery / recovery/027_stream_regress ERROR ... [22:43:35.261] 44/362 postgresql:recovery / recovery/039_end_of_wal ERROR ... [22:43:35.261] 45/362 postgresql:recovery / recovery/030_stats_cleanup_replica ERROR ... |
| FreeBSD - Meson | |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | [22:42:23.642](0.000s) # got: 'TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"), File... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| assertion | performing post-bootstrap initialization ... TRAP: failed Assert("prstate->lpdead_items == 0 || !prstate->all_visible"),... |
| core | [22:45:48.290] #0 0x000000082d09a01a in thr_kill () from /lib/libc.so.7 [22:45:48.290] #1 0x000000082d012a64 in raise () from /lib/libc.so.7 [22:45:48.290] #2 0x000000082d0c6a59 in abort () from /lib/libc.so.7 [22:45:48.290] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:48.290] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:48.290] #5 heap_page_prune_and_freeze (params=params@entry=0x820c979b8, presult=presult@entry=0x820c97754, off_l... [22:45:48.290] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x321b9e20198, buffer=buffer@entry=189, vmbuffer=... [22:45:48.290] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x321b9fae678) at ../src/backend/acces... [22:45:48.290] #8 0x00000000006154db in heapgettup_pagemode (scan=0x321b9fae678, dir=ForwardScanDirection, nkeys=0, key... [22:45:48.290] #9 0x0000000000615aea in heap_getnextslot (sscan=0x321b9fae678, direction=6, slot=0x321ba05f3b8) at ../s... |
| core | [22:45:47.992] #0 0x000000082b7f001a in thr_kill () from /lib/libc.so.7 [22:45:47.992] #1 0x000000082b768a64 in raise () from /lib/libc.so.7 [22:45:47.992] #2 0x000000082b81ca59 in abort () from /lib/libc.so.7 [22:45:47.992] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:47.992] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:47.992] #5 heap_page_prune_and_freeze (params=params@entry=0x820ddc848, presult=presult@entry=0x820ddc5e4, off_l... [22:45:47.992] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x3bd0ae820858, buffer=buffer@entry=189, vmbuffer... [22:45:47.992] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x3bd0ae9aebb8) at ../src/backend/acce... [22:45:47.992] #8 0x00000000006154db in heapgettup_pagemode (scan=0x3bd0ae9aebb8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:47.992] #9 0x0000000000615aea in heap_getnextslot (sscan=0x3bd0ae9aebb8, direction=6, slot=0x3bd0aea5f3b8) at ..... |
| core | [22:45:48.595] #0 0x000000082c6f601a in thr_kill () from /lib/libc.so.7 [22:45:48.595] #1 0x000000082c66ea64 in raise () from /lib/libc.so.7 [22:45:48.595] #2 0x000000082c722a59 in abort () from /lib/libc.so.7 [22:45:48.595] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:48.595] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:48.595] #5 heap_page_prune_and_freeze (params=params@entry=0x82174df48, presult=presult@entry=0x82174dce4, off_l... [22:45:48.595] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x3701b020318, buffer=buffer@entry=189, vmbuffer=... [22:45:48.595] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x3701b1ae138) at ../src/backend/acces... [22:45:48.595] #8 0x00000000006154db in heapgettup_pagemode (scan=0x3701b1ae138, dir=ForwardScanDirection, nkeys=0, key... [22:45:48.595] #9 0x0000000000615aea in heap_getnextslot (sscan=0x3701b1ae138, direction=6, slot=0x3701b25f3b8) at ../s... |
| core | [22:45:48.894] #0 0x000000082b5c601a in thr_kill () from /lib/libc.so.7 [22:45:48.894] #1 0x000000082b53ea64 in raise () from /lib/libc.so.7 [22:45:48.894] #2 0x000000082b5f2a59 in abort () from /lib/libc.so.7 [22:45:48.894] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:48.894] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:48.894] #5 heap_page_prune_and_freeze (params=params@entry=0x820e1ad58, presult=presult@entry=0x820e1aaf4, off_l... [22:45:48.894] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1d7eed020598, buffer=buffer@entry=189, vmbuffer... [22:45:48.894] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1d7eed1aecf8) at ../src/backend/acce... [22:45:48.894] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1d7eed1aecf8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:48.894] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1d7eed1aecf8, direction=6, slot=0x1d7eed25f3b8) at ..... |
| core | [22:45:49.194] #0 0x000000082c5d601a in thr_kill () from /lib/libc.so.7 [22:45:49.194] #1 0x000000082c54ea64 in raise () from /lib/libc.so.7 [22:45:49.194] #2 0x000000082c602a59 in abort () from /lib/libc.so.7 [22:45:49.194] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:49.194] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:49.194] #5 heap_page_prune_and_freeze (params=params@entry=0x820c18578, presult=presult@entry=0x820c18314, off_l... [22:45:49.194] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x3d0906c200d8, buffer=buffer@entry=189, vmbuffer... [22:45:49.194] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x3d0906daec78) at ../src/backend/acce... [22:45:49.194] #8 0x00000000006154db in heapgettup_pagemode (scan=0x3d0906daec78, dir=ForwardScanDirection, nkeys=0, ke... [22:45:49.194] #9 0x0000000000615aea in heap_getnextslot (sscan=0x3d0906daec78, direction=6, slot=0x3d0906e5f3b8) at ..... |
| core | [22:45:49.489] #0 0x000000082b28401a in thr_kill () from /lib/libc.so.7 [22:45:49.489] #1 0x000000082b1fca64 in raise () from /lib/libc.so.7 [22:45:49.489] #2 0x000000082b2b0a59 in abort () from /lib/libc.so.7 [22:45:49.489] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:49.489] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:49.489] #5 heap_page_prune_and_freeze (params=params@entry=0x8215c3098, presult=presult@entry=0x8215c2e34, off_l... [22:45:49.489] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2589dee20718, buffer=buffer@entry=189, vmbuffer... [22:45:49.489] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2589df0a40f8) at ../src/backend/acce... [22:45:49.489] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2589df0a40f8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:49.489] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2589df0a40f8, direction=6, slot=0x2589df0423b8) at ..... |
| core | [22:45:49.786] #0 0x000000082a0d601a in thr_kill () from /lib/libc.so.7 [22:45:49.786] #1 0x000000082a04ea64 in raise () from /lib/libc.so.7 [22:45:49.786] #2 0x000000082a102a59 in abort () from /lib/libc.so.7 [22:45:49.786] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:49.786] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:49.786] #5 heap_page_prune_and_freeze (params=params@entry=0x821090ec8, presult=presult@entry=0x821090c64, off_l... [22:45:49.786] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x31b3b4420718, buffer=buffer@entry=189, vmbuffer... [22:45:49.786] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x31b3b45ae6b8) at ../src/backend/acce... [22:45:49.786] #8 0x00000000006154db in heapgettup_pagemode (scan=0x31b3b45ae6b8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:49.786] #9 0x0000000000615aea in heap_getnextslot (sscan=0x31b3b45ae6b8, direction=6, slot=0x31b3b465f3b8) at ..... |
| core | [22:45:50.082] #0 0x000000082b03201a in thr_kill () from /lib/libc.so.7 [22:45:50.082] #1 0x000000082afaaa64 in raise () from /lib/libc.so.7 [22:45:50.082] #2 0x000000082b05ea59 in abort () from /lib/libc.so.7 [22:45:50.082] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:50.082] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:50.082] #5 heap_page_prune_and_freeze (params=params@entry=0x82123ec28, presult=presult@entry=0x82123e9c4, off_l... [22:45:50.082] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x3a4f0da20958, buffer=buffer@entry=189, vmbuffer... [22:45:50.082] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x3a4f0dbae338) at ../src/backend/acce... [22:45:50.082] #8 0x00000000006154db in heapgettup_pagemode (scan=0x3a4f0dbae338, dir=ForwardScanDirection, nkeys=0, ke... [22:45:50.082] #9 0x0000000000615aea in heap_getnextslot (sscan=0x3a4f0dbae338, direction=6, slot=0x3a4f0dc5f3b8) at ..... |
| core | [22:45:50.372] #0 0x000000082ac5401a in thr_kill () from /lib/libc.so.7 [22:45:50.372] #1 0x000000082abcca64 in raise () from /lib/libc.so.7 [22:45:50.372] #2 0x000000082ac80a59 in abort () from /lib/libc.so.7 [22:45:50.372] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:50.372] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:50.372] #5 heap_page_prune_and_freeze (params=params@entry=0x82159ad58, presult=presult@entry=0x82159aaf4, off_l... [22:45:50.372] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0xc689b420d58, buffer=buffer@entry=189, vmbuffer=... [22:45:50.372] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0xc689b5ae6b8) at ../src/backend/acces... [22:45:50.372] #8 0x00000000006154db in heapgettup_pagemode (scan=0xc689b5ae6b8, dir=ForwardScanDirection, nkeys=0, key... [22:45:50.372] #9 0x0000000000615aea in heap_getnextslot (sscan=0xc689b5ae6b8, direction=6, slot=0xc689b65f3b8) at ../s... |
| core | [22:45:50.660] #0 0x000000082d60501a in thr_kill () from /lib/libc.so.7 [22:45:50.660] #1 0x000000082d57da64 in raise () from /lib/libc.so.7 [22:45:50.660] #2 0x000000082d631a59 in abort () from /lib/libc.so.7 [22:45:50.660] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:50.660] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:50.660] #5 heap_page_prune_and_freeze (params=params@entry=0x821333f98, presult=presult@entry=0x821333d34, off_l... [22:45:50.660] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x3fd9f8c20518, buffer=buffer@entry=189, vmbuffer... [22:45:50.660] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x3fd9f8dae1b8) at ../src/backend/acce... [22:45:50.660] #8 0x00000000006154db in heapgettup_pagemode (scan=0x3fd9f8dae1b8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:50.660] #9 0x0000000000615aea in heap_getnextslot (sscan=0x3fd9f8dae1b8, direction=6, slot=0x3fd9f8e5f3b8) at ..... |
| core | [22:45:50.945] #0 0x000000082da9501a in thr_kill () from /lib/libc.so.7 [22:45:50.945] #1 0x000000082da0da64 in raise () from /lib/libc.so.7 [22:45:50.945] #2 0x000000082dac1a59 in abort () from /lib/libc.so.7 [22:45:50.945] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:50.945] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:50.945] #5 heap_page_prune_and_freeze (params=params@entry=0x8217e4c78, presult=presult@entry=0x8217e4a14, off_l... [22:45:50.945] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0xcbd0fa20858, buffer=buffer@entry=193, vmbuffer=... [22:45:50.945] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0xcbd0fb76178) at ../src/backend/acces... [22:45:50.945] #8 0x00000000006154db in heapgettup_pagemode (scan=0xcbd0fb76178, dir=ForwardScanDirection, nkeys=0, key... [22:45:50.945] #9 0x0000000000615aea in heap_getnextslot (sscan=0xcbd0fb76178, direction=6, slot=0xcbd0fc753b8) at ../s... |
| core | [22:45:51.237] #0 0x0000000829ca201a in thr_kill () from /lib/libc.so.7 [22:45:51.237] #1 0x0000000829c1aa64 in raise () from /lib/libc.so.7 [22:45:51.237] #2 0x0000000829ccea59 in abort () from /lib/libc.so.7 [22:45:51.237] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:51.237] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:51.237] #5 heap_page_prune_and_freeze (params=params@entry=0x8217f75a8, presult=presult@entry=0x8217f7344, off_l... [22:45:51.237] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x804cb620c58, buffer=buffer@entry=189, vmbuffer=... [22:45:51.237] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x804cb7adef8) at ../src/backend/acces... [22:45:51.237] #8 0x00000000006154db in heapgettup_pagemode (scan=0x804cb7adef8, dir=ForwardScanDirection, nkeys=0, key... [22:45:51.237] #9 0x0000000000615aea in heap_getnextslot (sscan=0x804cb7adef8, direction=6, slot=0x804cb85f3b8) at ../s... |
| core | [22:45:47.699] #0 0x000000082b97d01a in thr_kill () from /lib/libc.so.7 [22:45:47.699] #1 0x000000082b8f5a64 in raise () from /lib/libc.so.7 [22:45:47.699] #2 0x000000082b9a9a59 in abort () from /lib/libc.so.7 [22:45:47.699] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:47.699] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:47.699] #5 heap_page_prune_and_freeze (params=params@entry=0x8217f6398, presult=presult@entry=0x8217f6134, off_l... [22:45:47.699] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x119fee8201d8, buffer=buffer@entry=189, vmbuffer... [22:45:47.699] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x119feeaa41f8) at ../src/backend/acce... [22:45:47.699] #8 0x00000000006154db in heapgettup_pagemode (scan=0x119feeaa41f8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:47.699] #9 0x0000000000615aea in heap_getnextslot (sscan=0x119feeaa41f8, direction=6, slot=0x119feeb103b8) at ..... |
| core | [22:45:39.671] #0 0x000000082ae2d01a in thr_kill () from /lib/libc.so.7 [22:45:39.671] #1 0x000000082ada5a64 in raise () from /lib/libc.so.7 [22:45:39.671] #2 0x000000082ae59a59 in abort () from /lib/libc.so.7 [22:45:39.671] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:39.671] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:39.671] #5 heap_page_prune_and_freeze (params=params@entry=0x8218ee1e8, presult=presult@entry=0x8218edf84, off_l... [22:45:39.671] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x34f433020b98, buffer=buffer@entry=189, vmbuffer... [22:45:39.671] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x34f4331ae4b8) at ../src/backend/acce... [22:45:39.671] #8 0x00000000006154db in heapgettup_pagemode (scan=0x34f4331ae4b8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:39.671] #9 0x0000000000615aea in heap_getnextslot (sscan=0x34f4331ae4b8, direction=6, slot=0x34f43325f3b8) at ..... |
| core | [22:45:39.383] #0 0x000000082a03401a in thr_kill () from /lib/libc.so.7 [22:45:39.383] #1 0x0000000829faca64 in raise () from /lib/libc.so.7 [22:45:39.383] #2 0x000000082a060a59 in abort () from /lib/libc.so.7 [22:45:39.383] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:39.383] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:39.383] #5 heap_page_prune_and_freeze (params=params@entry=0x82172a538, presult=presult@entry=0x82172a2d4, off_l... [22:45:39.383] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2eef2a820318, buffer=buffer@entry=189, vmbuffer... [22:45:39.383] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2eef2a9ade78) at ../src/backend/acce... [22:45:39.383] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2eef2a9ade78, dir=ForwardScanDirection, nkeys=0, ke... [22:45:39.383] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2eef2a9ade78, direction=6, slot=0x2eef2aa5f3b8) at ..... |
| core | [22:45:39.092] #0 0x000000082abc901a in thr_kill () from /lib/libc.so.7 [22:45:39.092] #1 0x000000082ab41a64 in raise () from /lib/libc.so.7 [22:45:39.092] #2 0x000000082abf5a59 in abort () from /lib/libc.so.7 [22:45:39.092] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:39.092] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:39.092] #5 heap_page_prune_and_freeze (params=params@entry=0x820d1a398, presult=presult@entry=0x820d1a134, off_l... [22:45:39.092] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x123954820518, buffer=buffer@entry=189, vmbuffer... [22:45:39.092] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1239549ae078) at ../src/backend/acce... [22:45:39.092] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1239549ae078, dir=ForwardScanDirection, nkeys=0, ke... [22:45:39.092] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1239549ae078, direction=6, slot=0x123954a5f3b8) at ..... |
| core | [22:45:38.801] #0 0x000000082914a01a in thr_kill () from /lib/libc.so.7 [22:45:38.801] #1 0x00000008290c2a64 in raise () from /lib/libc.so.7 [22:45:38.801] #2 0x0000000829176a59 in abort () from /lib/libc.so.7 [22:45:38.801] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:38.801] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:38.801] #5 heap_page_prune_and_freeze (params=params@entry=0x820da0c78, presult=presult@entry=0x820da0a14, off_l... [22:45:38.801] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x48226420258, buffer=buffer@entry=189, vmbuffer=... [22:45:38.801] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x482265aeb78) at ../src/backend/acces... [22:45:38.801] #8 0x00000000006154db in heapgettup_pagemode (scan=0x482265aeb78, dir=ForwardScanDirection, nkeys=0, key... [22:45:38.801] #9 0x0000000000615aea in heap_getnextslot (sscan=0x482265aeb78, direction=6, slot=0x482266733b8) at ../s... |
| core | [22:45:38.506] #0 0x000000082b1dc01a in thr_kill () from /lib/libc.so.7 [22:45:38.506] #1 0x000000082b154a64 in raise () from /lib/libc.so.7 [22:45:38.506] #2 0x000000082b208a59 in abort () from /lib/libc.so.7 [22:45:38.506] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:38.506] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:38.506] #5 heap_page_prune_and_freeze (params=params@entry=0x820c7ec78, presult=presult@entry=0x820c7ea14, off_l... [22:45:38.506] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x19d4be220018, buffer=buffer@entry=189, vmbuffer... [22:45:38.506] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x19d4be3ae478) at ../src/backend/acce... [22:45:38.506] #8 0x00000000006154db in heapgettup_pagemode (scan=0x19d4be3ae478, dir=ForwardScanDirection, nkeys=0, ke... [22:45:38.506] #9 0x0000000000615aea in heap_getnextslot (sscan=0x19d4be3ae478, direction=6, slot=0x19d4be45f3b8) at ..... |
| core | [22:45:38.211] #0 0x000000082c4bb01a in thr_kill () from /lib/libc.so.7 [22:45:38.211] #1 0x000000082c433a64 in raise () from /lib/libc.so.7 [22:45:38.211] #2 0x000000082c4e7a59 in abort () from /lib/libc.so.7 [22:45:38.211] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:38.211] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:38.211] #5 heap_page_prune_and_freeze (params=params@entry=0x820d4f748, presult=presult@entry=0x820d4f4e4, off_l... [22:45:38.211] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x940308209d8, buffer=buffer@entry=189, vmbuffer=... [22:45:38.211] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x940309adef8) at ../src/backend/acces... [22:45:38.211] #8 0x00000000006154db in heapgettup_pagemode (scan=0x940309adef8, dir=ForwardScanDirection, nkeys=0, key... [22:45:38.211] #9 0x0000000000615aea in heap_getnextslot (sscan=0x940309adef8, direction=6, slot=0x94030a5f3b8) at ../s... |
| core | [22:45:37.917] #0 0x0000000829c3201a in thr_kill () from /lib/libc.so.7 [22:45:37.917] #1 0x0000000829baaa64 in raise () from /lib/libc.so.7 [22:45:37.917] #2 0x0000000829c5ea59 in abort () from /lib/libc.so.7 [22:45:37.917] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:37.917] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:37.917] #5 heap_page_prune_and_freeze (params=params@entry=0x820f57f68, presult=presult@entry=0x820f57d04, off_l... [22:45:37.917] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0xcb996420698, buffer=buffer@entry=189, vmbuffer=... [22:45:37.917] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0xcb9965ae9b8) at ../src/backend/acces... [22:45:37.917] #8 0x00000000006154db in heapgettup_pagemode (scan=0xcb9965ae9b8, dir=ForwardScanDirection, nkeys=0, key... [22:45:37.917] #9 0x0000000000615aea in heap_getnextslot (sscan=0xcb9965ae9b8, direction=6, slot=0xcb99665f3b8) at ../s... |
| core | [22:45:37.625] #0 0x000000082ce5d01a in thr_kill () from /lib/libc.so.7 [22:45:37.625] #1 0x000000082cdd5a64 in raise () from /lib/libc.so.7 [22:45:37.625] #2 0x000000082ce89a59 in abort () from /lib/libc.so.7 [22:45:37.625] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:37.625] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:37.625] #5 heap_page_prune_and_freeze (params=params@entry=0x82157ebf8, presult=presult@entry=0x82157e994, off_l... [22:45:37.625] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x10510ec20258, buffer=buffer@entry=189, vmbuffer... [22:45:37.625] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x10510edae438) at ../src/backend/acce... [22:45:37.625] #8 0x00000000006154db in heapgettup_pagemode (scan=0x10510edae438, dir=ForwardScanDirection, nkeys=0, ke... [22:45:37.625] #9 0x0000000000615aea in heap_getnextslot (sscan=0x10510edae438, direction=6, slot=0x10510ee5f3b8) at ..... |
| core | [22:45:37.334] #0 0x000000082a0c501a in thr_kill () from /lib/libc.so.7 [22:45:37.334] #1 0x000000082a03da64 in raise () from /lib/libc.so.7 [22:45:37.334] #2 0x000000082a0f1a59 in abort () from /lib/libc.so.7 [22:45:37.334] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:37.334] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:37.334] #5 heap_page_prune_and_freeze (params=params@entry=0x82127c808, presult=presult@entry=0x82127c5a4, off_l... [22:45:37.334] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1bc4c4a200d8, buffer=buffer@entry=189, vmbuffer... [22:45:37.334] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1bc4c4baec78) at ../src/backend/acce... [22:45:37.334] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1bc4c4baec78, dir=ForwardScanDirection, nkeys=0, ke... [22:45:37.334] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1bc4c4baec78, direction=6, slot=0x1bc4c4c5f3b8) at ..... |
| core | [22:45:37.041] #0 0x000000082d03901a in thr_kill () from /lib/libc.so.7 [22:45:37.041] #1 0x000000082cfb1a64 in raise () from /lib/libc.so.7 [22:45:37.041] #2 0x000000082d065a59 in abort () from /lib/libc.so.7 [22:45:37.041] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:37.041] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:37.041] #5 heap_page_prune_and_freeze (params=params@entry=0x820e459b8, presult=presult@entry=0x820e45754, off_l... [22:45:37.041] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x4ea27620d58, buffer=buffer@entry=189, vmbuffer=... [22:45:37.041] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x4ea277ae738) at ../src/backend/acces... [22:45:37.041] #8 0x00000000006154db in heapgettup_pagemode (scan=0x4ea277ae738, dir=ForwardScanDirection, nkeys=0, key... [22:45:37.041] #9 0x0000000000615aea in heap_getnextslot (sscan=0x4ea277ae738, direction=6, slot=0x4ea2785f3b8) at ../s... |
| core | [22:45:36.740] #0 0x000000082c0e001a in thr_kill () from /lib/libc.so.7 [22:45:36.740] #1 0x000000082c058a64 in raise () from /lib/libc.so.7 [22:45:36.740] #2 0x000000082c10ca59 in abort () from /lib/libc.so.7 [22:45:36.740] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:36.740] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:36.740] #5 heap_page_prune_and_freeze (params=params@entry=0x82146f428, presult=presult@entry=0x82146f1c4, off_l... [22:45:36.740] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0xae8a620098, buffer=buffer@entry=189, vmbuffer=0... [22:45:36.740] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0xae8a7addb8) at ../src/backend/access... [22:45:36.740] #8 0x00000000006154db in heapgettup_pagemode (scan=0xae8a7addb8, dir=ForwardScanDirection, nkeys=0, key=... [22:45:36.740] #9 0x0000000000615aea in heap_getnextslot (sscan=0xae8a7addb8, direction=6, slot=0xae8a85f3b8) at ../src... |
| core | [22:45:36.438] #0 0x000000082c6f701a in thr_kill () from /lib/libc.so.7 [22:45:36.438] #1 0x000000082c66fa64 in raise () from /lib/libc.so.7 [22:45:36.438] #2 0x000000082c723a59 in abort () from /lib/libc.so.7 [22:45:36.438] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:36.438] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:36.438] #5 heap_page_prune_and_freeze (params=params@entry=0x82147ca58, presult=presult@entry=0x82147c7f4, off_l... [22:45:36.438] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1f4ac7e20b18, buffer=buffer@entry=189, vmbuffer... [22:45:36.438] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1f4ac7fae4f8) at ../src/backend/acce... [22:45:36.438] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1f4ac7fae4f8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:36.438] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1f4ac7fae4f8, direction=6, slot=0x1f4ac805f3b8) at ..... |
| core | [22:45:36.140] #0 0x000000082ab5e01a in thr_kill () from /lib/libc.so.7 [22:45:36.140] #1 0x000000082aad6a64 in raise () from /lib/libc.so.7 [22:45:36.140] #2 0x000000082ab8aa59 in abort () from /lib/libc.so.7 [22:45:36.140] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:36.140] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:36.140] #5 heap_page_prune_and_freeze (params=params@entry=0x820e7d918, presult=presult@entry=0x820e7d6b4, off_l... [22:45:36.140] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x3c5f64620958, buffer=buffer@entry=189, vmbuffer... [22:45:36.140] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x3c5f647aea78) at ../src/backend/acce... [22:45:36.140] #8 0x00000000006154db in heapgettup_pagemode (scan=0x3c5f647aea78, dir=ForwardScanDirection, nkeys=0, ke... [22:45:36.140] #9 0x0000000000615aea in heap_getnextslot (sscan=0x3c5f647aea78, direction=6, slot=0x3c5f6485f3b8) at ..... |
| core | [22:45:35.840] #0 0x000000082acf401a in thr_kill () from /lib/libc.so.7 [22:45:35.840] #1 0x000000082ac6ca64 in raise () from /lib/libc.so.7 [22:45:35.840] #2 0x000000082ad20a59 in abort () from /lib/libc.so.7 [22:45:35.840] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:35.840] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:35.840] #5 heap_page_prune_and_freeze (params=params@entry=0x820f7c6f8, presult=presult@entry=0x820f7c494, off_l... [22:45:35.840] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x268b24820b98, buffer=buffer@entry=189, vmbuffer... [22:45:35.840] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x268b249adfb8) at ../src/backend/acce... [22:45:35.840] #8 0x00000000006154db in heapgettup_pagemode (scan=0x268b249adfb8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:35.840] #9 0x0000000000615aea in heap_getnextslot (sscan=0x268b249adfb8, direction=6, slot=0x268b24a5f3b8) at ..... |
| core | [22:45:35.537] #0 0x000000082b5af01a in thr_kill () from /lib/libc.so.7 [22:45:35.537] #1 0x000000082b527a64 in raise () from /lib/libc.so.7 [22:45:35.537] #2 0x000000082b5dba59 in abort () from /lib/libc.so.7 [22:45:35.537] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:35.537] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:35.537] #5 heap_page_prune_and_freeze (params=params@entry=0x8211fb7b8, presult=presult@entry=0x8211fb554, off_l... [22:45:35.537] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x8b9b9620a98, buffer=buffer@entry=189, vmbuffer=... [22:45:35.537] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x8b9b9775ef8) at ../src/backend/acces... [22:45:35.537] #8 0x00000000006154db in heapgettup_pagemode (scan=0x8b9b9775ef8, dir=ForwardScanDirection, nkeys=0, key... [22:45:35.537] #9 0x0000000000615aea in heap_getnextslot (sscan=0x8b9b9775ef8, direction=6, slot=0x8b9b98753b8) at ../s... |
| core | [22:45:35.245] #0 0x000000082bda301a in thr_kill () from /lib/libc.so.7 [22:45:35.245] #1 0x000000082bd1ba64 in raise () from /lib/libc.so.7 [22:45:35.245] #2 0x000000082bdcfa59 in abort () from /lib/libc.so.7 [22:45:35.245] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:35.245] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:35.245] #5 heap_page_prune_and_freeze (params=params@entry=0x821b1b7d8, presult=presult@entry=0x821b1b574, off_l... [22:45:35.245] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x3d021220798, buffer=buffer@entry=189, vmbuffer=... [22:45:35.245] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x3d0213ae0b8) at ../src/backend/acces... [22:45:35.245] #8 0x00000000006154db in heapgettup_pagemode (scan=0x3d0213ae0b8, dir=ForwardScanDirection, nkeys=0, key... [22:45:35.245] #9 0x0000000000615aea in heap_getnextslot (sscan=0x3d0213ae0b8, direction=6, slot=0x3d02145f3b8) at ../s... |
| core | [22:45:34.958] #0 0x000000082ae3501a in thr_kill () from /lib/libc.so.7 [22:45:34.958] #1 0x000000082adada64 in raise () from /lib/libc.so.7 [22:45:34.958] #2 0x000000082ae61a59 in abort () from /lib/libc.so.7 [22:45:34.958] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:34.958] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:34.958] #5 heap_page_prune_and_freeze (params=params@entry=0x820e6e958, presult=presult@entry=0x820e6e6f4, off_l... [22:45:34.958] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x42b8ae206d8, buffer=buffer@entry=189, vmbuffer=... [22:45:34.958] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x42b8afadff8) at ../src/backend/acces... [22:45:34.958] #8 0x00000000006154db in heapgettup_pagemode (scan=0x42b8afadff8, dir=ForwardScanDirection, nkeys=0, key... [22:45:34.958] #9 0x0000000000615aea in heap_getnextslot (sscan=0x42b8afadff8, direction=6, slot=0x42b8b05f3b8) at ../s... |
| core | [22:45:34.669] #0 0x000000082d0cd01a in thr_kill () from /lib/libc.so.7 [22:45:34.669] #1 0x000000082d045a64 in raise () from /lib/libc.so.7 [22:45:34.669] #2 0x000000082d0f9a59 in abort () from /lib/libc.so.7 [22:45:34.669] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:34.669] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:34.669] #5 heap_page_prune_and_freeze (params=params@entry=0x8214c7808, presult=presult@entry=0x8214c75a4, off_l... [22:45:34.669] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1a316bc20518, buffer=buffer@entry=189, vmbuffer... [22:45:34.669] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1a316bdade78) at ../src/backend/acce... [22:45:34.669] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1a316bdade78, dir=ForwardScanDirection, nkeys=0, ke... [22:45:34.669] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1a316bdade78, direction=6, slot=0x1a316be5f3b8) at ..... |
| core | [22:45:34.378] #0 0x000000082d13301a in thr_kill () from /lib/libc.so.7 [22:45:34.378] #1 0x000000082d0aba64 in raise () from /lib/libc.so.7 [22:45:34.378] #2 0x000000082d15fa59 in abort () from /lib/libc.so.7 [22:45:34.378] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:34.378] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:34.378] #5 heap_page_prune_and_freeze (params=params@entry=0x8213b7bd8, presult=presult@entry=0x8213b7974, off_l... [22:45:34.378] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x309a1b8202d8, buffer=buffer@entry=189, vmbuffer... [22:45:34.378] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x309a1b9ae938) at ../src/backend/acce... [22:45:34.378] #8 0x00000000006154db in heapgettup_pagemode (scan=0x309a1b9ae938, dir=ForwardScanDirection, nkeys=0, ke... [22:45:34.378] #9 0x0000000000615aea in heap_getnextslot (sscan=0x309a1b9ae938, direction=6, slot=0x309a1ba5f3b8) at ..... |
| core | [22:45:34.085] #0 0x000000082ae7101a in thr_kill () from /lib/libc.so.7 [22:45:34.085] #1 0x000000082ade9a64 in raise () from /lib/libc.so.7 [22:45:34.085] #2 0x000000082ae9da59 in abort () from /lib/libc.so.7 [22:45:34.085] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:34.085] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:34.085] #5 heap_page_prune_and_freeze (params=params@entry=0x820e05b68, presult=presult@entry=0x820e05904, off_l... [22:45:34.085] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1d2d68020898, buffer=buffer@entry=189, vmbuffer... [22:45:34.085] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1d2d681762f8) at ../src/backend/acce... [22:45:34.085] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1d2d681762f8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:34.085] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1d2d681762f8, direction=6, slot=0x1d2d682753b8) at ..... |
| core | [22:45:33.788] #0 0x000000082b10f01a in thr_kill () from /lib/libc.so.7 [22:45:33.788] #1 0x000000082b087a64 in raise () from /lib/libc.so.7 [22:45:33.788] #2 0x000000082b13ba59 in abort () from /lib/libc.so.7 [22:45:33.788] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:33.788] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:33.788] #5 heap_page_prune_and_freeze (params=params@entry=0x820c54918, presult=presult@entry=0x820c546b4, off_l... [22:45:33.788] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2a8682e20dd8, buffer=buffer@entry=189, vmbuffer... [22:45:33.788] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2a8682fae1f8) at ../src/backend/acce... [22:45:33.788] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2a8682fae1f8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:33.788] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2a8682fae1f8, direction=6, slot=0x2a868305f3b8) at ..... |
| core | [22:45:33.492] #0 0x0000000829d6801a in thr_kill () from /lib/libc.so.7 [22:45:33.492] #1 0x0000000829ce0a64 in raise () from /lib/libc.so.7 [22:45:33.492] #2 0x0000000829d94a59 in abort () from /lib/libc.so.7 [22:45:33.492] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:33.492] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:33.492] #5 heap_page_prune_and_freeze (params=params@entry=0x820e082f8, presult=presult@entry=0x820e08094, off_l... [22:45:33.492] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x3daf72a20358, buffer=buffer@entry=189, vmbuffer... [22:45:33.492] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x3daf72bae038) at ../src/backend/acce... [22:45:33.492] #8 0x00000000006154db in heapgettup_pagemode (scan=0x3daf72bae038, dir=ForwardScanDirection, nkeys=0, ke... [22:45:33.492] #9 0x0000000000615aea in heap_getnextslot (sscan=0x3daf72bae038, direction=6, slot=0x3daf72c5f3b8) at ..... |
| core | [22:45:33.195] #0 0x000000082c82d01a in thr_kill () from /lib/libc.so.7 [22:45:33.195] #1 0x000000082c7a5a64 in raise () from /lib/libc.so.7 [22:45:33.195] #2 0x000000082c859a59 in abort () from /lib/libc.so.7 [22:45:33.195] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:33.195] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:33.195] #5 heap_page_prune_and_freeze (params=params@entry=0x8217ef738, presult=presult@entry=0x8217ef4d4, off_l... [22:45:33.195] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2ff24f61ffd8, buffer=buffer@entry=189, vmbuffer... [22:45:33.195] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2ff24f7ae5b8) at ../src/backend/acce... [22:45:33.195] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2ff24f7ae5b8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:33.195] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2ff24f7ae5b8, direction=6, slot=0x2ff24f85f3b8) at ..... |
| core | [22:45:32.902] #0 0x000000082ac8801a in thr_kill () from /lib/libc.so.7 [22:45:32.902] #1 0x000000082ac00a64 in raise () from /lib/libc.so.7 [22:45:32.902] #2 0x000000082acb4a59 in abort () from /lib/libc.so.7 [22:45:32.902] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:32.902] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:32.902] #5 heap_page_prune_and_freeze (params=params@entry=0x821b6b148, presult=presult@entry=0x821b6aee4, off_l... [22:45:32.902] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x6c3bb8209d8, buffer=buffer@entry=189, vmbuffer=... [22:45:32.902] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x6c3bb9aecb8) at ../src/backend/acces... [22:45:32.902] #8 0x00000000006154db in heapgettup_pagemode (scan=0x6c3bb9aecb8, dir=ForwardScanDirection, nkeys=0, key... [22:45:32.902] #9 0x0000000000615aea in heap_getnextslot (sscan=0x6c3bb9aecb8, direction=6, slot=0x6c3bba5f3b8) at ../s... |
| core | [22:45:32.607] #0 0x000000082d00e01a in thr_kill () from /lib/libc.so.7 [22:45:32.607] #1 0x000000082cf86a64 in raise () from /lib/libc.so.7 [22:45:32.607] #2 0x000000082d03aa59 in abort () from /lib/libc.so.7 [22:45:32.607] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:32.607] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:32.607] #5 heap_page_prune_and_freeze (params=params@entry=0x820faf498, presult=presult@entry=0x820faf234, off_l... [22:45:32.607] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x3f3a5101ff98, buffer=buffer@entry=189, vmbuffer... [22:45:32.607] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x3f3a511addb8) at ../src/backend/acce... [22:45:32.607] #8 0x00000000006154db in heapgettup_pagemode (scan=0x3f3a511addb8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:32.607] #9 0x0000000000615aea in heap_getnextslot (sscan=0x3f3a511addb8, direction=6, slot=0x3f3a5125f3b8) at ..... |
| core | [22:45:32.304] #0 0x000000082b4d001a in thr_kill () from /lib/libc.so.7 [22:45:32.304] #1 0x000000082b448a64 in raise () from /lib/libc.so.7 [22:45:32.304] #2 0x000000082b4fca59 in abort () from /lib/libc.so.7 [22:45:32.304] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:32.304] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:32.304] #5 heap_page_prune_and_freeze (params=params@entry=0x8217602d8, presult=presult@entry=0x821760074, off_l... [22:45:32.304] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x213a13a20858, buffer=buffer@entry=189, vmbuffer... [22:45:32.304] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x213a13bae5f8) at ../src/backend/acce... [22:45:32.304] #8 0x00000000006154db in heapgettup_pagemode (scan=0x213a13bae5f8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:32.304] #9 0x0000000000615aea in heap_getnextslot (sscan=0x213a13bae5f8, direction=6, slot=0x213a13c5f3b8) at ..... |
| core | [22:45:32.006] #0 0x000000082a34b01a in thr_kill () from /lib/libc.so.7 [22:45:32.006] #1 0x000000082a2c3a64 in raise () from /lib/libc.so.7 [22:45:32.006] #2 0x000000082a377a59 in abort () from /lib/libc.so.7 [22:45:32.006] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:32.006] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:32.006] #5 heap_page_prune_and_freeze (params=params@entry=0x82140c9c8, presult=presult@entry=0x82140c764, off_l... [22:45:32.006] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x14a4c8220e98, buffer=buffer@entry=189, vmbuffer... [22:45:32.006] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x14a4c83aecf8) at ../src/backend/acce... [22:45:32.006] #8 0x00000000006154db in heapgettup_pagemode (scan=0x14a4c83aecf8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:32.006] #9 0x0000000000615aea in heap_getnextslot (sscan=0x14a4c83aecf8, direction=6, slot=0x14a4c84733b8) at ..... |
| core | [22:45:31.712] #0 0x000000082d01201a in thr_kill () from /lib/libc.so.7 [22:45:31.712] #1 0x000000082cf8aa64 in raise () from /lib/libc.so.7 [22:45:31.712] #2 0x000000082d03ea59 in abort () from /lib/libc.so.7 [22:45:31.712] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:31.712] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:31.712] #5 heap_page_prune_and_freeze (params=params@entry=0x821656938, presult=presult@entry=0x8216566d4, off_l... [22:45:31.712] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x15ce7e020a58, buffer=buffer@entry=189, vmbuffer... [22:45:31.712] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x15ce7e1adeb8) at ../src/backend/acce... [22:45:31.712] #8 0x00000000006154db in heapgettup_pagemode (scan=0x15ce7e1adeb8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:31.712] #9 0x0000000000615aea in heap_getnextslot (sscan=0x15ce7e1adeb8, direction=6, slot=0x15ce7e25f3b8) at ..... |
| core | [22:45:31.418] #0 0x000000082cc5301a in thr_kill () from /lib/libc.so.7 [22:45:31.418] #1 0x000000082cbcba64 in raise () from /lib/libc.so.7 [22:45:31.418] #2 0x000000082cc7fa59 in abort () from /lib/libc.so.7 [22:45:31.418] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:31.418] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:31.418] #5 heap_page_prune_and_freeze (params=params@entry=0x820d96978, presult=presult@entry=0x820d96714, off_l... [22:45:31.418] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x3313e661ff98, buffer=buffer@entry=189, vmbuffer... [22:45:31.418] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x3313e67ae138) at ../src/backend/acce... [22:45:31.418] #8 0x00000000006154db in heapgettup_pagemode (scan=0x3313e67ae138, dir=ForwardScanDirection, nkeys=0, ke... [22:45:31.418] #9 0x0000000000615aea in heap_getnextslot (sscan=0x3313e67ae138, direction=6, slot=0x3313e685f3b8) at ..... |
| core | [22:45:31.122] #0 0x00000008294b201a in thr_kill () from /lib/libc.so.7 [22:45:31.122] #1 0x000000082942aa64 in raise () from /lib/libc.so.7 [22:45:31.122] #2 0x00000008294dea59 in abort () from /lib/libc.so.7 [22:45:31.122] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:31.122] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:31.122] #5 heap_page_prune_and_freeze (params=params@entry=0x8213a1608, presult=presult@entry=0x8213a13a4, off_l... [22:45:31.122] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0xc2f9e020c18, buffer=buffer@entry=189, vmbuffer=... [22:45:31.122] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0xc2f9e1ae8b8) at ../src/backend/acces... [22:45:31.122] #8 0x00000000006154db in heapgettup_pagemode (scan=0xc2f9e1ae8b8, dir=ForwardScanDirection, nkeys=0, key... [22:45:31.122] #9 0x0000000000615aea in heap_getnextslot (sscan=0xc2f9e1ae8b8, direction=6, slot=0xc2f9e25f3b8) at ../s... |
| core | [22:45:30.823] #0 0x000000082ca0101a in thr_kill () from /lib/libc.so.7 [22:45:30.823] #1 0x000000082c979a64 in raise () from /lib/libc.so.7 [22:45:30.823] #2 0x000000082ca2da59 in abort () from /lib/libc.so.7 [22:45:30.823] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:30.823] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:30.823] #5 heap_page_prune_and_freeze (params=params@entry=0x8210e3b38, presult=presult@entry=0x8210e38d4, off_l... [22:45:30.823] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x77ce0a20858, buffer=buffer@entry=189, vmbuffer=... [22:45:30.823] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x77ce0bae1f8) at ../src/backend/acces... [22:45:30.823] #8 0x00000000006154db in heapgettup_pagemode (scan=0x77ce0bae1f8, dir=ForwardScanDirection, nkeys=0, key... [22:45:30.823] #9 0x0000000000615aea in heap_getnextslot (sscan=0x77ce0bae1f8, direction=6, slot=0x77ce0c5f3b8) at ../s... |
| core | [22:45:30.520] #0 0x000000082ab7001a in thr_kill () from /lib/libc.so.7 [22:45:30.520] #1 0x000000082aae8a64 in raise () from /lib/libc.so.7 [22:45:30.520] #2 0x000000082ab9ca59 in abort () from /lib/libc.so.7 [22:45:30.520] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:30.520] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:30.520] #5 heap_page_prune_and_freeze (params=params@entry=0x82151fe98, presult=presult@entry=0x82151fc34, off_l... [22:45:30.520] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x16f749620158, buffer=buffer@entry=189, vmbuffer... [22:45:30.520] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x16f7497ade38) at ../src/backend/acce... [22:45:30.520] #8 0x00000000006154db in heapgettup_pagemode (scan=0x16f7497ade38, dir=ForwardScanDirection, nkeys=0, ke... [22:45:30.520] #9 0x0000000000615aea in heap_getnextslot (sscan=0x16f7497ade38, direction=6, slot=0x16f74985f3b8) at ..... |
| core | [22:45:30.217] #0 0x000000082935f01a in thr_kill () from /lib/libc.so.7 [22:45:30.217] #1 0x00000008292d7a64 in raise () from /lib/libc.so.7 [22:45:30.217] #2 0x000000082938ba59 in abort () from /lib/libc.so.7 [22:45:30.217] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:30.217] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:30.217] #5 heap_page_prune_and_freeze (params=params@entry=0x8219410f8, presult=presult@entry=0x821940e94, off_l... [22:45:30.217] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0xbf65dc20758, buffer=buffer@entry=189, vmbuffer=... [22:45:30.217] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0xbf65ddb4678) at ../src/backend/acces... [22:45:30.217] #8 0x00000000006154db in heapgettup_pagemode (scan=0xbf65ddb4678, dir=ForwardScanDirection, nkeys=0, key... [22:45:30.217] #9 0x0000000000615aea in heap_getnextslot (sscan=0xbf65ddb4678, direction=6, slot=0xbf65de643b8) at ../s... |
| core | [22:45:29.918] #0 0x000000082a90801a in thr_kill () from /lib/libc.so.7 [22:45:29.918] #1 0x000000082a880a64 in raise () from /lib/libc.so.7 [22:45:29.918] #2 0x000000082a934a59 in abort () from /lib/libc.so.7 [22:45:29.918] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:29.918] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:29.918] #5 heap_page_prune_and_freeze (params=params@entry=0x820dee148, presult=presult@entry=0x820dedee4, off_l... [22:45:29.918] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2fa664c20bd8, buffer=buffer@entry=189, vmbuffer... [22:45:29.918] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2fa664db4c38) at ../src/backend/acce... [22:45:29.918] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2fa664db4c38, dir=ForwardScanDirection, nkeys=0, ke... [22:45:29.918] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2fa664db4c38, direction=6, slot=0x2fa664e643b8) at ..... |
| core | [22:45:29.623] #0 0x000000082aac901a in thr_kill () from /lib/libc.so.7 [22:45:29.623] #1 0x000000082aa41a64 in raise () from /lib/libc.so.7 [22:45:29.623] #2 0x000000082aaf5a59 in abort () from /lib/libc.so.7 [22:45:29.623] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:29.623] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:29.623] #5 heap_page_prune_and_freeze (params=params@entry=0x820c37ce8, presult=presult@entry=0x820c37a84, off_l... [22:45:29.623] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x384d3f620118, buffer=buffer@entry=189, vmbuffer... [22:45:29.623] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x384d3f7ae4f8) at ../src/backend/acce... [22:45:29.623] #8 0x00000000006154db in heapgettup_pagemode (scan=0x384d3f7ae4f8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:29.623] #9 0x0000000000615aea in heap_getnextslot (sscan=0x384d3f7ae4f8, direction=6, slot=0x384d3f85f3b8) at ..... |
| core | [22:45:29.337] #0 0x000000082c7d901a in thr_kill () from /lib/libc.so.7 [22:45:29.337] #1 0x000000082c751a64 in raise () from /lib/libc.so.7 [22:45:29.337] #2 0x000000082c805a59 in abort () from /lib/libc.so.7 [22:45:29.337] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:29.337] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:29.337] #5 heap_page_prune_and_freeze (params=params@entry=0x820e500d8, presult=presult@entry=0x820e4fe74, off_l... [22:45:29.337] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2f0c44c20e98, buffer=buffer@entry=189, vmbuffer... [22:45:29.337] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2f0c44dae0b8) at ../src/backend/acce... [22:45:29.337] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2f0c44dae0b8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:29.337] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2f0c44dae0b8, direction=6, slot=0x2f0c44e5f3b8) at ..... |
| core | [22:45:29.045] #0 0x000000082d49701a in thr_kill () from /lib/libc.so.7 [22:45:29.045] #1 0x000000082d40fa64 in raise () from /lib/libc.so.7 [22:45:29.045] #2 0x000000082d4c3a59 in abort () from /lib/libc.so.7 [22:45:29.045] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:29.045] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:29.045] #5 heap_page_prune_and_freeze (params=params@entry=0x8212c93c8, presult=presult@entry=0x8212c9164, off_l... [22:45:29.045] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2ba43f6209d8, buffer=buffer@entry=189, vmbuffer... [22:45:29.045] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2ba43f7ae6b8) at ../src/backend/acce... [22:45:29.045] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2ba43f7ae6b8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:29.045] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2ba43f7ae6b8, direction=6, slot=0x2ba43f85f3b8) at ..... |
| core | [22:45:28.755] #0 0x0000000829f7701a in thr_kill () from /lib/libc.so.7 [22:45:28.755] #1 0x0000000829eefa64 in raise () from /lib/libc.so.7 [22:45:28.755] #2 0x0000000829fa3a59 in abort () from /lib/libc.so.7 [22:45:28.755] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:28.755] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:28.755] #5 heap_page_prune_and_freeze (params=params@entry=0x820dfc058, presult=presult@entry=0x820dfbdf4, off_l... [22:45:28.755] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2e4675a20718, buffer=buffer@entry=189, vmbuffer... [22:45:28.755] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2e4675baea38) at ../src/backend/acce... [22:45:28.755] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2e4675baea38, dir=ForwardScanDirection, nkeys=0, ke... [22:45:28.755] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2e4675baea38, direction=6, slot=0x2e4675c733b8) at ..... |
| core | [22:45:28.464] #0 0x000000082c5bc01a in thr_kill () from /lib/libc.so.7 [22:45:28.464] #1 0x000000082c534a64 in raise () from /lib/libc.so.7 [22:45:28.464] #2 0x000000082c5e8a59 in abort () from /lib/libc.so.7 [22:45:28.464] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:28.464] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:28.464] #5 heap_page_prune_and_freeze (params=params@entry=0x8213175a8, presult=presult@entry=0x821317344, off_l... [22:45:28.464] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x24ea9be207d8, buffer=buffer@entry=189, vmbuffer... [22:45:28.464] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x24ea9bfb44b8) at ../src/backend/acce... [22:45:28.464] #8 0x00000000006154db in heapgettup_pagemode (scan=0x24ea9bfb44b8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:28.464] #9 0x0000000000615aea in heap_getnextslot (sscan=0x24ea9bfb44b8, direction=6, slot=0x24ea9c0d13b8) at ..... |
| core | [22:45:28.175] #0 0x000000082ad6c01a in thr_kill () from /lib/libc.so.7 [22:45:28.175] #1 0x000000082ace4a64 in raise () from /lib/libc.so.7 [22:45:28.175] #2 0x000000082ad98a59 in abort () from /lib/libc.so.7 [22:45:28.175] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:28.175] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:28.175] #5 heap_page_prune_and_freeze (params=params@entry=0x821a42048, presult=presult@entry=0x821a41de4, off_l... [22:45:28.175] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x16d1332208d8, buffer=buffer@entry=189, vmbuffer... [22:45:28.175] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x16d1333b4538) at ../src/backend/acce... [22:45:28.175] #8 0x00000000006154db in heapgettup_pagemode (scan=0x16d1333b4538, dir=ForwardScanDirection, nkeys=0, ke... [22:45:28.175] #9 0x0000000000615aea in heap_getnextslot (sscan=0x16d1333b4538, direction=6, slot=0x16d1334643b8) at ..... |
| core | [22:45:27.883] #0 0x000000082c61401a in thr_kill () from /lib/libc.so.7 [22:45:27.883] #1 0x000000082c58ca64 in raise () from /lib/libc.so.7 [22:45:27.883] #2 0x000000082c640a59 in abort () from /lib/libc.so.7 [22:45:27.883] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:27.883] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:27.883] #5 heap_page_prune_and_freeze (params=params@entry=0x820e9fa58, presult=presult@entry=0x820e9f7f4, off_l... [22:45:27.883] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x24ce66a20518, buffer=buffer@entry=189, vmbuffer... [22:45:27.883] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x24ce66bb3db8) at ../src/backend/acce... [22:45:27.883] #8 0x00000000006154db in heapgettup_pagemode (scan=0x24ce66bb3db8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:27.883] #9 0x0000000000615aea in heap_getnextslot (sscan=0x24ce66bb3db8, direction=6, slot=0x24ce66c643b8) at ..... |
| core | [22:45:27.592] #0 0x0000000829edc01a in thr_kill () from /lib/libc.so.7 [22:45:27.592] #1 0x0000000829e54a64 in raise () from /lib/libc.so.7 [22:45:27.592] #2 0x0000000829f08a59 in abort () from /lib/libc.so.7 [22:45:27.592] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:27.592] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:27.592] #5 heap_page_prune_and_freeze (params=params@entry=0x821251df8, presult=presult@entry=0x821251b94, off_l... [22:45:27.592] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x24f29ee20018, buffer=buffer@entry=189, vmbuffer... [22:45:27.592] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x24f29efb48f8) at ../src/backend/acce... [22:45:27.592] #8 0x00000000006154db in heapgettup_pagemode (scan=0x24f29efb48f8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:27.592] #9 0x0000000000615aea in heap_getnextslot (sscan=0x24f29efb48f8, direction=6, slot=0x24f29f0643b8) at ..... |
| core | [22:45:27.298] #0 0x000000082bd9f01a in thr_kill () from /lib/libc.so.7 [22:45:27.298] #1 0x000000082bd17a64 in raise () from /lib/libc.so.7 [22:45:27.298] #2 0x000000082bdcba59 in abort () from /lib/libc.so.7 [22:45:27.298] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:27.298] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:27.298] #5 heap_page_prune_and_freeze (params=params@entry=0x821693658, presult=presult@entry=0x8216933f4, off_l... [22:45:27.298] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1e46cb420ad8, buffer=buffer@entry=189, vmbuffer... [22:45:27.298] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1e46cb5aebb8) at ../src/backend/acce... [22:45:27.298] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1e46cb5aebb8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:27.298] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1e46cb5aebb8, direction=6, slot=0x1e46cb6733b8) at ..... |
| core | [22:45:27.013] #0 0x000000082a4ff01a in thr_kill () from /lib/libc.so.7 [22:45:27.013] #1 0x000000082a477a64 in raise () from /lib/libc.so.7 [22:45:27.013] #2 0x000000082a52ba59 in abort () from /lib/libc.so.7 [22:45:27.013] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:27.013] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:27.013] #5 heap_page_prune_and_freeze (params=params@entry=0x821050ed8, presult=presult@entry=0x821050c74, off_l... [22:45:27.013] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x11d1b6820858, buffer=buffer@entry=189, vmbuffer... [22:45:27.013] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x11d1b69ae9b8) at ../src/backend/acce... [22:45:27.013] #8 0x00000000006154db in heapgettup_pagemode (scan=0x11d1b69ae9b8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:27.013] #9 0x0000000000615aea in heap_getnextslot (sscan=0x11d1b69ae9b8, direction=6, slot=0x11d1b6a5f3b8) at ..... |
| core | [22:45:26.727] #0 0x000000082cf5a01a in thr_kill () from /lib/libc.so.7 [22:45:26.727] #1 0x000000082ced2a64 in raise () from /lib/libc.so.7 [22:45:26.727] #2 0x000000082cf86a59 in abort () from /lib/libc.so.7 [22:45:26.727] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:26.727] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:26.727] #5 heap_page_prune_and_freeze (params=params@entry=0x82166c5c8, presult=presult@entry=0x82166c364, off_l... [22:45:26.727] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1d4070020dd8, buffer=buffer@entry=189, vmbuffer... [22:45:26.727] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1d40701b4cf8) at ../src/backend/acce... [22:45:26.727] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1d40701b4cf8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:26.727] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1d40701b4cf8, direction=6, slot=0x1d40702643b8) at ..... |
| core | [22:45:26.436] #0 0x000000082bf6d01a in thr_kill () from /lib/libc.so.7 [22:45:26.436] #1 0x000000082bee5a64 in raise () from /lib/libc.so.7 [22:45:26.436] #2 0x000000082bf99a59 in abort () from /lib/libc.so.7 [22:45:26.436] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:26.436] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:26.436] #5 heap_page_prune_and_freeze (params=params@entry=0x820dd6b98, presult=presult@entry=0x820dd6934, off_l... [22:45:26.436] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x24c0a3020b58, buffer=buffer@entry=189, vmbuffer... [22:45:26.436] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x24c0a31b3ff8) at ../src/backend/acce... [22:45:26.436] #8 0x00000000006154db in heapgettup_pagemode (scan=0x24c0a31b3ff8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:26.436] #9 0x0000000000615aea in heap_getnextslot (sscan=0x24c0a31b3ff8, direction=6, slot=0x24c0a32643b8) at ..... |
| core | [22:45:26.145] #0 0x000000082d07c01a in thr_kill () from /lib/libc.so.7 [22:45:26.145] #1 0x000000082cff4a64 in raise () from /lib/libc.so.7 [22:45:26.145] #2 0x000000082d0a8a59 in abort () from /lib/libc.so.7 [22:45:26.145] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:26.145] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:26.145] #5 heap_page_prune_and_freeze (params=params@entry=0x82193cbc8, presult=presult@entry=0x82193c964, off_l... [22:45:26.145] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x32dfd6420d98, buffer=buffer@entry=189, vmbuffer... [22:45:26.145] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x32dfd65b4738) at ../src/backend/acce... [22:45:26.145] #8 0x00000000006154db in heapgettup_pagemode (scan=0x32dfd65b4738, dir=ForwardScanDirection, nkeys=0, ke... [22:45:26.145] #9 0x0000000000615aea in heap_getnextslot (sscan=0x32dfd65b4738, direction=6, slot=0x32dfd66643b8) at ..... |
| core | [22:45:25.855] #0 0x000000082c37401a in thr_kill () from /lib/libc.so.7 [22:45:25.855] #1 0x000000082c2eca64 in raise () from /lib/libc.so.7 [22:45:25.855] #2 0x000000082c3a0a59 in abort () from /lib/libc.so.7 [22:45:25.855] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:25.855] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:25.855] #5 heap_page_prune_and_freeze (params=params@entry=0x8216b72b8, presult=presult@entry=0x8216b7054, off_l... [22:45:25.855] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x143e8e20258, buffer=buffer@entry=189, vmbuffer=... [22:45:25.855] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x143e8fb42f8) at ../src/backend/acces... [22:45:25.855] #8 0x00000000006154db in heapgettup_pagemode (scan=0x143e8fb42f8, dir=ForwardScanDirection, nkeys=0, key... [22:45:25.855] #9 0x0000000000615aea in heap_getnextslot (sscan=0x143e8fb42f8, direction=6, slot=0x143e90643b8) at ../s... |
| core | [22:45:25.560] #0 0x000000082ab2e01a in thr_kill () from /lib/libc.so.7 [22:45:25.560] #1 0x000000082aaa6a64 in raise () from /lib/libc.so.7 [22:45:25.560] #2 0x000000082ab5aa59 in abort () from /lib/libc.so.7 [22:45:25.560] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:25.560] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:25.560] #5 heap_page_prune_and_freeze (params=params@entry=0x821a44838, presult=presult@entry=0x821a445d4, off_l... [22:45:25.560] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1498c7420e58, buffer=buffer@entry=189, vmbuffer... [22:45:25.560] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1498c75b4438) at ../src/backend/acce... [22:45:25.560] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1498c75b4438, dir=ForwardScanDirection, nkeys=0, ke... [22:45:25.560] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1498c75b4438, direction=6, slot=0x1498c76643b8) at ..... |
| core | [22:45:25.266] #0 0x000000082c05001a in thr_kill () from /lib/libc.so.7 [22:45:25.266] #1 0x000000082bfc8a64 in raise () from /lib/libc.so.7 [22:45:25.266] #2 0x000000082c07ca59 in abort () from /lib/libc.so.7 [22:45:25.266] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:25.266] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:25.266] #5 heap_page_prune_and_freeze (params=params@entry=0x821299e98, presult=presult@entry=0x821299c34, off_l... [22:45:25.266] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1495c3c20a18, buffer=buffer@entry=189, vmbuffer... [22:45:25.266] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1495c3db46f8) at ../src/backend/acce... [22:45:25.266] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1495c3db46f8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:25.266] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1495c3db46f8, direction=6, slot=0x1495c3e643b8) at ..... |
| core | [22:45:24.975] #0 0x000000082bb9201a in thr_kill () from /lib/libc.so.7 [22:45:24.975] #1 0x000000082bb0aa64 in raise () from /lib/libc.so.7 [22:45:24.975] #2 0x000000082bbbea59 in abort () from /lib/libc.so.7 [22:45:24.975] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:24.975] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:24.975] #5 heap_page_prune_and_freeze (params=params@entry=0x8213572d8, presult=presult@entry=0x821357074, off_l... [22:45:24.975] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1ebe6ce206d8, buffer=buffer@entry=189, vmbuffer... [22:45:24.975] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1ebe6cfb4ab8) at ../src/backend/acce... [22:45:24.975] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1ebe6cfb4ab8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:24.975] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1ebe6cfb4ab8, direction=6, slot=0x1ebe6d0643b8) at ..... |
| core | [22:45:24.686] #0 0x000000082cb1c01a in thr_kill () from /lib/libc.so.7 [22:45:24.686] #1 0x000000082ca94a64 in raise () from /lib/libc.so.7 [22:45:24.686] #2 0x000000082cb48a59 in abort () from /lib/libc.so.7 [22:45:24.686] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:24.686] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:24.686] #5 heap_page_prune_and_freeze (params=params@entry=0x82109b5e8, presult=presult@entry=0x82109b384, off_l... [22:45:24.686] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x28b961e20598, buffer=buffer@entry=189, vmbuffer... [22:45:24.686] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x28b961fb47f8) at ../src/backend/acce... [22:45:24.686] #8 0x00000000006154db in heapgettup_pagemode (scan=0x28b961fb47f8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:24.686] #9 0x0000000000615aea in heap_getnextslot (sscan=0x28b961fb47f8, direction=6, slot=0x28b9620643b8) at ..... |
| core | [22:45:24.395] #0 0x000000082ab5501a in thr_kill () from /lib/libc.so.7 [22:45:24.395] #1 0x000000082aacda64 in raise () from /lib/libc.so.7 [22:45:24.395] #2 0x000000082ab81a59 in abort () from /lib/libc.so.7 [22:45:24.395] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:24.395] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:24.395] #5 heap_page_prune_and_freeze (params=params@entry=0x8210e6678, presult=presult@entry=0x8210e6414, off_l... [22:45:24.395] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x46ab0c20ed8, buffer=buffer@entry=189, vmbuffer=... [22:45:24.395] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x46ab0db40f8) at ../src/backend/acces... [22:45:24.395] #8 0x00000000006154db in heapgettup_pagemode (scan=0x46ab0db40f8, dir=ForwardScanDirection, nkeys=0, key... [22:45:24.395] #9 0x0000000000615aea in heap_getnextslot (sscan=0x46ab0db40f8, direction=6, slot=0x46ab0e643b8) at ../s... |
| core | [22:45:24.103] #0 0x000000082bfa601a in thr_kill () from /lib/libc.so.7 [22:45:24.103] #1 0x000000082bf1ea64 in raise () from /lib/libc.so.7 [22:45:24.103] #2 0x000000082bfd2a59 in abort () from /lib/libc.so.7 [22:45:24.103] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:24.103] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:24.103] #5 heap_page_prune_and_freeze (params=params@entry=0x821707af8, presult=presult@entry=0x821707894, off_l... [22:45:24.103] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x395da74207d8, buffer=buffer@entry=189, vmbuffer... [22:45:24.103] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x395da75b4338) at ../src/backend/acce... [22:45:24.103] #8 0x00000000006154db in heapgettup_pagemode (scan=0x395da75b4338, dir=ForwardScanDirection, nkeys=0, ke... [22:45:24.103] #9 0x0000000000615aea in heap_getnextslot (sscan=0x395da75b4338, direction=6, slot=0x395da76643b8) at ..... |
| core | [22:45:23.809] #0 0x000000082a93201a in thr_kill () from /lib/libc.so.7 [22:45:23.809] #1 0x000000082a8aaa64 in raise () from /lib/libc.so.7 [22:45:23.809] #2 0x000000082a95ea59 in abort () from /lib/libc.so.7 [22:45:23.809] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:23.809] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:23.809] #5 heap_page_prune_and_freeze (params=params@entry=0x820e49738, presult=presult@entry=0x820e494d4, off_l... [22:45:23.809] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x3b966b820118, buffer=buffer@entry=189, vmbuffer... [22:45:23.809] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x3b966b9b48f8) at ../src/backend/acce... [22:45:23.809] #8 0x00000000006154db in heapgettup_pagemode (scan=0x3b966b9b48f8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:23.809] #9 0x0000000000615aea in heap_getnextslot (sscan=0x3b966b9b48f8, direction=6, slot=0x3b966ba643b8) at ..... |
| core | [22:45:23.520] #0 0x000000082a86601a in thr_kill () from /lib/libc.so.7 [22:45:23.520] #1 0x000000082a7dea64 in raise () from /lib/libc.so.7 [22:45:23.520] #2 0x000000082a892a59 in abort () from /lib/libc.so.7 [22:45:23.520] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:23.520] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:23.520] #5 heap_page_prune_and_freeze (params=params@entry=0x8215864e8, presult=presult@entry=0x821586284, off_l... [22:45:23.520] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x3e7575c20d98, buffer=buffer@entry=189, vmbuffer... [22:45:23.520] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x3e7575db48f8) at ../src/backend/acce... [22:45:23.520] #8 0x00000000006154db in heapgettup_pagemode (scan=0x3e7575db48f8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:23.520] #9 0x0000000000615aea in heap_getnextslot (sscan=0x3e7575db48f8, direction=6, slot=0x3e7575e643b8) at ..... |
| core | [22:45:23.228] #0 0x000000082cf6f01a in thr_kill () from /lib/libc.so.7 [22:45:23.228] #1 0x000000082cee7a64 in raise () from /lib/libc.so.7 [22:45:23.228] #2 0x000000082cf9ba59 in abort () from /lib/libc.so.7 [22:45:23.228] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:23.228] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:23.228] #5 heap_page_prune_and_freeze (params=params@entry=0x821837918, presult=presult@entry=0x8218376b4, off_l... [22:45:23.228] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x25df57c20258, buffer=buffer@entry=189, vmbuffer... [22:45:23.228] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x25df57dae338) at ../src/backend/acce... [22:45:23.228] #8 0x00000000006154db in heapgettup_pagemode (scan=0x25df57dae338, dir=ForwardScanDirection, nkeys=0, ke... [22:45:23.228] #9 0x0000000000615aea in heap_getnextslot (sscan=0x25df57dae338, direction=6, slot=0x25df57e5f3b8) at ..... |
| core | [22:45:22.935] #0 0x000000082d19101a in thr_kill () from /lib/libc.so.7 [22:45:22.935] #1 0x000000082d109a64 in raise () from /lib/libc.so.7 [22:45:22.935] #2 0x000000082d1bda59 in abort () from /lib/libc.so.7 [22:45:22.935] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:22.935] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:22.935] #5 heap_page_prune_and_freeze (params=params@entry=0x82157cd18, presult=presult@entry=0x82157cab4, off_l... [22:45:22.935] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2fe97b020e18, buffer=buffer@entry=189, vmbuffer... [22:45:22.935] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2fe97b1b3ef8) at ../src/backend/acce... [22:45:22.935] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2fe97b1b3ef8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:22.935] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2fe97b1b3ef8, direction=6, slot=0x2fe97b2643b8) at ..... |
| core | [22:45:22.640] #0 0x000000082cfa001a in thr_kill () from /lib/libc.so.7 [22:45:22.640] #1 0x000000082cf18a64 in raise () from /lib/libc.so.7 [22:45:22.640] #2 0x000000082cfcca59 in abort () from /lib/libc.so.7 [22:45:22.640] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:22.640] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:22.640] #5 heap_page_prune_and_freeze (params=params@entry=0x82154c678, presult=presult@entry=0x82154c414, off_l... [22:45:22.640] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x13716e220f58, buffer=buffer@entry=189, vmbuffer... [22:45:22.640] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x13716e3b3ff8) at ../src/backend/acce... [22:45:22.640] #8 0x00000000006154db in heapgettup_pagemode (scan=0x13716e3b3ff8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:22.640] #9 0x0000000000615aea in heap_getnextslot (sscan=0x13716e3b3ff8, direction=6, slot=0x13716e4643b8) at ..... |
| core | [22:45:22.339] #0 0x000000082bfb301a in thr_kill () from /lib/libc.so.7 [22:45:22.339] #1 0x000000082bf2ba64 in raise () from /lib/libc.so.7 [22:45:22.339] #2 0x000000082bfdfa59 in abort () from /lib/libc.so.7 [22:45:22.339] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:22.339] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:22.339] #5 heap_page_prune_and_freeze (params=params@entry=0x821178328, presult=presult@entry=0x8211780c4, off_l... [22:45:22.339] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x56dbc820018, buffer=buffer@entry=189, vmbuffer=... [22:45:22.339] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x56dbc9b47f8) at ../src/backend/acces... [22:45:22.339] #8 0x00000000006154db in heapgettup_pagemode (scan=0x56dbc9b47f8, dir=ForwardScanDirection, nkeys=0, key... [22:45:22.339] #9 0x0000000000615aea in heap_getnextslot (sscan=0x56dbc9b47f8, direction=6, slot=0x56dbca643b8) at ../s... |
| core | [22:45:22.034] #0 0x000000082b6e101a in thr_kill () from /lib/libc.so.7 [22:45:22.034] #1 0x000000082b659a64 in raise () from /lib/libc.so.7 [22:45:22.034] #2 0x000000082b70da59 in abort () from /lib/libc.so.7 [22:45:22.034] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:22.034] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:22.034] #5 heap_page_prune_and_freeze (params=params@entry=0x821b6be88, presult=presult@entry=0x821b6bc24, off_l... [22:45:22.034] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1d912e820198, buffer=buffer@entry=189, vmbuffer... [22:45:22.034] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1d912e9b4378) at ../src/backend/acce... [22:45:22.034] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1d912e9b4378, dir=ForwardScanDirection, nkeys=0, ke... [22:45:22.034] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1d912e9b4378, direction=6, slot=0x1d912ea643b8) at ..... |
| core | [22:45:21.730] #0 0x000000082a3c101a in thr_kill () from /lib/libc.so.7 [22:45:21.730] #1 0x000000082a339a64 in raise () from /lib/libc.so.7 [22:45:21.730] #2 0x000000082a3eda59 in abort () from /lib/libc.so.7 [22:45:21.730] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:21.730] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:21.730] #5 heap_page_prune_and_freeze (params=params@entry=0x8219f2198, presult=presult@entry=0x8219f1f34, off_l... [22:45:21.730] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x98c60420a18, buffer=buffer@entry=189, vmbuffer=... [22:45:21.730] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x98c605add78) at ../src/backend/acces... [22:45:21.730] #8 0x00000000006154db in heapgettup_pagemode (scan=0x98c605add78, dir=ForwardScanDirection, nkeys=0, key... [22:45:21.730] #9 0x0000000000615aea in heap_getnextslot (sscan=0x98c605add78, direction=6, slot=0x98c6065f3b8) at ../s... |
| core | [22:45:21.429] #0 0x000000082ea0701a in thr_kill () from /lib/libc.so.7 [22:45:21.429] #1 0x000000082e97fa64 in raise () from /lib/libc.so.7 [22:45:21.429] #2 0x000000082ea33a59 in abort () from /lib/libc.so.7 [22:45:21.429] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:21.429] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:21.429] #5 heap_page_prune_and_freeze (params=params@entry=0x821b69828, presult=presult@entry=0x821b695c4, off_l... [22:45:21.429] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1006cc20358, buffer=buffer@entry=189, vmbuffer=... [22:45:21.429] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1006cdade78) at ../src/backend/acces... [22:45:21.429] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1006cdade78, dir=ForwardScanDirection, nkeys=0, key... [22:45:21.429] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1006cdade78, direction=6, slot=0x1006ce5f3b8) at ../s... |
| core | [22:45:21.134] #0 0x00000008298cf01a in thr_kill () from /lib/libc.so.7 [22:45:21.134] #1 0x0000000829847a64 in raise () from /lib/libc.so.7 [22:45:21.134] #2 0x00000008298fba59 in abort () from /lib/libc.so.7 [22:45:21.134] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:21.134] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:21.134] #5 heap_page_prune_and_freeze (params=params@entry=0x820f73408, presult=presult@entry=0x820f731a4, off_l... [22:45:21.134] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x19a68c420518, buffer=buffer@entry=189, vmbuffer... [22:45:21.134] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x19a68c5b49b8) at ../src/backend/acce... [22:45:21.134] #8 0x00000000006154db in heapgettup_pagemode (scan=0x19a68c5b49b8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:21.134] #9 0x0000000000615aea in heap_getnextslot (sscan=0x19a68c5b49b8, direction=6, slot=0x19a68c6643b8) at ..... |
| core | [22:45:20.837] #0 0x000000082a96b01a in thr_kill () from /lib/libc.so.7 [22:45:20.837] #1 0x000000082a8e3a64 in raise () from /lib/libc.so.7 [22:45:20.837] #2 0x000000082a997a59 in abort () from /lib/libc.so.7 [22:45:20.837] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:20.837] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:20.837] #5 heap_page_prune_and_freeze (params=params@entry=0x8211c4af8, presult=presult@entry=0x8211c4894, off_l... [22:45:20.837] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x3694ac220d18, buffer=buffer@entry=189, vmbuffer... [22:45:20.837] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x3694ac3b40f8) at ../src/backend/acce... [22:45:20.837] #8 0x00000000006154db in heapgettup_pagemode (scan=0x3694ac3b40f8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:20.837] #9 0x0000000000615aea in heap_getnextslot (sscan=0x3694ac3b40f8, direction=6, slot=0x3694ac4643b8) at ..... |
| core | [22:45:20.543] #0 0x000000082e02e01a in thr_kill () from /lib/libc.so.7 [22:45:20.543] #1 0x000000082dfa6a64 in raise () from /lib/libc.so.7 [22:45:20.543] #2 0x000000082e05aa59 in abort () from /lib/libc.so.7 [22:45:20.543] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:20.543] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:20.543] #5 heap_page_prune_and_freeze (params=params@entry=0x821ade138, presult=presult@entry=0x821added4, off_l... [22:45:20.543] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x3c67caa20458, buffer=buffer@entry=189, vmbuffer... [22:45:20.543] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x3c67cabb4338) at ../src/backend/acce... [22:45:20.543] #8 0x00000000006154db in heapgettup_pagemode (scan=0x3c67cabb4338, dir=ForwardScanDirection, nkeys=0, ke... [22:45:20.543] #9 0x0000000000615aea in heap_getnextslot (sscan=0x3c67cabb4338, direction=6, slot=0x3c67cac643b8) at ..... |
| core | [22:45:20.250] #0 0x000000082b67001a in thr_kill () from /lib/libc.so.7 [22:45:20.250] #1 0x000000082b5e8a64 in raise () from /lib/libc.so.7 [22:45:20.250] #2 0x000000082b69ca59 in abort () from /lib/libc.so.7 [22:45:20.250] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:20.250] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:20.250] #5 heap_page_prune_and_freeze (params=params@entry=0x8217371f8, presult=presult@entry=0x821736f94, off_l... [22:45:20.250] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x245dcc020618, buffer=buffer@entry=189, vmbuffer... [22:45:20.250] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x245dcc1b3df8) at ../src/backend/acce... [22:45:20.250] #8 0x00000000006154db in heapgettup_pagemode (scan=0x245dcc1b3df8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:20.250] #9 0x0000000000615aea in heap_getnextslot (sscan=0x245dcc1b3df8, direction=6, slot=0x245dcc2643b8) at ..... |
| core | [22:45:19.958] #0 0x000000082afb801a in thr_kill () from /lib/libc.so.7 [22:45:19.958] #1 0x000000082af30a64 in raise () from /lib/libc.so.7 [22:45:19.958] #2 0x000000082afe4a59 in abort () from /lib/libc.so.7 [22:45:19.958] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:19.958] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:19.958] #5 heap_page_prune_and_freeze (params=params@entry=0x821526648, presult=presult@entry=0x8215263e4, off_l... [22:45:19.958] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1db247a20798, buffer=buffer@entry=189, vmbuffer... [22:45:19.958] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1db247bb4cf8) at ../src/backend/acce... [22:45:19.958] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1db247bb4cf8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:19.958] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1db247bb4cf8, direction=6, slot=0x1db247c643b8) at ..... |
| core | [22:45:19.662] #0 0x000000082be9a01a in thr_kill () from /lib/libc.so.7 [22:45:19.662] #1 0x000000082be12a64 in raise () from /lib/libc.so.7 [22:45:19.662] #2 0x000000082bec6a59 in abort () from /lib/libc.so.7 [22:45:19.662] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:19.662] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:19.662] #5 heap_page_prune_and_freeze (params=params@entry=0x820f9ca88, presult=presult@entry=0x820f9c824, off_l... [22:45:19.662] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2d69c3020dd8, buffer=buffer@entry=189, vmbuffer... [22:45:19.662] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2d69c31b4938) at ../src/backend/acce... [22:45:19.662] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2d69c31b4938, dir=ForwardScanDirection, nkeys=0, ke... [22:45:19.662] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2d69c31b4938, direction=6, slot=0x2d69c32643b8) at ..... |
| core | [22:45:19.368] #0 0x000000082c13801a in thr_kill () from /lib/libc.so.7 [22:45:19.368] #1 0x000000082c0b0a64 in raise () from /lib/libc.so.7 [22:45:19.368] #2 0x000000082c164a59 in abort () from /lib/libc.so.7 [22:45:19.368] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:19.368] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:19.368] #5 heap_page_prune_and_freeze (params=params@entry=0x820ee6b38, presult=presult@entry=0x820ee68d4, off_l... [22:45:19.368] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x63a3c2205d8, buffer=buffer@entry=189, vmbuffer=... [22:45:19.368] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x63a3c3b45f8) at ../src/backend/acces... [22:45:19.368] #8 0x00000000006154db in heapgettup_pagemode (scan=0x63a3c3b45f8, dir=ForwardScanDirection, nkeys=0, key... [22:45:19.368] #9 0x0000000000615aea in heap_getnextslot (sscan=0x63a3c3b45f8, direction=6, slot=0x63a3c4643b8) at ../s... |
| core | [22:45:19.075] #0 0x000000082a7c801a in thr_kill () from /lib/libc.so.7 [22:45:19.075] #1 0x000000082a740a64 in raise () from /lib/libc.so.7 [22:45:19.075] #2 0x000000082a7f4a59 in abort () from /lib/libc.so.7 [22:45:19.075] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:19.075] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:19.075] #5 heap_page_prune_and_freeze (params=params@entry=0x8216789c8, presult=presult@entry=0x821678764, off_l... [22:45:19.075] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x18a858620c58, buffer=buffer@entry=189, vmbuffer... [22:45:19.075] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x18a8587b49b8) at ../src/backend/acce... [22:45:19.075] #8 0x00000000006154db in heapgettup_pagemode (scan=0x18a8587b49b8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:19.075] #9 0x0000000000615aea in heap_getnextslot (sscan=0x18a8587b49b8, direction=6, slot=0x18a8588643b8) at ..... |
| core | [22:45:18.780] #0 0x0000000829e9801a in thr_kill () from /lib/libc.so.7 [22:45:18.780] #1 0x0000000829e10a64 in raise () from /lib/libc.so.7 [22:45:18.780] #2 0x0000000829ec4a59 in abort () from /lib/libc.so.7 [22:45:18.780] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:18.780] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:18.780] #5 heap_page_prune_and_freeze (params=params@entry=0x820cf0738, presult=presult@entry=0x820cf04d4, off_l... [22:45:18.780] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x247320c200d8, buffer=buffer@entry=189, vmbuffer... [22:45:18.780] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x247320db4338) at ../src/backend/acce... [22:45:18.780] #8 0x00000000006154db in heapgettup_pagemode (scan=0x247320db4338, dir=ForwardScanDirection, nkeys=0, ke... [22:45:18.780] #9 0x0000000000615aea in heap_getnextslot (sscan=0x247320db4338, direction=6, slot=0x247320e643b8) at ..... |
| core | [22:45:18.479] #0 0x0000000829db201a in thr_kill () from /lib/libc.so.7 [22:45:18.479] #1 0x0000000829d2aa64 in raise () from /lib/libc.so.7 [22:45:18.479] #2 0x0000000829ddea59 in abort () from /lib/libc.so.7 [22:45:18.479] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:18.479] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:18.479] #5 heap_page_prune_and_freeze (params=params@entry=0x8218aa348, presult=presult@entry=0x8218aa0e4, off_l... [22:45:18.479] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x119da8c207d8, buffer=buffer@entry=189, vmbuffer... [22:45:18.479] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x119da8db4078) at ../src/backend/acce... [22:45:18.479] #8 0x00000000006154db in heapgettup_pagemode (scan=0x119da8db4078, dir=ForwardScanDirection, nkeys=0, ke... [22:45:18.479] #9 0x0000000000615aea in heap_getnextslot (sscan=0x119da8db4078, direction=6, slot=0x119da8e643b8) at ..... |
| core | [22:45:18.187] #0 0x000000082c32401a in thr_kill () from /lib/libc.so.7 [22:45:18.187] #1 0x000000082c29ca64 in raise () from /lib/libc.so.7 [22:45:18.187] #2 0x000000082c350a59 in abort () from /lib/libc.so.7 [22:45:18.187] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:18.187] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:18.187] #5 heap_page_prune_and_freeze (params=params@entry=0x8214acf38, presult=presult@entry=0x8214accd4, off_l... [22:45:18.187] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1ad0bee20bd8, buffer=buffer@entry=189, vmbuffer... [22:45:18.187] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1ad0befb4278) at ../src/backend/acce... [22:45:18.187] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1ad0befb4278, dir=ForwardScanDirection, nkeys=0, ke... [22:45:18.187] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1ad0befb4278, direction=6, slot=0x1ad0bf0643b8) at ..... |
| core | [22:45:17.896] #0 0x000000082b04501a in thr_kill () from /lib/libc.so.7 [22:45:17.896] #1 0x000000082afbda64 in raise () from /lib/libc.so.7 [22:45:17.896] #2 0x000000082b071a59 in abort () from /lib/libc.so.7 [22:45:17.896] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:17.896] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:17.896] #5 heap_page_prune_and_freeze (params=params@entry=0x8213ddd68, presult=presult@entry=0x8213ddb04, off_l... [22:45:17.896] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1fcc1901ff98, buffer=buffer@entry=189, vmbuffer... [22:45:17.896] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1fcc191adef8) at ../src/backend/acce... [22:45:17.896] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1fcc191adef8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:17.896] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1fcc191adef8, direction=6, slot=0x1fcc1925f3b8) at ..... |
| core | [22:45:17.606] #0 0x000000082c41201a in thr_kill () from /lib/libc.so.7 [22:45:17.606] #1 0x000000082c38aa64 in raise () from /lib/libc.so.7 [22:45:17.606] #2 0x000000082c43ea59 in abort () from /lib/libc.so.7 [22:45:17.606] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:17.606] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:17.606] #5 heap_page_prune_and_freeze (params=params@entry=0x821b62838, presult=presult@entry=0x821b625d4, off_l... [22:45:17.606] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x3d7142220458, buffer=buffer@entry=189, vmbuffer... [22:45:17.606] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x3d71423b4338) at ../src/backend/acce... [22:45:17.606] #8 0x00000000006154db in heapgettup_pagemode (scan=0x3d71423b4338, dir=ForwardScanDirection, nkeys=0, ke... [22:45:17.606] #9 0x0000000000615aea in heap_getnextslot (sscan=0x3d71423b4338, direction=6, slot=0x3d71424643b8) at ..... |
| core | [22:45:17.316] #0 0x000000082b1a001a in thr_kill () from /lib/libc.so.7 [22:45:17.316] #1 0x000000082b118a64 in raise () from /lib/libc.so.7 [22:45:17.316] #2 0x000000082b1cca59 in abort () from /lib/libc.so.7 [22:45:17.316] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:17.316] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:17.316] #5 heap_page_prune_and_freeze (params=params@entry=0x821a81358, presult=presult@entry=0x821a810f4, off_l... [22:45:17.316] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x35a450e20c58, buffer=buffer@entry=189, vmbuffer... [22:45:17.316] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x35a450fb4a78) at ../src/backend/acce... [22:45:17.316] #8 0x00000000006154db in heapgettup_pagemode (scan=0x35a450fb4a78, dir=ForwardScanDirection, nkeys=0, ke... [22:45:17.316] #9 0x0000000000615aea in heap_getnextslot (sscan=0x35a450fb4a78, direction=6, slot=0x35a4510643b8) at ..... |
| core | [22:45:17.025] #0 0x000000082925a01a in thr_kill () from /lib/libc.so.7 [22:45:17.025] #1 0x00000008291d2a64 in raise () from /lib/libc.so.7 [22:45:17.025] #2 0x0000000829286a59 in abort () from /lib/libc.so.7 [22:45:17.025] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:17.025] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:17.025] #5 heap_page_prune_and_freeze (params=params@entry=0x8219d9f18, presult=presult@entry=0x8219d9cb4, off_l... [22:45:17.025] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2d2528e20898, buffer=buffer@entry=189, vmbuffer... [22:45:17.025] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2d2528fb40f8) at ../src/backend/acce... [22:45:17.025] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2d2528fb40f8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:17.025] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2d2528fb40f8, direction=6, slot=0x2d25290643b8) at ..... |
| core | [22:45:16.739] #0 0x000000082c83801a in thr_kill () from /lib/libc.so.7 [22:45:16.739] #1 0x000000082c7b0a64 in raise () from /lib/libc.so.7 [22:45:16.739] #2 0x000000082c864a59 in abort () from /lib/libc.so.7 [22:45:16.739] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:16.739] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:16.739] #5 heap_page_prune_and_freeze (params=params@entry=0x820dfae58, presult=presult@entry=0x820dfabf4, off_l... [22:45:16.739] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0xaf9e22200d8, buffer=buffer@entry=189, vmbuffer=... [22:45:16.739] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0xaf9e23b44f8) at ../src/backend/acces... [22:45:16.739] #8 0x00000000006154db in heapgettup_pagemode (scan=0xaf9e23b44f8, dir=ForwardScanDirection, nkeys=0, key... [22:45:16.739] #9 0x0000000000615aea in heap_getnextslot (sscan=0xaf9e23b44f8, direction=6, slot=0xaf9e24643b8) at ../s... |
| core | [22:45:16.438] #0 0x000000082b75401a in thr_kill () from /lib/libc.so.7 [22:45:16.438] #1 0x000000082b6cca64 in raise () from /lib/libc.so.7 [22:45:16.438] #2 0x000000082b780a59 in abort () from /lib/libc.so.7 [22:45:16.438] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:16.438] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:16.438] #5 heap_page_prune_and_freeze (params=params@entry=0x8216ee958, presult=presult@entry=0x8216ee6f4, off_l... [22:45:16.438] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x114886a20398, buffer=buffer@entry=189, vmbuffer... [22:45:16.438] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x114886bb47b8) at ../src/backend/acce... [22:45:16.438] #8 0x00000000006154db in heapgettup_pagemode (scan=0x114886bb47b8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:16.438] #9 0x0000000000615aea in heap_getnextslot (sscan=0x114886bb47b8, direction=6, slot=0x114886c643b8) at ..... |
| core | [22:45:16.147] #0 0x000000082c6ad01a in thr_kill () from /lib/libc.so.7 [22:45:16.147] #1 0x000000082c625a64 in raise () from /lib/libc.so.7 [22:45:16.147] #2 0x000000082c6d9a59 in abort () from /lib/libc.so.7 [22:45:16.147] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:16.147] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:16.147] #5 heap_page_prune_and_freeze (params=params@entry=0x8210c2138, presult=presult@entry=0x8210c1ed4, off_l... [22:45:16.147] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x176708c20558, buffer=buffer@entry=189, vmbuffer... [22:45:16.147] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x176708db40b8) at ../src/backend/acce... [22:45:16.147] #8 0x00000000006154db in heapgettup_pagemode (scan=0x176708db40b8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:16.147] #9 0x0000000000615aea in heap_getnextslot (sscan=0x176708db40b8, direction=6, slot=0x176708e643b8) at ..... |
| core | [22:45:15.848] #0 0x000000082b80a01a in thr_kill () from /lib/libc.so.7 [22:45:15.848] #1 0x000000082b782a64 in raise () from /lib/libc.so.7 [22:45:15.848] #2 0x000000082b836a59 in abort () from /lib/libc.so.7 [22:45:15.848] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:15.848] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:15.848] #5 heap_page_prune_and_freeze (params=params@entry=0x821a8f658, presult=presult@entry=0x821a8f3f4, off_l... [22:45:15.848] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1000498207d8, buffer=buffer@entry=189, vmbuffer... [22:45:15.848] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1000499b4478) at ../src/backend/acce... [22:45:15.848] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1000499b4478, dir=ForwardScanDirection, nkeys=0, ke... [22:45:15.848] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1000499b4478, direction=6, slot=0x100049a643b8) at ..... |
| core | [22:45:15.544] #0 0x000000082b84f01a in thr_kill () from /lib/libc.so.7 [22:45:15.544] #1 0x000000082b7c7a64 in raise () from /lib/libc.so.7 [22:45:15.544] #2 0x000000082b87ba59 in abort () from /lib/libc.so.7 [22:45:15.544] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:15.544] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:15.544] #5 heap_page_prune_and_freeze (params=params@entry=0x8214d55a8, presult=presult@entry=0x8214d5344, off_l... [22:45:15.544] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1b582de20758, buffer=buffer@entry=189, vmbuffer... [22:45:15.544] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1b582dfb3eb8) at ../src/backend/acce... [22:45:15.544] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1b582dfb3eb8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:15.544] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1b582dfb3eb8, direction=6, slot=0x1b582e0643b8) at ..... |
| core | [22:45:15.249] #0 0x000000082b63501a in thr_kill () from /lib/libc.so.7 [22:45:15.249] #1 0x000000082b5ada64 in raise () from /lib/libc.so.7 [22:45:15.249] #2 0x000000082b661a59 in abort () from /lib/libc.so.7 [22:45:15.249] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:15.249] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:15.249] #5 heap_page_prune_and_freeze (params=params@entry=0x821221d98, presult=presult@entry=0x821221b34, off_l... [22:45:15.249] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x26ffdb8205d8, buffer=buffer@entry=189, vmbuffer... [22:45:15.249] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x26ffdb9b4b38) at ../src/backend/acce... [22:45:15.249] #8 0x00000000006154db in heapgettup_pagemode (scan=0x26ffdb9b4b38, dir=ForwardScanDirection, nkeys=0, ke... [22:45:15.249] #9 0x0000000000615aea in heap_getnextslot (sscan=0x26ffdb9b4b38, direction=6, slot=0x26ffdba643b8) at ..... |
| core | [22:45:14.959] #0 0x000000082d20701a in thr_kill () from /lib/libc.so.7 [22:45:14.959] #1 0x000000082d17fa64 in raise () from /lib/libc.so.7 [22:45:14.959] #2 0x000000082d233a59 in abort () from /lib/libc.so.7 [22:45:14.959] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:14.959] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:14.959] #5 heap_page_prune_and_freeze (params=params@entry=0x82129fb28, presult=presult@entry=0x82129f8c4, off_l... [22:45:14.959] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1a93d2e207d8, buffer=buffer@entry=189, vmbuffer... [22:45:14.959] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1a93d2fb4438) at ../src/backend/acce... [22:45:14.959] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1a93d2fb4438, dir=ForwardScanDirection, nkeys=0, ke... [22:45:14.959] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1a93d2fb4438, direction=6, slot=0x1a93d30643b8) at ..... |
| core | [22:45:14.668] #0 0x0000000829f5d01a in thr_kill () from /lib/libc.so.7 [22:45:14.668] #1 0x0000000829ed5a64 in raise () from /lib/libc.so.7 [22:45:14.668] #2 0x0000000829f89a59 in abort () from /lib/libc.so.7 [22:45:14.668] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:14.668] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:14.668] #5 heap_page_prune_and_freeze (params=params@entry=0x8219a5cb8, presult=presult@entry=0x8219a5a54, off_l... [22:45:14.668] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x17cb12020558, buffer=buffer@entry=189, vmbuffer... [22:45:14.668] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x17cb121b41b8) at ../src/backend/acce... [22:45:14.668] #8 0x00000000006154db in heapgettup_pagemode (scan=0x17cb121b41b8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:14.668] #9 0x0000000000615aea in heap_getnextslot (sscan=0x17cb121b41b8, direction=6, slot=0x17cb122643b8) at ..... |
| core | [22:45:14.375] #0 0x000000082daa801a in thr_kill () from /lib/libc.so.7 [22:45:14.375] #1 0x000000082da20a64 in raise () from /lib/libc.so.7 [22:45:14.375] #2 0x000000082dad4a59 in abort () from /lib/libc.so.7 [22:45:14.375] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:14.375] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:14.375] #5 heap_page_prune_and_freeze (params=params@entry=0x8213f32d8, presult=presult@entry=0x8213f3074, off_l... [22:45:14.375] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x222eec020198, buffer=buffer@entry=189, vmbuffer... [22:45:14.375] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x222eec1b44b8) at ../src/backend/acce... [22:45:14.375] #8 0x00000000006154db in heapgettup_pagemode (scan=0x222eec1b44b8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:14.375] #9 0x0000000000615aea in heap_getnextslot (sscan=0x222eec1b44b8, direction=6, slot=0x222eec2643b8) at ..... |
| core | [22:45:14.083] #0 0x000000082d14101a in thr_kill () from /lib/libc.so.7 [22:45:14.083] #1 0x000000082d0b9a64 in raise () from /lib/libc.so.7 [22:45:14.083] #2 0x000000082d16da59 in abort () from /lib/libc.so.7 [22:45:14.083] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:14.083] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:14.083] #5 heap_page_prune_and_freeze (params=params@entry=0x8213725e8, presult=presult@entry=0x821372384, off_l... [22:45:14.083] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x35481f220498, buffer=buffer@entry=189, vmbuffer... [22:45:14.083] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x35481f3b3ff8) at ../src/backend/acce... [22:45:14.083] #8 0x00000000006154db in heapgettup_pagemode (scan=0x35481f3b3ff8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:14.083] #9 0x0000000000615aea in heap_getnextslot (sscan=0x35481f3b3ff8, direction=6, slot=0x35481f4643b8) at ..... |
| core | [22:45:13.796] #0 0x00000008291a301a in thr_kill () from /lib/libc.so.7 [22:45:13.796] #1 0x000000082911ba64 in raise () from /lib/libc.so.7 [22:45:13.796] #2 0x00000008291cfa59 in abort () from /lib/libc.so.7 [22:45:13.796] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:13.796] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:13.796] #5 heap_page_prune_and_freeze (params=params@entry=0x8212ce428, presult=presult@entry=0x8212ce1c4, off_l... [22:45:13.796] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2ca18421ff98, buffer=buffer@entry=189, vmbuffer... [22:45:13.796] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2ca1843b4438) at ../src/backend/acce... [22:45:13.796] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2ca1843b4438, dir=ForwardScanDirection, nkeys=0, ke... [22:45:13.796] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2ca1843b4438, direction=6, slot=0x2ca1844643b8) at ..... |
| core | [22:45:13.495] #0 0x000000082c3d801a in thr_kill () from /lib/libc.so.7 [22:45:13.495] #1 0x000000082c350a64 in raise () from /lib/libc.so.7 [22:45:13.495] #2 0x000000082c404a59 in abort () from /lib/libc.so.7 [22:45:13.495] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:13.495] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:13.495] #5 heap_page_prune_and_freeze (params=params@entry=0x821170458, presult=presult@entry=0x8211701f4, off_l... [22:45:13.495] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1ce1f3420858, buffer=buffer@entry=189, vmbuffer... [22:45:13.495] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1ce1f35b4978) at ../src/backend/acce... [22:45:13.495] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1ce1f35b4978, dir=ForwardScanDirection, nkeys=0, ke... [22:45:13.495] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1ce1f35b4978, direction=6, slot=0x1ce1f36643b8) at ..... |
| core | [22:45:13.207] #0 0x000000082b73d01a in thr_kill () from /lib/libc.so.7 [22:45:13.207] #1 0x000000082b6b5a64 in raise () from /lib/libc.so.7 [22:45:13.207] #2 0x000000082b769a59 in abort () from /lib/libc.so.7 [22:45:13.207] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:13.207] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:13.207] #5 heap_page_prune_and_freeze (params=params@entry=0x820d91bb8, presult=presult@entry=0x820d91954, off_l... [22:45:13.207] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2bc4d1c20ed8, buffer=buffer@entry=189, vmbuffer... [22:45:13.207] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2bc4d1db3e78) at ../src/backend/acce... [22:45:13.207] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2bc4d1db3e78, dir=ForwardScanDirection, nkeys=0, ke... [22:45:13.207] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2bc4d1db3e78, direction=6, slot=0x2bc4d1e643b8) at ..... |
| core | [22:45:12.914] #0 0x00000008297d201a in thr_kill () from /lib/libc.so.7 [22:45:12.914] #1 0x000000082974aa64 in raise () from /lib/libc.so.7 [22:45:12.914] #2 0x00000008297fea59 in abort () from /lib/libc.so.7 [22:45:12.914] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:12.914] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:12.914] #5 heap_page_prune_and_freeze (params=params@entry=0x8219944b8, presult=presult@entry=0x821994254, off_l... [22:45:12.914] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x363b9c820118, buffer=buffer@entry=189, vmbuffer... [22:45:12.914] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x363b9c9b3e78) at ../src/backend/acce... [22:45:12.914] #8 0x00000000006154db in heapgettup_pagemode (scan=0x363b9c9b3e78, dir=ForwardScanDirection, nkeys=0, ke... [22:45:12.914] #9 0x0000000000615aea in heap_getnextslot (sscan=0x363b9c9b3e78, direction=6, slot=0x363b9ca643b8) at ..... |
| core | [22:45:12.615] #0 0x000000082c7e701a in thr_kill () from /lib/libc.so.7 [22:45:12.615] #1 0x000000082c75fa64 in raise () from /lib/libc.so.7 [22:45:12.615] #2 0x000000082c813a59 in abort () from /lib/libc.so.7 [22:45:12.615] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:12.615] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:12.615] #5 heap_page_prune_and_freeze (params=params@entry=0x821839008, presult=presult@entry=0x821838da4, off_l... [22:45:12.615] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1a4b4420198, buffer=buffer@entry=189, vmbuffer=... [22:45:12.615] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1a4b45ae738) at ../src/backend/acces... [22:45:12.615] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1a4b45ae738, dir=ForwardScanDirection, nkeys=0, key... [22:45:12.615] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1a4b45ae738, direction=6, slot=0x1a4b465f3b8) at ../s... |
| core | [22:45:12.311] #0 0x000000082c77801a in thr_kill () from /lib/libc.so.7 [22:45:12.311] #1 0x000000082c6f0a64 in raise () from /lib/libc.so.7 [22:45:12.311] #2 0x000000082c7a4a59 in abort () from /lib/libc.so.7 [22:45:12.311] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:12.311] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:12.311] #5 heap_page_prune_and_freeze (params=params@entry=0x820fb0018, presult=presult@entry=0x820fafdb4, off_l... [22:45:12.311] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x38b73be20658, buffer=buffer@entry=189, vmbuffer... [22:45:12.311] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x38b73bfb3fb8) at ../src/backend/acce... [22:45:12.311] #8 0x00000000006154db in heapgettup_pagemode (scan=0x38b73bfb3fb8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:12.311] #9 0x0000000000615aea in heap_getnextslot (sscan=0x38b73bfb3fb8, direction=6, slot=0x38b73c0643b8) at ..... |
| core | [22:45:12.016] #0 0x000000082b45401a in thr_kill () from /lib/libc.so.7 [22:45:12.016] #1 0x000000082b3cca64 in raise () from /lib/libc.so.7 [22:45:12.016] #2 0x000000082b480a59 in abort () from /lib/libc.so.7 [22:45:12.016] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:12.016] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:12.016] #5 heap_page_prune_and_freeze (params=params@entry=0x821645108, presult=presult@entry=0x821644ea4, off_l... [22:45:12.016] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x399305e20b18, buffer=buffer@entry=189, vmbuffer... [22:45:12.016] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x399305fb41b8) at ../src/backend/acce... [22:45:12.016] #8 0x00000000006154db in heapgettup_pagemode (scan=0x399305fb41b8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:12.016] #9 0x0000000000615aea in heap_getnextslot (sscan=0x399305fb41b8, direction=6, slot=0x3993060643b8) at ..... |
| core | [22:45:11.720] #0 0x000000082b71701a in thr_kill () from /lib/libc.so.7 [22:45:11.720] #1 0x000000082b68fa64 in raise () from /lib/libc.so.7 [22:45:11.720] #2 0x000000082b743a59 in abort () from /lib/libc.so.7 [22:45:11.720] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:11.720] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:11.720] #5 heap_page_prune_and_freeze (params=params@entry=0x821195ff8, presult=presult@entry=0x821195d94, off_l... [22:45:11.720] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2fe94220358, buffer=buffer@entry=189, vmbuffer=... [22:45:11.720] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2fe943b4838) at ../src/backend/acces... [22:45:11.720] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2fe943b4838, dir=ForwardScanDirection, nkeys=0, key... [22:45:11.720] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2fe943b4838, direction=6, slot=0x2fe944643b8) at ../s... |
| core | [22:45:11.420] #0 0x000000082ab3b01a in thr_kill () from /lib/libc.so.7 [22:45:11.420] #1 0x000000082aab3a64 in raise () from /lib/libc.so.7 [22:45:11.420] #2 0x000000082ab67a59 in abort () from /lib/libc.so.7 [22:45:11.420] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:11.420] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:11.420] #5 heap_page_prune_and_freeze (params=params@entry=0x820d32c68, presult=presult@entry=0x820d32a04, off_l... [22:45:11.420] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1d157b420a18, buffer=buffer@entry=189, vmbuffer... [22:45:11.420] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1d157b5b4978) at ../src/backend/acce... [22:45:11.420] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1d157b5b4978, dir=ForwardScanDirection, nkeys=0, ke... [22:45:11.420] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1d157b5b4978, direction=6, slot=0x1d157b6643b8) at ..... |
| core | [22:45:11.130] #0 0x000000082cabd01a in thr_kill () from /lib/libc.so.7 [22:45:11.130] #1 0x000000082ca35a64 in raise () from /lib/libc.so.7 [22:45:11.130] #2 0x000000082cae9a59 in abort () from /lib/libc.so.7 [22:45:11.130] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:11.130] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:11.130] #5 heap_page_prune_and_freeze (params=params@entry=0x821b1fe98, presult=presult@entry=0x821b1fc34, off_l... [22:45:11.130] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x100336220dd8, buffer=buffer@entry=189, vmbuffer... [22:45:11.130] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1003363ae7b8) at ../src/backend/acce... [22:45:11.130] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1003363ae7b8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:11.130] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1003363ae7b8, direction=6, slot=0x10033645f3b8) at ..... |
| core | [22:45:10.840] #0 0x000000082cc0c01a in thr_kill () from /lib/libc.so.7 [22:45:10.840] #1 0x000000082cb84a64 in raise () from /lib/libc.so.7 [22:45:10.840] #2 0x000000082cc38a59 in abort () from /lib/libc.so.7 [22:45:10.840] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:10.840] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:10.840] #5 heap_page_prune_and_freeze (params=params@entry=0x82180e888, presult=presult@entry=0x82180e624, off_l... [22:45:10.840] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0xf3c11c20e18, buffer=buffer@entry=189, vmbuffer=... [22:45:10.840] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0xf3c11dae178) at ../src/backend/acces... [22:45:10.840] #8 0x00000000006154db in heapgettup_pagemode (scan=0xf3c11dae178, dir=ForwardScanDirection, nkeys=0, key... [22:45:10.840] #9 0x0000000000615aea in heap_getnextslot (sscan=0xf3c11dae178, direction=6, slot=0xf3c11e5f3b8) at ../s... |
| core | [22:45:10.549] #0 0x000000082c5e601a in thr_kill () from /lib/libc.so.7 [22:45:10.549] #1 0x000000082c55ea64 in raise () from /lib/libc.so.7 [22:45:10.549] #2 0x000000082c612a59 in abort () from /lib/libc.so.7 [22:45:10.549] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:10.549] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:10.549] #5 heap_page_prune_and_freeze (params=params@entry=0x820e6fb18, presult=presult@entry=0x820e6f8b4, off_l... [22:45:10.549] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0xdc974c20298, buffer=buffer@entry=189, vmbuffer=... [22:45:10.549] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0xdc974db46f8) at ../src/backend/acces... [22:45:10.549] #8 0x00000000006154db in heapgettup_pagemode (scan=0xdc974db46f8, dir=ForwardScanDirection, nkeys=0, key... [22:45:10.549] #9 0x0000000000615aea in heap_getnextslot (sscan=0xdc974db46f8, direction=6, slot=0xdc974e643b8) at ../s... |
| core | [22:45:10.260] #0 0x000000082b17601a in thr_kill () from /lib/libc.so.7 [22:45:10.260] #1 0x000000082b0eea64 in raise () from /lib/libc.so.7 [22:45:10.260] #2 0x000000082b1a2a59 in abort () from /lib/libc.so.7 [22:45:10.260] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:10.260] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:10.260] #5 heap_page_prune_and_freeze (params=params@entry=0x82188cca8, presult=presult@entry=0x82188ca44, off_l... [22:45:10.260] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0xf474bc20c18, buffer=buffer@entry=189, vmbuffer=... [22:45:10.260] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0xf474bdadef8) at ../src/backend/acces... [22:45:10.260] #8 0x00000000006154db in heapgettup_pagemode (scan=0xf474bdadef8, dir=ForwardScanDirection, nkeys=0, key... [22:45:10.260] #9 0x0000000000615aea in heap_getnextslot (sscan=0xf474bdadef8, direction=6, slot=0xf474be5f3b8) at ../s... |
| core | [22:45:09.969] #0 0x000000082b58301a in thr_kill () from /lib/libc.so.7 [22:45:09.969] #1 0x000000082b4fba64 in raise () from /lib/libc.so.7 [22:45:09.969] #2 0x000000082b5afa59 in abort () from /lib/libc.so.7 [22:45:09.969] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:09.969] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:09.969] #5 heap_page_prune_and_freeze (params=params@entry=0x8217ce628, presult=presult@entry=0x8217ce3c4, off_l... [22:45:09.969] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x198b2e6208d8, buffer=buffer@entry=189, vmbuffer... [22:45:09.969] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x198b2e7b41f8) at ../src/backend/acce... [22:45:09.969] #8 0x00000000006154db in heapgettup_pagemode (scan=0x198b2e7b41f8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:09.969] #9 0x0000000000615aea in heap_getnextslot (sscan=0x198b2e7b41f8, direction=6, slot=0x198b2e8d13b8) at ..... |
| core | [22:45:09.672] #0 0x000000082c28e01a in thr_kill () from /lib/libc.so.7 [22:45:09.672] #1 0x000000082c206a64 in raise () from /lib/libc.so.7 [22:45:09.672] #2 0x000000082c2baa59 in abort () from /lib/libc.so.7 [22:45:09.672] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:09.672] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:09.672] #5 heap_page_prune_and_freeze (params=params@entry=0x821541998, presult=presult@entry=0x821541734, off_l... [22:45:09.672] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x176316e20798, buffer=buffer@entry=189, vmbuffer... [22:45:09.672] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x176316fb4338) at ../src/backend/acce... [22:45:09.672] #8 0x00000000006154db in heapgettup_pagemode (scan=0x176316fb4338, dir=ForwardScanDirection, nkeys=0, ke... [22:45:09.672] #9 0x0000000000615aea in heap_getnextslot (sscan=0x176316fb4338, direction=6, slot=0x1763170643b8) at ..... |
| core | [22:45:09.379] #0 0x000000082c08201a in thr_kill () from /lib/libc.so.7 [22:45:09.379] #1 0x000000082bffaa64 in raise () from /lib/libc.so.7 [22:45:09.379] #2 0x000000082c0aea59 in abort () from /lib/libc.so.7 [22:45:09.379] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:09.379] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:09.379] #5 heap_page_prune_and_freeze (params=params@entry=0x821a4cd98, presult=presult@entry=0x821a4cb34, off_l... [22:45:09.379] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2c5e37c201d8, buffer=buffer@entry=189, vmbuffer... [22:45:09.379] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2c5e37dae1f8) at ../src/backend/acce... [22:45:09.379] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2c5e37dae1f8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:09.379] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2c5e37dae1f8, direction=6, slot=0x2c5e37e5f3b8) at ..... |
| core | [22:45:09.081] #0 0x000000082cf5601a in thr_kill () from /lib/libc.so.7 [22:45:09.081] #1 0x000000082cecea64 in raise () from /lib/libc.so.7 [22:45:09.081] #2 0x000000082cf82a59 in abort () from /lib/libc.so.7 [22:45:09.081] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:09.081] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:09.081] #5 heap_page_prune_and_freeze (params=params@entry=0x821374408, presult=presult@entry=0x8213741a4, off_l... [22:45:09.081] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x17c5a7020498, buffer=buffer@entry=189, vmbuffer... [22:45:09.081] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x17c5a71ae4f8) at ../src/backend/acce... [22:45:09.081] #8 0x00000000006154db in heapgettup_pagemode (scan=0x17c5a71ae4f8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:09.081] #9 0x0000000000615aea in heap_getnextslot (sscan=0x17c5a71ae4f8, direction=6, slot=0x17c5a725f3b8) at ..... |
| core | [22:45:08.786] #0 0x000000082a45101a in thr_kill () from /lib/libc.so.7 [22:45:08.786] #1 0x000000082a3c9a64 in raise () from /lib/libc.so.7 [22:45:08.786] #2 0x000000082a47da59 in abort () from /lib/libc.so.7 [22:45:08.786] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:08.786] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:08.786] #5 heap_page_prune_and_freeze (params=params@entry=0x82178c568, presult=presult@entry=0x82178c304, off_l... [22:45:08.786] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x126cd0a20098, buffer=buffer@entry=189, vmbuffer... [22:45:08.786] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x126cd0bb4638) at ../src/backend/acce... [22:45:08.786] #8 0x00000000006154db in heapgettup_pagemode (scan=0x126cd0bb4638, dir=ForwardScanDirection, nkeys=0, ke... [22:45:08.786] #9 0x0000000000615aea in heap_getnextslot (sscan=0x126cd0bb4638, direction=6, slot=0x126cd0c643b8) at ..... |
| core | [22:45:08.492] #0 0x000000082c80001a in thr_kill () from /lib/libc.so.7 [22:45:08.492] #1 0x000000082c778a64 in raise () from /lib/libc.so.7 [22:45:08.492] #2 0x000000082c82ca59 in abort () from /lib/libc.so.7 [22:45:08.492] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:08.492] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:08.492] #5 heap_page_prune_and_freeze (params=params@entry=0x821aac738, presult=presult@entry=0x821aac4d4, off_l... [22:45:08.492] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x20c84e620318, buffer=buffer@entry=189, vmbuffer... [22:45:08.492] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x20c84e7b4ab8) at ../src/backend/acce... [22:45:08.492] #8 0x00000000006154db in heapgettup_pagemode (scan=0x20c84e7b4ab8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:08.492] #9 0x0000000000615aea in heap_getnextslot (sscan=0x20c84e7b4ab8, direction=6, slot=0x20c84e8d53b8) at ..... |
| core | [22:45:08.204] #0 0x000000082b23301a in thr_kill () from /lib/libc.so.7 [22:45:08.204] #1 0x000000082b1aba64 in raise () from /lib/libc.so.7 [22:45:08.204] #2 0x000000082b25fa59 in abort () from /lib/libc.so.7 [22:45:08.204] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:08.204] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:08.204] #5 heap_page_prune_and_freeze (params=params@entry=0x821aed0a8, presult=presult@entry=0x821aece44, off_l... [22:45:08.204] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x8ace9820418, buffer=buffer@entry=189, vmbuffer=... [22:45:08.204] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x8ace99ae4b8) at ../src/backend/acces... [22:45:08.204] #8 0x00000000006154db in heapgettup_pagemode (scan=0x8ace99ae4b8, dir=ForwardScanDirection, nkeys=0, key... [22:45:08.204] #9 0x0000000000615aea in heap_getnextslot (sscan=0x8ace99ae4b8, direction=6, slot=0x8ace9a5f3b8) at ../s... |
| core | [22:45:07.918] #0 0x000000082a07201a in thr_kill () from /lib/libc.so.7 [22:45:07.918] #1 0x0000000829feaa64 in raise () from /lib/libc.so.7 [22:45:07.918] #2 0x000000082a09ea59 in abort () from /lib/libc.so.7 [22:45:07.918] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:07.918] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:07.918] #5 heap_page_prune_and_freeze (params=params@entry=0x820e18eb8, presult=presult@entry=0x820e18c54, off_l... [22:45:07.918] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x170803020198, buffer=buffer@entry=189, vmbuffer... [22:45:07.918] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1708031b4af8) at ../src/backend/acce... [22:45:07.918] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1708031b4af8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:07.918] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1708031b4af8, direction=6, slot=0x1708032d53b8) at ..... |
| core | [22:45:07.630] #0 0x000000082c71001a in thr_kill () from /lib/libc.so.7 [22:45:07.630] #1 0x000000082c688a64 in raise () from /lib/libc.so.7 [22:45:07.630] #2 0x000000082c73ca59 in abort () from /lib/libc.so.7 [22:45:07.630] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:07.630] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:07.630] #5 heap_page_prune_and_freeze (params=params@entry=0x82138e4b8, presult=presult@entry=0x82138e254, off_l... [22:45:07.630] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x31d2eba20f58, buffer=buffer@entry=189, vmbuffer... [22:45:07.630] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x31d2ebbae978) at ../src/backend/acce... [22:45:07.630] #8 0x00000000006154db in heapgettup_pagemode (scan=0x31d2ebbae978, dir=ForwardScanDirection, nkeys=0, ke... [22:45:07.630] #9 0x0000000000615aea in heap_getnextslot (sscan=0x31d2ebbae978, direction=6, slot=0x31d2ebc5f3b8) at ..... |
| core | [22:45:07.333] #0 0x000000082d52301a in thr_kill () from /lib/libc.so.7 [22:45:07.333] #1 0x000000082d49ba64 in raise () from /lib/libc.so.7 [22:45:07.333] #2 0x000000082d54fa59 in abort () from /lib/libc.so.7 [22:45:07.333] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:07.333] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:07.333] #5 heap_page_prune_and_freeze (params=params@entry=0x821820118, presult=presult@entry=0x82181feb4, off_l... [22:45:07.333] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1858af620c58, buffer=buffer@entry=189, vmbuffer... [22:45:07.333] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1858af7b4a78) at ../src/backend/acce... [22:45:07.333] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1858af7b4a78, dir=ForwardScanDirection, nkeys=0, ke... [22:45:07.333] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1858af7b4a78, direction=6, slot=0x1858af8d53b8) at ..... |
| core | [22:45:07.033] #0 0x000000082d57e01a in thr_kill () from /lib/libc.so.7 [22:45:07.033] #1 0x000000082d4f6a64 in raise () from /lib/libc.so.7 [22:45:07.033] #2 0x000000082d5aaa59 in abort () from /lib/libc.so.7 [22:45:07.033] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:07.033] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:07.033] #5 heap_page_prune_and_freeze (params=params@entry=0x820c9ade8, presult=presult@entry=0x820c9ab84, off_l... [22:45:07.033] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x89aa0220ad8, buffer=buffer@entry=189, vmbuffer=... [22:45:07.033] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x89aa03ade38) at ../src/backend/acces... [22:45:07.033] #8 0x00000000006154db in heapgettup_pagemode (scan=0x89aa03ade38, dir=ForwardScanDirection, nkeys=0, key... [22:45:07.033] #9 0x0000000000615aea in heap_getnextslot (sscan=0x89aa03ade38, direction=6, slot=0x89aa045f3b8) at ../s... |
| core | [22:45:06.737] #0 0x000000082c69301a in thr_kill () from /lib/libc.so.7 [22:45:06.737] #1 0x000000082c60ba64 in raise () from /lib/libc.so.7 [22:45:06.737] #2 0x000000082c6bfa59 in abort () from /lib/libc.so.7 [22:45:06.737] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:06.737] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:06.737] #5 heap_page_prune_and_freeze (params=params@entry=0x820cd6818, presult=presult@entry=0x820cd65b4, off_l... [22:45:06.737] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x9ec91020098, buffer=buffer@entry=189, vmbuffer=... [22:45:06.737] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x9ec911ade38) at ../src/backend/acces... [22:45:06.737] #8 0x00000000006154db in heapgettup_pagemode (scan=0x9ec911ade38, dir=ForwardScanDirection, nkeys=0, key... [22:45:06.737] #9 0x0000000000615aea in heap_getnextslot (sscan=0x9ec911ade38, direction=6, slot=0x9ec9125f3b8) at ../s... |
| core | [22:45:06.442] #0 0x000000082d4b401a in thr_kill () from /lib/libc.so.7 [22:45:06.442] #1 0x000000082d42ca64 in raise () from /lib/libc.so.7 [22:45:06.442] #2 0x000000082d4e0a59 in abort () from /lib/libc.so.7 [22:45:06.442] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:06.442] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:06.442] #5 heap_page_prune_and_freeze (params=params@entry=0x821737298, presult=presult@entry=0x821737034, off_l... [22:45:06.442] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x179709620418, buffer=buffer@entry=189, vmbuffer... [22:45:06.442] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1797097b4338) at ../src/backend/acce... [22:45:06.442] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1797097b4338, dir=ForwardScanDirection, nkeys=0, ke... [22:45:06.442] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1797097b4338, direction=6, slot=0x1797098643b8) at ..... |
| core | [22:45:06.145] #0 0x000000082cde301a in thr_kill () from /lib/libc.so.7 [22:45:06.145] #1 0x000000082cd5ba64 in raise () from /lib/libc.so.7 [22:45:06.145] #2 0x000000082ce0fa59 in abort () from /lib/libc.so.7 [22:45:06.145] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:06.145] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:06.145] #5 heap_page_prune_and_freeze (params=params@entry=0x820f16508, presult=presult@entry=0x820f162a4, off_l... [22:45:06.145] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x168eda020b58, buffer=buffer@entry=189, vmbuffer... [22:45:06.145] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x168eda1ae278) at ../src/backend/acce... [22:45:06.145] #8 0x00000000006154db in heapgettup_pagemode (scan=0x168eda1ae278, dir=ForwardScanDirection, nkeys=0, ke... [22:45:06.145] #9 0x0000000000615aea in heap_getnextslot (sscan=0x168eda1ae278, direction=6, slot=0x168eda25f3b8) at ..... |
| core | [22:45:05.852] #0 0x000000082ca7f01a in thr_kill () from /lib/libc.so.7 [22:45:05.852] #1 0x000000082c9f7a64 in raise () from /lib/libc.so.7 [22:45:05.852] #2 0x000000082caaba59 in abort () from /lib/libc.so.7 [22:45:05.852] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:05.852] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:05.852] #5 heap_page_prune_and_freeze (params=params@entry=0x820fe0148, presult=presult@entry=0x820fdfee4, off_l... [22:45:05.852] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1c49ea620a98, buffer=buffer@entry=189, vmbuffer... [22:45:05.852] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1c49ea7ade78) at ../src/backend/acce... [22:45:05.852] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1c49ea7ade78, dir=ForwardScanDirection, nkeys=0, ke... [22:45:05.852] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1c49ea7ade78, direction=6, slot=0x1c49ea85f3b8) at ..... |
| core | [22:45:05.554] #0 0x000000082d06e01a in thr_kill () from /lib/libc.so.7 [22:45:05.554] #1 0x000000082cfe6a64 in raise () from /lib/libc.so.7 [22:45:05.554] #2 0x000000082d09aa59 in abort () from /lib/libc.so.7 [22:45:05.554] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:05.554] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:05.554] #5 heap_page_prune_and_freeze (params=params@entry=0x820c46e68, presult=presult@entry=0x820c46c04, off_l... [22:45:05.554] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2e5af6c20b98, buffer=buffer@entry=189, vmbuffer... [22:45:05.554] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2e5af6db4cb8) at ../src/backend/acce... [22:45:05.554] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2e5af6db4cb8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:05.554] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2e5af6db4cb8, direction=6, slot=0x2e5af6e643b8) at ..... |
| core | [22:45:05.260] #0 0x000000082daea01a in thr_kill () from /lib/libc.so.7 [22:45:05.260] #1 0x000000082da62a64 in raise () from /lib/libc.so.7 [22:45:05.260] #2 0x000000082db16a59 in abort () from /lib/libc.so.7 [22:45:05.260] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:05.260] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:05.260] #5 heap_page_prune_and_freeze (params=params@entry=0x821503d48, presult=presult@entry=0x821503ae4, off_l... [22:45:05.260] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x121e09620a18, buffer=buffer@entry=189, vmbuffer... [22:45:05.260] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x121e097ae678) at ../src/backend/acce... [22:45:05.260] #8 0x00000000006154db in heapgettup_pagemode (scan=0x121e097ae678, dir=ForwardScanDirection, nkeys=0, ke... [22:45:05.260] #9 0x0000000000615aea in heap_getnextslot (sscan=0x121e097ae678, direction=6, slot=0x121e0985f3b8) at ..... |
| core | [22:45:04.973] #0 0x000000082d99c01a in thr_kill () from /lib/libc.so.7 [22:45:04.973] #1 0x000000082d914a64 in raise () from /lib/libc.so.7 [22:45:04.973] #2 0x000000082d9c8a59 in abort () from /lib/libc.so.7 [22:45:04.973] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:04.973] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:04.973] #5 heap_page_prune_and_freeze (params=params@entry=0x821bbb4a8, presult=presult@entry=0x821bbb244, off_l... [22:45:04.973] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2d2e15820798, buffer=buffer@entry=189, vmbuffer... [22:45:04.973] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2d2e159ae638) at ../src/backend/acce... [22:45:04.973] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2d2e159ae638, dir=ForwardScanDirection, nkeys=0, ke... [22:45:04.973] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2d2e159ae638, direction=6, slot=0x2d2e15a5f3b8) at ..... |
| core | [22:45:04.684] #0 0x000000082963201a in thr_kill () from /lib/libc.so.7 [22:45:04.684] #1 0x00000008295aaa64 in raise () from /lib/libc.so.7 [22:45:04.684] #2 0x000000082965ea59 in abort () from /lib/libc.so.7 [22:45:04.684] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:04.684] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:04.684] #5 heap_page_prune_and_freeze (params=params@entry=0x8211c5b08, presult=presult@entry=0x8211c58a4, off_l... [22:45:04.684] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x3e095f020e18, buffer=buffer@entry=189, vmbuffer... [22:45:04.684] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x3e095f1ae0f8) at ../src/backend/acce... [22:45:04.684] #8 0x00000000006154db in heapgettup_pagemode (scan=0x3e095f1ae0f8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:04.684] #9 0x0000000000615aea in heap_getnextslot (sscan=0x3e095f1ae0f8, direction=6, slot=0x3e095f25f3b8) at ..... |
| core | [22:45:04.396] #0 0x000000082d6b401a in thr_kill () from /lib/libc.so.7 [22:45:04.396] #1 0x000000082d62ca64 in raise () from /lib/libc.so.7 [22:45:04.396] #2 0x000000082d6e0a59 in abort () from /lib/libc.so.7 [22:45:04.396] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:04.396] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:04.396] #5 heap_page_prune_and_freeze (params=params@entry=0x821822f58, presult=presult@entry=0x821822cf4, off_l... [22:45:04.396] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x34d8ada20858, buffer=buffer@entry=189, vmbuffer... [22:45:04.396] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x34d8adbaed38) at ../src/backend/acce... [22:45:04.396] #8 0x00000000006154db in heapgettup_pagemode (scan=0x34d8adbaed38, dir=ForwardScanDirection, nkeys=0, ke... [22:45:04.396] #9 0x0000000000615aea in heap_getnextslot (sscan=0x34d8adbaed38, direction=6, slot=0x34d8adc5f3b8) at ..... |
| core | [22:45:04.106] #0 0x000000082c6ac01a in thr_kill () from /lib/libc.so.7 [22:45:04.106] #1 0x000000082c624a64 in raise () from /lib/libc.so.7 [22:45:04.106] #2 0x000000082c6d8a59 in abort () from /lib/libc.so.7 [22:45:04.106] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:04.106] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:04.106] #5 heap_page_prune_and_freeze (params=params@entry=0x8217906b8, presult=presult@entry=0x821790454, off_l... [22:45:04.106] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1e69b7e20718, buffer=buffer@entry=189, vmbuffer... [22:45:04.106] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1e69b7fb47b8) at ../src/backend/acce... [22:45:04.106] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1e69b7fb47b8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:04.106] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1e69b7fb47b8, direction=6, slot=0x1e69b80643b8) at ..... |
| core | [22:45:03.808] #0 0x000000082b41801a in thr_kill () from /lib/libc.so.7 [22:45:03.808] #1 0x000000082b390a64 in raise () from /lib/libc.so.7 [22:45:03.808] #2 0x000000082b444a59 in abort () from /lib/libc.so.7 [22:45:03.808] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:03.808] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:03.808] #5 heap_page_prune_and_freeze (params=params@entry=0x821738fc8, presult=presult@entry=0x821738d64, off_l... [22:45:03.808] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x15c830a20ad8, buffer=buffer@entry=189, vmbuffer... [22:45:03.808] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x15c830bae778) at ../src/backend/acce... [22:45:03.808] #8 0x00000000006154db in heapgettup_pagemode (scan=0x15c830bae778, dir=ForwardScanDirection, nkeys=0, ke... [22:45:03.808] #9 0x0000000000615aea in heap_getnextslot (sscan=0x15c830bae778, direction=6, slot=0x15c830c5f3b8) at ..... |
| core | [22:45:03.511] #0 0x000000082af4801a in thr_kill () from /lib/libc.so.7 [22:45:03.511] #1 0x000000082aec0a64 in raise () from /lib/libc.so.7 [22:45:03.511] #2 0x000000082af74a59 in abort () from /lib/libc.so.7 [22:45:03.511] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:03.511] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:03.511] #5 heap_page_prune_and_freeze (params=params@entry=0x821af8528, presult=presult@entry=0x821af82c4, off_l... [22:45:03.511] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2834c5620298, buffer=buffer@entry=189, vmbuffer... [22:45:03.511] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2834c57ae7b8) at ../src/backend/acce... [22:45:03.511] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2834c57ae7b8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:03.511] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2834c57ae7b8, direction=6, slot=0x2834c585f3b8) at ..... |
| core | [22:45:03.210] #0 0x000000082ad6201a in thr_kill () from /lib/libc.so.7 [22:45:03.210] #1 0x000000082acdaa64 in raise () from /lib/libc.so.7 [22:45:03.210] #2 0x000000082ad8ea59 in abort () from /lib/libc.so.7 [22:45:03.210] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:03.210] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:03.210] #5 heap_page_prune_and_freeze (params=params@entry=0x821778d08, presult=presult@entry=0x821778aa4, off_l... [22:45:03.210] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x3d1751020718, buffer=buffer@entry=189, vmbuffer... [22:45:03.210] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x3d17511addf8) at ../src/backend/acce... [22:45:03.210] #8 0x00000000006154db in heapgettup_pagemode (scan=0x3d17511addf8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:03.210] #9 0x0000000000615aea in heap_getnextslot (sscan=0x3d17511addf8, direction=6, slot=0x3d175125f3b8) at ..... |
| core | [22:45:02.913] #0 0x000000082ca9a01a in thr_kill () from /lib/libc.so.7 [22:45:02.913] #1 0x000000082ca12a64 in raise () from /lib/libc.so.7 [22:45:02.913] #2 0x000000082cac6a59 in abort () from /lib/libc.so.7 [22:45:02.913] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:02.913] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:02.913] #5 heap_page_prune_and_freeze (params=params@entry=0x820c606d8, presult=presult@entry=0x820c60474, off_l... [22:45:02.913] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x17e45de20198, buffer=buffer@entry=189, vmbuffer... [22:45:02.913] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x17e45dfaddf8) at ../src/backend/acce... [22:45:02.913] #8 0x00000000006154db in heapgettup_pagemode (scan=0x17e45dfaddf8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:02.913] #9 0x0000000000615aea in heap_getnextslot (sscan=0x17e45dfaddf8, direction=6, slot=0x17e45e05f3b8) at ..... |
| core | [22:45:02.621] #0 0x000000082a4f501a in thr_kill () from /lib/libc.so.7 [22:45:02.621] #1 0x000000082a46da64 in raise () from /lib/libc.so.7 [22:45:02.621] #2 0x000000082a521a59 in abort () from /lib/libc.so.7 [22:45:02.621] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:02.621] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:02.621] #5 heap_page_prune_and_freeze (params=params@entry=0x820eddc88, presult=presult@entry=0x820edda24, off_l... [22:45:02.621] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1cc88d220a58, buffer=buffer@entry=189, vmbuffer... [22:45:02.621] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1cc88d3aeb78) at ../src/backend/acce... [22:45:02.621] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1cc88d3aeb78, dir=ForwardScanDirection, nkeys=0, ke... [22:45:02.621] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1cc88d3aeb78, direction=6, slot=0x1cc88d45f3b8) at ..... |
| core | [22:45:02.325] #0 0x000000082cc6401a in thr_kill () from /lib/libc.so.7 [22:45:02.325] #1 0x000000082cbdca64 in raise () from /lib/libc.so.7 [22:45:02.325] #2 0x000000082cc90a59 in abort () from /lib/libc.so.7 [22:45:02.325] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:02.325] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:02.325] #5 heap_page_prune_and_freeze (params=params@entry=0x820ec6918, presult=presult@entry=0x820ec66b4, off_l... [22:45:02.325] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x6072de20858, buffer=buffer@entry=189, vmbuffer=... [22:45:02.325] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x6072dfae8f8) at ../src/backend/acces... [22:45:02.325] #8 0x00000000006154db in heapgettup_pagemode (scan=0x6072dfae8f8, dir=ForwardScanDirection, nkeys=0, key... [22:45:02.325] #9 0x0000000000615aea in heap_getnextslot (sscan=0x6072dfae8f8, direction=6, slot=0x6072e05f3b8) at ../s... |
| core | [22:45:02.029] #0 0x000000082a6d701a in thr_kill () from /lib/libc.so.7 [22:45:02.029] #1 0x000000082a64fa64 in raise () from /lib/libc.so.7 [22:45:02.029] #2 0x000000082a703a59 in abort () from /lib/libc.so.7 [22:45:02.029] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:02.029] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:02.029] #5 heap_page_prune_and_freeze (params=params@entry=0x820e36168, presult=presult@entry=0x820e35f04, off_l... [22:45:02.029] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x29fac020558, buffer=buffer@entry=189, vmbuffer=... [22:45:02.029] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x29fac1ae038) at ../src/backend/acces... [22:45:02.029] #8 0x00000000006154db in heapgettup_pagemode (scan=0x29fac1ae038, dir=ForwardScanDirection, nkeys=0, key... [22:45:02.029] #9 0x0000000000615aea in heap_getnextslot (sscan=0x29fac1ae038, direction=6, slot=0x29fac25f3b8) at ../s... |
| core | [22:45:01.732] #0 0x000000082a06801a in thr_kill () from /lib/libc.so.7 [22:45:01.732] #1 0x0000000829fe0a64 in raise () from /lib/libc.so.7 [22:45:01.732] #2 0x000000082a094a59 in abort () from /lib/libc.so.7 [22:45:01.732] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:01.732] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:01.732] #5 heap_page_prune_and_freeze (params=params@entry=0x820d5ff78, presult=presult@entry=0x820d5fd14, off_l... [22:45:01.732] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x3c7489420ed8, buffer=buffer@entry=189, vmbuffer... [22:45:01.732] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x3c74895ae5b8) at ../src/backend/acce... [22:45:01.732] #8 0x00000000006154db in heapgettup_pagemode (scan=0x3c74895ae5b8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:01.732] #9 0x0000000000615aea in heap_getnextslot (sscan=0x3c74895ae5b8, direction=6, slot=0x3c748965f3b8) at ..... |
| core | [22:45:01.433] #0 0x000000082b63601a in thr_kill () from /lib/libc.so.7 [22:45:01.433] #1 0x000000082b5aea64 in raise () from /lib/libc.so.7 [22:45:01.433] #2 0x000000082b662a59 in abort () from /lib/libc.so.7 [22:45:01.433] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:01.433] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:01.433] #5 heap_page_prune_and_freeze (params=params@entry=0x8218ba738, presult=presult@entry=0x8218ba4d4, off_l... [22:45:01.433] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0xe136a620658, buffer=buffer@entry=189, vmbuffer=... [22:45:01.433] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0xe136a7ade38) at ../src/backend/acces... [22:45:01.433] #8 0x00000000006154db in heapgettup_pagemode (scan=0xe136a7ade38, dir=ForwardScanDirection, nkeys=0, key... [22:45:01.433] #9 0x0000000000615aea in heap_getnextslot (sscan=0xe136a7ade38, direction=6, slot=0xe136a85f3b8) at ../s... |
| core | [22:45:01.134] #0 0x000000082d1ad01a in thr_kill () from /lib/libc.so.7 [22:45:01.134] #1 0x000000082d125a64 in raise () from /lib/libc.so.7 [22:45:01.134] #2 0x000000082d1d9a59 in abort () from /lib/libc.so.7 [22:45:01.134] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:01.134] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:01.134] #5 heap_page_prune_and_freeze (params=params@entry=0x821191db8, presult=presult@entry=0x821191b54, off_l... [22:45:01.134] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1cf117020e18, buffer=buffer@entry=189, vmbuffer... [22:45:01.134] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1cf1171ae8b8) at ../src/backend/acce... [22:45:01.134] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1cf1171ae8b8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:01.134] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1cf1171ae8b8, direction=6, slot=0x1cf11725f3b8) at ..... |
| core | [22:45:00.836] #0 0x000000082b60f01a in thr_kill () from /lib/libc.so.7 [22:45:00.836] #1 0x000000082b587a64 in raise () from /lib/libc.so.7 [22:45:00.836] #2 0x000000082b63ba59 in abort () from /lib/libc.so.7 [22:45:00.836] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:00.836] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:00.836] #5 heap_page_prune_and_freeze (params=params@entry=0x821ac01f8, presult=presult@entry=0x821abff94, off_l... [22:45:00.836] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x290397c20f18, buffer=buffer@entry=189, vmbuffer... [22:45:00.836] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x290397dae238) at ../src/backend/acce... [22:45:00.836] #8 0x00000000006154db in heapgettup_pagemode (scan=0x290397dae238, dir=ForwardScanDirection, nkeys=0, ke... [22:45:00.836] #9 0x0000000000615aea in heap_getnextslot (sscan=0x290397dae238, direction=6, slot=0x290397e5f3b8) at ..... |
| core | [22:45:00.540] #0 0x000000082ada701a in thr_kill () from /lib/libc.so.7 [22:45:00.540] #1 0x000000082ad1fa64 in raise () from /lib/libc.so.7 [22:45:00.540] #2 0x000000082add3a59 in abort () from /lib/libc.so.7 [22:45:00.540] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:00.540] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:00.540] #5 heap_page_prune_and_freeze (params=params@entry=0x8212d40d8, presult=presult@entry=0x8212d3e74, off_l... [22:45:00.540] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1482d8820018, buffer=buffer@entry=189, vmbuffer... [22:45:00.540] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1482d89ae0f8) at ../src/backend/acce... [22:45:00.540] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1482d89ae0f8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:00.540] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1482d89ae0f8, direction=6, slot=0x1482d8a5f3b8) at ..... |
| core | [22:45:00.239] #0 0x000000082df9f01a in thr_kill () from /lib/libc.so.7 [22:45:00.239] #1 0x000000082df17a64 in raise () from /lib/libc.so.7 [22:45:00.239] #2 0x000000082dfcba59 in abort () from /lib/libc.so.7 [22:45:00.239] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:00.239] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:00.239] #5 heap_page_prune_and_freeze (params=params@entry=0x8218f44e8, presult=presult@entry=0x8218f4284, off_l... [22:45:00.239] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0xedcc2020798, buffer=buffer@entry=189, vmbuffer=... [22:45:00.239] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0xedcc21ae1b8) at ../src/backend/acces... [22:45:00.239] #8 0x00000000006154db in heapgettup_pagemode (scan=0xedcc21ae1b8, dir=ForwardScanDirection, nkeys=0, key... [22:45:00.239] #9 0x0000000000615aea in heap_getnextslot (sscan=0xedcc21ae1b8, direction=6, slot=0xedcc225f3b8) at ../s... |
| core | [22:44:59.945] #0 0x000000082b97e01a in thr_kill () from /lib/libc.so.7 [22:44:59.945] #1 0x000000082b8f6a64 in raise () from /lib/libc.so.7 [22:44:59.945] #2 0x000000082b9aaa59 in abort () from /lib/libc.so.7 [22:44:59.945] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:44:59.945] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:44:59.945] #5 heap_page_prune_and_freeze (params=params@entry=0x821b02478, presult=presult@entry=0x821b02214, off_l... [22:44:59.945] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0xbba29c208d8, buffer=buffer@entry=189, vmbuffer=... [22:44:59.945] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0xbba29db49f8) at ../src/backend/acces... [22:44:59.945] #8 0x00000000006154db in heapgettup_pagemode (scan=0xbba29db49f8, dir=ForwardScanDirection, nkeys=0, key... [22:44:59.945] #9 0x0000000000615aea in heap_getnextslot (sscan=0xbba29db49f8, direction=6, slot=0xbba29ed53b8) at ../s... |
| core | [22:44:59.658] #0 0x000000082bd1801a in thr_kill () from /lib/libc.so.7 [22:44:59.658] #1 0x000000082bc90a64 in raise () from /lib/libc.so.7 [22:44:59.658] #2 0x000000082bd44a59 in abort () from /lib/libc.so.7 [22:44:59.658] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:44:59.658] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:44:59.658] #5 heap_page_prune_and_freeze (params=params@entry=0x821679318, presult=presult@entry=0x8216790b4, off_l... [22:44:59.658] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2f3e0f820358, buffer=buffer@entry=189, vmbuffer... [22:44:59.658] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2f3e0f9ae7b8) at ../src/backend/acce... [22:44:59.658] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2f3e0f9ae7b8, dir=ForwardScanDirection, nkeys=0, ke... [22:44:59.658] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2f3e0f9ae7b8, direction=6, slot=0x2f3e0fa5f3b8) at ..... |
| core | [22:44:59.362] #0 0x000000082d6d301a in thr_kill () from /lib/libc.so.7 [22:44:59.362] #1 0x000000082d64ba64 in raise () from /lib/libc.so.7 [22:44:59.362] #2 0x000000082d6ffa59 in abort () from /lib/libc.so.7 [22:44:59.362] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:44:59.362] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:44:59.362] #5 heap_page_prune_and_freeze (params=params@entry=0x82173b388, presult=presult@entry=0x82173b124, off_l... [22:44:59.362] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x27c593420e18, buffer=buffer@entry=189, vmbuffer... [22:44:59.362] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x27c5935aebb8) at ../src/backend/acce... [22:44:59.362] #8 0x00000000006154db in heapgettup_pagemode (scan=0x27c5935aebb8, dir=ForwardScanDirection, nkeys=0, ke... [22:44:59.362] #9 0x0000000000615aea in heap_getnextslot (sscan=0x27c5935aebb8, direction=6, slot=0x27c59365f3b8) at ..... |
| core | [22:44:59.068] #0 0x000000082bf6401a in thr_kill () from /lib/libc.so.7 [22:44:59.068] #1 0x000000082bedca64 in raise () from /lib/libc.so.7 [22:44:59.068] #2 0x000000082bf90a59 in abort () from /lib/libc.so.7 [22:44:59.068] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:44:59.068] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:44:59.068] #5 heap_page_prune_and_freeze (params=params@entry=0x8215ce058, presult=presult@entry=0x8215cddf4, off_l... [22:44:59.068] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x25cd47e207d8, buffer=buffer@entry=189, vmbuffer... [22:44:59.068] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x25cd47fae078) at ../src/backend/acce... [22:44:59.068] #8 0x00000000006154db in heapgettup_pagemode (scan=0x25cd47fae078, dir=ForwardScanDirection, nkeys=0, ke... [22:44:59.068] #9 0x0000000000615aea in heap_getnextslot (sscan=0x25cd47fae078, direction=6, slot=0x25cd4805f3b8) at ..... |
| core | [22:44:58.784] #0 0x000000082f13701a in thr_kill () from /lib/libc.so.7 [22:44:58.784] #1 0x000000082f0afa64 in raise () from /lib/libc.so.7 [22:44:58.784] #2 0x000000082f163a59 in abort () from /lib/libc.so.7 [22:44:58.784] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:44:58.784] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:44:58.784] #5 heap_page_prune_and_freeze (params=params@entry=0x8217f3ad8, presult=presult@entry=0x8217f3874, off_l... [22:44:58.784] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x8c822820318, buffer=buffer@entry=189, vmbuffer=... [22:44:58.784] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x8c8229aec38) at ../src/backend/acces... [22:44:58.784] #8 0x00000000006154db in heapgettup_pagemode (scan=0x8c8229aec38, dir=ForwardScanDirection, nkeys=0, key... [22:44:58.784] #9 0x0000000000615aea in heap_getnextslot (sscan=0x8c8229aec38, direction=6, slot=0x8c822a5f3b8) at ../s... |
| core | [22:44:58.492] #0 0x000000082e71601a in thr_kill () from /lib/libc.so.7 [22:44:58.492] #1 0x000000082e68ea64 in raise () from /lib/libc.so.7 [22:44:58.492] #2 0x000000082e742a59 in abort () from /lib/libc.so.7 [22:44:58.492] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:44:58.492] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:44:58.492] #5 heap_page_prune_and_freeze (params=params@entry=0x82159ff08, presult=presult@entry=0x82159fca4, off_l... [22:44:58.492] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x3b1329220cd8, buffer=buffer@entry=189, vmbuffer... [22:44:58.492] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x3b13293ae478) at ../src/backend/acce... [22:44:58.492] #8 0x00000000006154db in heapgettup_pagemode (scan=0x3b13293ae478, dir=ForwardScanDirection, nkeys=0, ke... [22:44:58.492] #9 0x0000000000615aea in heap_getnextslot (sscan=0x3b13293ae478, direction=6, slot=0x3b132945f3b8) at ..... |
| core | [22:44:58.198] #0 0x000000082b7ab01a in thr_kill () from /lib/libc.so.7 [22:44:58.198] #1 0x000000082b723a64 in raise () from /lib/libc.so.7 [22:44:58.198] #2 0x000000082b7d7a59 in abort () from /lib/libc.so.7 [22:44:58.198] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:44:58.198] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:44:58.198] #5 heap_page_prune_and_freeze (params=params@entry=0x821913cc8, presult=presult@entry=0x821913a64, off_l... [22:44:58.198] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1ff143020758, buffer=buffer@entry=189, vmbuffer... [22:44:58.198] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1ff1431ae778) at ../src/backend/acce... [22:44:58.198] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1ff1431ae778, dir=ForwardScanDirection, nkeys=0, ke... [22:44:58.198] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1ff1431ae778, direction=6, slot=0x1ff1432733b8) at ..... |
| core | [22:44:57.902] #0 0x000000082d0a601a in thr_kill () from /lib/libc.so.7 [22:44:57.902] #1 0x000000082d01ea64 in raise () from /lib/libc.so.7 [22:44:57.902] #2 0x000000082d0d2a59 in abort () from /lib/libc.so.7 [22:44:57.902] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:44:57.902] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:44:57.902] #5 heap_page_prune_and_freeze (params=params@entry=0x8218082a8, presult=presult@entry=0x821808044, off_l... [22:44:57.902] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x3a42da020118, buffer=buffer@entry=189, vmbuffer... [22:44:57.902] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x3a42da1ae138) at ../src/backend/acce... [22:44:57.902] #8 0x00000000006154db in heapgettup_pagemode (scan=0x3a42da1ae138, dir=ForwardScanDirection, nkeys=0, ke... [22:44:57.902] #9 0x0000000000615aea in heap_getnextslot (sscan=0x3a42da1ae138, direction=6, slot=0x3a42da25f3b8) at ..... |
| core | [22:44:57.609] #0 0x000000082b2b001a in thr_kill () from /lib/libc.so.7 [22:44:57.609] #1 0x000000082b228a64 in raise () from /lib/libc.so.7 [22:44:57.609] #2 0x000000082b2dca59 in abort () from /lib/libc.so.7 [22:44:57.609] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:44:57.609] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:44:57.609] #5 heap_page_prune_and_freeze (params=params@entry=0x8211954d8, presult=presult@entry=0x821195274, off_l... [22:44:57.609] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x26fa14c202d8, buffer=buffer@entry=189, vmbuffer... [22:44:57.609] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x26fa14dae6b8) at ../src/backend/acce... [22:44:57.609] #8 0x00000000006154db in heapgettup_pagemode (scan=0x26fa14dae6b8, dir=ForwardScanDirection, nkeys=0, ke... [22:44:57.609] #9 0x0000000000615aea in heap_getnextslot (sscan=0x26fa14dae6b8, direction=6, slot=0x26fa14e5f3b8) at ..... |
| core | [22:44:57.310] #0 0x000000082c0a201a in thr_kill () from /lib/libc.so.7 [22:44:57.310] #1 0x000000082c01aa64 in raise () from /lib/libc.so.7 [22:44:57.310] #2 0x000000082c0cea59 in abort () from /lib/libc.so.7 [22:44:57.310] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:44:57.310] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:44:57.310] #5 heap_page_prune_and_freeze (params=params@entry=0x821031a28, presult=presult@entry=0x8210317c4, off_l... [22:44:57.310] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x136bed820ad8, buffer=buffer@entry=189, vmbuffer... [22:44:57.310] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x136bed9aea78) at ../src/backend/acce... [22:44:57.310] #8 0x00000000006154db in heapgettup_pagemode (scan=0x136bed9aea78, dir=ForwardScanDirection, nkeys=0, ke... [22:44:57.310] #9 0x0000000000615aea in heap_getnextslot (sscan=0x136bed9aea78, direction=6, slot=0x136beda5f3b8) at ..... |
| core | [22:44:57.017] #0 0x000000082b75f01a in thr_kill () from /lib/libc.so.7 [22:44:57.017] #1 0x000000082b6d7a64 in raise () from /lib/libc.so.7 [22:44:57.017] #2 0x000000082b78ba59 in abort () from /lib/libc.so.7 [22:44:57.017] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:44:57.017] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:44:57.017] #5 heap_page_prune_and_freeze (params=params@entry=0x8216aa688, presult=presult@entry=0x8216aa424, off_l... [22:44:57.017] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x106475a200d8, buffer=buffer@entry=189, vmbuffer... [22:44:57.017] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x106475bb3f38) at ../src/backend/acce... [22:44:57.017] #8 0x00000000006154db in heapgettup_pagemode (scan=0x106475bb3f38, dir=ForwardScanDirection, nkeys=0, ke... [22:44:57.017] #9 0x0000000000615aea in heap_getnextslot (sscan=0x106475bb3f38, direction=6, slot=0x106475c643b8) at ..... |
| core | [22:44:56.718] #0 0x000000082b6fe01a in thr_kill () from /lib/libc.so.7 [22:44:56.718] #1 0x000000082b676a64 in raise () from /lib/libc.so.7 [22:44:56.718] #2 0x000000082b72aa59 in abort () from /lib/libc.so.7 [22:44:56.718] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:44:56.718] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:44:56.718] #5 heap_page_prune_and_freeze (params=params@entry=0x820f1b608, presult=presult@entry=0x820f1b3a4, off_l... [22:44:56.718] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x13b1b7020898, buffer=buffer@entry=189, vmbuffer... [22:44:56.718] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x13b1b71b45f8) at ../src/backend/acce... [22:44:56.718] #8 0x00000000006154db in heapgettup_pagemode (scan=0x13b1b71b45f8, dir=ForwardScanDirection, nkeys=0, ke... [22:44:56.718] #9 0x0000000000615aea in heap_getnextslot (sscan=0x13b1b71b45f8, direction=6, slot=0x13b1b72d53b8) at ..... |
| core | [22:44:56.416] #0 0x000000082cfde01a in thr_kill () from /lib/libc.so.7 [22:44:56.416] #1 0x000000082cf56a64 in raise () from /lib/libc.so.7 [22:44:56.416] #2 0x000000082d00aa59 in abort () from /lib/libc.so.7 [22:44:56.416] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:44:56.416] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:44:56.416] #5 heap_page_prune_and_freeze (params=params@entry=0x820eff208, presult=presult@entry=0x820efefa4, off_l... [22:44:56.416] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x213798820c98, buffer=buffer@entry=189, vmbuffer... [22:44:56.416] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2137989698b8) at ../src/backend/acce... [22:44:56.416] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2137989698b8, dir=ForwardScanDirection, nkeys=0, ke... [22:44:56.416] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2137989698b8, direction=6, slot=0x213798a723b8) at ..... |
| core | [22:44:56.123] #0 0x000000082aebe01a in thr_kill () from /lib/libc.so.7 [22:44:56.123] #1 0x000000082ae36a64 in raise () from /lib/libc.so.7 [22:44:56.123] #2 0x000000082aeeaa59 in abort () from /lib/libc.so.7 [22:44:56.123] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:44:56.123] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:44:56.123] #5 heap_page_prune_and_freeze (params=params@entry=0x82153ce48, presult=presult@entry=0x82153cbe4, off_l... [22:44:56.123] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x100144220418, buffer=buffer@entry=189, vmbuffer... [22:44:56.123] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1001443aea38) at ../src/backend/acce... [22:44:56.123] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1001443aea38, dir=ForwardScanDirection, nkeys=0, ke... [22:44:56.123] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1001443aea38, direction=6, slot=0x10014445f3b8) at ..... |
| core | [22:44:55.825] #0 0x000000082d73301a in thr_kill () from /lib/libc.so.7 [22:44:55.825] #1 0x000000082d6aba64 in raise () from /lib/libc.so.7 [22:44:55.825] #2 0x000000082d75fa59 in abort () from /lib/libc.so.7 [22:44:55.825] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:44:55.825] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:44:55.825] #5 heap_page_prune_and_freeze (params=params@entry=0x821ae1418, presult=presult@entry=0x821ae11b4, off_l... [22:44:55.825] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x245024a20298, buffer=buffer@entry=189, vmbuffer... [22:44:55.825] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x245024bae138) at ../src/backend/acce... [22:44:55.825] #8 0x00000000006154db in heapgettup_pagemode (scan=0x245024bae138, dir=ForwardScanDirection, nkeys=0, ke... [22:44:55.825] #9 0x0000000000615aea in heap_getnextslot (sscan=0x245024bae138, direction=6, slot=0x245024c5f3b8) at ..... |
| core | [22:44:55.524] #0 0x000000082b9f101a in thr_kill () from /lib/libc.so.7 [22:44:55.524] #1 0x000000082b969a64 in raise () from /lib/libc.so.7 [22:44:55.524] #2 0x000000082ba1da59 in abort () from /lib/libc.so.7 [22:44:55.524] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:44:55.524] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:44:55.524] #5 heap_page_prune_and_freeze (params=params@entry=0x821b30078, presult=presult@entry=0x821b2fe14, off_l... [22:44:55.524] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x3a3c7d220f58, buffer=buffer@entry=189, vmbuffer... [22:44:55.524] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x3a3c7d3ae238) at ../src/backend/acce... [22:44:55.524] #8 0x00000000006154db in heapgettup_pagemode (scan=0x3a3c7d3ae238, dir=ForwardScanDirection, nkeys=0, ke... [22:44:55.524] #9 0x0000000000615aea in heap_getnextslot (sscan=0x3a3c7d3ae238, direction=6, slot=0x3a3c7d45f3b8) at ..... |
| core | [22:44:55.232] #0 0x000000082ba7501a in thr_kill () from /lib/libc.so.7 [22:44:55.232] #1 0x000000082b9eda64 in raise () from /lib/libc.so.7 [22:44:55.232] #2 0x000000082baa1a59 in abort () from /lib/libc.so.7 [22:44:55.232] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:44:55.232] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:44:55.232] #5 heap_page_prune_and_freeze (params=params@entry=0x82160f8c8, presult=presult@entry=0x82160f664, off_l... [22:44:55.232] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1829d3a20ed8, buffer=buffer@entry=189, vmbuffer... [22:44:55.232] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1829d3bcea78) at ../src/backend/acce... [22:44:55.232] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1829d3bcea78, dir=ForwardScanDirection, nkeys=0, ke... [22:44:55.232] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1829d3bcea78, direction=6, slot=0x1829d3c5f3b8) at ..... |
| core | [22:44:54.940] #0 0x000000082bd7001a in thr_kill () from /lib/libc.so.7 [22:44:54.940] #1 0x000000082bce8a64 in raise () from /lib/libc.so.7 [22:44:54.940] #2 0x000000082bd9ca59 in abort () from /lib/libc.so.7 [22:44:54.940] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:44:54.940] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:44:54.940] #5 heap_page_prune_and_freeze (params=params@entry=0x8210adfb8, presult=presult@entry=0x8210add54, off_l... [22:44:54.940] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1235e5420b58, buffer=buffer@entry=189, vmbuffer... [22:44:54.940] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1235e55b44b8) at ../src/backend/acce... [22:44:54.940] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1235e55b44b8, dir=ForwardScanDirection, nkeys=0, ke... [22:44:54.940] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1235e55b44b8, direction=6, slot=0x1235e56643b8) at ..... |
| core | [22:44:54.649] #0 0x000000082cde101a in thr_kill () from /lib/libc.so.7 [22:44:54.649] #1 0x000000082cd59a64 in raise () from /lib/libc.so.7 [22:44:54.649] #2 0x000000082ce0da59 in abort () from /lib/libc.so.7 [22:44:54.649] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:44:54.649] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:44:54.649] #5 heap_page_prune_and_freeze (params=params@entry=0x8217e3d48, presult=presult@entry=0x8217e3ae4, off_l... [22:44:54.649] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x30b011420098, buffer=buffer@entry=189, vmbuffer... [22:44:54.649] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x30b0116a42f8) at ../src/backend/acce... [22:44:54.649] #8 0x00000000006154db in heapgettup_pagemode (scan=0x30b0116a42f8, dir=ForwardScanDirection, nkeys=0, ke... [22:44:54.649] #9 0x0000000000615aea in heap_getnextslot (sscan=0x30b0116a42f8, direction=6, slot=0x30b0117103b8) at ..... |
| core | [22:45:47.402] #0 0x000000082c60301a in thr_kill () from /lib/libc.so.7 [22:45:47.402] #1 0x000000082c57ba64 in raise () from /lib/libc.so.7 [22:45:47.402] #2 0x000000082c62fa59 in abort () from /lib/libc.so.7 [22:45:47.402] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:47.402] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:47.402] #5 heap_page_prune_and_freeze (params=params@entry=0x821216da8, presult=presult@entry=0x821216b44, off_l... [22:45:47.402] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x857b18203d8, buffer=buffer@entry=189, vmbuffer=... [22:45:47.402] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x857b1a1a9b8) at ../src/backend/acces... [22:45:47.402] #8 0x00000000006154db in heapgettup_pagemode (scan=0x857b1a1a9b8, dir=ForwardScanDirection, nkeys=0, key... [22:45:47.402] #9 0x0000000000615aea in heap_getnextslot (sscan=0x857b1a1a9b8, direction=6, slot=0x857b1a633b8) at ../s... |
| core | [22:45:47.107] #0 0x000000082c79501a in thr_kill () from /lib/libc.so.7 [22:45:47.107] #1 0x000000082c70da64 in raise () from /lib/libc.so.7 [22:45:47.107] #2 0x000000082c7c1a59 in abort () from /lib/libc.so.7 [22:45:47.107] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:47.107] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:47.107] #5 heap_page_prune_and_freeze (params=params@entry=0x821847c38, presult=presult@entry=0x8218479d4, off_l... [22:45:47.107] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x3587e3c20258, buffer=buffer@entry=189, vmbuffer... [22:45:47.107] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x3587e3dae638) at ../src/backend/acce... [22:45:47.107] #8 0x00000000006154db in heapgettup_pagemode (scan=0x3587e3dae638, dir=ForwardScanDirection, nkeys=0, ke... [22:45:47.107] #9 0x0000000000615aea in heap_getnextslot (sscan=0x3587e3dae638, direction=6, slot=0x3587e3e5f3b8) at ..... |
| core | [22:45:46.805] #0 0x000000082c39601a in thr_kill () from /lib/libc.so.7 [22:45:46.805] #1 0x000000082c30ea64 in raise () from /lib/libc.so.7 [22:45:46.805] #2 0x000000082c3c2a59 in abort () from /lib/libc.so.7 [22:45:46.805] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:46.805] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:46.805] #5 heap_page_prune_and_freeze (params=params@entry=0x821b21228, presult=presult@entry=0x821b20fc4, off_l... [22:45:46.805] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1537b6420458, buffer=buffer@entry=189, vmbuffer... [22:45:46.805] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1537b65adff8) at ../src/backend/acce... [22:45:46.805] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1537b65adff8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:46.805] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1537b65adff8, direction=6, slot=0x1537b665f3b8) at ..... |
| core | [22:45:46.507] #0 0x000000082d2c101a in thr_kill () from /lib/libc.so.7 [22:45:46.507] #1 0x000000082d239a64 in raise () from /lib/libc.so.7 [22:45:46.507] #2 0x000000082d2eda59 in abort () from /lib/libc.so.7 [22:45:46.507] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:46.507] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:46.507] #5 heap_page_prune_and_freeze (params=params@entry=0x821753818, presult=presult@entry=0x8217535b4, off_l... [22:45:46.507] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2e7097a20258, buffer=buffer@entry=189, vmbuffer... [22:45:46.507] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2e7097bae638) at ../src/backend/acce... [22:45:46.507] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2e7097bae638, dir=ForwardScanDirection, nkeys=0, ke... [22:45:46.507] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2e7097bae638, direction=6, slot=0x2e7097c5f3b8) at ..... |
| core | [22:45:46.210] #0 0x000000082b57301a in thr_kill () from /lib/libc.so.7 [22:45:46.210] #1 0x000000082b4eba64 in raise () from /lib/libc.so.7 [22:45:46.210] #2 0x000000082b59fa59 in abort () from /lib/libc.so.7 [22:45:46.210] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:46.210] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:46.210] #5 heap_page_prune_and_freeze (params=params@entry=0x8210ab6d8, presult=presult@entry=0x8210ab474, off_l... [22:45:46.210] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x157c9ee20698, buffer=buffer@entry=189, vmbuffer... [22:45:46.210] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x157c9efade78) at ../src/backend/acce... [22:45:46.210] #8 0x00000000006154db in heapgettup_pagemode (scan=0x157c9efade78, dir=ForwardScanDirection, nkeys=0, ke... [22:45:46.210] #9 0x0000000000615aea in heap_getnextslot (sscan=0x157c9efade78, direction=6, slot=0x157c9f05f3b8) at ..... |
| core | [22:45:45.909] #0 0x000000082a00201a in thr_kill () from /lib/libc.so.7 [22:45:45.909] #1 0x0000000829f7aa64 in raise () from /lib/libc.so.7 [22:45:45.909] #2 0x000000082a02ea59 in abort () from /lib/libc.so.7 [22:45:45.909] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:45.909] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:45.909] #5 heap_page_prune_and_freeze (params=params@entry=0x820cc0df8, presult=presult@entry=0x820cc0b94, off_l... [22:45:45.909] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x24efa3420918, buffer=buffer@entry=189, vmbuffer... [22:45:45.909] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x24efa35ae778) at ../src/backend/acce... [22:45:45.909] #8 0x00000000006154db in heapgettup_pagemode (scan=0x24efa35ae778, dir=ForwardScanDirection, nkeys=0, ke... [22:45:45.909] #9 0x0000000000615aea in heap_getnextslot (sscan=0x24efa35ae778, direction=6, slot=0x24efa365f3b8) at ..... |
| core | [22:45:45.614] #0 0x000000082c6a301a in thr_kill () from /lib/libc.so.7 [22:45:45.614] #1 0x000000082c61ba64 in raise () from /lib/libc.so.7 [22:45:45.614] #2 0x000000082c6cfa59 in abort () from /lib/libc.so.7 [22:45:45.614] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:45.614] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:45.614] #5 heap_page_prune_and_freeze (params=params@entry=0x8210e22a8, presult=presult@entry=0x8210e2044, off_l... [22:45:45.614] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2c2ec76208d8, buffer=buffer@entry=189, vmbuffer... [22:45:45.614] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2c2ec77ae1f8) at ../src/backend/acce... [22:45:45.614] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2c2ec77ae1f8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:45.614] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2c2ec77ae1f8, direction=6, slot=0x2c2ec78733b8) at ..... |
| core | [22:45:45.316] #0 0x000000082ab6e01a in thr_kill () from /lib/libc.so.7 [22:45:45.316] #1 0x000000082aae6a64 in raise () from /lib/libc.so.7 [22:45:45.316] #2 0x000000082ab9aa59 in abort () from /lib/libc.so.7 [22:45:45.316] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:45.316] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:45.316] #5 heap_page_prune_and_freeze (params=params@entry=0x820da2ec8, presult=presult@entry=0x820da2c64, off_l... [22:45:45.316] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x27d9c2020118, buffer=buffer@entry=189, vmbuffer... [22:45:45.316] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x27d9c22abcf8) at ../src/backend/acce... [22:45:45.316] #8 0x00000000006154db in heapgettup_pagemode (scan=0x27d9c22abcf8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:45.316] #9 0x0000000000615aea in heap_getnextslot (sscan=0x27d9c22abcf8, direction=6, slot=0x27d9c230a3b8) at ..... |
| core | [22:45:45.020] #0 0x000000082b14101a in thr_kill () from /lib/libc.so.7 [22:45:45.020] #1 0x000000082b0b9a64 in raise () from /lib/libc.so.7 [22:45:45.020] #2 0x000000082b16da59 in abort () from /lib/libc.so.7 [22:45:45.020] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:45.020] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:45.020] #5 heap_page_prune_and_freeze (params=params@entry=0x821b2b508, presult=presult@entry=0x821b2b2a4, off_l... [22:45:45.020] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2519d9020818, buffer=buffer@entry=189, vmbuffer... [22:45:45.020] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2519d91aeab8) at ../src/backend/acce... [22:45:45.020] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2519d91aeab8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:45.020] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2519d91aeab8, direction=6, slot=0x2519d925f3b8) at ..... |
| core | [22:45:44.720] #0 0x000000082b3b201a in thr_kill () from /lib/libc.so.7 [22:45:44.720] #1 0x000000082b32aa64 in raise () from /lib/libc.so.7 [22:45:44.720] #2 0x000000082b3dea59 in abort () from /lib/libc.so.7 [22:45:44.720] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:44.720] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:44.720] #5 heap_page_prune_and_freeze (params=params@entry=0x820d55528, presult=presult@entry=0x820d552c4, off_l... [22:45:44.720] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x335df28204d8, buffer=buffer@entry=189, vmbuffer... [22:45:44.720] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x335df29adeb8) at ../src/backend/acce... [22:45:44.720] #8 0x00000000006154db in heapgettup_pagemode (scan=0x335df29adeb8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:44.720] #9 0x0000000000615aea in heap_getnextslot (sscan=0x335df29adeb8, direction=6, slot=0x335df2a5f3b8) at ..... |
| core | [22:45:44.417] #0 0x000000082d59b01a in thr_kill () from /lib/libc.so.7 [22:45:44.417] #1 0x000000082d513a64 in raise () from /lib/libc.so.7 [22:45:44.417] #2 0x000000082d5c7a59 in abort () from /lib/libc.so.7 [22:45:44.417] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:44.417] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:44.417] #5 heap_page_prune_and_freeze (params=params@entry=0x82170db68, presult=presult@entry=0x82170d904, off_l... [22:45:44.417] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0xebb76220998, buffer=buffer@entry=189, vmbuffer=... [22:45:44.417] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0xebb763ae8f8) at ../src/backend/acces... [22:45:44.417] #8 0x00000000006154db in heapgettup_pagemode (scan=0xebb763ae8f8, dir=ForwardScanDirection, nkeys=0, key... [22:45:44.417] #9 0x0000000000615aea in heap_getnextslot (sscan=0xebb763ae8f8, direction=6, slot=0xebb7645f3b8) at ../s... |
| core | [22:45:44.116] #0 0x000000082a2ba01a in thr_kill () from /lib/libc.so.7 [22:45:44.116] #1 0x000000082a232a64 in raise () from /lib/libc.so.7 [22:45:44.116] #2 0x000000082a2e6a59 in abort () from /lib/libc.so.7 [22:45:44.116] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:44.116] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:44.116] #5 heap_page_prune_and_freeze (params=params@entry=0x82120e558, presult=presult@entry=0x82120e2f4, off_l... [22:45:44.116] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x103cf3a20118, buffer=buffer@entry=189, vmbuffer... [22:45:44.116] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x103cf3b9aaf8) at ../src/backend/acce... [22:45:44.116] #8 0x00000000006154db in heapgettup_pagemode (scan=0x103cf3b9aaf8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:44.116] #9 0x0000000000615aea in heap_getnextslot (sscan=0x103cf3b9aaf8, direction=6, slot=0x103cf3c703b8) at ..... |
| core | [22:45:43.820] #0 0x000000082d28701a in thr_kill () from /lib/libc.so.7 [22:45:43.820] #1 0x000000082d1ffa64 in raise () from /lib/libc.so.7 [22:45:43.820] #2 0x000000082d2b3a59 in abort () from /lib/libc.so.7 [22:45:43.820] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:43.820] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:43.820] #5 heap_page_prune_and_freeze (params=params@entry=0x821567608, presult=presult@entry=0x8215673a4, off_l... [22:45:43.820] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x128e52020458, buffer=buffer@entry=189, vmbuffer... [22:45:43.820] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x128e521b4af8) at ../src/backend/acce... [22:45:43.820] #8 0x00000000006154db in heapgettup_pagemode (scan=0x128e521b4af8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:43.820] #9 0x0000000000615aea in heap_getnextslot (sscan=0x128e521b4af8, direction=6, slot=0x128e522643b8) at ..... |
| core | [22:45:43.524] #0 0x000000082c68001a in thr_kill () from /lib/libc.so.7 [22:45:43.524] #1 0x000000082c5f8a64 in raise () from /lib/libc.so.7 [22:45:43.524] #2 0x000000082c6aca59 in abort () from /lib/libc.so.7 [22:45:43.524] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:43.524] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:43.524] #5 heap_page_prune_and_freeze (params=params@entry=0x820d2ca78, presult=presult@entry=0x820d2c814, off_l... [22:45:43.524] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x263b52020018, buffer=buffer@entry=189, vmbuffer... [22:45:43.524] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x263b521ae538) at ../src/backend/acce... [22:45:43.524] #8 0x00000000006154db in heapgettup_pagemode (scan=0x263b521ae538, dir=ForwardScanDirection, nkeys=0, ke... [22:45:43.524] #9 0x0000000000615aea in heap_getnextslot (sscan=0x263b521ae538, direction=6, slot=0x263b5225f3b8) at ..... |
| core | [22:45:43.227] #0 0x000000082ac3201a in thr_kill () from /lib/libc.so.7 [22:45:43.227] #1 0x000000082abaaa64 in raise () from /lib/libc.so.7 [22:45:43.227] #2 0x000000082ac5ea59 in abort () from /lib/libc.so.7 [22:45:43.227] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:43.227] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:43.227] #5 heap_page_prune_and_freeze (params=params@entry=0x821262ab8, presult=presult@entry=0x821262854, off_l... [22:45:43.227] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0xc75a70205d8, buffer=buffer@entry=189, vmbuffer=... [22:45:43.227] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0xc75a71ae6f8) at ../src/backend/acces... [22:45:43.227] #8 0x00000000006154db in heapgettup_pagemode (scan=0xc75a71ae6f8, dir=ForwardScanDirection, nkeys=0, key... [22:45:43.227] #9 0x0000000000615aea in heap_getnextslot (sscan=0xc75a71ae6f8, direction=6, slot=0xc75a725f3b8) at ../s... |
| core | [22:45:42.927] #0 0x000000082afe301a in thr_kill () from /lib/libc.so.7 [22:45:42.927] #1 0x000000082af5ba64 in raise () from /lib/libc.so.7 [22:45:42.927] #2 0x000000082b00fa59 in abort () from /lib/libc.so.7 [22:45:42.927] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:42.927] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:42.927] #5 heap_page_prune_and_freeze (params=params@entry=0x821130858, presult=presult@entry=0x8211305f4, off_l... [22:45:42.927] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x162801420958, buffer=buffer@entry=189, vmbuffer... [22:45:42.927] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1628016abc78) at ../src/backend/acce... [22:45:42.927] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1628016abc78, dir=ForwardScanDirection, nkeys=0, ke... [22:45:42.927] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1628016abc78, direction=6, slot=0x16280170a3b8) at ..... |
| core | [22:45:42.626] #0 0x000000082a55c01a in thr_kill () from /lib/libc.so.7 [22:45:42.626] #1 0x000000082a4d4a64 in raise () from /lib/libc.so.7 [22:45:42.626] #2 0x000000082a588a59 in abort () from /lib/libc.so.7 [22:45:42.626] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:42.626] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:42.626] #5 heap_page_prune_and_freeze (params=params@entry=0x8210ab388, presult=presult@entry=0x8210ab124, off_l... [22:45:42.626] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x193f49820998, buffer=buffer@entry=189, vmbuffer... [22:45:42.626] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x193f499adf78) at ../src/backend/acce... [22:45:42.626] #8 0x00000000006154db in heapgettup_pagemode (scan=0x193f499adf78, dir=ForwardScanDirection, nkeys=0, ke... [22:45:42.626] #9 0x0000000000615aea in heap_getnextslot (sscan=0x193f499adf78, direction=6, slot=0x193f49a5f3b8) at ..... |
| core | [22:45:42.327] #0 0x000000082e46a01a in thr_kill () from /lib/libc.so.7 [22:45:42.327] #1 0x000000082e3e2a64 in raise () from /lib/libc.so.7 [22:45:42.327] #2 0x000000082e496a59 in abort () from /lib/libc.so.7 [22:45:42.327] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:42.327] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:42.327] #5 heap_page_prune_and_freeze (params=params@entry=0x820ed6288, presult=presult@entry=0x820ed6024, off_l... [22:45:42.327] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2d8fbf420d18, buffer=buffer@entry=189, vmbuffer... [22:45:42.327] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2d8fbf5ade38) at ../src/backend/acce... [22:45:42.327] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2d8fbf5ade38, dir=ForwardScanDirection, nkeys=0, ke... [22:45:42.327] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2d8fbf5ade38, direction=6, slot=0x2d8fbf65f3b8) at ..... |
| core | [22:45:42.026] #0 0x000000082cbb001a in thr_kill () from /lib/libc.so.7 [22:45:42.026] #1 0x000000082cb28a64 in raise () from /lib/libc.so.7 [22:45:42.026] #2 0x000000082cbdca59 in abort () from /lib/libc.so.7 [22:45:42.026] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:42.026] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:42.026] #5 heap_page_prune_and_freeze (params=params@entry=0x820ce8598, presult=presult@entry=0x820ce8334, off_l... [22:45:42.026] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2406f0e20618, buffer=buffer@entry=189, vmbuffer... [22:45:42.026] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2406f0faeab8) at ../src/backend/acce... [22:45:42.026] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2406f0faeab8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:42.026] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2406f0faeab8, direction=6, slot=0x2406f105f3b8) at ..... |
| core | [22:45:41.726] #0 0x000000082b64f01a in thr_kill () from /lib/libc.so.7 [22:45:41.726] #1 0x000000082b5c7a64 in raise () from /lib/libc.so.7 [22:45:41.726] #2 0x000000082b67ba59 in abort () from /lib/libc.so.7 [22:45:41.726] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:41.726] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:41.726] #5 heap_page_prune_and_freeze (params=params@entry=0x8216863a8, presult=presult@entry=0x821686144, off_l... [22:45:41.726] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2fdc4de202d8, buffer=buffer@entry=189, vmbuffer... [22:45:41.726] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2fdc4df9a078) at ../src/backend/acce... [22:45:41.726] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2fdc4df9a078, dir=ForwardScanDirection, nkeys=0, ke... [22:45:41.726] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2fdc4df9a078, direction=6, slot=0x2fdc4e0703b8) at ..... |
| core | [22:45:41.432] #0 0x000000082d58401a in thr_kill () from /lib/libc.so.7 [22:45:41.432] #1 0x000000082d4fca64 in raise () from /lib/libc.so.7 [22:45:41.432] #2 0x000000082d5b0a59 in abort () from /lib/libc.so.7 [22:45:41.432] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:41.432] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:41.432] #5 heap_page_prune_and_freeze (params=params@entry=0x821722708, presult=presult@entry=0x8217224a4, off_l... [22:45:41.432] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x16e515e20458, buffer=buffer@entry=189, vmbuffer... [22:45:41.432] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x16e515faebf8) at ../src/backend/acce... [22:45:41.432] #8 0x00000000006154db in heapgettup_pagemode (scan=0x16e515faebf8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:41.432] #9 0x0000000000615aea in heap_getnextslot (sscan=0x16e515faebf8, direction=6, slot=0x16e51605f3b8) at ..... |
| core | [22:45:41.137] #0 0x000000082bfad01a in thr_kill () from /lib/libc.so.7 [22:45:41.137] #1 0x000000082bf25a64 in raise () from /lib/libc.so.7 [22:45:41.137] #2 0x000000082bfd9a59 in abort () from /lib/libc.so.7 [22:45:41.137] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:41.137] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:41.137] #5 heap_page_prune_and_freeze (params=params@entry=0x821a34178, presult=presult@entry=0x821a33f14, off_l... [22:45:41.137] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2a8252205d8, buffer=buffer@entry=189, vmbuffer=... [22:45:41.137] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2a8254a46f8) at ../src/backend/acces... [22:45:41.137] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2a8254a46f8, dir=ForwardScanDirection, nkeys=0, key... [22:45:41.137] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2a8254a46f8, direction=6, slot=0x2a8255103b8) at ../s... |
| core | [22:45:40.846] #0 0x000000082bc3101a in thr_kill () from /lib/libc.so.7 [22:45:40.846] #1 0x000000082bba9a64 in raise () from /lib/libc.so.7 [22:45:40.846] #2 0x000000082bc5da59 in abort () from /lib/libc.so.7 [22:45:40.846] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:40.846] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:40.846] #5 heap_page_prune_and_freeze (params=params@entry=0x821118818, presult=presult@entry=0x8211185b4, off_l... [22:45:40.846] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x14b91f620358, buffer=buffer@entry=189, vmbuffer... [22:45:40.846] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x14b91f799d78) at ../src/backend/acce... [22:45:40.846] #8 0x00000000006154db in heapgettup_pagemode (scan=0x14b91f799d78, dir=ForwardScanDirection, nkeys=0, ke... [22:45:40.846] #9 0x0000000000615aea in heap_getnextslot (sscan=0x14b91f799d78, direction=6, slot=0x14b91f8703b8) at ..... |
| core | [22:45:40.558] #0 0x000000082db1201a in thr_kill () from /lib/libc.so.7 [22:45:40.558] #1 0x000000082da8aa64 in raise () from /lib/libc.so.7 [22:45:40.558] #2 0x000000082db3ea59 in abort () from /lib/libc.so.7 [22:45:40.558] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:40.558] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:40.558] #5 heap_page_prune_and_freeze (params=params@entry=0x820cf0988, presult=presult@entry=0x820cf0724, off_l... [22:45:40.558] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x1cc26c220858, buffer=buffer@entry=189, vmbuffer... [22:45:40.558] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x1cc26c3ae1f8) at ../src/backend/acce... [22:45:40.558] #8 0x00000000006154db in heapgettup_pagemode (scan=0x1cc26c3ae1f8, dir=ForwardScanDirection, nkeys=0, ke... [22:45:40.558] #9 0x0000000000615aea in heap_getnextslot (sscan=0x1cc26c3ae1f8, direction=6, slot=0x1cc26c45f3b8) at ..... |
| core | [22:45:40.258] #0 0x000000082bbd301a in thr_kill () from /lib/libc.so.7 [22:45:40.258] #1 0x000000082bb4ba64 in raise () from /lib/libc.so.7 [22:45:40.258] #2 0x000000082bbffa59 in abort () from /lib/libc.so.7 [22:45:40.258] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:40.258] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:40.258] #5 heap_page_prune_and_freeze (params=params@entry=0x820d40608, presult=presult@entry=0x820d403a4, off_l... [22:45:40.258] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x2640e820258, buffer=buffer@entry=189, vmbuffer=... [22:45:40.258] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x2640e9addb8) at ../src/backend/acces... [22:45:40.258] #8 0x00000000006154db in heapgettup_pagemode (scan=0x2640e9addb8, dir=ForwardScanDirection, nkeys=0, key... [22:45:40.258] #9 0x0000000000615aea in heap_getnextslot (sscan=0x2640e9addb8, direction=6, slot=0x2640ea5f3b8) at ../s... |
| core | [22:45:39.963] #0 0x000000082b54f01a in thr_kill () from /lib/libc.so.7 [22:45:39.963] #1 0x000000082b4c7a64 in raise () from /lib/libc.so.7 [22:45:39.963] #2 0x000000082b57ba59 in abort () from /lib/libc.so.7 [22:45:39.963] #3 0x0000000000adfe4f in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [22:45:39.963] #4 0x000000000062cdb7 in heap_page_will_freeze (relation=<optimized out>, do_prune=true, do_hint_prune=t... [22:45:39.963] #5 heap_page_prune_and_freeze (params=params@entry=0x820c8f768, presult=presult@entry=0x820c8f504, off_l... [22:45:39.963] #6 0x000000000062b5f3 in heap_page_prune_opt (relation=0x27e19ee20118, buffer=buffer@entry=189, vmbuffer... [22:45:39.963] #7 0x000000000061444a in heap_prepare_pagescan (sscan=sscan@entry=0x27e19efae378) at ../src/backend/acce... [22:45:39.963] #8 0x00000000006154db in heapgettup_pagemode (scan=0x27e19efae378, dir=ForwardScanDirection, nkeys=0, ke... [22:45:39.963] #9 0x0000000000615aea in heap_getnextslot (sscan=0x27e19efae378, direction=6, slot=0x27e19f05f3b8) at ..... |
| tap | [22:42:28.800](0.513s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/amcheck/001_veri... |
| tap | [22:42:28.703](0.424s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/amcheck/002_cic/... |
| tap | [22:42:28.877](0.537s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/amcheck/003_cic_... |
| tap | [22:42:28.788](0.366s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/amcheck/004_veri... |
| tap | [22:42:29.009](0.524s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/amcheck/005_pitr... |
| tap | [22:42:29.190](0.613s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/amcheck/006_veri... |
| tap | [22:42:30.309](0.480s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/authentication/0... |
| tap | [22:42:30.287](0.426s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/authentication/0... |
| tap | [22:42:30.308](0.444s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/authentication/0... |
| tap | [22:42:30.390](0.443s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/authentication/0... |
| tap | [22:42:30.580](0.539s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/authentication/0... |
| tap | [22:42:30.634](0.466s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/authentication/0... |
| tap | [22:42:29.041](0.419s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/auto_explain/001... |
| tap | [22:42:29.593](0.579s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/basebackup_to_sh... |
| tap | [22:42:29.550](0.539s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/bloom/001_wal/da... |
| tap | [22:42:34.415](0.555s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/brin/01_workitem... |
| tap | [22:42:34.444](0.539s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/brin/02_wal_cons... |
| tap | [22:42:34.463](0.410s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/commit_ts/001_ba... |
| tap | [22:42:34.647](0.482s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/commit_ts/002_st... |
| tap | [22:42:34.535](0.446s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/commit_ts/003_st... |
| tap | [22:42:34.736](0.448s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/commit_ts/004_re... |
| tap | [22:42:29.503](0.456s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/dblink/001_auth_... |
| tap | [22:42:38.194](0.242s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/icu/010_database... |
| tap | [22:42:16.063](1.199s) not ok 14 - successful creation [22:42:16.067](0.003s) not ok 16 - checksums are enabled in control file: exit code 0 [22:42:16.068](0.000s) not ok 17 - checksums are enabled in control file: no stderr [22:42:16.068](0.000s) not ok 18 - checksums are enabled in control file: matches [22:42:19.315](1.337s) not ok 23 - successful creation with group access [22:42:21.522](2.192s) not ok 27 - option --icu-locale [22:42:23.640](2.118s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: exit code 0 [22:42:23.641](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr [22:42:23.900](0.001s) not ok 32 - fails for invalid ICU locale: matches [22:42:24.339](0.001s) not ok 38 - fails for invalid collation argument: matches [22:42:24.701](0.351s) not ok 40 - locale provider builtin with --locale [22:42:25.230](0.528s) not ok 41 - locale provider builtin with --encoding=UTF-8 --builtin-locale=C.UTF-8 [22:42:25.585](0.322s) not ok 43 - locale provider builtin with --lc-ctype [22:42:26.659](0.622s) not ok 49 - multiple --set options with different case |
| tap | [22:41:54.399](1.229s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/kerberos/001_aut... |
| tap | [22:42:36.623](0.378s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/ldap_password_fu... |
| tap | [22:42:38.916](0.222s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/ldap/001_auth/da... |
| tap | [22:42:38.195](0.229s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/ldap/002_bindpas... |
| tap | [22:42:38.114](0.275s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/ldap/003_ldap_co... |
| tap | [22:42:34.897](0.532s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/libpq_pipeline/0... |
| tap | [22:42:15.468](1.577s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/libpq/003_load_b... |
| tap | [22:42:15.889](1.712s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/libpq/005_negoti... |
| tap | [22:42:16.005](1.734s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/libpq/006_servic... |
| tap | [22:42:35.071](0.435s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/oauth_validator/... |
| tap | [22:42:35.209](0.589s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/oauth_validator/... |
| tap | [22:42:16.483](1.615s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_amcheck/002_n... |
| tap | [22:42:16.237](1.355s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_amcheck/003_c... |
| tap | [22:42:16.512](1.506s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_amcheck/004_v... |
| tap | [22:42:16.652](1.470s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_amcheck/005_o... |
| tap | [22:42:17.414](1.622s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/01... |
| tap | [22:42:17.798](1.766s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/01... |
| tap | [22:42:18.011](1.846s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/02... |
| tap | [22:42:18.005](1.609s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/03... |
| tap | [22:42:18.409](1.723s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/04... |
| tap | [22:42:18.396](1.608s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_checksums/002... |
| tap | [22:42:18.614](1.667s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup... |
| tap | [22:42:19.094](1.544s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup... |
| tap | [22:42:19.352](1.415s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup... |
| tap | [22:42:19.317](1.168s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup... |
| tap | [22:42:19.362](1.211s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup... |
| tap | [22:42:19.961](1.425s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup... |
| tap | [22:42:20.108](1.551s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup... |
| tap | [22:42:20.051](1.289s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup... |
| tap | [22:42:21.403](2.125s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup... |
| tap | [22:42:21.478](1.950s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_controldata/0... |
| tap | [22:42:21.467](1.924s) not ok 11 - pg_ctl initdb |
| tap | [22:42:21.658](1.991s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_ctl/002_statu... |
| tap | [22:42:22.121](2.014s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_ctl/003_promo... |
| tap | [22:42:22.093](1.898s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_ctl/004_logro... |
| tap | [22:42:22.623](1.910s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_dump/002_pg_d... |
| tap | [22:42:23.635](2.088s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_dump/003_pg_d... |
| tap | [22:42:23.699](2.087s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_d... |
| tap | [22:42:23.930](2.307s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_dump/005_pg_d... |
| tap | [22:42:23.980](2.146s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_dump/006_pg_d... |
| tap | [22:42:25.022](2.792s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump... |
| tap | [22:42:29.598](0.424s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_prewarm/001_b... |
| tap | [22:42:25.006](2.726s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_... |
| tap | [22:42:23.077](0.233s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_resetwal/002_... |
| tap | [22:42:23.454](0.236s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/001_ba... |
| tap | [22:42:23.826](0.233s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_da... |
| tap | [22:42:24.044](0.261s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/003_ex... |
| tap | [22:42:24.147](0.304s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg... |
| tap | [22:42:24.417](0.444s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/005_sa... |
| tap | [22:42:24.463](0.321s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/007_st... |
| tap | [22:42:24.586](0.371s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/008_mi... |
| tap | [22:42:24.717](0.402s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/009_gr... |
| tap | [22:42:24.719](0.397s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/010_ke... |
| tap | [22:42:24.914](0.338s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/011_wa... |
| tap | [22:42:29.573](0.395s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_stat_statemen... |
| tap | [22:41:42.646](1.799s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p... |
| tap | [22:41:41.962](1.121s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/003_l... |
| tap | [22:41:42.152](1.218s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/004_s... |
| tap | [22:41:42.100](1.223s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/005_c... |
| tap | [22:41:41.951](1.057s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/006_t... |
| tap | [22:41:41.950](0.934s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/007_m... |
| tap | [22:42:25.341](0.438s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/... |
| tap | [22:42:25.609](0.688s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/... |
| tap | [22:42:25.646](0.628s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/... |
| tap | [22:42:25.767](0.514s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/... |
| tap | [22:42:25.588](0.338s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/... |
| tap | [22:42:26.145](0.631s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/... |
| tap | [22:42:26.291](0.517s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/... |
| tap | [22:42:26.294](0.517s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/... |
| tap | [22:42:29.726](0.531s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_visibility/00... |
| tap | [22:42:29.749](0.452s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_visibility/00... |
| tap | [22:42:26.307](0.372s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_waldump/001_b... |
| tap | [22:42:26.419](0.450s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_waldump/002_s... |
| tap | [22:42:26.642](0.482s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_walsummary/00... |
| tap | [22:42:26.802](0.599s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pgbench/001_pgbe... |
| tap | [22:42:29.848](0.493s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/postgres_fdw/001... |
| tap | [22:42:30.832](0.427s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/postmaster/002_c... |
| tap | [22:42:31.061](0.618s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/postmaster/003_s... |
| tap | [22:42:27.044](0.504s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/psql/001_basic/d... |
| tap | [22:42:26.980](0.395s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/psql/010_tab_com... |
| tap | [22:42:26.962](0.378s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/psql/020_cancel/... |
| tap | [22:42:27.135](0.462s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/psql/030_pager/d... |
| tap | [22:41:43.542](1.476s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/001_str... |
| tap | [22:41:43.259](1.173s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/002_arc... |
| tap | [22:41:43.320](1.224s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/003_rec... |
| tap | [22:41:43.360](1.250s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/004_tim... |
| tap | [22:41:43.940](1.664s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/005_rep... |
| tap | [22:41:43.874](1.546s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/006_log... |
| tap | [22:41:44.777](1.988s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/007_syn... |
| tap | [22:41:44.164](1.059s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/008_fsm... |
| tap | [22:41:44.831](1.430s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/009_two... |
| tap | [22:41:44.906](1.445s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/010_log... |
| tap | [22:41:44.953](1.452s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/012_sub... |
| tap | [22:41:45.492](1.808s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/013_cra... |
| tap | [22:41:45.582](1.565s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/014_unl... |
| tap | [22:41:45.541](1.457s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/015_pro... |
| tap | [22:41:45.552](1.242s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/016_min... |
| tap | [22:41:46.840](1.903s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/017_shm... |
| tap | [22:41:46.814](1.842s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/018_wal... |
| tap | [22:41:47.009](1.958s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/019_rep... |
| tap | [22:41:47.152](2.051s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/020_arc... |
| tap | [22:41:47.402](1.758s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/021_row... |
| tap | [22:41:47.659](1.973s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/022_cra... |
| tap | [22:41:47.561](1.869s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/023_pit... |
| tap | [22:41:47.405](1.679s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/024_arc... |
| tap | [22:41:48.179](1.221s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/025_stu... |
| tap | [22:41:48.827](1.847s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/026_ove... |
| tap | [22:41:48.785](1.639s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/027_str... |
| tap | [22:41:48.898](1.610s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/028_pit... |
| tap | [22:41:49.118](1.570s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/029_sta... |
| tap | [22:41:48.876](1.326s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/030_sta... |
| tap | [22:41:49.518](1.815s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/031_rec... |
| tap | [22:41:48.816](1.007s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/032_rel... |
| tap | [22:41:49.707](1.390s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/033_rep... |
| tap | [22:41:50.184](1.219s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/034_cre... |
| tap | [22:41:50.220](1.254s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/035_sta... |
| tap | [22:41:50.194](1.228s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/036_tru... |
| tap | [22:41:50.407](1.367s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/037_inv... |
| tap | [22:41:50.350](1.287s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/038_sav... |
| tap | [22:41:50.269](1.004s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/039_end... |
| tap | [22:41:51.930](2.270s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/040_sta... |
| tap | [22:41:52.359](2.514s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/041_che... |
| tap | [22:41:52.586](2.261s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/042_low... |
| tap | [22:41:52.623](2.295s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/043_no_... |
| tap | [22:41:52.576](2.214s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/044_inv... |
| tap | [22:41:52.605](2.185s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/045_arc... |
| tap | [22:41:53.218](2.667s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/046_che... |
| tap | [22:41:52.625](2.058s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/047_che... |
| tap | [22:41:53.765](1.696s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/048_vac... |
| tap | [22:41:53.851](1.351s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/049_wai... |
| tap | [22:42:27.310](0.404s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/010_clus... |
| tap | [22:42:27.382](0.521s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/011_clus... |
| tap | [22:42:27.433](0.439s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/020_crea... |
| tap | [22:42:27.837](0.582s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/040_crea... |
| tap | [22:42:27.662](0.422s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/050_drop... |
| tap | [22:42:27.746](0.439s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/070_drop... |
| tap | [22:42:27.923](0.575s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/080_pg_i... |
| tap | [22:42:28.113](0.491s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/090_rein... |
| tap | [22:42:28.061](0.436s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/091_rein... |
| tap | [22:42:28.267](0.550s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/100_vacu... |
| tap | [22:42:28.328](0.594s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/101_vacu... |
| tap | [22:42:28.339](0.487s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/102_vacu... |
| tap | [22:42:28.452](0.517s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/200_conn... |
| tap | [22:42:35.136](0.473s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/ssl_passphrase_c... |
| tap | [22:42:37.699](0.318s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/ssl/001_ssltests... |
| tap | [22:42:37.924](0.456s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/ssl/002_scram/da... |
| tap | [22:42:37.798](0.336s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/ssl/003_sslinfo/... |
| tap | [22:42:30.953](0.412s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/001... |
| tap | [22:42:31.174](0.562s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/002... |
| tap | [22:42:30.981](0.430s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/003... |
| tap | [22:42:31.232](0.542s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/004... |
| tap | [22:42:31.229](0.472s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/005... |
| tap | [22:42:31.364](0.459s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/006... |
| tap | [22:42:31.482](0.458s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/007... |
| tap | [22:42:31.601](0.431s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/008... |
| tap | [22:42:31.765](0.588s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/009... |
| tap | [22:42:31.864](0.499s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/010... |
| tap | [22:42:31.879](0.492s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/011... |
| tap | [22:42:32.127](0.631s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/012... |
| tap | [22:42:32.044](0.537s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/013... |
| tap | [22:42:32.093](0.546s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/014... |
| tap | [22:42:32.394](0.725s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/015... |
| tap | [22:42:32.250](0.470s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/016... |
| tap | [22:42:32.416](0.478s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/017... |
| tap | [22:42:32.583](0.516s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/018... |
| tap | [22:42:32.500](0.444s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/019... |
| tap | [22:42:33.007](0.723s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/020... |
| tap | [22:42:32.660](0.394s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/021... |
| tap | [22:42:32.814](0.519s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/022... |
| tap | [22:42:32.963](0.544s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/023... |
| tap | [22:42:32.997](0.420s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/024... |
| tap | [22:42:33.175](0.500s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/025... |
| tap | [22:42:33.235](0.531s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/026... |
| tap | [22:42:33.385](0.548s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/027... |
| tap | [22:42:33.477](0.627s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/028... |
| tap | [22:42:33.454](0.484s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/029... |
| tap | [22:42:33.661](0.504s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/030... |
| tap | [22:42:33.713](0.530s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/031... |
| tap | [22:42:33.880](0.658s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/032... |
| tap | [22:42:33.880](0.516s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/033... |
| tap | [22:42:33.886](0.478s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/034... |
| tap | [22:42:34.066](0.490s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/035... |
| tap | [22:42:34.132](0.493s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/036... |
| tap | [22:42:34.145](0.501s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/100... |
| tap | [22:42:35.278](0.506s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_aio/001_aio... |
| tap | [22:42:35.155](0.352s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_aio/002_io_... |
| tap | [22:42:35.317](0.410s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_custom_rmgr... |
| tap | [22:42:35.646](0.583s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_custom_stat... |
| tap | [22:42:30.263](0.534s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_decoding/00... |
| tap | [22:42:35.762](0.504s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_escape/001_... |
| tap | [22:42:35.809](0.485s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_extensions/... |
| tap | [22:42:36.030](0.333s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_misc/001_co... |
| tap | [22:42:36.150](0.443s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_misc/002_ta... |
| tap | [22:42:36.326](0.503s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_misc/003_ch... |
| tap | [22:42:36.347](0.426s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_misc/004_io... |
| tap | [22:42:36.560](0.593s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_misc/005_ti... |
| tap | [22:42:36.694](0.511s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_misc/006_si... |
| tap | [22:42:36.813](0.504s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_misc/007_ca... |
| tap | [22:42:36.956](0.465s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_misc/008_re... |
| tap | [22:42:36.906](0.393s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_misc/009_lo... |
| tap | [22:42:37.326](0.569s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_pg_dump/001... |
| tap | [22:42:37.215](0.372s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_slru/001_mu... |
| tap | [22:42:37.289](0.438s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_slru/002_mu... |
| tap | [22:42:37.637](0.628s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/worker_spi/001_w... |
| tap | [22:42:37.794](0.484s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/xid_wraparound/0... |
| test | [22:42:39.209] 3/363 postgresql:setup / initdb_cache FAIL ... [22:42:39.209] 5/363 postgresql:regress / regress/regress ERROR ... [22:42:39.209] 6/363 postgresql:pg_upgrade / pg_upgrade/007_multixact_conversion ERROR ... [22:42:39.209] 7/363 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes ERROR ... [22:42:39.209] 8/363 postgresql:pg_upgrade / pg_upgrade/003_logical_slots ERROR ... [22:42:39.209] 9/363 postgresql:pg_upgrade / pg_upgrade/005_char_signedness ERROR ... [22:42:39.209] 10/363 postgresql:pg_upgrade / pg_upgrade/004_subscription ERROR ... [22:42:39.209] 11/363 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [22:42:39.209] 12/363 postgresql:isolation / isolation/isolation ERROR ... [22:42:39.209] 13/363 postgresql:recovery / recovery/002_archiving ERROR ... [22:42:39.209] 14/363 postgresql:recovery / recovery/003_recovery_targets ERROR ... [22:42:39.209] 15/363 postgresql:recovery / recovery/004_timeline_switch ERROR ... [22:42:39.209] 16/363 postgresql:recovery / recovery/001_stream_rep ERROR ... [22:42:39.209] 17/363 postgresql:recovery / recovery/006_logical_decoding ERROR ... [22:42:39.209] 18/363 postgresql:recovery / recovery/005_replay_delay ERROR ... [22:42:39.209] 19/363 postgresql:recovery / recovery/008_fsm_truncation ERROR ... [22:42:39.209] 20/363 postgresql:recovery / recovery/007_sync_rep ERROR ... [22:42:39.209] 21/363 postgresql:recovery / recovery/009_twophase ERROR ... [22:42:39.209] 22/363 postgresql:recovery / recovery/010_logical_decoding_timelines ERROR ... [22:42:39.209] 23/363 postgresql:recovery / recovery/012_subtransactions ERROR ... [22:42:39.209] 24/363 postgresql:recovery / recovery/013_crash_restart ERROR ... [22:42:39.209] 25/363 postgresql:recovery / recovery/015_promotion_pages ERROR ... [22:42:39.209] 26/363 postgresql:recovery / recovery/016_min_consistency ERROR ... [22:42:39.209] 27/363 postgresql:recovery / recovery/014_unlogged_reinit ERROR ... [22:42:39.209] 28/363 postgresql:recovery / recovery/018_wal_optimize ERROR ... [22:42:39.209] 29/363 postgresql:recovery / recovery/017_shm ERROR ... [22:42:39.209] 30/363 postgresql:recovery / recovery/019_replslot_limit ERROR ... [22:42:39.209] 31/363 postgresql:recovery / recovery/020_archive_status ERROR ... [22:42:39.209] 32/363 postgresql:recovery / recovery/021_row_visibility ERROR ... [22:42:39.209] 33/363 postgresql:recovery / recovery/024_archive_recovery ERROR ... [22:42:39.209] 34/363 postgresql:recovery / recovery/023_pitr_prepared_xact ERROR ... [22:42:39.209] 35/363 postgresql:recovery / recovery/022_crash_temp_files ERROR ... [22:42:39.209] 36/363 postgresql:recovery / recovery/025_stuck_on_old_timeline ERROR ... [22:42:39.209] 37/363 postgresql:recovery / recovery/027_stream_regress ERROR ... [22:42:39.209] 38/363 postgresql:recovery / recovery/032_relfilenode_reuse ERROR ... [22:42:39.209] 39/363 postgresql:recovery / recovery/026_overwrite_contrecord ERROR ... [22:42:39.209] 40/363 postgresql:recovery / recovery/030_stats_cleanup_replica ERROR ... [22:42:39.209] 41/363 postgresql:recovery / recovery/028_pitr_timelines ERROR ... [22:42:39.209] 42/363 postgresql:recovery / recovery/029_stats_restart ERROR ... [22:42:39.209] 43/363 postgresql:recovery / recovery/031_recovery_conflict ERROR ... [22:42:39.209] 44/363 postgresql:recovery / recovery/033_replay_tsp_drops ERROR ... [22:42:39.209] 45/363 postgresql:recovery / recovery/034_create_database ERROR ... [22:42:39.209] 46/363 postgresql:recovery / recovery/036_truncated_dropped ERROR ... [22:42:39.209] 47/363 postgresql:recovery / recovery/035_standby_logical_decoding ERROR ... [22:42:39.209] 48/363 postgresql:recovery / recovery/039_end_of_wal ERROR ... [22:42:39.209] 49/363 postgresql:recovery / recovery/038_save_logical_slots_shutdown ERROR ... [22:42:39.209] 50/363 postgresql:recovery / recovery/037_invalid_database ERROR ... [22:42:39.209] 51/363 postgresql:recovery / recovery/040_standby_failover_slots_sync ERROR ... [22:42:39.209] 52/363 postgresql:recovery / recovery/041_checkpoint_at_promote ERROR ... [22:42:39.209] 53/363 postgresql:recovery / recovery/044_invalidate_inactive_slots ERROR ... [22:42:39.209] 54/363 postgresql:recovery / recovery/042_low_level_backup ERROR ... [22:42:39.209] 55/363 postgresql:recovery / recovery/045_archive_restartpoint ERROR ... [22:42:39.209] 57/363 postgresql:recovery / recovery/043_no_contrecord_switch ERROR ... [22:42:39.211] 56/363 postgresql:recovery / recovery/047_checkpoint_physical_slot ERROR ... [22:42:39.211] 58/363 postgresql:recovery / recovery/046_checkpoint_logical_slot ERROR ... [22:42:39.211] 59/363 postgresql:recovery / recovery/048_vacuum_horizon_floor ERROR ... [22:42:39.211] 60/363 postgresql:recovery / recovery/049_wait_for_lsn ERROR ... [22:42:39.211] 61/363 postgresql:plpgsql / plpgsql/regress ERROR ... [22:42:39.211] 62/363 postgresql:plperl / plperl/regress ERROR ... [22:42:39.211] 63/363 postgresql:pltcl / pltcl/regress ERROR ... [22:42:39.211] 64/363 postgresql:plpython / plpython/regress ERROR ... [22:42:39.211] 66/363 postgresql:amcheck / amcheck/regress ERROR ... [22:42:39.211] 65/363 postgresql:kerberos / kerberos/001_auth ERROR ... [22:42:39.211] 67/363 postgresql:auto_explain / auto_explain/regress ERROR ... [22:42:39.211] 68/363 postgresql:basic_archive / basic_archive/regress ERROR ... [22:42:39.211] 69/363 postgresql:bloom / bloom/regress ERROR ... [22:42:39.211] 70/363 postgresql:bool_plperl / bool_plperl/regress ERROR ... [22:42:39.211] 71/363 postgresql:cube / cube/regress ERROR ... [22:42:39.211] 72/363 postgresql:btree_gist / btree_gist/regress ERROR ... [22:42:39.211] 73/363 postgresql:btree_gin / btree_gin/regress ERROR ... [22:42:39.211] 74/363 postgresql:citext / citext/regress ERROR ... [22:42:39.211] 75/363 postgresql:dblink / dblink/regress ERROR ... [22:42:39.211] 76/363 postgresql:earthdistance / earthdistance/regress ERROR ... [22:42:39.211] 77/363 postgresql:dict_int / dict_int/regress ERROR ... [22:42:39.211] 78/363 postgresql:dict_xsyn / dict_xsyn/regress ERROR ... [22:42:39.211] 79/363 postgresql:hstore / hstore/regress ERROR ... [22:42:39.211] 80/363 postgresql:file_fdw / file_fdw/regress ERROR ... [22:42:39.211] 81/363 postgresql:fuzzystrmatch / fuzzystrmatch/regress ERROR ... [22:42:39.211] 82/363 postgresql:hstore_plperl / hstore_plperl/regress ERROR ... [22:42:39.211] 83/363 postgresql:hstore_plpython / hstore_plpython/regress ERROR ... [22:42:39.211] 84/363 postgresql:jsonb_plpython / jsonb_plpython/regress ERROR ... [22:42:39.211] 85/363 postgresql:intarray / intarray/regress ERROR ... [22:42:39.211] 86/363 postgresql:jsonb_plperl / jsonb_plperl/regress ERROR ... [22:42:39.211] 87/363 postgresql:ltree / ltree/regress ERROR ... [22:42:39.211] 88/363 postgresql:isn / isn/regress ERROR ... [22:42:39.211] 89/363 postgresql:lo / lo/regress ERROR ... [22:42:39.211] 90/363 postgresql:pageinspect / pageinspect/regress ERROR ... [22:42:39.211] 91/363 postgresql:ltree_plpython / ltree_plpython/regress ERROR ... [22:42:39.211] 92/363 postgresql:pg_buffercache / pg_buffercache/regress ERROR ... [22:42:39.211] 93/363 postgresql:passwordcheck / passwordcheck/regress ERROR ... [22:42:39.211] 94/363 postgresql:pgcrypto / pgcrypto/regress ERROR ... [22:42:39.211] 95/363 postgresql:pg_logicalinspect / pg_logicalinspect/isolation ERROR ... [22:42:39.211] 96/363 postgresql:pg_freespacemap / pg_freespacemap/regress ERROR ... [22:42:39.211] 97/363 postgresql:pg_overexplain / pg_overexplain/regress ERROR ... [22:42:39.211] 98/363 postgresql:pgrowlocks / pgrowlocks/isolation ERROR ... [22:42:39.211] 99/363 postgresql:pg_prewarm / pg_prewarm/regress ERROR ... [22:42:39.211] 100/363 postgresql:pg_surgery / pg_surgery/regress ERROR ... [22:42:39.211] 101/363 postgresql:pg_stat_statements / pg_stat_statements/regress ERROR ... [22:42:39.211] 102/363 postgresql:pgstattuple / pgstattuple/regress ERROR ... [22:42:39.211] 103/363 postgresql:pg_trgm / pg_trgm/regress ERROR ... [22:42:39.211] 104/363 postgresql:pg_visibility / pg_visibility/regress ERROR ... [22:42:39.211] 105/363 postgresql:pg_walinspect / pg_walinspect/regress ERROR ... [22:42:39.211] 106/363 postgresql:postgres_fdw / postgres_fdw/isolation ERROR ... [22:42:39.211] 107/363 postgresql:tablefunc / tablefunc/regress ERROR ... [22:42:39.211] 108/363 postgresql:postgres_fdw / postgres_fdw/regress ERROR ... [22:42:39.211] 109/363 postgresql:spi / spi/regress ERROR ... [22:42:39.211] 110/363 postgresql:seg / seg/regress ERROR ... [22:42:39.211] 111/363 postgresql:test_decoding / test_decoding/regress ERROR ... [22:42:39.211] 112/363 postgresql:tcn / tcn/isolation ERROR ... [22:42:39.211] 113/363 postgresql:test_decoding / test_decoding/isolation ERROR ... [22:42:39.211] 114/363 postgresql:tsm_system_time / tsm_system_time/regress ERROR ... [22:42:39.211] 115/363 postgresql:tsm_system_rows / tsm_system_rows/regress ERROR ... [22:42:39.211] 116/363 postgresql:uuid-ossp / uuid-ossp/regress ERROR ... [22:42:39.211] 117/363 postgresql:unaccent / unaccent/regress ERROR ... [22:42:39.211] 118/363 postgresql:xml2 / xml2/regress ERROR ... [22:42:39.211] 119/363 postgresql:commit_ts / commit_ts/regress ERROR ... [22:42:39.212] 120/363 postgresql:delay_execution / delay_execution/isolation ERROR ... [22:42:39.212] 121/363 postgresql:dummy_seclabel / dummy_seclabel/regress ERROR ... [22:42:39.212] 122/363 postgresql:brin / brin/isolation ERROR ... [22:42:39.212] 123/363 postgresql:dummy_index_am / dummy_index_am/regress ERROR ... [22:42:39.212] 124/363 postgresql:gin / gin/regress ERROR ... [22:42:39.212] 125/363 postgresql:index / index/isolation ERROR ... [22:42:39.212] 126/363 postgresql:injection_points / injection_points/regress ERROR ... [22:42:39.212] 127/363 postgresql:test_binaryheap / test_binaryheap/regress ERROR ... [22:42:39.212] 128/363 postgresql:injection_points / injection_points/isolation ERROR ... [22:42:39.212] 129/363 postgresql:test_bitmapset / test_bitmapset/regress ERROR ... [22:42:39.212] 130/363 postgresql:plsample / plsample/regress ERROR ... [22:42:39.212] 131/363 postgresql:nbtree / nbtree/regress ERROR ... [22:42:39.212] 132/363 postgresql:spgist_name_ops / spgist_name_ops/regress ERROR ... [22:42:39.212] 133/363 postgresql:test_bloomfilter / test_bloomfilter/regress ERROR ... [22:42:39.212] 134/363 postgresql:test_ddl_deparse / test_ddl_deparse/regress ERROR ... [22:42:39.212] 135/363 postgresql:test_copy_callbacks / test_copy_callbacks/regress ERROR ... [22:42:39.212] 136/363 postgresql:test_dsa / test_dsa/regress ERROR ... [22:42:39.212] 137/363 postgresql:test_dsm_registry / test_dsm_registry/regress ERROR ... [22:42:39.212] 138/363 postgresql:test_extensions / test_extensions/regress ERROR ... [22:42:39.212] 139/363 postgresql:test_integerset / test_integerset/regress ERROR ... [22:42:39.212] 140/363 postgresql:test_ginpostinglist / test_ginpostinglist/regress ERROR ... [22:42:39.212] 141/363 postgresql:test_parser / test_parser/regress ERROR ... [22:42:39.212] 142/363 postgresql:test_lwlock_tranches / test_lwlock_tranches/regress ERROR ... [22:42:39.212] 143/363 postgresql:test_oat_hooks / test_oat_hooks/regress ERROR ... [22:42:39.212] 144/363 postgresql:test_lfind / test_lfind/regress ERROR ... [22:42:39.212] 145/363 postgresql:test_pg_dump / test_pg_dump/regress ERROR ... [22:42:39.212] 146/363 postgresql:test_predtest / test_predtest/regress ERROR ... [22:42:39.212] 147/363 postgresql:test_radixtree / test_radixtree/regress ERROR ... [22:42:39.212] 148/363 postgresql:test_rbtree / test_rbtree/regress ERROR ... [22:42:39.212] 149/363 postgresql:test_regex / test_regex/regress ERROR ... [22:42:39.212] 150/363 postgresql:test_resowner / test_resowner/regress ERROR ... [22:42:39.212] 151/363 postgresql:test_shm_mq / test_shm_mq/regress ERROR ... [22:42:39.212] 154/363 postgresql:test_rls_hooks / test_rls_hooks/regress ERROR ... [22:42:39.212] 156/363 postgresql:test_slru / test_slru/regress ERROR ... [22:42:39.212] 157/363 postgresql:test_tidstore / test_tidstore/regress ERROR ... [22:42:39.212] 158/363 postgresql:unsafe_tests / unsafe_tests/regress ERROR ... [22:42:39.212] 160/363 postgresql:ecpg / ecpg/ecpg ERROR ... [22:42:39.212] 162/363 postgresql:typcache / typcache/regress ERROR ... [22:42:39.212] 163/363 postgresql:libpq / libpq/003_load_balance_host_list ERROR ... [22:42:39.212] 165/363 postgresql:libpq / libpq/005_negotiate_encryption ERROR ... [22:42:39.212] 166/363 postgresql:libpq / libpq/006_service ERROR ... [22:42:39.212] 168/363 postgresql:pg_amcheck / pg_amcheck/003_check ERROR ... [22:42:39.212] 169/363 postgresql:pg_amcheck / pg_amcheck/002_nonesuch ERROR ... [22:42:39.212] 170/363 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam ERROR ... [22:42:39.212] 171/363 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage ERROR ... [22:42:39.212] 174/363 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup ERROR ... [22:42:39.212] 175/363 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace ERROR ... [22:42:39.212] 176/363 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical ERROR ... [22:42:39.212] 177/363 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal ERROR ... [22:42:39.212] 178/363 postgresql:pg_checksums / pg_checksums/002_actions ERROR ... [22:42:39.212] 179/363 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber ERROR ... [22:42:39.212] 180/363 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups ERROR ... [22:42:39.212] 181/363 postgresql:pg_combinebackup / pg_combinebackup/003_timeline ERROR ... [22:42:39.212] 182/363 postgresql:pg_combinebackup / pg_combinebackup/005_integrity ERROR ... [22:42:39.212] 183/363 postgresql:pg_combinebackup / pg_combinebackup/004_manifest ERROR ... [22:42:39.212] 184/363 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy ERROR ... [22:42:39.212] 186/363 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal ERROR ... [22:42:39.212] 187/363 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file ERROR ... [22:42:39.212] 188/363 postgresql:pg_combinebackup / pg_combinebackup/008_promote ERROR ... [22:42:39.212] 190/363 postgresql:pg_combinebackup / pg_combinebackup/010_hardlink ERROR ... [22:42:39.213] 191/363 postgresql:pg_ctl / pg_ctl/001_start_stop ERROR ... [22:42:39.213] 192/363 postgresql:pg_controldata / pg_controldata/001_pg_controldata ERROR ... [22:42:39.213] 193/363 postgresql:pg_ctl / pg_ctl/002_status ERROR ... [22:42:39.213] 194/363 postgresql:pg_ctl / pg_ctl/004_logrotate ERROR ... [22:42:39.213] 195/363 postgresql:pg_ctl / pg_ctl/003_promote ERROR ... [22:42:39.213] 196/363 postgresql:pg_dump / pg_dump/002_pg_dump ERROR ... [22:42:39.213] 197/363 postgresql:pg_resetwal / pg_resetwal/002_corrupted ERROR ... [22:42:39.213] 198/363 postgresql:pg_rewind / pg_rewind/001_basic ERROR ... [22:42:39.213] 199/363 postgresql:pg_dump / pg_dump/003_pg_dump_with_server ERROR ... [22:42:39.213] 200/363 postgresql:pg_dump / pg_dump/004_pg_dump_parallel ERROR ... [22:42:39.213] 201/363 postgresql:pg_rewind / pg_rewind/002_databases ERROR ... [22:42:39.213] 202/363 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile ERROR ... [22:42:39.213] 203/363 postgresql:pg_dump / pg_dump/006_pg_dump_compress ERROR ... [22:42:39.213] 204/363 postgresql:pg_rewind / pg_rewind/003_extrafiles ERROR ... [22:42:39.213] 205/363 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink ERROR ... [22:42:39.213] 207/363 postgresql:pg_rewind / pg_rewind/005_same_timeline ERROR ... [22:42:39.213] 208/363 postgresql:pg_rewind / pg_rewind/007_standby_source ERROR ... [22:42:39.213] 209/363 postgresql:pg_rewind / pg_rewind/008_min_recovery_point ERROR ... [22:42:39.213] 211/363 postgresql:pg_rewind / pg_rewind/009_growing_files ERROR ... [22:42:39.213] 212/363 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals ERROR ... [22:42:39.213] 214/363 postgresql:pg_rewind / pg_rewind/011_wal_copy ERROR ... [22:42:39.213] 216/363 postgresql:pg_dump / pg_dump/010_dump_connstr ERROR ... [22:42:39.213] 215/363 postgresql:pg_resetwal / pg_resetwal/001_basic ERROR ... [22:42:39.213] 217/363 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm ERROR ... [22:42:39.213] 218/363 postgresql:pg_verifybackup / pg_verifybackup/007_wal ERROR ... [22:42:39.213] 219/363 postgresql:pg_verifybackup / pg_verifybackup/003_corruption ERROR ... [22:42:39.213] 220/363 postgresql:pg_verifybackup / pg_verifybackup/004_options ERROR ... [22:42:39.213] 221/363 postgresql:pg_verifybackup / pg_verifybackup/006_encoding ERROR ... [22:42:39.213] 225/363 postgresql:pg_verifybackup / pg_verifybackup/008_untar ERROR ... [22:42:39.213] 226/363 postgresql:pg_verifybackup / pg_verifybackup/009_extract ERROR ... [22:42:39.213] 227/363 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar ERROR ... [22:42:39.213] 228/363 postgresql:pg_waldump / pg_waldump/001_basic ERROR ... [22:42:39.213] 229/363 postgresql:pg_waldump / pg_waldump/002_save_fullpage ERROR ... [22:42:39.213] 230/363 postgresql:pg_walsummary / pg_walsummary/002_blocks ERROR ... [22:42:39.213] 167/363 postgresql:initdb / initdb/001_initdb ERROR ... [22:42:39.213] 231/363 postgresql:pgbench / pgbench/001_pgbench_with_server ERROR ... [22:42:39.213] 232/363 postgresql:psql / psql/020_cancel ERROR ... [22:42:39.213] 233/363 postgresql:psql / psql/010_tab_completion ERROR ... [22:42:39.213] 234/363 postgresql:psql / psql/001_basic ERROR ... [22:42:39.213] 235/363 postgresql:psql / psql/030_pager ERROR ... [22:42:39.213] 236/363 postgresql:scripts / scripts/010_clusterdb ERROR ... [22:42:39.213] 237/363 postgresql:scripts / scripts/011_clusterdb_all ERROR ... [22:42:39.213] 238/363 postgresql:scripts / scripts/020_createdb ERROR ... [22:42:39.213] 240/363 postgresql:scripts / scripts/050_dropdb ERROR ... [22:42:39.213] 241/363 postgresql:scripts / scripts/070_dropuser ERROR ... [22:42:39.213] 242/363 postgresql:scripts / scripts/040_createuser ERROR ... [22:42:39.213] 243/363 postgresql:scripts / scripts/080_pg_isready ERROR ... [22:42:39.213] 244/363 postgresql:scripts / scripts/091_reindexdb_all ERROR ... [22:42:39.213] 247/363 postgresql:scripts / scripts/090_reindexdb ERROR ... [22:42:39.213] 248/363 postgresql:scripts / scripts/100_vacuumdb ERROR ... [22:42:39.213] 249/363 postgresql:scripts / scripts/101_vacuumdb_all ERROR ... [22:42:39.213] 250/363 postgresql:scripts / scripts/102_vacuumdb_stages ERROR ... [22:42:39.213] 251/363 postgresql:scripts / scripts/200_connstr ERROR ... [22:42:39.214] 252/363 postgresql:amcheck / amcheck/002_cic ERROR ... [22:42:39.214] 253/363 postgresql:amcheck / amcheck/004_verify_nbtree_unique ERROR ... [22:42:39.214] 254/363 postgresql:amcheck / amcheck/001_verify_heapam ERROR ... [22:42:39.214] 256/363 postgresql:amcheck / amcheck/003_cic_2pc ERROR ... [22:42:39.214] 257/363 postgresql:amcheck / amcheck/005_pitr ERROR ... [22:42:39.214] 258/363 postgresql:auto_explain / auto_explain/001_auto_explain ERROR ... [22:42:39.214] 260/363 postgresql:amcheck / amcheck/006_verify_gin ERROR ... [22:42:39.214] 261/363 postgresql:dblink / dblink/001_auth_scram ERROR ... [22:42:39.214] 262/363 postgresql:bloom / bloom/001_wal ERROR ... [22:42:39.214] 263/363 postgresql:pg_stat_statements / pg_stat_statements/010_restart ERROR ... [22:42:39.214] 264/363 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic ERROR ... [22:42:39.214] 265/363 postgresql:pg_prewarm / pg_prewarm/001_basic ERROR ... [22:42:39.214] 266/363 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction ERROR ... [22:42:39.214] 267/363 postgresql:pg_visibility / pg_visibility/002_corrupt_vm ERROR ... [22:42:39.214] 268/363 postgresql:postgres_fdw / postgres_fdw/001_auth_scram ERROR ... [22:42:39.214] 272/363 postgresql:test_decoding / test_decoding/001_repl_stats ERROR ... [22:42:39.214] 273/363 postgresql:authentication / authentication/002_saslprep ERROR ... [22:42:39.214] 274/363 postgresql:authentication / authentication/001_password ERROR ... [22:42:39.214] 275/363 postgresql:authentication / authentication/003_peer ERROR ... [22:42:39.214] 276/363 postgresql:authentication / authentication/004_file_inclusion ERROR ... [22:42:39.214] 277/363 postgresql:authentication / authentication/006_login_trigger ERROR ... [22:42:39.214] 278/363 postgresql:authentication / authentication/007_pre_auth ERROR ... [22:42:39.214] 279/363 postgresql:postmaster / postmaster/002_connection_limits ERROR ... [22:42:39.214] 280/363 postgresql:subscription / subscription/001_rep_changes ERROR ... [22:42:39.214] 281/363 postgresql:subscription / subscription/003_constraints ERROR ... [22:42:39.214] 282/363 postgresql:postmaster / postmaster/003_start_stop ERROR ... [22:42:39.214] 283/363 postgresql:subscription / subscription/002_types ERROR ... [22:42:39.214] 284/363 postgresql:subscription / subscription/005_encoding ERROR ... [22:42:39.214] 285/363 postgresql:subscription / subscription/004_sync ERROR ... [22:42:39.214] 286/363 postgresql:subscription / subscription/006_rewrite ERROR ... [22:42:39.214] 287/363 postgresql:subscription / subscription/007_ddl ERROR ... [22:42:39.214] 288/363 postgresql:subscription / subscription/008_diff_schema ERROR ... [22:42:39.214] 289/363 postgresql:subscription / subscription/009_matviews ERROR ... [22:42:39.214] 290/363 postgresql:subscription / subscription/010_truncate ERROR ... [22:42:39.214] 291/363 postgresql:subscription / subscription/011_generated ERROR ... [22:42:39.214] 292/363 postgresql:subscription / subscription/013_partition ERROR ... [22:42:39.214] 293/363 postgresql:subscription / subscription/014_binary ERROR ... [22:42:39.214] 294/363 postgresql:subscription / subscription/012_collation ERROR ... [22:42:39.214] 295/363 postgresql:subscription / subscription/016_stream_subxact ERROR ... [22:42:39.214] 296/363 postgresql:subscription / subscription/015_stream ERROR ... [22:42:39.214] 297/363 postgresql:subscription / subscription/017_stream_ddl ERROR ... [22:42:39.214] 298/363 postgresql:subscription / subscription/019_stream_subxact_ddl_abort ERROR ... [22:42:39.214] 299/363 postgresql:subscription / subscription/018_stream_subxact_abort ERROR ... [22:42:39.214] 300/363 postgresql:subscription / subscription/021_twophase ERROR ... [22:42:39.214] 301/363 postgresql:subscription / subscription/022_twophase_cascade ERROR ... [22:42:39.214] 302/363 postgresql:subscription / subscription/023_twophase_stream ERROR ... [22:42:39.214] 304/363 postgresql:subscription / subscription/020_messages ERROR ... [22:42:39.214] 303/363 postgresql:subscription / subscription/024_add_drop_pub ERROR ... [22:42:39.214] 305/363 postgresql:subscription / subscription/025_rep_changes_for_schema ERROR ... [22:42:39.214] 306/363 postgresql:subscription / subscription/026_stats ERROR ... [22:42:39.214] 307/363 postgresql:subscription / subscription/027_nosuperuser ERROR ... [22:42:39.214] 308/363 postgresql:subscription / subscription/029_on_error ERROR ... [22:42:39.214] 309/363 postgresql:subscription / subscription/028_row_filter ERROR ... [22:42:39.248] 310/363 postgresql:subscription / subscription/030_origin ERROR ... [22:42:39.248] 311/363 postgresql:subscription / subscription/031_column_list ERROR ... [22:42:39.248] 313/363 postgresql:subscription / subscription/033_run_as_table_owner ERROR ... [22:42:39.248] 312/363 postgresql:subscription / subscription/032_subscribe_use_index ERROR ... [22:42:39.248] 314/363 postgresql:subscription / subscription/034_temporal ERROR ... [22:42:39.248] 315/363 postgresql:subscription / subscription/035_conflicts ERROR ... [22:42:39.248] 316/363 postgresql:subscription / subscription/036_sequences ERROR ... [22:42:39.248] 317/363 postgresql:subscription / subscription/100_bugs ERROR ... [22:42:39.248] 318/363 postgresql:brin / brin/01_workitems ERROR ... [22:42:39.248] 319/363 postgresql:brin / brin/02_wal_consistency ERROR ... [22:42:39.248] 320/363 postgresql:commit_ts / commit_ts/001_base ERROR ... [22:42:39.248] 321/363 postgresql:commit_ts / commit_ts/003_standby_2 ERROR ... [22:42:39.248] 322/363 postgresql:commit_ts / commit_ts/002_standby ERROR ... [22:42:39.248] 323/363 postgresql:commit_ts / commit_ts/004_restart ERROR ... [22:42:39.248] 324/363 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline ERROR ... [22:42:39.248] 325/363 postgresql:oauth_validator / oauth_validator/001_server ERROR ... [22:42:39.248] 326/363 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc ERROR ... [22:42:39.248] 327/363 postgresql:test_aio / test_aio/002_io_workers ERROR ... [22:42:39.248] 328/363 postgresql:oauth_validator / oauth_validator/002_client ERROR ... [22:42:39.248] 329/363 postgresql:test_aio / test_aio/001_aio ERROR ... [22:42:39.248] 330/363 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic ERROR ... [22:42:39.248] 334/363 postgresql:test_custom_stats / test_custom_stats/001_custom_stats ERROR ... [22:42:39.248] 335/363 postgresql:test_escape / test_escape/001_test_escape ERROR ... [22:42:39.248] 336/363 postgresql:test_extensions / test_extensions/001_extension_control_path ERROR ... [22:42:39.248] 337/363 postgresql:test_misc / test_misc/001_constraint_validation ERROR ... [22:42:39.248] 338/363 postgresql:test_misc / test_misc/002_tablespace ERROR ... [22:42:39.248] 339/363 postgresql:test_misc / test_misc/003_check_guc ERROR ... [22:42:39.248] 340/363 postgresql:test_misc / test_misc/004_io_direct ERROR ... [22:42:39.248] 341/363 postgresql:test_misc / test_misc/005_timeouts ERROR ... [22:42:39.248] 342/363 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd ERROR ... [22:42:39.248] 343/363 postgresql:test_misc / test_misc/006_signal_autovacuum ERROR ... [22:42:39.248] 344/363 postgresql:test_misc / test_misc/007_catcache_inval ERROR ... [22:42:39.248] 345/363 postgresql:test_misc / test_misc/009_log_temp_files ERROR ... [22:42:39.248] 346/363 postgresql:test_misc / test_misc/008_replslot_single_user ERROR ... [22:42:39.248] 349/363 postgresql:test_slru / test_slru/001_multixact ERROR ... [22:42:39.248] 350/363 postgresql:test_slru / test_slru/002_multixact_wraparound ERROR ... [22:42:39.248] 352/363 postgresql:test_pg_dump / test_pg_dump/001_base ERROR ... [22:42:39.248] 353/363 postgresql:worker_spi / worker_spi/001_worker_spi ERROR ... [22:42:39.248] 354/363 postgresql:ssl / ssl/001_ssltests ERROR ... [22:42:39.248] 356/363 postgresql:ssl / ssl/003_sslinfo ERROR ... [22:42:39.248] 355/363 postgresql:xid_wraparound / xid_wraparound/004_notify_freeze ERROR ... [22:42:39.248] 357/363 postgresql:ssl / ssl/002_scram ERROR ... [22:42:39.248] 358/363 postgresql:ldap / ldap/003_ldap_connection_param_lookup ERROR ... [22:42:39.248] 360/363 postgresql:icu / icu/010_database ERROR ... [22:42:39.248] 359/363 postgresql:ldap / ldap/002_bindpasswd ERROR ... [22:42:39.248] 362/363 postgresql:ldap / ldap/001_auth ERROR ... |
| NetBSD - Meson | |
| core | [22:46:35.529] #0 0x0000757754a473fa in read () from /lib/libc.so.12 [22:46:35.529] #1 0x00000001494028b6 in copy_file () [22:46:35.529] #2 0x00000001494036f4 in main () |
| core | [22:46:35.475] #0 0x000072be13b7eeea in ?? () [22:46:35.526] #0 0x0000757754a473fa in read () from /lib/libc.so.12 |
| 57/6281 | domain for WITHOUT OVERLAPS |
| OpenBSD - Meson | |
| test | [21:40:43.679] 362/362 postgresql:psql / psql/030_pager ERROR 1... |
| 57/6054 | let ALTER COLUMN SET DATA TYPE cope with POLICY dependency |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/rowsecurity.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/rowsecurity.out 2025-12-13 18:55:58.496820600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/rowsecurity.out 2025-12-13 19:02:02.942646800 +0000
@@ -376,15 +376,15 @@
--------------------+----------+-------+----------------------------------------------+-------------------+------------...
regress_rls_schema | category | table | regress_rls_alice=arwdDxtm/regress_rls_alice+| |
| | | =arwdDxtm/regress_rls_alice | |
- regress_rls_schema | document | table | regress_rls_alice=arwdDxtm/regress_rls_alice+| | p1: ...
- | | | =arwdDxtm/regress_rls_alice | | (u): (dle...
+ regress_rls_schema | document | table | regress_rls_alice=arwdDxtm/regress_rls_alice+| | p1r (RESTRI...
+ | | | =arwdDxtm/regress_rls_alice | | (u): (cid...
+ | | | | | to: regre...
+ | | | | | p1: ...
+ | | | | | (u): (dle...
| | | | | FROM uac...
| | | | | WHERE (ua...
| | | | | p2r (RESTRI...
| | | | | (u): ((ci...
- | | | | | to: regre...
- | | | | | p1r (RESTRI...
... |
| tap | [19:03:21.452](0.001s) not ok 2 - regression tests pass |
| macOS - Sequoia - Meson | |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/rowsecurity.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/rowsecurity.out 2025-12-13 18:55:51
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rowsecurity.out 2025-12-13 18:58:29
@@ -376,15 +376,15 @@
--------------------+----------+-------+----------------------------------------------+-------------------+------------...
regress_rls_schema | category | table | regress_rls_alice=arwdDxtm/regress_rls_alice+| |
| | | =arwdDxtm/regress_rls_alice | |
- regress_rls_schema | document | table | regress_rls_alice=arwdDxtm/regress_rls_alice+| | p1: ...
- | | | =arwdDxtm/regress_rls_alice | | (u): (dle...
+ regress_rls_schema | document | table | regress_rls_alice=arwdDxtm/regress_rls_alice+| | p1r (RESTRI...
+ | | | =arwdDxtm/regress_rls_alice | | (u): (cid...
+ | | | | | to: regre...
+ | | | | | p1: ...
+ | | | | | (u): (dle...
| | | | | FROM uac...
| | | | | WHERE (ua...
| | | | | p2r (RESTRI...
| | | | | (u): ((ci...
- | | | | | to: regre...
- | | | | | p1r (RESTRI...
... |
| tap | [18:58:50.663](40.014s) not ok 5 - regression tests pass |
| test | [19:04:10.805] 20/363 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... |
| NetBSD - Meson | |
| tap | [19:01:46.666](0.006s) not ok 1376 - second numeric key: stderr has correct number of entries [19:01:46.673](0.000s) not ok 1378 - second numeric key, chunk size 19: correct error output [19:01:46.690](0.006s) not ok 1380 - second numeric key, chunk size 18: correct error output [19:01:46.691](0.000s) not ok 1382 - second numeric key, chunk size 17: correct error output [19:01:46.691](0.000s) not ok 1384 - second numeric key, chunk size 16: correct error output [19:01:46.692](0.000s) not ok 1386 - second numeric key, chunk size 15: correct error output [19:01:46.692](0.000s) not ok 1388 - second numeric key, chunk size 14: correct error output [19:01:46.693](0.000s) not ok 1390 - second numeric key, chunk size 13: correct error output [19:01:46.694](0.000s) not ok 1392 - second numeric key, chunk size 12: correct error output [19:01:46.695](0.000s) not ok 1394 - second numeric key, chunk size 11: correct error output [19:01:46.697](0.001s) not ok 1396 - second numeric key, chunk size 10: correct error output [19:01:46.703](0.000s) not ok 1398 - second numeric key, chunk size 9: correct error output [19:01:46.706](0.002s) not ok 1400 - second numeric key, chunk size 8: correct error output [19:01:46.713](0.002s) not ok 1402 - second numeric key, chunk size 7: correct error output [19:01:46.714](0.000s) not ok 1404 - second numeric key, chunk size 6: correct error output [19:01:46.714](0.000s) not ok 1406 - second numeric key, chunk size 5: correct error output [19:01:46.715](0.000s) not ok 1408 - second numeric key, chunk size 4: correct error output [19:01:46.716](0.000s) not ok 1410 - second numeric key, chunk size 3: correct error output [19:01:46.716](0.000s) not ok 1412 - second numeric key, chunk size 2: correct error output [19:01:46.717](0.000s) not ok 1414 - second numeric key, chunk size 1: correct error output |
| test | [19:01:59.893] 332/362 postgresql:test_json_parser / test_json_parser/002_inline ERROR ... |
| 57/5836 | SQL:2011 Application Time Update & Delete |
| Windows - Server 2022, MinGW64 - Meson | |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_info.out C:/cirrus/build/testrun/pg_upgrade/0... --- C:/cirrus/src/test/regress/expected/partition_info.out 2025-12-13 16:11:16.482369500 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_info.out 2025-12-13 16:18:36.510679700 +000... @@ -352,7 +352,14 @@ -- Test about selection of arbiter indexes for partitioned tables with -- non-valid index on the parent table CREATE TABLE pt (a int PRIMARY KEY) PARTITION BY RANGE (a); +ERROR: relation "pt" already exists CREATE TABLE p1 PARTITION OF pt FOR VALUES FROM (1) to (2) PARTITION BY RANGE (a); +ERROR: Inheriting from a table with a PERIOD is not supported CREATE TABLE p1_1 PARTITION OF p1 FOR VALUES FROM (1) TO (2); +ERROR: relation "p1" does not exist CREATE UNIQUE INDEX ON ONLY p1 (a); +ERROR: relation "p1" does not exist INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; +ERROR: relation "p1" does not exist +LINE 1: INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; + ^ |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_info.out C:/cirrus/build/testrun/recovery/027... --- C:/cirrus/src/test/regress/expected/partition_info.out 2025-12-13 16:11:16.482369500 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_info.out 2025-12-13 16:21:34.147375700 +0... @@ -352,7 +352,14 @@ -- Test about selection of arbiter indexes for partitioned tables with -- non-valid index on the parent table CREATE TABLE pt (a int PRIMARY KEY) PARTITION BY RANGE (a); +ERROR: relation "pt" already exists CREATE TABLE p1 PARTITION OF pt FOR VALUES FROM (1) to (2) PARTITION BY RANGE (a); +ERROR: Inheriting from a table with a PERIOD is not supported CREATE TABLE p1_1 PARTITION OF p1 FOR VALUES FROM (1) TO (2); +ERROR: relation "p1" does not exist CREATE UNIQUE INDEX ON ONLY p1 (a); +ERROR: relation "p1" does not exist INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; +ERROR: relation "p1" does not exist +LINE 1: INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; + ^ |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_info.out C:/cirrus/build/testrun/regress/regr... --- C:/cirrus/src/test/regress/expected/partition_info.out 2025-12-13 16:11:16.482369500 +0000 +++ C:/cirrus/build/testrun/regress/regress/results/partition_info.out 2025-12-13 16:18:33.133231000 +0000 @@ -352,7 +352,14 @@ -- Test about selection of arbiter indexes for partitioned tables with -- non-valid index on the parent table CREATE TABLE pt (a int PRIMARY KEY) PARTITION BY RANGE (a); +ERROR: relation "pt" already exists CREATE TABLE p1 PARTITION OF pt FOR VALUES FROM (1) to (2) PARTITION BY RANGE (a); +ERROR: Inheriting from a table with a PERIOD is not supported CREATE TABLE p1_1 PARTITION OF p1 FOR VALUES FROM (1) TO (2); +ERROR: relation "p1" does not exist CREATE UNIQUE INDEX ON ONLY p1 (a); +ERROR: relation "p1" does not exist INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; +ERROR: relation "p1" does not exist +LINE 1: INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; + ^ |
| tap | [16:18:41.878](66.055s) not ok 5 - regression tests pass |
| tap | [16:21:42.143](0.000s) not ok 2 - regression tests pass |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_info.out C:/cirrus/build/testrun/pg_upgrade/0... --- C:/cirrus/src/test/regress/expected/partition_info.out 2025-12-13 16:11:17.216193600 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_info.out 2025-12-13 16:15:41.433048400 +000... @@ -352,7 +352,14 @@ -- Test about selection of arbiter indexes for partitioned tables with -- non-valid index on the parent table CREATE TABLE pt (a int PRIMARY KEY) PARTITION BY RANGE (a); +ERROR: relation "pt" already exists CREATE TABLE p1 PARTITION OF pt FOR VALUES FROM (1) to (2) PARTITION BY RANGE (a); +ERROR: Inheriting from a table with a PERIOD is not supported CREATE TABLE p1_1 PARTITION OF p1 FOR VALUES FROM (1) TO (2); +ERROR: relation "p1" does not exist CREATE UNIQUE INDEX ON ONLY p1 (a); +ERROR: relation "p1" does not exist INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; +ERROR: relation "p1" does not exist +LINE 1: INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; + ^ |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_info.out C:/cirrus/build/testrun/recovery/027... --- C:/cirrus/src/test/regress/expected/partition_info.out 2025-12-13 16:11:17.216193600 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_info.out 2025-12-13 16:18:23.486344000 +0... @@ -352,7 +352,14 @@ -- Test about selection of arbiter indexes for partitioned tables with -- non-valid index on the parent table CREATE TABLE pt (a int PRIMARY KEY) PARTITION BY RANGE (a); +ERROR: relation "pt" already exists CREATE TABLE p1 PARTITION OF pt FOR VALUES FROM (1) to (2) PARTITION BY RANGE (a); +ERROR: Inheriting from a table with a PERIOD is not supported CREATE TABLE p1_1 PARTITION OF p1 FOR VALUES FROM (1) TO (2); +ERROR: relation "p1" does not exist CREATE UNIQUE INDEX ON ONLY p1 (a); +ERROR: relation "p1" does not exist INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; +ERROR: relation "p1" does not exist +LINE 1: INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; + ^ |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_info.out C:/cirrus/build/testrun/regress/regr... --- C:/cirrus/src/test/regress/expected/partition_info.out 2025-12-13 16:11:17.216193600 +0000 +++ C:/cirrus/build/testrun/regress/regress/results/partition_info.out 2025-12-13 16:15:34.591733800 +0000 @@ -352,7 +352,14 @@ -- Test about selection of arbiter indexes for partitioned tables with -- non-valid index on the parent table CREATE TABLE pt (a int PRIMARY KEY) PARTITION BY RANGE (a); +ERROR: relation "pt" already exists CREATE TABLE p1 PARTITION OF pt FOR VALUES FROM (1) to (2) PARTITION BY RANGE (a); +ERROR: Inheriting from a table with a PERIOD is not supported CREATE TABLE p1_1 PARTITION OF p1 FOR VALUES FROM (1) TO (2); +ERROR: relation "p1" does not exist CREATE UNIQUE INDEX ON ONLY p1 (a); +ERROR: relation "p1" does not exist INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; +ERROR: relation "p1" does not exist +LINE 1: INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; + ^ |
| tap | [16:15:51.821](133.025s) not ok 5 - regression tests pass |
| tap | [16:18:37.235](0.001s) not ok 2 - regression tests pass |
| macOS - Sequoia - Meson | |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_info.out /Users/admin/pgsql/build/testrun/pg_upgrade/002... --- /Users/admin/pgsql/src/test/regress/expected/partition_info.out 2025-12-13 16:11:08 +++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_info.out 2025-12-13 16:14:23 @@ -352,7 +352,14 @@ -- Test about selection of arbiter indexes for partitioned tables with -- non-valid index on the parent table CREATE TABLE pt (a int PRIMARY KEY) PARTITION BY RANGE (a); +ERROR: relation "pt" already exists CREATE TABLE p1 PARTITION OF pt FOR VALUES FROM (1) to (2) PARTITION BY RANGE (a); +ERROR: Inheriting from a table with a PERIOD is not supported CREATE TABLE p1_1 PARTITION OF p1 FOR VALUES FROM (1) TO (2); +ERROR: relation "p1" does not exist CREATE UNIQUE INDEX ON ONLY p1 (a); +ERROR: relation "p1" does not exist INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; +ERROR: relation "p1" does not exist +LINE 1: INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; + ^ |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_info.out /Users/admin/pgsql/build/testrun/recovery/027_s... --- /Users/admin/pgsql/src/test/regress/expected/partition_info.out 2025-12-13 16:11:08 +++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_info.out 2025-12-13 16:15:29 @@ -352,7 +352,14 @@ -- Test about selection of arbiter indexes for partitioned tables with -- non-valid index on the parent table CREATE TABLE pt (a int PRIMARY KEY) PARTITION BY RANGE (a); +ERROR: relation "pt" already exists CREATE TABLE p1 PARTITION OF pt FOR VALUES FROM (1) to (2) PARTITION BY RANGE (a); +ERROR: Inheriting from a table with a PERIOD is not supported CREATE TABLE p1_1 PARTITION OF p1 FOR VALUES FROM (1) TO (2); +ERROR: relation "p1" does not exist CREATE UNIQUE INDEX ON ONLY p1 (a); +ERROR: relation "p1" does not exist INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; +ERROR: relation "p1" does not exist +LINE 1: INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; + ^ |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_info.out /Users/admin/pgsql/build/testrun/regress/regres... --- /Users/admin/pgsql/src/test/regress/expected/partition_info.out 2025-12-13 16:11:08 +++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_info.out 2025-12-13 16:14:26 @@ -352,7 +352,14 @@ -- Test about selection of arbiter indexes for partitioned tables with -- non-valid index on the parent table CREATE TABLE pt (a int PRIMARY KEY) PARTITION BY RANGE (a); +ERROR: relation "pt" already exists CREATE TABLE p1 PARTITION OF pt FOR VALUES FROM (1) to (2) PARTITION BY RANGE (a); +ERROR: Inheriting from a table with a PERIOD is not supported CREATE TABLE p1_1 PARTITION OF p1 FOR VALUES FROM (1) TO (2); +ERROR: relation "p1" does not exist CREATE UNIQUE INDEX ON ONLY p1 (a); +ERROR: relation "p1" does not exist INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; +ERROR: relation "p1" does not exist +LINE 1: INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; + ^ |
| tap | [16:14:28.492](41.605s) not ok 5 - regression tests pass |
| tap | [16:15:36.919](0.001s) not ok 2 - regression tests pass |
| test | [16:18:02.749] 26/363 postgresql:regress / regress/regress ERROR ... [16:18:02.749] 23/363 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [16:18:02.749] 111/363 postgresql:recovery / recovery/027_stream_regress ERROR ... |
| Linux - Debian Trixie - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade... --- /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out 2025-12-13 16:11:16.660023457 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_info.out 2025-12-13 16:16:47.247... @@ -352,7 +352,14 @@ -- Test about selection of arbiter indexes for partitioned tables with -- non-valid index on the parent table CREATE TABLE pt (a int PRIMARY KEY) PARTITION BY RANGE (a); +ERROR: relation "pt" already exists CREATE TABLE p1 PARTITION OF pt FOR VALUES FROM (1) to (2) PARTITION BY RANGE (a); +ERROR: Inheriting from a table with a PERIOD is not supported CREATE TABLE p1_1 PARTITION OF p1 FOR VALUES FROM (1) TO (2); +ERROR: relation "p1" does not exist CREATE UNIQUE INDEX ON ONLY p1 (a); +ERROR: relation "p1" does not exist INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; +ERROR: relation "p1" does not exist +LINE 1: INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; + ^ |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out /tmp/cirrus-ci-build/build/testrun/recovery/0... --- /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out 2025-12-13 16:11:16.660023457 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_info.out 2025-12-13 16:18:11.7... @@ -352,7 +352,14 @@ -- Test about selection of arbiter indexes for partitioned tables with -- non-valid index on the parent table CREATE TABLE pt (a int PRIMARY KEY) PARTITION BY RANGE (a); +ERROR: relation "pt" already exists CREATE TABLE p1 PARTITION OF pt FOR VALUES FROM (1) to (2) PARTITION BY RANGE (a); +ERROR: Inheriting from a table with a PERIOD is not supported CREATE TABLE p1_1 PARTITION OF p1 FOR VALUES FROM (1) TO (2); +ERROR: relation "p1" does not exist CREATE UNIQUE INDEX ON ONLY p1 (a); +ERROR: relation "p1" does not exist INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; +ERROR: relation "p1" does not exist +LINE 1: INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; + ^ |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out /tmp/cirrus-ci-build/build/testrun/regress/re... --- /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out 2025-12-13 16:11:16.660023457 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_info.out 2025-12-13 16:16:43.491242418 +0000 @@ -352,7 +352,14 @@ -- Test about selection of arbiter indexes for partitioned tables with -- non-valid index on the parent table CREATE TABLE pt (a int PRIMARY KEY) PARTITION BY RANGE (a); +ERROR: relation "pt" already exists CREATE TABLE p1 PARTITION OF pt FOR VALUES FROM (1) to (2) PARTITION BY RANGE (a); +ERROR: Inheriting from a table with a PERIOD is not supported CREATE TABLE p1_1 PARTITION OF p1 FOR VALUES FROM (1) TO (2); +ERROR: relation "p1" does not exist CREATE UNIQUE INDEX ON ONLY p1 (a); +ERROR: relation "p1" does not exist INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; +ERROR: relation "p1" does not exist +LINE 1: INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; + ^ |
| tap | [16:16:54.528](81.122s) not ok 5 - regression tests pass |
| tap | [16:18:22.458](0.000s) not ok 2 - regression tests pass |
| test | [16:21:11.130] 29/364 postgresql:regress / regress/regress ERROR ... [16:21:11.130] 34/364 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [16:21:11.130] 136/364 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/partition_info.out /home/postgres/postgres/build/testrun/pg_u... --- /home/postgres/postgres/src/test/regress/expected/partition_info.out 2025-12-13 16:11:24.402493253 +0000 +++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_info.out 2025-12-13 16:15:15.... @@ -352,7 +352,14 @@ -- Test about selection of arbiter indexes for partitioned tables with -- non-valid index on the parent table CREATE TABLE pt (a int PRIMARY KEY) PARTITION BY RANGE (a); +ERROR: relation "pt" already exists CREATE TABLE p1 PARTITION OF pt FOR VALUES FROM (1) to (2) PARTITION BY RANGE (a); +ERROR: Inheriting from a table with a PERIOD is not supported CREATE TABLE p1_1 PARTITION OF p1 FOR VALUES FROM (1) TO (2); +ERROR: relation "p1" does not exist CREATE UNIQUE INDEX ON ONLY p1 (a); +ERROR: relation "p1" does not exist INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; +ERROR: relation "p1" does not exist +LINE 1: INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; + ^ |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/partition_info.out /home/postgres/postgres/build/testrun/reco... --- /home/postgres/postgres/src/test/regress/expected/partition_info.out 2025-12-13 16:11:24.402493253 +0000 +++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/partition_info.out 2025-12-13 16:15:5... @@ -352,7 +352,14 @@ -- Test about selection of arbiter indexes for partitioned tables with -- non-valid index on the parent table CREATE TABLE pt (a int PRIMARY KEY) PARTITION BY RANGE (a); +ERROR: relation "pt" already exists CREATE TABLE p1 PARTITION OF pt FOR VALUES FROM (1) to (2) PARTITION BY RANGE (a); +ERROR: Inheriting from a table with a PERIOD is not supported CREATE TABLE p1_1 PARTITION OF p1 FOR VALUES FROM (1) TO (2); +ERROR: relation "p1" does not exist CREATE UNIQUE INDEX ON ONLY p1 (a); +ERROR: relation "p1" does not exist INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; +ERROR: relation "p1" does not exist +LINE 1: INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; + ^ |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/partition_info.out /home/postgres/postgres/build/testrun/regr... --- /home/postgres/postgres/src/test/regress/expected/partition_info.out 2025-12-13 16:11:24.402493253 +0000 +++ /home/postgres/postgres/build/testrun/regress/regress/results/partition_info.out 2025-12-13 16:15:18.446637860 +0000 @@ -352,7 +352,14 @@ -- Test about selection of arbiter indexes for partitioned tables with -- non-valid index on the parent table CREATE TABLE pt (a int PRIMARY KEY) PARTITION BY RANGE (a); +ERROR: relation "pt" already exists CREATE TABLE p1 PARTITION OF pt FOR VALUES FROM (1) to (2) PARTITION BY RANGE (a); +ERROR: Inheriting from a table with a PERIOD is not supported CREATE TABLE p1_1 PARTITION OF p1 FOR VALUES FROM (1) TO (2); +ERROR: relation "p1" does not exist CREATE UNIQUE INDEX ON ONLY p1 (a); +ERROR: relation "p1" does not exist INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; +ERROR: relation "p1" does not exist +LINE 1: INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; + ^ |
| tap | [16:15:27.365](96.289s) not ok 5 - regression tests pass |
| tap | [16:16:04.548](0.000s) not ok 2 - regression tests pass |
| test | [16:17:19.180] 149/362 postgresql:regress / regress/regress ERROR 1... [16:17:19.180] 158/362 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [16:17:19.180] 204/362 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| Linux - Debian Trixie - Autoconf | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c... --- /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out 2025-12-13 16:11:09.908504191 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_info.out 2025-12-13 16:20:10.044288971 +0000 @@ -352,7 +352,14 @@ -- Test about selection of arbiter indexes for partitioned tables with -- non-valid index on the parent table CREATE TABLE pt (a int PRIMARY KEY) PARTITION BY RANGE (a); +ERROR: relation "pt" already exists CREATE TABLE p1 PARTITION OF pt FOR VALUES FROM (1) to (2) PARTITION BY RANGE (a); +ERROR: Inheriting from a table with a PERIOD is not supported CREATE TABLE p1_1 PARTITION OF p1 FOR VALUES FROM (1) TO (2); +ERROR: relation "p1" does not exist CREATE UNIQUE INDEX ON ONLY p1 (a); +ERROR: relation "p1" does not exist INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; +ERROR: relation "p1" does not exist +LINE 1: INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; + ^ |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch... --- /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out 2025-12-13 16:11:09.908504191 +0000 +++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_info.out 2025-12-13 16:21:26.706160926 +0000 @@ -352,7 +352,14 @@ -- Test about selection of arbiter indexes for partitioned tables with -- non-valid index on the parent table CREATE TABLE pt (a int PRIMARY KEY) PARTITION BY RANGE (a); +ERROR: relation "pt" already exists CREATE TABLE p1 PARTITION OF pt FOR VALUES FROM (1) to (2) PARTITION BY RANGE (a); +ERROR: Inheriting from a table with a PERIOD is not supported CREATE TABLE p1_1 PARTITION OF p1 FOR VALUES FROM (1) TO (2); +ERROR: relation "p1" does not exist CREATE UNIQUE INDEX ON ONLY p1 (a); +ERROR: relation "p1" does not exist INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; +ERROR: relation "p1" does not exist +LINE 1: INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; + ^ |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out /tmp/cirrus-ci-build/src/test/regress/results... --- /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out 2025-12-13 16:11:09.908504191 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/partition_info.out 2025-12-13 16:17:29.314420056 +0000 @@ -352,7 +352,14 @@ -- Test about selection of arbiter indexes for partitioned tables with -- non-valid index on the parent table CREATE TABLE pt (a int PRIMARY KEY) PARTITION BY RANGE (a); +ERROR: relation "pt" already exists CREATE TABLE p1 PARTITION OF pt FOR VALUES FROM (1) to (2) PARTITION BY RANGE (a); +ERROR: Inheriting from a table with a PERIOD is not supported CREATE TABLE p1_1 PARTITION OF p1 FOR VALUES FROM (1) TO (2); +ERROR: relation "p1" does not exist CREATE UNIQUE INDEX ON ONLY p1 (a); +ERROR: relation "p1" does not exist INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; +ERROR: relation "p1" does not exist +LINE 1: INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; + ^ |
| tap | [16:20:21.306](145.779s) not ok 5 - regression tests pass |
| tap | [16:21:36.576](0.000s) not ok 2 - regression tests pass |
| FreeBSD - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade... --- /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out 2025-12-13 16:11:14.686639000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_info.out 2025-12-13 16:16:22.464... @@ -352,7 +352,14 @@ -- Test about selection of arbiter indexes for partitioned tables with -- non-valid index on the parent table CREATE TABLE pt (a int PRIMARY KEY) PARTITION BY RANGE (a); +ERROR: relation "pt" already exists CREATE TABLE p1 PARTITION OF pt FOR VALUES FROM (1) to (2) PARTITION BY RANGE (a); +ERROR: Inheriting from a table with a PERIOD is not supported CREATE TABLE p1_1 PARTITION OF p1 FOR VALUES FROM (1) TO (2); +ERROR: relation "p1" does not exist CREATE UNIQUE INDEX ON ONLY p1 (a); +ERROR: relation "p1" does not exist INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; +ERROR: relation "p1" does not exist +LINE 1: INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; + ^ |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out /tmp/cirrus-ci-build/build/testrun/recovery/0... --- /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out 2025-12-13 16:11:14.686639000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_info.out 2025-12-13 16:17:43.9... @@ -352,7 +352,14 @@ -- Test about selection of arbiter indexes for partitioned tables with -- non-valid index on the parent table CREATE TABLE pt (a int PRIMARY KEY) PARTITION BY RANGE (a); +ERROR: relation "pt" already exists CREATE TABLE p1 PARTITION OF pt FOR VALUES FROM (1) to (2) PARTITION BY RANGE (a); +ERROR: Inheriting from a table with a PERIOD is not supported CREATE TABLE p1_1 PARTITION OF p1 FOR VALUES FROM (1) TO (2); +ERROR: relation "p1" does not exist CREATE UNIQUE INDEX ON ONLY p1 (a); +ERROR: relation "p1" does not exist INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; +ERROR: relation "p1" does not exist +LINE 1: INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; + ^ |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out /tmp/cirrus-ci-build/build/testrun/regress/re... --- /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out 2025-12-13 16:11:14.686639000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_info.out 2025-12-13 16:16:17.997601000 +0000 @@ -352,7 +352,14 @@ -- Test about selection of arbiter indexes for partitioned tables with -- non-valid index on the parent table CREATE TABLE pt (a int PRIMARY KEY) PARTITION BY RANGE (a); +ERROR: relation "pt" already exists CREATE TABLE p1 PARTITION OF pt FOR VALUES FROM (1) to (2) PARTITION BY RANGE (a); +ERROR: Inheriting from a table with a PERIOD is not supported CREATE TABLE p1_1 PARTITION OF p1 FOR VALUES FROM (1) TO (2); +ERROR: relation "p1" does not exist CREATE UNIQUE INDEX ON ONLY p1 (a); +ERROR: relation "p1" does not exist INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; +ERROR: relation "p1" does not exist +LINE 1: INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; + ^ |
| tap | [16:16:42.307](215.471s) not ok 5 - regression tests pass |
| tap | [16:18:04.611](0.000s) not ok 2 - regression tests pass |
| test | [16:19:24.906] 166/363 postgresql:regress / regress/regress ERROR 2... [16:19:24.906] 179/363 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 2... [16:19:24.906] 282/363 postgresql:recovery / recovery/027_stream_regress ERROR 3... |
| OpenBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/partition_info.out /home/postgres/postgres/build/testrun/pg_u... --- /home/postgres/postgres/src/test/regress/expected/partition_info.out Sat Dec 13 16:11:25 2025 +++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_info.out Sat Dec 13 16:16:28 ... @@ -352,7 +352,14 @@ -- Test about selection of arbiter indexes for partitioned tables with -- non-valid index on the parent table CREATE TABLE pt (a int PRIMARY KEY) PARTITION BY RANGE (a); +ERROR: relation "pt" already exists CREATE TABLE p1 PARTITION OF pt FOR VALUES FROM (1) to (2) PARTITION BY RANGE (a); +ERROR: Inheriting from a table with a PERIOD is not supported CREATE TABLE p1_1 PARTITION OF p1 FOR VALUES FROM (1) TO (2); +ERROR: relation "p1" does not exist CREATE UNIQUE INDEX ON ONLY p1 (a); +ERROR: relation "p1" does not exist INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; +ERROR: relation "p1" does not exist +LINE 1: INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; + ^ |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/partition_info.out /home/postgres/postgres/build/testrun/reco... --- /home/postgres/postgres/src/test/regress/expected/partition_info.out Sat Dec 13 16:11:25 2025 +++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/partition_info.out Sat Dec 13 16:18:4... @@ -352,7 +352,14 @@ -- Test about selection of arbiter indexes for partitioned tables with -- non-valid index on the parent table CREATE TABLE pt (a int PRIMARY KEY) PARTITION BY RANGE (a); +ERROR: relation "pt" already exists CREATE TABLE p1 PARTITION OF pt FOR VALUES FROM (1) to (2) PARTITION BY RANGE (a); +ERROR: Inheriting from a table with a PERIOD is not supported CREATE TABLE p1_1 PARTITION OF p1 FOR VALUES FROM (1) TO (2); +ERROR: relation "p1" does not exist CREATE UNIQUE INDEX ON ONLY p1 (a); +ERROR: relation "p1" does not exist INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; +ERROR: relation "p1" does not exist +LINE 1: INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; + ^ |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/partition_info.out /home/postgres/postgres/build/testrun/regr... --- /home/postgres/postgres/src/test/regress/expected/partition_info.out Sat Dec 13 16:11:25 2025 +++ /home/postgres/postgres/build/testrun/regress/regress/results/partition_info.out Sat Dec 13 16:16:23 2025 @@ -352,7 +352,14 @@ -- Test about selection of arbiter indexes for partitioned tables with -- non-valid index on the parent table CREATE TABLE pt (a int PRIMARY KEY) PARTITION BY RANGE (a); +ERROR: relation "pt" already exists CREATE TABLE p1 PARTITION OF pt FOR VALUES FROM (1) to (2) PARTITION BY RANGE (a); +ERROR: Inheriting from a table with a PERIOD is not supported CREATE TABLE p1_1 PARTITION OF p1 FOR VALUES FROM (1) TO (2); +ERROR: relation "p1" does not exist CREATE UNIQUE INDEX ON ONLY p1 (a); +ERROR: relation "p1" does not exist INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; +ERROR: relation "p1" does not exist +LINE 1: INSERT INTO p1 VALUES (1) ON CONFLICT (a) DO NOTHING; + ^ |
| tap | [16:16:40.973](112.796s) not ok 5 - regression tests pass |
| tap | [16:19:07.503](0.001s) not ok 2 - regression tests pass |
| test | [16:21:43.873] 41/362 postgresql:regress / regress/regress ERROR 1... [16:21:43.873] 45/362 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [16:21:43.873] 199/362 postgresql:recovery / recovery/027_stream_regress ERROR 2... |
| 57/6292 | Proposal to allow setting cursor options on Portals |
| Windows - Server 2022, MinGW64 - Meson | |
| tap | [16:15:47.721](0.096s) not ok 16 - libpq_pipeline protocol_version |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| tap | [16:12:43.758](0.252s) not ok 16 - libpq_pipeline protocol_version |
| macOS - Sequoia - Meson | |
| core | [16:08:02.256] * frame #0: 0x00000001012087c0 dyld`_dyld_start |
| tap | [16:04:26.670](0.032s) not ok 16 - libpq_pipeline protocol_version |
| test | [16:04:47.582] 319/363 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline ERROR ... |
| Linux - Debian Trixie - Meson | |
| tap | [16:06:48.858](0.056s) not ok 16 - libpq_pipeline protocol_version |
| test | [16:07:13.107] 322/364 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline ERROR ... |
| NetBSD - Meson | |
| tap | [16:04:07.576](0.035s) not ok 16 - libpq_pipeline protocol_version |
| tap | [16:04:13.633](0.000s) not ok 3548 - junk punctuation: stderr has correct number of entries [16:04:13.649](0.000s) not ok 3550 - junk punctuation, chunk size 7: correct error output [16:04:13.657](0.000s) not ok 3552 - junk punctuation, chunk size 6: correct error output [16:04:13.659](0.000s) not ok 3554 - junk punctuation, chunk size 5: correct error output [16:04:13.666](0.000s) not ok 3556 - junk punctuation, chunk size 4: correct error output [16:04:13.699](0.000s) not ok 3558 - junk punctuation, chunk size 3: correct error output [16:04:13.700](0.000s) not ok 3560 - junk punctuation, chunk size 2: correct error output [16:04:13.700](0.000s) not ok 3562 - junk punctuation, chunk size 1: correct error output |
| test | [16:04:25.068] 318/362 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline ERROR ... [16:04:25.068] 340/362 postgresql:test_json_parser / test_json_parser/002_inline ERROR ... |
| FreeBSD - Meson | |
| tap | [16:05:49.523](0.022s) not ok 16 - libpq_pipeline protocol_version |
| test | [16:06:14.818] 323/363 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline ERROR ... |
| OpenBSD - Meson | |
| tap | [16:07:20.324](0.084s) not ok 16 - libpq_pipeline protocol_version |
| test | [16:07:45.730] 320/362 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline ERROR ... |
| Linux - Debian Trixie - Autoconf | |
| tap | [16:02:29.873](0.114s) not ok 16 - libpq_pipeline protocol_version |
| 57/6258 | Adds two new modifiers for \dt[Oo] and \di[Oo]. This helps inspect large deployments where relation size is important. |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/rangefuncs.out /home/postgres/postgres/build/testrun/regress/... --- /home/postgres/postgres/src/test/regress/expected/rangefuncs.out 2025-12-13 14:42:42.345519247 +0000 +++ /home/postgres/postgres/build/testrun/regress/regress/results/rangefuncs.out 2025-12-13 14:44:28.673655813 +0000 @@ -1,2507 +1 @@ -CREATE TABLE rngfunc2(rngfuncid int, f2 int); -INSERT INTO rngfunc2 VALUES(1, 11); -INSERT INTO rngfunc2 VALUES(2, 22); -INSERT INTO rngfunc2 VALUES(1, 111); -CREATE FUNCTION rngfunct(int) returns setof rngfunc2 as 'SELECT * FROM rngfunc2 WHERE rngfuncid = $1 ORDER BY f2;' LANG... --- function with ORDINALITY -select * from rngfunct(1) with ordinality as z(a,b,ord); - a | b | ord ----+-----+----- - 1 | 11 | 1 - 1 | 111 | 2 -(2 rows) - -select * from rngfunct(1) with ordinality as z(a,b,ord) where b > 100; -- ordinal 2, not 1 - a | b | ord ----+-----+----- ... |
| test | [14:46:38.371] 73/362 postgresql:regress / regress/regress ERROR ... |
| 57/6285 | explain plans for foreign scans |
| NetBSD - Meson | |
| tap | [13:55:09.140](0.000s) not ok 2798 - string: stderr has correct number of entries [13:55:09.141](0.000s) not ok 2800 - string, chunk size 7: no error output [13:55:09.141](0.000s) not ok 2802 - string, chunk size 6: no error output [13:55:09.142](0.000s) not ok 2804 - string, chunk size 5: no error output [13:55:09.142](0.000s) not ok 2806 - string, chunk size 4: no error output [13:55:09.143](0.000s) not ok 2808 - string, chunk size 3: no error output [13:55:09.143](0.000s) not ok 2810 - string, chunk size 2: no error output [13:55:09.143](0.000s) not ok 2812 - string, chunk size 1: no error output |
| test | [13:55:20.399] 343/362 postgresql:test_json_parser / test_json_parser/002_inline ERROR ... |
| 57/6288 | Add sampling statistics to autoanalyze log output |
| NetBSD - Meson | |
| tap | [13:49:43.263](0.000s) not ok 71 - bad device authz response: wrong content type: matches |
| test | [13:49:51.876] 351/362 postgresql:oauth_validator / oauth_validator/001_server ERROR ... |
| 57/6303 | refactor handling optional argument in system functions |
| Linux - Debian Trixie - Autoconf | |
| core | [12:39:06.153] #0 0x00007efe7ba9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:39:06.153] #1 0x00007efe7ba49cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:39:06.153] #2 0x00007efe7ba324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:39:06.153] #3 0x00007efe7d038b8f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:39:06.153] #4 0x00007efe7d123f4c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:39:06.153] #5 0x00007efe7d0fee3f in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd160a4e56, __in_ch... [12:39:06.153] #6 0x00007efe7d0fe4a0 in __asan::ReportGenericError (pc=94075876516722, bp=140724973230784, sp=sp@entry=... [12:39:06.153] #7 0x00007efe7d0fe60e in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140724973230784, sp... [12:39:06.153] #8 0x00007efe7d0ff5ac in __asan::__asan_report_load8 (addr=addr@entry=140724973230928) at ../../../../sr... [12:39:06.153] #9 0x0000558fbf33a372 in pg_get_expr (fcinfo=0x7ffd160a5b10) at ruleutils.c:2565 |
| core | [12:39:06.958] #0 0x00007f1099a9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:39:06.958] #1 0x00007f1099a49cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:39:06.958] #2 0x00007f1099a324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:39:06.958] #3 0x00007f109b038b8f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:39:06.958] #4 0x00007f109b123f4c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:39:06.958] #5 0x00007f109b0fee3f in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffec2e67d56, __in_ch... [12:39:06.958] #6 0x00007f109b0fe4a0 in __asan::ReportGenericError (pc=94175113995122, bp=140732168309184, sp=sp@entry=... [12:39:06.958] #7 0x00007f109b0fe60e in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140732168309184, sp... [12:39:06.958] #8 0x00007f109b0ff5ac in __asan::__asan_report_load8 (addr=addr@entry=140732168309328) at ../../../../sr... [12:39:06.958] #9 0x000055a6da376372 in pg_get_expr (fcinfo=0x7ffec2e68a10) at ruleutils.c:2565 |
| 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 2025-12-13 12:30:54.149801922 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/triggers.out 2025-12-13 12:35:53.041547117 +0000
@@ -2441,1191 +2441,10 @@
where tgrelid::regclass in ('trg_clone', 'trg_clone1', 'trg_clone2',
'trg_clone3', 'trg_clone_3_3')
group by tgrelid::regclass order by tgrelid::regclass;
- tgrelid | count
----------------+-------
- trg_clone | 1
- trg_clone1 | 1
- trg_clone2 | 1
- trg_clone3 | 1
- trg_clone_3_3 | 1
-(5 rows)
-
-drop table trg_clone;
--- Test the interaction between ALTER TABLE .. DISABLE TRIGGER and
--- both kinds of inheritance. Historically, legacy inheritance has
--- not recursed to children, so that behavior is preserved.
... |
| 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 2025-12-13 12:30:54.149801922 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/triggers.out 2025-12-13 12:34:36.510719854 +0000
@@ -2714,918 +2714,7 @@
create trigger child3_update_trig
after update on child3 referencing old table as old_table new table as new_table
for each statement execute procedure dump_update();
-create trigger child3_delete_trig
- after delete on child3 referencing old table as old_table
- for each statement execute procedure dump_delete();
-SELECT trigger_name, event_manipulation, event_object_schema, event_object_table,
- action_order, action_condition, action_orientation, action_timing,
- action_reference_old_table, action_reference_new_table
- FROM information_schema.triggers
- WHERE event_object_table IN ('parent', 'child1', 'child2', 'child3')
- ORDER BY trigger_name COLLATE "C", 2;
- trigger_name | event_manipulation | event_object_schema | event_object_table | action_order | action_condition |...
---------------------+--------------------+---------------------+--------------------+--------------+------------------+...
- child1_delete_trig | DELETE | public | child1 | 1 | |...
- child1_insert_trig | INSERT | public | child1 | 1 | |...
... |
| sanitizer | SUMMARY: AddressSanitizer: stack-buffer-overflow /tmp/cirrus-ci-build/src/backend/utils/adt/ruleutils.c:2565 in pg_get_e... |
| sanitizer | SUMMARY: AddressSanitizer: stack-buffer-overflow /tmp/cirrus-ci-build/src/backend/utils/adt/ruleutils.c:2565 in pg_get_e... |
| tap | [12:35:56.363](28.526s) not ok 5 - regression tests pass [12:36:27.018](12.655s) not ok 16 - run of pg_upgrade for new instance [12:36:27.019](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success [12:36:28.838](0.057s) not ok 20 - old and new dumps match after pg_upgrade |
| 57/6246 | Remove ctid from self-join examples in UPDATE and DELETE docs |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/modules/injection_points/expected/index-concurrently-upsert-predicate.out /hom...
--- /home/postgres/postgres/src/test/modules/injection_points/expected/index-concurrently-upsert-predicate.out 2025-12-1...
+++ /home/postgres/postgres/build/testrun/injection_points/isolation/results/index-concurrently-upsert-predicate.out 202...
@@ -80,16 +80,7 @@
SELECT injection_points_detach('invalidate-catalog-snapshot-end');
SELECT injection_points_wakeup('invalidate-catalog-snapshot-end');
-injection_points_detach
------------------------
-
-(1 row)
-
-injection_points_wakeup
------------------------
-
-(1 row)
-
+ERROR: could not detach injection point "invalidate-catalog-snapshot-end"
step s4_wakeup_s2:
SELECT injection_points_detach('exec-insert-before-insert-speculative');
... |
| test | [12:25:03.482] 362/362 postgresql:injection_points / injection_points/isolation ERROR 3... |
| 57/6102 | Termination of Background Workers for ALTER/DROP DATABASE |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| tap | [11:43:10.001](0.414s) not ok 5 - psql connect success [11:43:10.004](0.001s) not ok 6 - psql select 1 |
| 57/6137 | postgres_fdw: Use COPY to speed up batch inserts |
| NetBSD - Meson | |
| tap | [10:25:33.888](0.000s) not ok 1496 - missing comma: stderr has correct number of entries [10:25:33.891](0.001s) not ok 1498 - missing comma, chunk size 20: correct error output [10:25:33.892](0.000s) not ok 1500 - missing comma, chunk size 19: correct error output [10:25:33.892](0.000s) not ok 1502 - missing comma, chunk size 18: correct error output [10:25:33.893](0.000s) not ok 1504 - missing comma, chunk size 17: correct error output [10:25:33.894](0.000s) not ok 1506 - missing comma, chunk size 16: correct error output [10:25:33.894](0.000s) not ok 1508 - missing comma, chunk size 15: correct error output [10:25:33.895](0.000s) not ok 1510 - missing comma, chunk size 14: correct error output [10:25:33.896](0.000s) not ok 1512 - missing comma, chunk size 13: correct error output [10:25:33.902](0.000s) not ok 1514 - missing comma, chunk size 12: correct error output [10:25:33.903](0.000s) not ok 1516 - missing comma, chunk size 11: correct error output [10:25:33.904](0.000s) not ok 1518 - missing comma, chunk size 10: correct error output [10:25:33.905](0.000s) not ok 1520 - missing comma, chunk size 9: correct error output [10:25:33.906](0.000s) not ok 1522 - missing comma, chunk size 8: correct error output [10:25:33.907](0.000s) not ok 1524 - missing comma, chunk size 7: correct error output [10:25:33.907](0.000s) not ok 1526 - missing comma, chunk size 6: correct error output [10:25:33.908](0.000s) not ok 1528 - missing comma, chunk size 5: correct error output [10:25:33.909](0.000s) not ok 1530 - missing comma, chunk size 4: correct error output [10:25:33.909](0.000s) not ok 1532 - missing comma, chunk size 3: correct error output [10:25:33.910](0.000s) not ok 1534 - missing comma, chunk size 2: correct error output [10:25:33.910](0.000s) not ok 1536 - missing comma, chunk size 1: correct error output |
| test | [10:25:47.261] 334/362 postgresql:test_json_parser / test_json_parser/002_inline ERROR ... |
| 54/6099 | Support EXCEPT tables and EXCEPT (column-list) in publications |
| macOS - Sequoia - Meson | |
| tap | [10:07:44.469](0.000s) not ok 178 - binary_upgrade: should dump CREATE PUBLICATION pub10 [10:07:45.073](0.000s) not ok 441 - clean: should dump CREATE PUBLICATION pub10 [10:07:45.507](0.000s) not ok 704 - clean_if_exists: should dump CREATE PUBLICATION pub10 [10:07:46.050](0.000s) not ok 1230 - createdb: should dump CREATE PUBLICATION pub10 [10:07:46.456](0.000s) not ok 1756 - defaults: should dump CREATE PUBLICATION pub10 [10:07:46.964](0.000s) not ok 2023 - defaults_custom_format: should dump CREATE PUBLICATION pub10 [10:07:47.296](0.000s) not ok 2293 - defaults_dir_format: should dump CREATE PUBLICATION pub10 [10:07:47.911](0.000s) not ok 2561 - defaults_parallel: should dump CREATE PUBLICATION pub10 [10:07:48.681](0.000s) not ok 2828 - defaults_tar_format: should dump CREATE PUBLICATION pub10 [10:07:48.910](0.000s) not ok 3091 - exclude_dump_test_schema: should dump CREATE PUBLICATION pub10 [10:07:49.170](0.000s) not ok 3354 - exclude_measurement: should dump CREATE PUBLICATION pub10 [10:07:49.417](0.000s) not ok 3617 - exclude_measurement_data: should dump CREATE PUBLICATION pub10 [10:07:49.876](0.000s) not ok 3880 - exclude_test_table: should dump CREATE PUBLICATION pub10 [10:07:50.323](0.001s) not ok 4143 - exclude_test_table_data: should dump CREATE PUBLICATION pub10 [10:07:51.253](0.002s) not ok 4932 - no_large_objects: should dump CREATE PUBLICATION pub10 [10:07:51.616](0.000s) not ok 5195 - no_owner: should dump CREATE PUBLICATION pub10 [10:07:51.970](0.000s) not ok 5458 - no_policies: should dump CREATE PUBLICATION pub10 [10:07:52.537](0.000s) not ok 5722 - no_policies_restore: should dump CREATE PUBLICATION pub10 [10:07:52.883](0.000s) not ok 5985 - no_privs: should dump CREATE PUBLICATION pub10 [10:07:54.361](0.000s) not ok 6511 - no_statistics: should dump CREATE PUBLICATION pub10 [10:07:54.626](0.000s) not ok 6774 - no_subscriptions: should dump CREATE PUBLICATION pub10 [10:07:54.948](0.000s) not ok 7038 - no_subscriptions_restore: should dump CREATE PUBLICATION pub10 [10:07:55.260](0.000s) not ok 7301 - no_table_access_method: should dump CREATE PUBLICATION pub10 [10:07:55.630](0.000s) not ok 7564 - no_toast_compression: should dump CREATE PUBLICATION pub10 [10:07:57.567](0.000s) not ok 8616 - pg_dumpall_dbprivs: should dump CREATE PUBLICATION pub10 [10:07:58.442](0.000s) not ok 8879 - pg_dumpall_exclude: should dump CREATE PUBLICATION pub10 [10:07:59.582](0.001s) not ok 10458 - schema_only: should dump CREATE PUBLICATION pub10 [10:08:00.000](0.000s) not ok 10984 - section_post_data: should dump CREATE PUBLICATION pub10 |
| test | [10:09:19.854] 201/364 postgresql:pg_dump / pg_dump/002_pg_dump ERROR ... |
| Windows - Server 2022, MinGW64 - Meson | |
| tap | [10:16:49.891](0.000s) not ok 178 - binary_upgrade: should dump CREATE PUBLICATION pub10 [10:16:50.323](0.000s) not ok 441 - clean: should dump CREATE PUBLICATION pub10 [10:16:50.705](0.000s) not ok 704 - clean_if_exists: should dump CREATE PUBLICATION pub10 [10:16:51.341](0.001s) not ok 1230 - createdb: should dump CREATE PUBLICATION pub10 [10:16:51.977](0.000s) not ok 1756 - defaults: should dump CREATE PUBLICATION pub10 [10:16:52.408](0.000s) not ok 2023 - defaults_custom_format: should dump CREATE PUBLICATION pub10 [10:16:52.928](0.000s) not ok 2293 - defaults_dir_format: should dump CREATE PUBLICATION pub10 [10:16:53.743](0.000s) not ok 2561 - defaults_parallel: should dump CREATE PUBLICATION pub10 [10:16:54.355](0.000s) not ok 2828 - defaults_tar_format: should dump CREATE PUBLICATION pub10 [10:16:54.708](0.000s) not ok 3091 - exclude_dump_test_schema: should dump CREATE PUBLICATION pub10 [10:16:55.063](0.000s) not ok 3354 - exclude_measurement: should dump CREATE PUBLICATION pub10 [10:16:55.404](0.000s) not ok 3617 - exclude_measurement_data: should dump CREATE PUBLICATION pub10 [10:16:55.784](0.000s) not ok 3880 - exclude_test_table: should dump CREATE PUBLICATION pub10 [10:16:56.228](0.001s) not ok 4143 - exclude_test_table_data: should dump CREATE PUBLICATION pub10 [10:16:57.231](0.000s) not ok 4932 - no_large_objects: should dump CREATE PUBLICATION pub10 [10:16:57.617](0.000s) not ok 5195 - no_owner: should dump CREATE PUBLICATION pub10 [10:16:57.946](0.000s) not ok 5458 - no_policies: should dump CREATE PUBLICATION pub10 [10:16:58.324](0.000s) not ok 5722 - no_policies_restore: should dump CREATE PUBLICATION pub10 [10:16:58.649](0.000s) not ok 5985 - no_privs: should dump CREATE PUBLICATION pub10 [10:16:59.255](0.000s) not ok 6511 - no_statistics: should dump CREATE PUBLICATION pub10 [10:16:59.569](0.000s) not ok 6774 - no_subscriptions: should dump CREATE PUBLICATION pub10 [10:16:59.979](0.000s) not ok 7038 - no_subscriptions_restore: should dump CREATE PUBLICATION pub10 [10:17:00.350](0.000s) not ok 7301 - no_table_access_method: should dump CREATE PUBLICATION pub10 [10:17:00.684](0.000s) not ok 7564 - no_toast_compression: should dump CREATE PUBLICATION pub10 [10:17:02.754](0.000s) not ok 8616 - pg_dumpall_dbprivs: should dump CREATE PUBLICATION pub10 [10:17:03.561](0.000s) not ok 8879 - pg_dumpall_exclude: should dump CREATE PUBLICATION pub10 [10:17:05.081](0.000s) not ok 10458 - schema_only: should dump CREATE PUBLICATION pub10 [10:17:05.672](0.000s) not ok 10984 - section_post_data: should dump CREATE PUBLICATION pub10 |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| tap | [10:13:11.939](0.001s) not ok 177 - binary_upgrade: should dump CREATE PUBLICATION pub10 [10:13:13.084](0.004s) not ok 439 - clean: should dump CREATE PUBLICATION pub10 [10:13:13.763](0.001s) not ok 701 - clean_if_exists: should dump CREATE PUBLICATION pub10 [10:13:15.218](0.000s) not ok 1225 - createdb: should dump CREATE PUBLICATION pub10 [10:13:16.251](0.001s) not ok 1749 - defaults: should dump CREATE PUBLICATION pub10 [10:13:17.371](0.001s) not ok 2015 - defaults_custom_format: should dump CREATE PUBLICATION pub10 [10:13:18.199](0.001s) not ok 2284 - defaults_dir_format: should dump CREATE PUBLICATION pub10 [10:13:20.023](0.000s) not ok 2551 - defaults_parallel: should dump CREATE PUBLICATION pub10 [10:13:21.316](0.001s) not ok 2817 - defaults_tar_format: should dump CREATE PUBLICATION pub10 [10:13:21.855](0.001s) not ok 3079 - exclude_dump_test_schema: should dump CREATE PUBLICATION pub10 [10:13:22.662](0.000s) not ok 3341 - exclude_measurement: should dump CREATE PUBLICATION pub10 [10:13:23.242](0.000s) not ok 3603 - exclude_measurement_data: should dump CREATE PUBLICATION pub10 [10:13:23.814](0.000s) not ok 3865 - exclude_test_table: should dump CREATE PUBLICATION pub10 [10:13:24.707](0.001s) not ok 4127 - exclude_test_table_data: should dump CREATE PUBLICATION pub10 [10:13:26.625](0.000s) not ok 4913 - no_large_objects: should dump CREATE PUBLICATION pub10 [10:13:27.356](0.001s) not ok 5175 - no_owner: should dump CREATE PUBLICATION pub10 [10:13:27.910](0.000s) not ok 5437 - no_policies: should dump CREATE PUBLICATION pub10 [10:13:28.940](0.001s) not ok 5700 - no_policies_restore: should dump CREATE PUBLICATION pub10 [10:13:29.792](0.000s) not ok 5962 - no_privs: should dump CREATE PUBLICATION pub10 [10:13:30.984](0.000s) not ok 6486 - no_statistics: should dump CREATE PUBLICATION pub10 [10:13:31.547](0.000s) not ok 6748 - no_subscriptions: should dump CREATE PUBLICATION pub10 [10:13:32.609](0.001s) not ok 7011 - no_subscriptions_restore: should dump CREATE PUBLICATION pub10 [10:13:33.289](0.002s) not ok 7273 - no_table_access_method: should dump CREATE PUBLICATION pub10 [10:13:33.921](0.000s) not ok 7535 - no_toast_compression: should dump CREATE PUBLICATION pub10 [10:13:38.979](0.001s) not ok 8583 - pg_dumpall_dbprivs: should dump CREATE PUBLICATION pub10 [10:13:40.922](0.001s) not ok 8845 - pg_dumpall_exclude: should dump CREATE PUBLICATION pub10 [10:13:43.589](0.003s) not ok 10418 - schema_only: should dump CREATE PUBLICATION pub10 [10:13:45.098](0.000s) not ok 10942 - section_post_data: should dump CREATE PUBLICATION pub10 |
| Linux - Debian Trixie - Meson | |
| tap | [10:10:22.486](0.000s) not ok 178 - binary_upgrade: should dump CREATE PUBLICATION pub10 [10:10:23.041](0.000s) not ok 441 - clean: should dump CREATE PUBLICATION pub10 [10:10:23.644](0.000s) not ok 704 - clean_if_exists: should dump CREATE PUBLICATION pub10 [10:10:24.669](0.000s) not ok 1230 - createdb: should dump CREATE PUBLICATION pub10 [10:10:25.795](0.001s) not ok 1756 - defaults: should dump CREATE PUBLICATION pub10 [10:10:26.389](0.009s) not ok 2023 - defaults_custom_format: should dump CREATE PUBLICATION pub10 [10:10:26.953](0.000s) not ok 2293 - defaults_dir_format: should dump CREATE PUBLICATION pub10 [10:10:27.921](0.000s) not ok 2561 - defaults_parallel: should dump CREATE PUBLICATION pub10 [10:10:28.919](0.000s) not ok 2828 - defaults_tar_format: should dump CREATE PUBLICATION pub10 [10:10:29.453](0.004s) not ok 3091 - exclude_dump_test_schema: should dump CREATE PUBLICATION pub10 [10:10:30.025](0.000s) not ok 3354 - exclude_measurement: should dump CREATE PUBLICATION pub10 [10:10:30.539](0.000s) not ok 3617 - exclude_measurement_data: should dump CREATE PUBLICATION pub10 [10:10:31.085](0.000s) not ok 3880 - exclude_test_table: should dump CREATE PUBLICATION pub10 [10:10:31.733](0.000s) not ok 4143 - exclude_test_table_data: should dump CREATE PUBLICATION pub10 [10:10:32.882](0.000s) not ok 4932 - no_large_objects: should dump CREATE PUBLICATION pub10 [10:10:33.389](0.000s) not ok 5195 - no_owner: should dump CREATE PUBLICATION pub10 [10:10:34.007](0.000s) not ok 5458 - no_policies: should dump CREATE PUBLICATION pub10 [10:10:34.666](0.000s) not ok 5722 - no_policies_restore: should dump CREATE PUBLICATION pub10 [10:10:35.113](0.000s) not ok 5985 - no_privs: should dump CREATE PUBLICATION pub10 [10:10:36.239](0.000s) not ok 6511 - no_statistics: should dump CREATE PUBLICATION pub10 [10:10:36.838](0.000s) not ok 6774 - no_subscriptions: should dump CREATE PUBLICATION pub10 [10:10:37.518](0.000s) not ok 7038 - no_subscriptions_restore: should dump CREATE PUBLICATION pub10 [10:10:37.940](0.000s) not ok 7301 - no_table_access_method: should dump CREATE PUBLICATION pub10 [10:10:38.594](0.000s) not ok 7564 - no_toast_compression: should dump CREATE PUBLICATION pub10 [10:10:41.729](0.000s) not ok 8616 - pg_dumpall_dbprivs: should dump CREATE PUBLICATION pub10 [10:10:43.186](0.000s) not ok 8879 - pg_dumpall_exclude: should dump CREATE PUBLICATION pub10 [10:10:45.525](0.001s) not ok 10458 - schema_only: should dump CREATE PUBLICATION pub10 [10:10:46.866](0.000s) not ok 10984 - section_post_data: should dump CREATE PUBLICATION pub10 |
| test | [10:12:24.231] 201/365 postgresql:pg_dump / pg_dump/002_pg_dump ERROR ... |
| NetBSD - Meson | |
| tap | [10:07:49.745](0.000s) not ok 177 - binary_upgrade: should dump CREATE PUBLICATION pub10 [10:07:50.378](0.000s) not ok 439 - clean: should dump CREATE PUBLICATION pub10 [10:07:50.933](0.000s) not ok 701 - clean_if_exists: should dump CREATE PUBLICATION pub10 [10:07:52.200](0.000s) not ok 1225 - createdb: should dump CREATE PUBLICATION pub10 [10:07:53.185](0.000s) not ok 1749 - defaults: should dump CREATE PUBLICATION pub10 [10:07:53.670](0.000s) not ok 2015 - defaults_custom_format: should dump CREATE PUBLICATION pub10 [10:07:54.233](0.000s) not ok 2284 - defaults_dir_format: should dump CREATE PUBLICATION pub10 [10:07:56.063](0.000s) not ok 2551 - defaults_parallel: should dump CREATE PUBLICATION pub10 [10:07:57.851](0.001s) not ok 2817 - defaults_tar_format: should dump CREATE PUBLICATION pub10 [10:07:58.888](0.000s) not ok 3079 - exclude_dump_test_schema: should dump CREATE PUBLICATION pub10 [10:07:59.979](0.000s) not ok 3341 - exclude_measurement: should dump CREATE PUBLICATION pub10 [10:08:01.820](0.000s) not ok 3603 - exclude_measurement_data: should dump CREATE PUBLICATION pub10 [10:08:02.311](0.000s) not ok 3865 - exclude_test_table: should dump CREATE PUBLICATION pub10 [10:08:03.416](0.000s) not ok 4127 - exclude_test_table_data: should dump CREATE PUBLICATION pub10 [10:08:05.657](0.000s) not ok 4913 - no_large_objects: should dump CREATE PUBLICATION pub10 [10:08:06.181](0.006s) not ok 5175 - no_owner: should dump CREATE PUBLICATION pub10 [10:08:08.305](0.000s) not ok 5437 - no_policies: should dump CREATE PUBLICATION pub10 [10:08:09.507](0.000s) not ok 5700 - no_policies_restore: should dump CREATE PUBLICATION pub10 [10:08:10.038](0.000s) not ok 5962 - no_privs: should dump CREATE PUBLICATION pub10 [10:08:12.300](0.000s) not ok 6486 - no_statistics: should dump CREATE PUBLICATION pub10 [10:08:12.969](0.000s) not ok 6748 - no_subscriptions: should dump CREATE PUBLICATION pub10 [10:08:13.634](0.000s) not ok 7011 - no_subscriptions_restore: should dump CREATE PUBLICATION pub10 [10:08:14.158](0.000s) not ok 7273 - no_table_access_method: should dump CREATE PUBLICATION pub10 [10:08:15.161](0.000s) not ok 7535 - no_toast_compression: should dump CREATE PUBLICATION pub10 [10:08:20.492](0.000s) not ok 8583 - pg_dumpall_dbprivs: should dump CREATE PUBLICATION pub10 [10:08:22.365](0.000s) not ok 8845 - pg_dumpall_exclude: should dump CREATE PUBLICATION pub10 [10:08:25.241](0.000s) not ok 10418 - schema_only: should dump CREATE PUBLICATION pub10 [10:08:27.125](0.000s) not ok 10942 - section_post_data: should dump CREATE PUBLICATION pub10 |
| test | [10:09:11.473] 199/363 postgresql:pg_dump / pg_dump/002_pg_dump ERROR ... |
| OpenBSD - Meson | |
| tap | [10:11:31.336](0.004s) not ok 178 - binary_upgrade: should dump CREATE PUBLICATION pub10 [10:11:33.431](0.003s) not ok 441 - clean: should dump CREATE PUBLICATION pub10 [10:11:35.553](0.000s) not ok 704 - clean_if_exists: should dump CREATE PUBLICATION pub10 [10:11:40.048](0.001s) not ok 1230 - createdb: should dump CREATE PUBLICATION pub10 [10:11:43.809](0.001s) not ok 1756 - defaults: should dump CREATE PUBLICATION pub10 [10:11:46.296](0.001s) not ok 2023 - defaults_custom_format: should dump CREATE PUBLICATION pub10 [10:11:47.708](0.002s) not ok 2293 - defaults_dir_format: should dump CREATE PUBLICATION pub10 [10:11:51.864](0.001s) not ok 2561 - defaults_parallel: should dump CREATE PUBLICATION pub10 [10:11:54.321](0.000s) not ok 2828 - defaults_tar_format: should dump CREATE PUBLICATION pub10 [10:11:55.924](0.001s) not ok 3091 - exclude_dump_test_schema: should dump CREATE PUBLICATION pub10 [10:11:56.897](0.000s) not ok 3354 - exclude_measurement: should dump CREATE PUBLICATION pub10 [10:11:59.222](0.001s) not ok 3617 - exclude_measurement_data: should dump CREATE PUBLICATION pub10 [10:12:01.440](0.042s) not ok 3880 - exclude_test_table: should dump CREATE PUBLICATION pub10 [10:12:03.563](0.001s) not ok 4143 - exclude_test_table_data: should dump CREATE PUBLICATION pub10 [10:12:07.478](0.000s) not ok 4932 - no_large_objects: should dump CREATE PUBLICATION pub10 [10:12:09.492](0.001s) not ok 5195 - no_owner: should dump CREATE PUBLICATION pub10 [10:12:11.385](0.001s) not ok 5458 - no_policies: should dump CREATE PUBLICATION pub10 [10:12:13.801](0.001s) not ok 5722 - no_policies_restore: should dump CREATE PUBLICATION pub10 [10:12:15.647](0.002s) not ok 5985 - no_privs: should dump CREATE PUBLICATION pub10 [10:12:18.816](0.002s) not ok 6511 - no_statistics: should dump CREATE PUBLICATION pub10 [10:12:21.628](0.012s) not ok 6774 - no_subscriptions: should dump CREATE PUBLICATION pub10 [10:12:23.468](0.000s) not ok 7038 - no_subscriptions_restore: should dump CREATE PUBLICATION pub10 [10:12:24.177](0.000s) not ok 7301 - no_table_access_method: should dump CREATE PUBLICATION pub10 [10:12:25.876](0.001s) not ok 7564 - no_toast_compression: should dump CREATE PUBLICATION pub10 [10:12:32.953](0.001s) not ok 8616 - pg_dumpall_dbprivs: should dump CREATE PUBLICATION pub10 [10:12:36.281](0.003s) not ok 8879 - pg_dumpall_exclude: should dump CREATE PUBLICATION pub10 [10:12:42.245](0.001s) not ok 10458 - schema_only: should dump CREATE PUBLICATION pub10 [10:12:45.382](0.001s) not ok 10984 - section_post_data: should dump CREATE PUBLICATION pub10 |
| test | [10:14:33.000] 198/363 postgresql:pg_dump / pg_dump/002_pg_dump ERROR ... |
| 57/5769 | make ALTER DOMAIN VALIDATE CONSTRAINT no-op when constraint is validated |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/isolation/expected/timeouts.out /home/postgres/postgres/build/testrun/isolatio... --- /home/postgres/postgres/src/test/isolation/expected/timeouts.out 2025-12-13 06:38:54.873980396 +0000 +++ /home/postgres/postgres/build/testrun/isolation/isolation/results/timeouts.out 2025-12-13 06:42:04.152442472 +0000 @@ -11,7 +11,7 @@ step sto: SET statement_timeout = '10ms'; step locktbl: LOCK TABLE accounts; <waiting ...> step locktbl: <... completed> -ERROR: canceling statement due to statement timeout +ERROR: canceling statement due to user request starting permutation: rdtbl lto locktbl step rdtbl: SELECT * FROM accounts; |
| test | [06:43:59.815] 130/362 postgresql:isolation / isolation/isolation ERROR 1... |
| 54/6045 | RFC: adding pytest as a supported test framework |
| macOS - Sequoia - Meson | |
| test | [02:37:57.320] 4/10 postgresql:pytest / pytest/test_something FAIL 0.64s 1/2 subtests passed |
| Linux - Debian Trixie - Meson | |
| test | [02:38:14.050] 4/10 postgresql:pytest / pytest/test_something FAIL 0.33s 1/2 subtests passed [02:38:14.050] 6/10 postgresql:ssl / ssl/test_client FAIL 2.64s 0/4 subtests passed |
| NetBSD - Meson | |
| test | [02:37:27.670] 4/10 postgresql:pytest / pytest/test_something FAIL 0.64s 1/2 subtests passed |
| OpenBSD - Meson | |
| test | [02:38:03.132] 4/10 postgresql:pytest / pytest/test_something FAIL 0.80s 1/2 subtests passed |
| FreeBSD - Meson | |
| test | [02:36:47.744] 4/10 postgresql:pytest / pytest/test_something FAIL 0.42s 1/2 subtests passed |
| 54/5849 | Improve initdb --waldir description |
| Windows - Server 2022, MinGW64 - Meson | |
| tap | [01:41:06.136](0.002s) not ok 1 - O_CLOEXEC prevents handle inheritance |
| 57/6264 | Remove unused function parameters, part 2: replication |
| NetBSD - Meson | |
| tap | [00:50:14.133](0.002s) not ok 62 - empty object: stderr has correct number of entries [00:50:14.138](0.001s) not ok 64 - empty object, chunk size 2: no error output [00:50:14.142](0.001s) not ok 66 - empty object, chunk size 1: no error output |
| test | [00:50:57.617] 330/362 postgresql:test_json_parser / test_json_parser/002_inline ERROR ... |
| 57/6210 | Move instrumentation structs |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/modules/injection_points/expected/reindex-concurrently-upsert-on-constraint.ou...
--- /home/postgres/postgres/src/test/modules/injection_points/expected/reindex-concurrently-upsert-on-constraint.out 202...
+++ /home/postgres/postgres/build/testrun/injection_points/isolation/results/reindex-concurrently-upsert-on-constraint.o...
@@ -29,7 +29,7 @@
<waiting ...>
step s1_start_upsert:
INSERT INTO test.tbl VALUES (13, now()) ON CONFLICT ON CONSTRAINT tbl_pkey DO UPDATE SET updated_at = now();
- <waiting ...>
+
step s4_wakeup_to_set_dead:
SELECT injection_points_detach('reindex-relation-concurrently-before-set-dead');
SELECT injection_points_wakeup('reindex-relation-concurrently-before-set-dead');
@@ -44,24 +44,15 @@
(1 row)
+step s3_start_reindex: <... completed>
step s2_start_upsert:
INSERT INTO test.tbl VALUES (13, now()) ON CONFLICT ON CONSTRAINT tbl_pkey DO UPDATE SET updated_at = now();
- <waiting ...>
... |
| test | [12:13:58.492] 138/362 postgresql:injection_points / injection_points/isolation ERROR ... |
| 57/6239 | Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect on publisher's walsender |
| Windows - Server 2022, MinGW64 - Meson | |
| tap | [19:40:46.494](0.001s) not ok 25 - log_disconnections has not been enabled yet |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| tap | [19:40:17.010](0.001s) not ok 25 - log_disconnections has not been enabled yet |
| macOS - Sequoia - Meson | |
| tap | [19:32:13.895](0.000s) not ok 25 - log_disconnections has not been enabled yet |
| test | [19:33:02.727] 286/363 postgresql:subscription / subscription/001_rep_changes ERROR ... |
| Linux - Debian Trixie - Meson | |
| tap | [19:33:28.463](0.002s) not ok 25 - log_disconnections has not been enabled yet |
| test | [19:34:35.993] 286/364 postgresql:subscription / subscription/001_rep_changes ERROR ... |
| Linux - Debian Trixie - Autoconf | |
| tap | [19:30:06.202](0.001s) not ok 25 - log_disconnections has not been enabled yet |
| FreeBSD - Meson | |
| core | [19:36:32.484] #0 0x000000082cf035da in _sigprocmask () from /lib/libc.so.7 [19:36:32.484] #1 0x000000082cf40a3c in _system () from /lib/libc.so.7 [19:36:32.484] #2 0x000000082b666953 in ?? () from /lib/libthr.so.3 [19:36:32.484] #3 0x0000000000692fd9 in RestoreArchivedFile (path=path@entry=0x8211e81b0 "pg_wal/00000002", '0' <repeat... [19:36:32.484] #4 0x000000000067a0b8 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran... [19:36:32.484] #5 0x000000000067a178 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam... [19:36:32.484] #6 0x000000000069e6fb in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=10... [19:36:32.484] #7 0x000000000069a370 in WaitForWALToBecomeAvailable (RecPtr=105256912, randAccess=false, fetching_ckpt=... [19:36:32.484] #8 XLogPageRead (xlogreader=0x6dbfc4150a0, targetPagePtr=105250816, reqLen=6096, targetRecPtr=105256888,... [19:36:32.484] #9 0x00000000006a1f6c in ReadPageInternal (state=0x6dbfc4150a0, pageptr=pageptr@entry=105250816, reqLen=... |
| tap | [19:32:55.460](0.004s) not ok 25 - log_disconnections has not been enabled yet |
| test | [19:34:09.389] 283/363 postgresql:subscription / subscription/001_rep_changes ERROR ... |
| OpenBSD - Meson | |
| tap | [19:34:31.740](0.001s) not ok 25 - log_disconnections has not been enabled yet |
| test | [19:35:45.240] 286/362 postgresql:subscription / subscription/001_rep_changes ERROR ... |
| NetBSD - Meson | |
| tap | [19:30:30.742](0.001s) not ok 51 - fails for corrupted data in 99990_fsm stderr /(?^:could not read block 0 in file.*999... |
| tap | [19:31:31.771](0.001s) not ok 25 - log_disconnections has not been enabled yet |
| test | [19:32:10.081] 174/362 postgresql:pg_checksums / pg_checksums/002_actions ERROR ... [19:32:10.081] 285/362 postgresql:subscription / subscription/001_rep_changes ERROR ... |
| 57/4997 | Return pg_control from pg_backup_stop(). |
| NetBSD - Meson | |
| tap | [17:22:26.133](0.018s) not ok 1708 - missing comma in array: stderr has correct number of entries [17:22:26.133](0.000s) not ok 1710 - missing comma in array, chunk size 9: correct error output [17:22:26.134](0.000s) not ok 1712 - missing comma in array, chunk size 8: correct error output [17:22:26.135](0.000s) not ok 1714 - missing comma in array, chunk size 7: correct error output [17:22:26.135](0.000s) not ok 1716 - missing comma in array, chunk size 6: correct error output [17:22:26.136](0.000s) not ok 1718 - missing comma in array, chunk size 5: correct error output [17:22:26.136](0.000s) not ok 1720 - missing comma in array, chunk size 4: correct error output [17:22:26.136](0.000s) not ok 1722 - missing comma in array, chunk size 3: correct error output [17:22:26.137](0.000s) not ok 1724 - missing comma in array, chunk size 2: correct error output [17:22:26.137](0.000s) not ok 1726 - missing comma in array, chunk size 1: correct error output [17:22:26.160](0.000s) not ok 1748 - smashed top-level scalar: stderr has correct number of entries [17:22:26.161](0.000s) not ok 1750 - smashed top-level scalar, chunk size 4: correct error output [17:22:26.161](0.000s) not ok 1752 - smashed top-level scalar, chunk size 3: correct error output [17:22:26.162](0.000s) not ok 1754 - smashed top-level scalar, chunk size 2: correct error output [17:22:26.162](0.000s) not ok 1756 - smashed top-level scalar, chunk size 1: correct error output |
| test | [17:22:38.276] 335/362 postgresql:test_json_parser / test_json_parser/002_inline ERROR ... |
| test | [17:22:38.276] 335/362 postgresql:test_json_parser / test_json_parser/002_inline ERROR ... |
| 57/5720 | virtual generated column as partition key |
| Windows - Server 2022, MinGW64 - Meson | |
| core | 0000003d`243fead0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 0000003d`243feb30 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 0000003d`243febd0 00007ff6`33238323 postgres!StorePartitionKey+0x142 0000003d`243fecf0 00007ff6`33476135 postgres!DefineRelation+0xc6d 0000003d`243feff0 00007ff6`3347583b postgres!ProcessUtility+0x8db 0000003d`243ff280 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 0000003d`243ff330 00007ff6`33471c59 postgres!ProcessUtility+0x107 0000003d`243ff380 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 0000003d`243ff3f0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 0000003d`243ff480 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 0000003d`257ffb08 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 0000003d`257ffb10 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 0000003d`257ffbb0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 0000003d`257ffbe0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000003d`257ffc10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003d`253ffae8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 0000003d`253ffaf0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 0000003d`253ffb60 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 0000003d`253ffc40 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000003d`253ffc70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003d`24fffae8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000003d`24fffaf0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000003d`24fffde0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000003d`24fffe10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003d`24bffba8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000003d`24bffbb0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000003d`24bffea0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000003d`24bffed0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003d`247ff698 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000003d`247ff6a0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000003d`247ff990 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000003d`247ff9c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000005a`c05fee60 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 0000005a`c05feec0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 0000005a`c05fef60 00007ff6`33238323 postgres!StorePartitionKey+0x142 0000005a`c05ff080 00007ff6`33476135 postgres!DefineRelation+0xc6d 0000005a`c05ff380 00007ff6`3347583b postgres!ProcessUtility+0x8db 0000005a`c05ff610 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 0000005a`c05ff6c0 00007ff6`33471c59 postgres!ProcessUtility+0x107 0000005a`c05ff710 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 0000005a`c05ff780 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 0000005a`c05ff810 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 0000005a`c11ffcf8 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 0000005a`c11ffd00 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 0000005a`c11ffda0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 0000005a`c11ffdd0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000005a`c11ffe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000005a`c0dffd78 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 0000005a`c0dffd80 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 0000005a`c0dffdf0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 0000005a`c0dffed0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000005a`c0dfff00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000005a`c09ff658 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000005a`c09ff660 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000005a`c09ff950 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000005a`c09ff980 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000005a`c15ff508 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000005a`c15ff510 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000005a`c15ff800 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000005a`c15ff830 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f7`b23febf0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000f7`b23fec50 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000f7`b23fecf0 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000f7`b23fee10 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000f7`b23ff110 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000f7`b23ff3a0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000f7`b23ff450 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000f7`b23ff4a0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000f7`b23ff510 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000f7`b23ff5a0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000f7`b33ff9c8 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000f7`b33ff9d0 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000f7`b33ffa70 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000f7`b33ffaa0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000f7`b33ffad0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f7`b2fffa78 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000f7`b2fffa80 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000f7`b2fffaf0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000f7`b2fffbd0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000f7`b2fffc00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f7`b2bff8a8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f7`b2bff8b0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000f7`b2bffba0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000f7`b2bffbd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f7`b27ffba8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f7`b27ffbb0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000f7`b27ffea0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000f7`b27ffed0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e4`9d3ffc38 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e4`9d3ffc40 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000e4`9d3fff30 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000e4`9d3fff60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e4`9cfff010 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000e4`9cfff070 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000e4`9cfff110 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000e4`9cfff230 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000e4`9cfff530 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000e4`9cfff7c0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000e4`9cfff870 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000e4`9cfff8c0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000e4`9cfff930 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000e4`9cfff9c0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000e4`9dfff478 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e4`9dfff480 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000e4`9dfff770 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000e4`9dfff7a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e4`9dbff768 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000e4`9dbff770 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000e4`9dbff810 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000e4`9dbff840 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000e4`9dbff870 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e4`9d7ffd48 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000e4`9d7ffd50 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000e4`9d7ffdc0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000e4`9d7ffea0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000e4`9d7ffed0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000085`b1fff758 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000085`b1fff760 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000085`b1fffa50 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000085`b1fffa80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000085`b0ffead0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000085`b0ffeb30 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000085`b0ffebd0 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000085`b0ffecf0 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000085`b0ffeff0 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000085`b0fff280 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000085`b0fff330 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000085`b0fff380 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000085`b0fff3f0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000085`b0fff480 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000085`b13ffb58 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000085`b13ffb60 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000085`b13ffe50 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000085`b13ffe80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000085`b1bffa88 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000085`b1bffa90 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000085`b1bffb30 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000085`b1bffb60 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000085`b1bffb90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000085`b17ffc68 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000085`b17ffc70 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000085`b17ffce0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000085`b17ffdc0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000085`b17ffdf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000002a`0fdffc18 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000002a`0fdffc20 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000002a`0fdfff10 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000002a`0fdfff40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000002a`0f1feb60 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 0000002a`0f1febc0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 0000002a`0f1fec60 00007ff6`33238323 postgres!StorePartitionKey+0x142 0000002a`0f1fed80 00007ff6`33476135 postgres!DefineRelation+0xc6d 0000002a`0f1ff080 00007ff6`3347583b postgres!ProcessUtility+0x8db 0000002a`0f1ff310 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 0000002a`0f1ff3c0 00007ff6`33471c59 postgres!ProcessUtility+0x107 0000002a`0f1ff410 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 0000002a`0f1ff480 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 0000002a`0f1ff510 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 0000002a`0f5ff688 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000002a`0f5ff690 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000002a`0f5ff980 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000002a`0f5ff9b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000002a`0f9ff6a8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 0000002a`0f9ff6b0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 0000002a`0f9ff720 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 0000002a`0f9ff800 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000002a`0f9ff830 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000002a`101ffd38 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 0000002a`101ffd40 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 0000002a`101ffde0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 0000002a`101ffe10 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000002a`101ffe40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a0`531ffdd8 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000a0`531ffde0 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000a0`531ffe80 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000a0`531ffeb0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000a0`531ffee0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a0`52dff8f8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000a0`52dff900 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000a0`52dff970 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000a0`52dffa50 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000a0`52dffa80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a0`529ff768 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a0`529ff770 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000a0`529ffa60 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000a0`529ffa90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a0`525ff4b8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a0`525ff4c0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000a0`525ff7b0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000a0`525ff7e0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a0`521ff5f8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a0`521ff600 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000a0`521ff8f0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000a0`521ff920 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a0`51dfeef0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000a0`51dfef50 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000a0`51dfeff0 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000a0`51dff110 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000a0`51dff410 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000a0`51dff6a0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000a0`51dff750 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000a0`51dff7a0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000a0`51dff810 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000a0`51dff8a0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000044`671ff6f8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000044`671ff700 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000044`671ff9f0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000044`671ffa20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000044`66dffab8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000044`66dffac0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000044`66dffb30 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000044`66dffc10 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000044`66dffc40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000044`669ff4a8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000044`669ff4b0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000044`669ff7a0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000044`669ff7d0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000044`665fede0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000044`665fee40 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000044`665feee0 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000044`665ff000 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000044`665ff300 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000044`665ff590 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000044`665ff640 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000044`665ff690 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000044`665ff700 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000044`665ff790 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000044`675ffe58 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000044`675ffe60 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000044`675fff00 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000044`675fff30 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000044`675fff60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ad`6ddff100 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000ad`6ddff160 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000ad`6ddff200 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000ad`6ddff320 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000ad`6ddff620 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000ad`6ddff8b0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000ad`6ddff960 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000ad`6ddff9b0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000ad`6ddffa20 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000ad`6ddffab0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000ad`6e5ff788 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ad`6e5ff790 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000ad`6e5ffa80 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000ad`6e5ffab0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ad`6e9ff478 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ad`6e9ff480 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000ad`6e9ff770 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000ad`6e9ff7a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ad`6edffd68 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000ad`6edffd70 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000ad`6edffde0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000ad`6edffec0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000ad`6edffef0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ad`6f1ff668 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000ad`6f1ff670 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000ad`6f1ff710 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000ad`6f1ff740 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000ad`6f1ff770 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ad`6e1ff698 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ad`6e1ff6a0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000ad`6e1ff990 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000ad`6e1ff9c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d9`31fff4e8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d9`31fff4f0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000d9`31fff7e0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000d9`31fff810 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d9`32bff6a8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000d9`32bff6b0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000d9`32bff720 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000d9`32bff800 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000d9`32bff830 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d9`323ff608 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d9`323ff610 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000d9`323ff900 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000d9`323ff930 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d9`327ffa68 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d9`327ffa70 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000d9`327ffd60 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000d9`327ffd90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d9`32fffae8 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000d9`32fffaf0 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000d9`32fffb90 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000d9`32fffbc0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000d9`32fffbf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d9`31bfefb0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000d9`31bff010 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000d9`31bff0b0 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000d9`31bff1d0 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000d9`31bff4d0 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000d9`31bff760 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000d9`31bff810 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000d9`31bff860 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000d9`31bff8d0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000d9`31bff960 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000032`e05fec40 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000032`e05feca0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000032`e05fed40 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000032`e05fee60 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000032`e05ff160 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000032`e05ff3f0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000032`e05ff4a0 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000032`e05ff4f0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000032`e05ff560 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000032`e05ff5f0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000032`e15ff9d8 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000032`e15ff9e0 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000032`e15ffa80 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000032`e15ffab0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000032`e15ffae0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000032`e11ffbb8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000032`e11ffbc0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000032`e11ffc30 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000032`e11ffd10 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000032`e11ffd40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000032`e0dffad8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000032`e0dffae0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000032`e0dffdd0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000032`e0dffe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000032`e09ff888 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000032`e09ff890 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000032`e09ffb80 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000032`e09ffbb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000df`237ff918 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000df`237ff920 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000df`237ff9c0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000df`237ff9f0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000df`237ffa20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000df`223fedb0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000df`223fee10 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000df`223feeb0 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000df`223fefd0 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000df`223ff2d0 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000df`223ff560 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000df`223ff610 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000df`223ff660 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000df`223ff6d0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000df`223ff760 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000df`233ff9a8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000df`233ff9b0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000df`233ffa20 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000df`233ffb00 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000df`233ffb30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000df`22fff7d8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000df`22fff7e0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000df`22fffad0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000df`22fffb00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000df`22bffae8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000df`22bffaf0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000df`22bffde0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000df`22bffe10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000df`227ff658 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000df`227ff660 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000df`227ff950 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000df`227ff980 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000061`e5dff010 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000061`e5dff070 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000061`e5dff110 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000061`e5dff230 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000061`e5dff530 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000061`e5dff7c0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000061`e5dff870 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000061`e5dff8c0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000061`e5dff930 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000061`e5dff9c0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000061`e69ffb58 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000061`e69ffb60 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000061`e69ffe50 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000061`e69ffe80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000061`e6dff7e8 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000061`e6dff7f0 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000061`e6dff890 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000061`e6dff8c0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000061`e6dff8f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000061`e65ffc28 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000061`e65ffc30 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000061`e65ffca0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000061`e65ffd80 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000061`e65ffdb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000061`e61ff8f8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000061`e61ff900 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000061`e61ffbf0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000061`e61ffc20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b6`8b9ff978 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b6`8b9ff980 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000b6`8b9ffc70 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000b6`8b9ffca0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b6`8b5ff448 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b6`8b5ff450 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000b6`8b5ff740 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000b6`8b5ff770 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b6`8b1fe9c0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000b6`8b1fea20 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000b6`8b1feac0 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000b6`8b1febe0 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000b6`8b1feee0 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000b6`8b1ff170 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000b6`8b1ff220 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000b6`8b1ff270 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000b6`8b1ff2e0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000b6`8b1ff370 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000b6`8c5ffab8 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000b6`8c5ffac0 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000b6`8c5ffb60 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000b6`8c5ffb90 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000b6`8c5ffbc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b6`8c1ffc28 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000b6`8c1ffc30 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000b6`8c1ffca0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000b6`8c1ffd80 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000b6`8c1ffdb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b6`8bdff678 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b6`8bdff680 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000b6`8bdff970 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000b6`8bdff9a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b5`59bff8c8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b5`59bff8d0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000b5`59bffbc0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000b5`59bffbf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b5`593ffad8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b5`593ffae0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000b5`593ffdd0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000b5`593ffe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b5`58ffeff0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000b5`58fff050 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000b5`58fff0f0 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000b5`58fff210 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000b5`58fff510 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000b5`58fff7a0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000b5`58fff850 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000b5`58fff8a0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000b5`58fff910 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000b5`58fff9a0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000b5`5a3ffbc8 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000b5`5a3ffbd0 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000b5`5a3ffc70 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000b5`5a3ffca0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000b5`5a3ffcd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b5`59fffb28 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000b5`59fffb30 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000b5`59fffba0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000b5`59fffc80 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000b5`59fffcb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b5`597ff938 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b5`597ff940 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000b5`597ffc30 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000b5`597ffc60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003d`9c9ff9f8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 0000003d`9c9ffa00 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 0000003d`9c9ffa70 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 0000003d`9c9ffb50 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000003d`9c9ffb80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003d`9d1ffb38 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000003d`9d1ffb40 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000003d`9d1ffe30 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000003d`9d1ffe60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003d`9cdffd18 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 0000003d`9cdffd20 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 0000003d`9cdffdc0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 0000003d`9cdffdf0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000003d`9cdffe20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003d`9c5ffae8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000003d`9c5ffaf0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000003d`9c5ffde0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000003d`9c5ffe10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003d`9c1fef50 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 0000003d`9c1fefb0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 0000003d`9c1ff050 00007ff6`33238323 postgres!StorePartitionKey+0x142 0000003d`9c1ff170 00007ff6`33476135 postgres!DefineRelation+0xc6d 0000003d`9c1ff470 00007ff6`3347583b postgres!ProcessUtility+0x8db 0000003d`9c1ff700 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 0000003d`9c1ff7b0 00007ff6`33471c59 postgres!ProcessUtility+0x107 0000003d`9c1ff800 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 0000003d`9c1ff870 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 0000003d`9c1ff900 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000081`385ff678 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000081`385ff680 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000081`385ff970 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000081`385ff9a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000081`37dfe970 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000081`37dfe9d0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000081`37dfea70 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000081`37dfeb90 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000081`37dfee90 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000081`37dff120 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000081`37dff1d0 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000081`37dff220 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000081`37dff290 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000081`37dff320 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000081`381ff608 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000081`381ff610 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000081`381ff900 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000081`381ff930 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000081`391ffcf8 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000081`391ffd00 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000081`391ffda0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000081`391ffdd0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000081`391ffe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000081`38dffd28 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000081`38dffd30 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000081`38dffda0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000081`38dffe80 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000081`38dffeb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000081`389ff498 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000081`389ff4a0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000081`389ff790 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000081`389ff7c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000092`5a7ffab8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000092`5a7ffac0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000092`5a7ffdb0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000092`5a7ffde0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000092`5abffa88 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000092`5abffa90 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000092`5abffb00 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000092`5abffbe0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000092`5abffc10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000092`5afff9b8 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000092`5afff9c0 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000092`5afffa60 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000092`5afffa90 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000092`5afffac0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000092`5b3ff4d8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000092`5b3ff4e0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000092`5b3ff7d0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000092`5b3ff800 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000092`5a3fea30 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000092`5a3fea90 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000092`5a3feb30 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000092`5a3fec50 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000092`5a3fef50 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000092`5a3ff1e0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000092`5a3ff290 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000092`5a3ff2e0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000092`5a3ff350 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000092`5a3ff3e0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000093`2e1ffa38 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000093`2e1ffa40 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000093`2e1ffd30 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000093`2e1ffd60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000093`2e5ffbb8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000093`2e5ffbc0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000093`2e5ffeb0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000093`2e5ffee0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000093`2e9ff488 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000093`2e9ff490 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000093`2e9ff780 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000093`2e9ff7b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000093`2edff7d8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000093`2edff7e0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000093`2edff850 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000093`2edff930 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000093`2edff960 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000093`2f1ffc28 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000093`2f1ffc30 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000093`2f1ffcd0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000093`2f1ffd00 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000093`2f1ffd30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000093`2ddfed90 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000093`2ddfedf0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000093`2ddfee90 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000093`2ddfefb0 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000093`2ddff2b0 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000093`2ddff540 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000093`2ddff5f0 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000093`2ddff640 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000093`2ddff6b0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000093`2ddff740 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000053`60dff628 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000053`60dff630 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000053`60dff920 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000053`60dff950 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000053`601ff060 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000053`601ff0c0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000053`601ff160 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000053`601ff280 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000053`601ff580 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000053`601ff810 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000053`601ff8c0 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000053`601ff910 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000053`601ff980 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000053`601ffa10 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000053`605ff5e8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000053`605ff5f0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000053`605ff8e0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000053`605ff910 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000053`609ff4a8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000053`609ff4b0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000053`609ff7a0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000053`609ff7d0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000053`611ff648 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000053`611ff650 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000053`611ff6c0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000053`611ff7a0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000053`611ff7d0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000053`615ffd38 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000053`615ffd40 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000053`615ffde0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000053`615ffe10 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000053`615ffe40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006a`639ffd88 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 0000006a`639ffd90 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 0000006a`639ffe30 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 0000006a`639ffe60 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000006a`639ffe90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006a`635ff608 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 0000006a`635ff610 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 0000006a`635ff680 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 0000006a`635ff760 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000006a`635ff790 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006a`631ff458 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000006a`631ff460 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000006a`631ff750 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000006a`631ff780 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006a`62dff848 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000006a`62dff850 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000006a`62dffb40 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000006a`62dffb70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006a`629ffb18 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000006a`629ffb20 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000006a`629ffe10 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000006a`629ffe40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006a`625fef70 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 0000006a`625fefd0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 0000006a`625ff070 00007ff6`33238323 postgres!StorePartitionKey+0x142 0000006a`625ff190 00007ff6`33476135 postgres!DefineRelation+0xc6d 0000006a`625ff490 00007ff6`3347583b postgres!ProcessUtility+0x8db 0000006a`625ff720 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 0000006a`625ff7d0 00007ff6`33471c59 postgres!ProcessUtility+0x107 0000006a`625ff820 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 0000006a`625ff890 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 0000006a`625ff920 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000030`f21ffc18 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000030`f21ffc20 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000030`f21ffc90 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000030`f21ffd70 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000030`f21ffda0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000030`f11fe9e0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000030`f11fea40 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000030`f11feae0 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000030`f11fec00 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000030`f11fef00 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000030`f11ff190 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000030`f11ff240 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000030`f11ff290 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000030`f11ff300 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000030`f11ff390 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000030`f15ffa48 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000030`f15ffa50 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000030`f15ffd40 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000030`f15ffd70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000030`f19ff548 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000030`f19ff550 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000030`f19ff840 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000030`f19ff870 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000030`f1dffb98 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000030`f1dffba0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000030`f1dffe90 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000030`f1dffec0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000030`f25ffd38 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000030`f25ffd40 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000030`f25ffde0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000030`f25ffe10 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000030`f25ffe40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000002a`e1fffb28 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 0000002a`e1fffb30 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 0000002a`e1fffba0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 0000002a`e1fffc80 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000002a`e1fffcb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000002a`e0ffef40 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 0000002a`e0ffefa0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 0000002a`e0fff040 00007ff6`33238323 postgres!StorePartitionKey+0x142 0000002a`e0fff160 00007ff6`33476135 postgres!DefineRelation+0xc6d 0000002a`e0fff460 00007ff6`3347583b postgres!ProcessUtility+0x8db 0000002a`e0fff6f0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 0000002a`e0fff7a0 00007ff6`33471c59 postgres!ProcessUtility+0x107 0000002a`e0fff7f0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 0000002a`e0fff860 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 0000002a`e0fff8f0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 0000002a`e13ff8b8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000002a`e13ff8c0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000002a`e13ffbb0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000002a`e13ffbe0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000002a`e17ff718 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000002a`e17ff720 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000002a`e17ffa10 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000002a`e17ffa40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000002a`e1bff468 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000002a`e1bff470 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000002a`e1bff760 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000002a`e1bff790 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000002a`e23ffa78 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 0000002a`e23ffa80 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 0000002a`e23ffb20 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 0000002a`e23ffb50 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000002a`e23ffb80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000048`7cbff818 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000048`7cbff820 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000048`7cbffb10 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000048`7cbffb40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000048`7bffe990 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000048`7bffe9f0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000048`7bffea90 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000048`7bffebb0 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000048`7bffeeb0 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000048`7bfff140 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000048`7bfff1f0 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000048`7bfff240 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000048`7bfff2b0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000048`7bfff340 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000048`7c3ffa28 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000048`7c3ffa30 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000048`7c3ffd20 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000048`7c3ffd50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000048`7c7ff628 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000048`7c7ff630 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000048`7c7ff6a0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000048`7c7ff780 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000048`7c7ff7b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000048`7cfff948 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000048`7cfff950 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000048`7cfff9f0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000048`7cfffa20 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000048`7cfffa50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a6`f63ff898 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000a6`f63ff8a0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000a6`f63ff910 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000a6`f63ff9f0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000a6`f63ffa20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a6`f57fea80 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000a6`f57feae0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000a6`f57feb80 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000a6`f57feca0 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000a6`f57fefa0 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000a6`f57ff230 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000a6`f57ff2e0 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000a6`f57ff330 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000a6`f57ff3a0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000a6`f57ff430 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000a6`f5bff458 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a6`f5bff460 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000a6`f5bff750 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000a6`f5bff780 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a6`f5fffa38 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a6`f5fffa40 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000a6`f5fffd30 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000a6`f5fffd60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a6`f67ffde8 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000a6`f67ffdf0 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000a6`f67ffe90 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000a6`f67ffec0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000a6`f67ffef0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000049`a69ff7d8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000049`a69ff7e0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000049`a69ffad0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000049`a69ffb00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000049`a5dfeb20 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000049`a5dfeb80 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000049`a5dfec20 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000049`a5dfed40 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000049`a5dff040 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000049`a5dff2d0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000049`a5dff380 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000049`a5dff3d0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000049`a5dff440 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000049`a5dff4d0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000049`a61ffb38 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000049`a61ffb40 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000049`a61ffe30 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000049`a61ffe60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000049`a65ffc68 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000049`a65ffc70 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000049`a65ffce0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000049`a65ffdc0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000049`a65ffdf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000049`a6dff9f8 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000049`a6dffa00 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000049`a6dffaa0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000049`a6dffad0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000049`a6dffb00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000004`4d9fecd0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000004`4d9fed30 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000004`4d9fedd0 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000004`4d9feef0 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000004`4d9ff1f0 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000004`4d9ff480 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000004`4d9ff530 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000004`4d9ff580 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000004`4d9ff5f0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000004`4d9ff680 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000004`4ddffa58 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000004`4ddffa60 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000004`4ddffd50 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000004`4ddffd80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000004`4e1ffba8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000004`4e1ffbb0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000004`4e1ffc20 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000004`4e1ffd00 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000004`4e1ffd30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000004`4e5ff8c8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000004`4e5ff8d0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000004`4e5ffbc0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000004`4e5ffbf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000004`4e9ffb68 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000004`4e9ffb70 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000004`4e9ffc10 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000004`4e9ffc40 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000004`4e9ffc70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000bc`057ffba8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000bc`057ffbb0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000bc`057ffea0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000bc`057ffed0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000bc`04bff5a8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000bc`04bff5b0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000bc`04bff8a0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000bc`04bff8d0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000bc`04fff868 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000bc`04fff870 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000bc`04fff8e0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000bc`04fff9c0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000bc`04fff9f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000bc`053ff878 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000bc`053ff880 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000bc`053ff920 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000bc`053ff950 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000bc`053ff980 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000bc`047fefe0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000bc`047ff040 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000bc`047ff0e0 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000bc`047ff200 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000bc`047ff500 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000bc`047ff790 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000bc`047ff840 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000bc`047ff890 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000bc`047ff900 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000bc`047ff990 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000073`0ddff718 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000073`0ddff720 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000073`0ddff790 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000073`0ddff870 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000073`0ddff8a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000073`0d1ff130 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000073`0d1ff190 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000073`0d1ff230 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000073`0d1ff350 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000073`0d1ff650 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000073`0d1ff8e0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000073`0d1ff990 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000073`0d1ff9e0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000073`0d1ffa50 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000073`0d1ffae0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000073`0d5ff7d8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000073`0d5ff7e0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000073`0d5ffad0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000073`0d5ffb00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000073`0d9ff8a8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000073`0d9ff8b0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000073`0d9ffba0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000073`0d9ffbd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000073`0e1ffa98 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000073`0e1ffaa0 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000073`0e1ffb40 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000073`0e1ffb70 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000073`0e1ffba0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c8`cbbfee70 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000c8`cbbfeed0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000c8`cbbfef70 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000c8`cbbff090 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000c8`cbbff390 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000c8`cbbff620 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000c8`cbbff6d0 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000c8`cbbff720 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000c8`cbbff790 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000c8`cbbff820 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000c8`cc3ff878 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c8`cc3ff880 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000c8`cc3ffb70 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c8`cc3ffba0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c8`cc7ffa28 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c8`cc7ffa30 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000c8`cc7ffd20 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c8`cc7ffd50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c8`ccbffba8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000c8`ccbffbb0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000c8`ccbffc20 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000c8`ccbffd00 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c8`ccbffd30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c8`ccfff758 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000c8`ccfff760 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000c8`ccfff800 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000c8`ccfff830 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c8`ccfff860 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c8`cd3ff7d8 00007ff8`5212026b ntdll!NtRemoveIoCompletion+0x14 000000c8`cd3ff7e0 00007ff8`54db4cb0 mswsock!SockAsyncThread+0x9b 000000c8`cd3ff840 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c8`cd3ff870 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c8`cbfff908 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c8`cbfff910 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000c8`cbfffc00 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c8`cbfffc30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b0`b99ff598 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b0`b99ff5a0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000b0`b99ff890 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000b0`b99ff8c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b0`b91ffa38 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000b0`b91ffa40 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000b0`b91ffab0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000b0`b91ffb90 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000b0`b91ffbc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b0`b95ffbb8 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000b0`b95ffbc0 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000b0`b95ffc60 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000b0`b95ffc90 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000b0`b95ffcc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b0`b89fea80 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000b0`b89feae0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000b0`b89feb80 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000b0`b89feca0 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000b0`b89fefa0 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000b0`b89ff230 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000b0`b89ff2e0 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000b0`b89ff330 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000b0`b89ff3a0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000b0`b89ff430 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000b0`b8dff488 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b0`b8dff490 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000b0`b8dff780 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000b0`b8dff7b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a3`d99ffc68 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000a3`d99ffc70 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000a3`d99ffce0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000a3`d99ffdc0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000a3`d99ffdf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a3`d89fef70 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000a3`d89fefd0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000a3`d89ff070 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000a3`d89ff190 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000a3`d89ff490 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000a3`d89ff720 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000a3`d89ff7d0 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000a3`d89ff820 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000a3`d89ff890 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000a3`d89ff920 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000a3`d8dffaf8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a3`d8dffb00 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000a3`d8dffdf0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000a3`d8dffe20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a3`d91ff7c8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a3`d91ff7d0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000a3`d91ffac0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000a3`d91ffaf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a3`d95ff898 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a3`d95ff8a0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000a3`d95ffb90 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000a3`d95ffbc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a3`d9dffa48 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000a3`d9dffa50 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000a3`d9dffaf0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000a3`d9dffb20 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000a3`d9dffb50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007c`ee1ff030 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 0000007c`ee1ff090 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 0000007c`ee1ff130 00007ff6`33238323 postgres!StorePartitionKey+0x142 0000007c`ee1ff250 00007ff6`33476135 postgres!DefineRelation+0xc6d 0000007c`ee1ff550 00007ff6`3347583b postgres!ProcessUtility+0x8db 0000007c`ee1ff7e0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 0000007c`ee1ff890 00007ff6`33471c59 postgres!ProcessUtility+0x107 0000007c`ee1ff8e0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 0000007c`ee1ff950 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 0000007c`ee1ff9e0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 0000007c`ee5ff458 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000007c`ee5ff460 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000007c`ee5ff750 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000007c`ee5ff780 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007c`ee9ff688 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 0000007c`ee9ff690 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 0000007c`ee9ff700 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 0000007c`ee9ff7e0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000007c`ee9ff810 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007c`eedffbc8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000007c`eedffbd0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000007c`eedffec0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000007c`eedffef0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007c`ef1ff888 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 0000007c`ef1ff890 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 0000007c`ef1ff930 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 0000007c`ef1ff960 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000007c`ef1ff990 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000048`0edfee30 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000048`0edfee90 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000048`0edfef30 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000048`0edff050 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000048`0edff350 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000048`0edff5e0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000048`0edff690 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000048`0edff6e0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000048`0edff750 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000048`0edff7e0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000048`0f1ff648 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000048`0f1ff650 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000048`0f1ff940 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000048`0f1ff970 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000048`0f5ffa58 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000048`0f5ffa60 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000048`0f5ffad0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000048`0f5ffbb0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000048`0f5ffbe0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000048`0f9ff988 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000048`0f9ff990 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000048`0f9ffa30 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000048`0f9ffa60 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000048`0f9ffa90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000048`0fdff8a8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000048`0fdff8b0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000048`0fdffba0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000048`0fdffbd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b3`cabfec10 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000b3`cabfec70 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000b3`cabfed10 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000b3`cabfee30 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000b3`cabff130 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000b3`cabff3c0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000b3`cabff470 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000b3`cabff4c0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000b3`cabff530 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000b3`cabff5c0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000b3`cafff988 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b3`cafff990 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000b3`cafffc80 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000b3`cafffcb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b3`cb3ff8f8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000b3`cb3ff900 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000b3`cb3ff970 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000b3`cb3ffa50 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000b3`cb3ffa80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b3`cb7ffa58 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000b3`cb7ffa60 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000b3`cb7ffb00 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000b3`cb7ffb30 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000b3`cb7ffb60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b3`cbbff4b8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b3`cbbff4c0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000b3`cbbff7b0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000b3`cbbff7e0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d4`ec7feb50 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000d4`ec7febb0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000d4`ec7fec50 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000d4`ec7fed70 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000d4`ec7ff070 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000d4`ec7ff300 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000d4`ec7ff3b0 00007ff6`33211f64 postgres!ProcessUtility+0x107 000000d4`ec7ff400 00007ff6`33475ba7 postgres!CreateSchemaCommand+0x41c 000000d4`ec7ff4f0 00007ff6`3347583b postgres!ProcessUtility+0x34d 000000d4`ec7ff780 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d |
| core | 000000d4`ecbff5d8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d4`ecbff5e0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000d4`ecbff8d0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000d4`ecbff900 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d4`ecfff7d8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d4`ecfff7e0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000d4`ecfffad0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000d4`ecfffb00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d4`ed3ff978 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000d4`ed3ff980 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000d4`ed3ff9f0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000d4`ed3ffad0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000d4`ed3ffb00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d4`ed7ff6e8 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000d4`ed7ff6f0 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000d4`ed7ff790 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000d4`ed7ff7c0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000d4`ed7ff7f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000027`ba7fef10 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000027`ba7fef70 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000027`ba7ff010 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000027`ba7ff130 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000027`ba7ff430 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000027`ba7ff6c0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000027`ba7ff770 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000027`ba7ff7c0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000027`ba7ff830 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000027`ba7ff8c0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000027`bb7ffbe8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000027`bb7ffbf0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000027`bb7ffee0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000027`bb7fff10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000027`babff7a8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000027`babff7b0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000027`babffaa0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000027`babffad0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000027`bafffc78 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000027`bafffc80 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000027`bafffcf0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000027`bafffdd0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000027`bafffe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000027`bb3ffc98 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000027`bb3ffca0 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000027`bb3ffd40 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000027`bb3ffd70 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000027`bb3ffda0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000039`90bff688 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000039`90bff690 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000039`90bff980 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000039`90bff9b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000039`917ffa58 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000039`917ffa60 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000039`917ffb00 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000039`917ffb30 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000039`917ffb60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000039`913ffd98 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000039`913ffda0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000039`913ffe10 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000039`913ffef0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000039`913fff20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000039`90fffa18 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000039`90fffa20 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000039`90fffd10 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000039`90fffd40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000039`907ffa58 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000039`907ffa60 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000039`907ffd50 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000039`907ffd80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000039`903fea00 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000039`903fea60 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000039`903feb00 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000039`903fec20 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000039`903fef20 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000039`903ff1b0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000039`903ff260 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000039`903ff2b0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000039`903ff320 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000039`903ff3b0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000004`be9ff528 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000004`be9ff530 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000004`be9ff820 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000004`be9ff850 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000004`bddffbc8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000004`bddffbd0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000004`bddffec0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000004`bddffef0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000004`be1ffb98 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000004`be1ffba0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000004`be1ffc10 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000004`be1ffcf0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000004`be1ffd20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000004`be5ffd28 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000004`be5ffd30 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000004`be5ffdd0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000004`be5ffe00 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000004`be5ffe30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000004`bd9fee90 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000004`bd9feef0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000004`bd9fef90 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000004`bd9ff0b0 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000004`bd9ff3b0 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000004`bd9ff640 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000004`bd9ff6f0 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000004`bd9ff740 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000004`bd9ff7b0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000004`bd9ff840 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000a9`6efff9a8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a9`6efff9b0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000a9`6efffca0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000a9`6efffcd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a9`6e3ff0e0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000a9`6e3ff140 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000a9`6e3ff1e0 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000a9`6e3ff300 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000a9`6e3ff600 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000a9`6e3ff890 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000a9`6e3ff940 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000a9`6e3ff990 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000a9`6e3ffa00 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000a9`6e3ffa90 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000a9`6e7ff7a8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a9`6e7ff7b0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000a9`6e7ffaa0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000a9`6e7ffad0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a9`6ebffac8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000a9`6ebffad0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000a9`6ebffb40 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000a9`6ebffc20 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000a9`6ebffc50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a9`6f3ffdb8 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000a9`6f3ffdc0 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000a9`6f3ffe60 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000a9`6f3ffe90 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000a9`6f3ffec0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000024`71dfeec0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000024`71dfef20 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000024`71dfefc0 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000024`71dff0e0 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000024`71dff3e0 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000024`71dff670 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000024`71dff720 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000024`71dff770 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000024`71dff7e0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000024`71dff870 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000024`721ff4d8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000024`721ff4e0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000024`721ff7d0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000024`721ff800 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000024`725ffb08 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000024`725ffb10 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000024`725ffe00 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000024`725ffe30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000024`729ff738 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000024`729ff740 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000024`729ffa30 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000024`729ffa60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000024`72dffa88 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000024`72dffa90 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000024`72dffb00 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000024`72dffbe0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000024`72dffc10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000024`731ff748 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000024`731ff750 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000024`731ff7f0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000024`731ff820 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000024`731ff850 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000012`fe1ffa68 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000012`fe1ffa70 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000012`fe1ffae0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000012`fe1ffbc0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000012`fe1ffbf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000012`fe5ffaf8 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000012`fe5ffb00 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000012`fe5ffba0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000012`fe5ffbd0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000012`fe5ffc00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000012`fd1feb50 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000012`fd1febb0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000012`fd1fec50 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000012`fd1fed70 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000012`fd1ff070 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000012`fd1ff300 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000012`fd1ff3b0 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000012`fd1ff400 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000012`fd1ff470 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000012`fd1ff500 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000012`fd5ffb68 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000012`fd5ffb70 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000012`fd5ffe60 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000012`fd5ffe90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000012`fd9ff7b8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000012`fd9ff7c0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000012`fd9ffab0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000012`fd9ffae0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000012`fddff928 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000012`fddff930 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000012`fddffc20 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000012`fddffc50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000036`fc9ff948 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000036`fc9ff950 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000036`fc9ff9f0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000036`fc9ffa20 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000036`fc9ffa50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000036`fc5ffb98 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000036`fc5ffba0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000036`fc5ffc10 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000036`fc5ffcf0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000036`fc5ffd20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000036`fc1ff9d8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000036`fc1ff9e0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000036`fc1ffcd0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000036`fc1ffd00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000036`fbdff9f8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000036`fbdffa00 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000036`fbdffcf0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000036`fbdffd20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000036`fb9fea60 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000036`fb9feac0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000036`fb9feb60 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000036`fb9fec80 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000036`fb9fef80 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000036`fb9ff210 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000036`fb9ff2c0 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000036`fb9ff310 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000036`fb9ff380 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000036`fb9ff410 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000015`201ff020 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000015`201ff080 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000015`201ff120 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000015`201ff240 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000015`201ff540 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000015`201ff7d0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000015`201ff880 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000015`201ff8d0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000015`201ff940 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000015`201ff9d0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000015`205ffb48 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000015`205ffb50 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000015`205ffe40 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000015`205ffe70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000015`209ff648 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000015`209ff650 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000015`209ff940 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000015`209ff970 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000015`20dff568 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000015`20dff570 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000015`20dff860 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000015`20dff890 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000015`211ff608 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000015`211ff610 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000015`211ff680 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000015`211ff760 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000015`211ff790 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000015`215ffd38 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000015`215ffd40 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000015`215ffde0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000015`215ffe10 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000015`215ffe40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000082`0c5fee90 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000082`0c5feef0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000082`0c5fef90 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000082`0c5ff0b0 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000082`0c5ff3b0 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000082`0c5ff640 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000082`0c5ff6f0 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000082`0c5ff740 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000082`0c5ff7b0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000082`0c5ff840 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000082`0c9ffc18 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000082`0c9ffc20 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000082`0c9fff10 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000082`0c9fff40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000082`0cdff908 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000082`0cdff910 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000082`0cdffc00 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000082`0cdffc30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000082`0d1ff9c8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000082`0d1ff9d0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000082`0d1ffa40 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000082`0d1ffb20 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000082`0d1ffb50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000082`0d5ff678 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000082`0d5ff680 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000082`0d5ff720 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000082`0d5ff750 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000082`0d5ff780 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f5`9ffff9b8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000f5`9ffff9c0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000f5`9ffffa30 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000f5`9ffffb10 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000f5`9ffffb40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f5`a07ff868 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000f5`a07ff870 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000f5`a07ff910 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000f5`a07ff940 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000f5`a07ff970 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f5`a03ff4d8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f5`a03ff4e0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000f5`a03ff7d0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000f5`a03ff800 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f5`9fbff788 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f5`9fbff790 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000f5`9fbffa80 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000f5`9fbffab0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f5`9f7fee80 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000f5`9f7feee0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000f5`9f7fef80 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000f5`9f7ff0a0 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000f5`9f7ff3a0 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000f5`9f7ff630 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000f5`9f7ff6e0 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000f5`9f7ff730 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000f5`9f7ff7a0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000f5`9f7ff830 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000014`07bfeb30 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000014`07bfeb90 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000014`07bfec30 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000014`07bfed50 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000014`07bff050 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000014`07bff2e0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000014`07bff390 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000014`07bff3e0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000014`07bff450 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000014`07bff4e0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000014`08fffd18 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000014`08fffd20 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000014`08fffdc0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000014`08fffdf0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000014`08fffe20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000014`07fff578 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000014`07fff580 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000014`07fff870 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000014`07fff8a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000014`083ff558 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000014`083ff560 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000014`083ff850 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000014`083ff880 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000014`087ffbc8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000014`087ffbd0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000014`087ffec0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000014`087ffef0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000014`08bff9b8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000014`08bff9c0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000014`08bffa30 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000014`08bffb10 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000014`08bffb40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000008`58bff9b8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000008`58bff9c0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000008`58bffa30 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000008`58bffb10 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000008`58bffb40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000008`587ffae8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000008`587ffaf0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000008`587ffde0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000008`587ffe10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000008`583ff488 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000008`583ff490 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000008`583ff780 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000008`583ff7b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000008`57fff4e8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000008`57fff4f0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000008`57fff7e0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000008`57fff810 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000008`57bfecc0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000008`57bfed20 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000008`57bfedc0 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000008`57bfeee0 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000008`57bff1e0 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000008`57bff470 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000008`57bff520 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000008`57bff570 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000008`57bff5e0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000008`57bff670 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000008`58fffa08 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000008`58fffa10 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000008`58fffab0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000008`58fffae0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000008`58fffb10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e6`d1bff738 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e6`d1bff740 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000e6`d1bffa30 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000e6`d1bffa60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e6`d17ffa28 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e6`d17ffa30 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000e6`d17ffd20 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000e6`d17ffd50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e6`d13ffab8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e6`d13ffac0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000e6`d13ffdb0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000e6`d13ffde0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e6`d0ffec00 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000e6`d0ffec60 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000e6`d0ffed00 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000e6`d0ffee20 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000e6`d0fff120 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000e6`d0fff3b0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000e6`d0fff460 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000e6`d0fff4b0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000e6`d0fff520 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000e6`d0fff5b0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000e6`d23ffaf8 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000e6`d23ffb00 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000e6`d23ffba0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000e6`d23ffbd0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000e6`d23ffc00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e6`d1fffd98 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000e6`d1fffda0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000e6`d1fffe10 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000e6`d1fffef0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000e6`d1ffff20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000000e`00bff618 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000000e`00bff620 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000000e`00bff910 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000000e`00bff940 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000000e`007ff5b8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000000e`007ff5c0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000000e`007ff8b0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000000e`007ff8e0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000000e`003ff558 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000000e`003ff560 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000000e`003ff850 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000000e`003ff880 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000000e`7fdfeeb0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 0000000e`7fdfef10 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 0000000e`7fdfefb0 00007ff6`33238323 postgres!StorePartitionKey+0x142 0000000e`7fdff0d0 00007ff6`33476135 postgres!DefineRelation+0xc6d 0000000e`7fdff3d0 00007ff6`3347583b postgres!ProcessUtility+0x8db 0000000e`7fdff660 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 0000000e`7fdff710 00007ff6`33471c59 postgres!ProcessUtility+0x107 0000000e`7fdff760 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 0000000e`7fdff7d0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 0000000e`7fdff860 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 0000000e`013ff918 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 0000000e`013ff920 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 0000000e`013ff9c0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 0000000e`013ff9f0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000000e`013ffa20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000000e`00fffc28 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 0000000e`00fffc30 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 0000000e`00fffca0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 0000000e`00fffd80 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000000e`00fffdb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003d`1d9ff9a8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 0000003d`1d9ff9b0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 0000003d`1d9ffa20 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 0000003d`1d9ffb00 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000003d`1d9ffb30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003d`1d1ff788 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000003d`1d1ff790 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000003d`1d1ffa80 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000003d`1d1ffab0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003d`1cdff678 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000003d`1cdff680 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000003d`1cdff970 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000003d`1cdff9a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003d`1c9feee0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 0000003d`1c9fef40 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 0000003d`1c9fefe0 00007ff6`33238323 postgres!StorePartitionKey+0x142 0000003d`1c9ff100 00007ff6`33476135 postgres!DefineRelation+0xc6d 0000003d`1c9ff400 00007ff6`3347583b postgres!ProcessUtility+0x8db 0000003d`1c9ff690 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 0000003d`1c9ff740 00007ff6`33471c59 postgres!ProcessUtility+0x107 0000003d`1c9ff790 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 0000003d`1c9ff800 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 0000003d`1c9ff890 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 0000003d`1ddffe58 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 0000003d`1ddffe60 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 0000003d`1ddfff00 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 0000003d`1ddfff30 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000003d`1ddfff60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003d`1d5ff8b8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000003d`1d5ff8c0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000003d`1d5ffbb0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000003d`1d5ffbe0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d8`d7dff938 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000d8`d7dff940 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000d8`d7dff9e0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000d8`d7dffa10 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000d8`d7dffa40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d8`d75ff908 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d8`d75ff910 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000d8`d75ffc00 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000d8`d75ffc30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d8`d71ffa78 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d8`d71ffa80 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000d8`d71ffd70 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000d8`d71ffda0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d8`d6dfed20 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000d8`d6dfed80 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000d8`d6dfee20 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000d8`d6dfef40 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000d8`d6dff240 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000d8`d6dff4d0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000d8`d6dff580 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000d8`d6dff5d0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000d8`d6dff640 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000d8`d6dff6d0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000d8`d79ffaf8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000d8`d79ffb00 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000d8`d79ffb70 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000d8`d79ffc50 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000d8`d79ffc80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000bf`719ffa88 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000bf`719ffa90 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000bf`719ffb00 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000bf`719ffbe0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000bf`719ffc10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000bf`71dffc68 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000bf`71dffc70 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000bf`71dffd10 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000bf`71dffd40 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000bf`71dffd70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000bf`715ffbf8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000bf`715ffc00 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000bf`715ffef0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000bf`715fff20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000bf`711ff708 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000bf`711ff710 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000bf`711ffa00 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000bf`711ffa30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000bf`70dfeab0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000bf`70dfeb10 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000bf`70dfebb0 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000bf`70dfecd0 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000bf`70dfefd0 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000bf`70dff260 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000bf`70dff310 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000bf`70dff360 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000bf`70dff3d0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000bf`70dff460 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000ea`613ffaf8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ea`613ffb00 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000ea`613ffdf0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000ea`613ffe20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ea`603fe960 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000ea`603fe9c0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000ea`603fea60 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000ea`603feb80 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000ea`603fee80 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000ea`603ff110 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000ea`603ff1c0 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000ea`603ff210 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000ea`603ff280 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000ea`603ff310 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000ea`607ff6d8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ea`607ff6e0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000ea`607ff9d0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000ea`607ffa00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ea`60bff9a8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000ea`60bff9b0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000ea`60bffa20 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000ea`60bffb00 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000ea`60bffb30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ea`60fffe18 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000ea`60fffe20 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000ea`60fffec0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000ea`60fffef0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000ea`60ffff20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000aa`43fff130 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000aa`43fff190 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000aa`43fff230 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000aa`43fff350 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000aa`43fff650 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000aa`43fff8e0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000aa`43fff990 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000aa`43fff9e0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000aa`43fffa50 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000aa`43fffae0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000aa`44fff838 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000aa`44fff840 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000aa`44fffb30 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000aa`44fffb60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000aa`44bff788 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000aa`44bff790 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000aa`44bff830 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000aa`44bff860 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000aa`44bff890 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000aa`447ff948 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000aa`447ff950 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000aa`447ff9c0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000aa`447ffaa0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000aa`447ffad0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000aa`443ff968 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000aa`443ff970 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000aa`443ffc60 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000aa`443ffc90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c2`d41ff8e8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c2`d41ff8f0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000c2`d41ffbe0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c2`d41ffc10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c2`d45ff5e8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c2`d45ff5f0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000c2`d45ff8e0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c2`d45ff910 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c2`d49ffa38 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c2`d49ffa40 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000c2`d49ffd30 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c2`d49ffd60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c2`d4dff818 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000c2`d4dff820 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000c2`d4dff890 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000c2`d4dff970 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c2`d4dff9a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c2`d3dff010 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000c2`d3dff070 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000c2`d3dff110 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000c2`d3dff230 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000c2`d3dff530 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000c2`d3dff7c0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000c2`d3dff870 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000c2`d3dff8c0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000c2`d3dff930 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000c2`d3dff9c0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000c2`d51ffc78 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000c2`d51ffc80 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000c2`d51ffd20 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000c2`d51ffd50 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c2`d51ffd80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a4`0cbffb98 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000a4`0cbffba0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000a4`0cbffc10 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000a4`0cbffcf0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000a4`0cbffd20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a4`0bbfef60 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000a4`0bbfefc0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000a4`0bbff060 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000a4`0bbff180 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000a4`0bbff480 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000a4`0bbff710 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000a4`0bbff7c0 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000a4`0bbff810 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000a4`0bbff880 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000a4`0bbff910 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000a4`0bfff6c8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a4`0bfff6d0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000a4`0bfff9c0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000a4`0bfff9f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a4`0c3ff988 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a4`0c3ff990 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000a4`0c3ffc80 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000a4`0c3ffcb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a4`0c7ff888 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a4`0c7ff890 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000a4`0c7ffb80 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000a4`0c7ffbb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a4`0cfffbd8 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000a4`0cfffbe0 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000a4`0cfffc80 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000a4`0cfffcb0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000a4`0cfffce0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e4`f63ffa98 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e4`f63ffaa0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000e4`f63ffd90 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000e4`f63ffdc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e4`f5fff938 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000e4`f5fff940 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000e4`f5fff9e0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000e4`f5fffa10 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000e4`f5fffa40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e4`f5bff888 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000e4`f5bff890 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000e4`f5bff900 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000e4`f5bff9e0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000e4`f5bffa10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e4`f57ff9d8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e4`f57ff9e0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000e4`f57ffcd0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000e4`f57ffd00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e4`f53feac0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000e4`f53feb20 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000e4`f53febc0 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000e4`f53fece0 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000e4`f53fefe0 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000e4`f53ff270 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000e4`f53ff320 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000e4`f53ff370 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000e4`f53ff3e0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000e4`f53ff470 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000c8`a3bffa38 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000c8`a3bffa40 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000c8`a3bffab0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000c8`a3bffb90 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c8`a3bffbc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c8`a3fff8e8 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000c8`a3fff8f0 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000c8`a3fff990 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000c8`a3fff9c0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c8`a3fff9f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c8`a2fff9b8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c8`a2fff9c0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000c8`a2fffcb0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c8`a2fffce0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c8`a33ff678 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c8`a33ff680 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000c8`a33ff970 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c8`a33ff9a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c8`a2bfef20 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000c8`a2bfef80 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000c8`a2bff020 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000c8`a2bff140 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000c8`a2bff440 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000c8`a2bff6d0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000c8`a2bff780 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000c8`a2bff7d0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000c8`a2bff840 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000c8`a2bff8d0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000c8`a37ff928 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c8`a37ff930 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000c8`a37ffc20 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c8`a37ffc50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000070`3a3ffb88 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000070`3a3ffb90 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000070`3a3ffe80 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000070`3a3ffeb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000070`3abff8e8 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000070`3abff8f0 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000070`3abff990 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000070`3abff9c0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000070`3abff9f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000070`39bff100 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000070`39bff160 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000070`39bff200 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000070`39bff320 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000070`39bff620 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000070`39bff8b0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000070`39bff960 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000070`39bff9b0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000070`39bffa20 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000070`39bffab0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000070`39fff488 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000070`39fff490 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000070`39fff780 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000070`39fff7b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000070`3a7ff998 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000070`3a7ff9a0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000070`3a7ffa10 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000070`3a7ffaf0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000070`3a7ffb20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c8`eb5ff7b8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000c8`eb5ff7c0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000c8`eb5ff830 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000c8`eb5ff910 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c8`eb5ff940 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c8`ea5fed90 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000c8`ea5fedf0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000c8`ea5fee90 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000c8`ea5fefb0 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000c8`ea5ff2b0 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000c8`ea5ff540 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000c8`ea5ff5f0 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000c8`ea5ff640 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000c8`ea5ff6b0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000c8`ea5ff740 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000c8`ea9ff5f8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c8`ea9ff600 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000c8`ea9ff8f0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c8`ea9ff920 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c8`eadffa78 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c8`eadffa80 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000c8`eadffd70 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c8`eadffda0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c8`eb1ff748 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c8`eb1ff750 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000c8`eb1ffa40 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c8`eb1ffa70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c8`eb9ffe48 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000c8`eb9ffe50 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000c8`eb9ffef0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000c8`eb9fff20 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c8`eb9fff50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000010`49dff738 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000010`49dff740 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000010`49dffa30 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000010`49dffa60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000010`48dff0f0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000010`48dff150 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000010`48dff1f0 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000010`48dff310 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000010`48dff610 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000010`48dff8a0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000010`48dff950 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000010`48dff9a0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000010`48dffa10 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000010`48dffaa0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000010`491ff6d8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000010`491ff6e0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000010`491ff9d0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000010`491ffa00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000010`495ffa38 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000010`495ffa40 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000010`495ffab0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000010`495ffb90 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000010`495ffbc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000010`499ffb48 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000010`499ffb50 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000010`499ffbf0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000010`499ffc20 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000010`499ffc50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003f`99dfec20 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 0000003f`99dfec80 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 0000003f`99dfed20 00007ff6`33238323 postgres!StorePartitionKey+0x142 0000003f`99dfee40 00007ff6`33476135 postgres!DefineRelation+0xc6d 0000003f`99dff140 00007ff6`3347583b postgres!ProcessUtility+0x8db 0000003f`99dff3d0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 0000003f`99dff480 00007ff6`33471c59 postgres!ProcessUtility+0x107 0000003f`99dff4d0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 0000003f`99dff540 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 0000003f`99dff5d0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 0000003f`9a1ff548 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000003f`9a1ff550 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000003f`9a1ff840 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000003f`9a1ff870 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003f`9a5ff938 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 0000003f`9a5ff940 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 0000003f`9a5ff9b0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 0000003f`9a5ffa90 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000003f`9a5ffac0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003f`9a9ffd88 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 0000003f`9a9ffd90 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 0000003f`9a9ffe30 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 0000003f`9a9ffe60 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000003f`9a9ffe90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003f`9adff938 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000003f`9adff940 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000003f`9adffc30 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000003f`9adffc60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c8`30bff9e8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c8`30bff9f0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000c8`30bffce0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c8`30bffd10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c8`2ffff748 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c8`2ffff750 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000c8`2ffffa40 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c8`2ffffa70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c8`303ff8f8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000c8`303ff900 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000c8`303ff970 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000c8`303ffa50 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c8`303ffa80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c8`2fbfea10 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000c8`2fbfea70 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000c8`2fbfeb10 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000c8`2fbfec30 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000c8`2fbfef30 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000c8`2fbff1c0 00007ff8`45633422 postgres!standard_ProcessUtility+0xe1d 000000c8`2fbff270 00007ff6`334758c8 pg_stat_statements+0x3422 000000c8`2fbff5f0 00007ff6`33471c59 postgres!ProcessUtility+0x6e 000000c8`2fbff640 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000c8`2fbff6b0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 |
| core | 000000c8`307ffb98 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000c8`307ffba0 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000c8`307ffc40 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000c8`307ffc70 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000c8`307ffca0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e9`539ff8e8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000e9`539ff8f0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000e9`539ff960 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000e9`539ffa40 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000e9`539ffa70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e9`529ff0b0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000e9`529ff110 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000e9`529ff1b0 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000e9`529ff2d0 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000e9`529ff5d0 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000e9`529ff860 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000e9`529ff910 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000e9`529ff960 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000e9`529ff9d0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000e9`529ffa60 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000e9`52dff648 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e9`52dff650 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000e9`52dff940 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000e9`52dff970 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e9`531ff4a8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e9`531ff4b0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000e9`531ff7a0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000e9`531ff7d0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e9`535ff9a8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e9`535ff9b0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000e9`535ffca0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000e9`535ffcd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e9`53dffc38 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000e9`53dffc40 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000e9`53dffce0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000e9`53dffd10 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000e9`53dffd40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000011`65bff020 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000011`65bff080 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000011`65bff120 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000011`65bff240 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000011`65bff540 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000011`65bff7d0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000011`65bff880 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000011`65bff8d0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000011`65bff940 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000011`65bff9d0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000011`65fff8b8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000011`65fff8c0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000011`65fffbb0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000011`65fffbe0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000011`663ff468 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000011`663ff470 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000011`663ff760 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000011`663ff790 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000011`667ffad8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000011`667ffae0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000011`667ffb50 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000011`667ffc30 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000011`667ffc60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000011`66bff6c8 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000011`66bff6d0 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000011`66bff770 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000011`66bff7a0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000011`66bff7d0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000094`e59feeb0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000094`e59fef10 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000094`e59fefb0 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000094`e59ff0d0 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000094`e59ff3d0 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000094`e59ff660 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000094`e59ff710 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000094`e59ff760 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000094`e59ff7d0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000094`e59ff860 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000094`e5dff7f8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000094`e5dff800 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000094`e5dffaf0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000094`e5dffb20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000094`e61ff9d8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000094`e61ff9e0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000094`e61ffcd0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000094`e61ffd00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000094`e65ffc38 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000094`e65ffc40 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000094`e65ffcb0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000094`e65ffd90 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000094`e65ffdc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000094`e69ff848 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000094`e69ff850 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000094`e69ff8f0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000094`e69ff920 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000094`e69ff950 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d1`42ffec10 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000d1`42ffec70 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000d1`42ffed10 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000d1`42ffee30 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000d1`42fff130 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000d1`42fff3c0 00007ff8`45813422 postgres!standard_ProcessUtility+0xe1d 000000d1`42fff470 00007ff6`334758c8 pg_stat_statements+0x3422 000000d1`42fff7f0 00007ff6`33471c59 postgres!ProcessUtility+0x6e 000000d1`42fff840 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000d1`42fff8b0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 |
| core | 000000d1`433ff788 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d1`433ff790 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000d1`433ffa80 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000d1`433ffab0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d1`437ff908 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d1`437ff910 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000d1`437ffc00 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000d1`437ffc30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d1`43bff5c8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d1`43bff5d0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000d1`43bff8c0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000d1`43bff8f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d1`43fffd98 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000d1`43fffda0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000d1`43fffe10 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000d1`43fffef0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000d1`43ffff20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d1`443ffbe8 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000d1`443ffbf0 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000d1`443ffc90 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000d1`443ffcc0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000d1`443ffcf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006a`95fff908 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 0000006a`95fff910 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 0000006a`95fff9b0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 0000006a`95fff9e0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000006a`95fffa10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006a`95bffa58 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 0000006a`95bffa60 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 0000006a`95bffad0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 0000006a`95bffbb0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000006a`95bffbe0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006a`957ffa08 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000006a`957ffa10 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000006a`957ffd00 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000006a`957ffd30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006a`953ff898 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000006a`953ff8a0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 0000006a`953ffb90 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 0000006a`953ffbc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006a`94ffed60 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 0000006a`94ffedc0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 0000006a`94ffee60 00007ff6`33238323 postgres!StorePartitionKey+0x142 0000006a`94ffef80 00007ff6`33476135 postgres!DefineRelation+0xc6d 0000006a`94fff280 00007ff6`3347583b postgres!ProcessUtility+0x8db 0000006a`94fff510 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 0000006a`94fff5c0 00007ff6`33471c59 postgres!ProcessUtility+0x107 0000006a`94fff610 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 0000006a`94fff680 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 0000006a`94fff710 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000004`f1dff9c8 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000004`f1dff9d0 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000004`f1dffa70 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000004`f1dffaa0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000004`f1dffad0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000004`f19ff5e8 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000004`f19ff5f0 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000004`f19ff660 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000004`f19ff740 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000004`f19ff770 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000004`f15ff698 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000004`f15ff6a0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000004`f15ff990 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000004`f15ff9c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000004`f11ff788 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000004`f11ff790 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000004`f11ffa80 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000004`f11ffab0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000004`f0dff698 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000004`f0dff6a0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000004`f0dff990 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000004`f0dff9c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000004`f09feac0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000004`f09feb20 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000004`f09febc0 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000004`f09fece0 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000004`f09fefe0 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000004`f09ff270 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000004`f09ff320 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000004`f09ff370 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000004`f09ff3e0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000004`f09ff470 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000091`057ff0a0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000091`057ff100 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000091`057ff1a0 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000091`057ff2c0 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000091`057ff5c0 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000091`057ff850 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000091`057ff900 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000091`057ff950 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000091`057ff9c0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000091`057ffa50 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000091`05bff848 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000091`05bff850 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000091`05bffb40 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000091`05bffb70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000091`05fffb48 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000091`05fffb50 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000091`05fffbc0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000091`05fffca0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000091`05fffcd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000091`063ff778 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000091`063ff780 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000091`063ff820 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000091`063ff850 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000091`063ff880 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000091`067ff668 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000091`067ff670 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000091`067ff960 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000091`067ff990 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000085`e05ff758 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000085`e05ff760 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000085`e05ff800 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000085`e05ff830 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000085`e05ff860 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000085`e01ff968 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000085`e01ff970 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000085`e01ff9e0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000085`e01ffac0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000085`e01ffaf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000085`df1ff080 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000085`df1ff0e0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000085`df1ff180 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000085`df1ff2a0 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000085`df1ff5a0 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000085`df1ff830 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000085`df1ff8e0 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000085`df1ff930 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000085`df1ff9a0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000085`df1ffa30 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000085`df5ffb18 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000085`df5ffb20 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000085`df5ffe10 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000085`df5ffe40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000085`df9ff858 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000085`df9ff860 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000085`df9ffb50 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000085`df9ffb80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000085`dfdff6e8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000085`dfdff6f0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000085`dfdff9e0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000085`dfdffa10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000072`cbbffc08 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000072`cbbffc10 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000072`cbbffcb0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000072`cbbffce0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000072`cbbffd10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000072`caffecc0 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000072`caffed20 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000072`caffedc0 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000072`caffeee0 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000072`cafff1e0 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000072`cafff470 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000072`cafff520 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000072`cafff570 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000072`cafff5e0 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000072`cafff670 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000072`cb3ffbd8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000072`cb3ffbe0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000072`cb3ffed0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000072`cb3fff00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000072`cb7ffd68 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000072`cb7ffd70 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000072`cb7ffde0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000072`cb7ffec0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000072`cb7ffef0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000072`cbfff9c8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000072`cbfff9d0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000072`cbfffcc0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000072`cbfffcf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ed`b79ffa38 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 000000ed`b79ffa40 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 000000ed`b79ffae0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 000000ed`b79ffb10 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000ed`b79ffb40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ed`b6dff140 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 000000ed`b6dff1a0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 000000ed`b6dff240 00007ff6`33238323 postgres!StorePartitionKey+0x142 000000ed`b6dff360 00007ff6`33476135 postgres!DefineRelation+0xc6d 000000ed`b6dff660 00007ff6`3347583b postgres!ProcessUtility+0x8db 000000ed`b6dff8f0 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 000000ed`b6dff9a0 00007ff6`33471c59 postgres!ProcessUtility+0x107 000000ed`b6dff9f0 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 000000ed`b6dffa60 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 000000ed`b6dffaf0 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 000000ed`b71ff4e8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ed`b71ff4f0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000ed`b71ff7e0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000ed`b71ff810 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ed`b75ff848 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 000000ed`b75ff850 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 000000ed`b75ff8c0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 000000ed`b75ff9a0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000ed`b75ff9d0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ed`b7dff478 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ed`b7dff480 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 000000ed`b7dff770 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 000000ed`b7dff7a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000091`9c7ff638 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000091`9c7ff640 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000091`9c7ff930 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000091`9c7ff960 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000091`9bbfeb60 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000091`9bbfebc0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000091`9bbfec60 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000091`9bbfed80 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000091`9bbff080 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000091`9bbff310 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000091`9bbff3c0 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000091`9bbff410 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000091`9bbff480 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000091`9bbff510 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000091`9bfffaf8 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000091`9bfffb00 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000091`9bfffdf0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000091`9bfffe20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000091`9c3ff908 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000091`9c3ff910 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000091`9c3ff980 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000091`9c3ffa60 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000091`9c3ffa90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000091`9cbff798 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000091`9cbff7a0 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000091`9cbff840 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000091`9cbff870 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000091`9cbff8a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000089`b73ffb68 00007ff8`52e44a7a ntdll!NtFsControlFile+0x14 00000089`b73ffb70 00007ff6`333ac7f6 KERNELBASE!ConnectNamedPipe+0x6a 00000089`b73ffbe0 00007ff8`54db4cb0 postgres!pg_queue_signal+0x188 00000089`b73ffcc0 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000089`b73ffcf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000089`b63fea70 00007ff6`330b1255 postgres!heap_compute_data_size+0x3f 00000089`b63fead0 00007ff6`3318f7b1 postgres!heap_form_tuple+0xda 00000089`b63feb70 00007ff6`33238323 postgres!StorePartitionKey+0x142 00000089`b63fec90 00007ff6`33476135 postgres!DefineRelation+0xc6d 00000089`b63fef90 00007ff6`3347583b postgres!ProcessUtility+0x8db 00000089`b63ff220 00007ff6`33475961 postgres!standard_ProcessUtility+0xe1d 00000089`b63ff2d0 00007ff6`33471c59 postgres!ProcessUtility+0x107 00000089`b63ff320 00007ff6`33471f9e postgres!PlannedStmtRequiresSnapshot+0x134 00000089`b63ff390 00007ff6`3347235a postgres!PlannedStmtRequiresSnapshot+0x479 00000089`b63ff420 00007ff6`3346dee2 postgres!PortalRun+0x1f7 |
| core | 00000089`b67ff848 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000089`b67ff850 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000089`b67ffb40 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000089`b67ffb70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000089`b6bff498 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000089`b6bff4a0 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000089`b6bff790 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000089`b6bff7c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000089`b6fffb08 00007ff8`556ab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000089`b6fffb10 00007ff8`54db4cb0 ntdll!TppWorkerThread+0x2df 00000089`b6fffe00 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000089`b6fffe30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000089`b77ff948 00007ff8`52dfd90e ntdll!NtWaitForSingleObject+0x14 00000089`b77ff950 00007ff6`333ada9f KERNELBASE!WaitForSingleObjectEx+0x8e 00000089`b77ff9f0 00007ff8`54db4cb0 postgres!pgwin32_select+0x744 00000089`b77ffa20 00007ff8`5571edcb KERNEL32!BaseThreadInitThunk+0x10 00000089`b77ffa50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/amcheck/expected/check_btree.out C:/cirrus/build/testrun/amcheck/regress/...
--- C:/cirrus/contrib/amcheck/expected/check_btree.out 2025-12-11 15:06:05.635129300 +0000
+++ C:/cirrus/build/testrun/amcheck/regress/results/check_btree.out 2025-12-11 15:15:44.279289400 +0000
@@ -63,221 +63,7 @@
-- verify partitioned indexes are rejected (error)
BEGIN;
CREATE TABLE bttest_partitioned (a int, b int) PARTITION BY list (a);
-CREATE INDEX bttest_btree_partitioned_idx ON bttest_partitioned USING btree (b);
-SELECT bt_index_parent_check('bttest_btree_partitioned_idx');
-ERROR: expected index as targets for verification
-DETAIL: This operation is not supported for partitioned indexes.
-ROLLBACK;
--- normal check outside of xact
-SELECT bt_index_check('bttest_a_idx');
- bt_index_check
-----------------
-
-(1 row)
-
--- more expansive tests
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gist/expected/partitions.out C:/cirrus/build/testrun/btree_gist/reg... --- C:/cirrus/contrib/btree_gist/expected/partitions.out 2025-12-11 15:06:05.777682400 +0000 +++ C:/cirrus/build/testrun/btree_gist/regress/results/partitions.out 2025-12-11 15:15:51.497551600 +0000 @@ -7,76 +7,7 @@ valid_at daterange, exclude using gist (id with =, valid_at with &&) ) partition by range (id); -create table parttmp_1_to_10 partition of parttmp for values from (1) to (10); -create table parttmp_11_to_20 partition of parttmp for values from (11) to (20); -insert into parttmp (id, valid_at) values - (1, '[2000-01-01, 2000-02-01)'), - (1, '[2000-02-01, 2000-03-01)'), - (2, '[2000-01-01, 2000-02-01)'), - (11, '[2000-01-01, 2000-02-01)'), - (11, '[2000-02-01, 2000-03-01)'), - (12, '[2000-01-01, 2000-02-01)'); -select * from parttmp order by id, valid_at; - id | valid_at -----+------------------------- - 1 | [01-01-2000,02-01-2000) ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/delay_execution/expected/partition-addition.out C:/cirrus/build/... --- C:/cirrus/src/test/modules/delay_execution/expected/partition-addition.out 2025-12-11 15:06:09.971140500 +0000 +++ C:/cirrus/build/testrun/delay_execution/isolation/results/partition-addition.out 2025-12-11 15:16:24.412100700 +0000 @@ -1,27 +1,6 @@ Parsed test spec with 2 sessions starting permutation: s2lock s1exec s2addp s2unlock -step s2lock: SELECT pg_advisory_lock(12345); -pg_advisory_lock ----------------- - -(1 row) - -step s1exec: LOAD 'delay_execution'; - SET delay_execution.post_planning_lock_id = 12345; - SELECT * FROM foo WHERE a <> 1 AND a <> (SELECT 3); <waiting ...> -step s2addp: CREATE TABLE foo2 (LIKE foo); - ALTER TABLE foo ATTACH PARTITION foo2 FOR VALUES IN (2); - INSERT INTO foo VALUES (2, 'ADD2'); -step s2unlock: SELECT pg_advisory_unlock(12345); ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/file_fdw/expected/file_fdw.out C:/cirrus/build/testrun/file_fdw/regress/r... --- C:/cirrus/contrib/file_fdw/expected/file_fdw.out 2025-12-11 15:06:05.867492200 +0000 +++ C:/cirrus/build/testrun/file_fdw/regress/results/file_fdw.out 2025-12-11 15:15:56.166005300 +0000 @@ -375,182 +375,7 @@ -- declarative partitioning tests SET ROLE regress_file_fdw_superuser; CREATE TABLE pt (a int, b text) partition by list (a); -\set filename :abs_srcdir '/data/list1.csv' -CREATE FOREIGN TABLE p1 partition of pt for values in (1) SERVER file_server -OPTIONS (format 'csv', filename :'filename', delimiter ','); -CREATE TABLE p2 partition of pt for values in (2); -SELECT tableoid::regclass, * FROM pt; - tableoid | a | b -----------+---+----- - p1 | 1 | foo - p1 | 1 | bar -(2 rows) - -SELECT tableoid::regclass, * FROM p1; - tableoid | a | b ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/injection_points/expected/reindex-concurrently-upsert-partitione... --- C:/cirrus/src/test/modules/injection_points/expected/reindex-concurrently-upsert-partitioned.out 2025-12-11 15:06:09... +++ C:/cirrus/build/testrun/injection_points/isolation/results/reindex-concurrently-upsert-partitioned.out 2025-12-11 15... @@ -1,238 +1,6 @@ Parsed test spec with 4 sessions starting permutation: s3_setup_wait_before_set_dead s3_start_reindex s1_start_upsert s4_wakeup_to_set_dead s2_start_ups... -injection_points_attach ------------------------ - -(1 row) - -injection_points_attach ------------------------ - -(1 row) - -injection_points_set_local --------------------------- - ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/detach-partition-concurrently-1.out C:/cirrus/build/t... --- C:/cirrus/src/test/isolation/expected/detach-partition-concurrently-1.out 2025-12-11 15:06:09.804742000 +0000 +++ C:/cirrus/build/testrun/isolation/isolation/results/detach-partition-concurrently-1.out 2025-12-11 15:13:09.84716610... @@ -1,288 +1,6 @@ Parsed test spec with 3 sessions starting permutation: s1b s1s s2detach s1s s1c s1s -step s1b: BEGIN; -step s1s: SELECT * FROM d_listp; -a -- -1 -2 -(2 rows) - -step s2detach: ALTER TABLE d_listp DETACH PARTITION d_listp2 CONCURRENTLY; <waiting ...> -step s1s: SELECT * FROM d_listp; -a -- -1 ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/pageinspect/expected/page.out C:/cirrus/build/testrun/pageinspect/regress...
--- C:/cirrus/contrib/pageinspect/expected/page.out 2025-12-11 15:06:06.009056700 +0000
+++ C:/cirrus/build/testrun/pageinspect/regress/results/page.out 2025-12-11 15:16:03.028309300 +0000
@@ -179,110 +179,7 @@
-- check that using any of these functions with a partitioned table or index
-- would fail
create table test_partitioned (a int) partition by range (a);
-create index test_partitioned_index on test_partitioned (a);
-select get_raw_page('test_partitioned', 0); -- error about partitioned table
-ERROR: cannot get raw page from relation "test_partitioned"
-DETAIL: This operation is not supported for partitioned tables.
-select get_raw_page('test_partitioned_index', 0); -- error about partitioned index
-ERROR: cannot get raw page from relation "test_partitioned_index"
-DETAIL: This operation is not supported for partitioned indexes.
--- a regular table which is a member of a partition set should work though
-create table test_part1 partition of test_partitioned for values from ( 1 ) to (100);
-select get_raw_page('test_part1', 0); -- get farther and error about empty table
-ERROR: block number 0 is out of range for relation "test_part1"
-drop table test_partitioned;
--- check null bitmap alignment for table whose number of attributes is multiple of 8
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_overexplain/expected/pg_overexplain.out C:/cirrus/build/testrun/pg_ove...
--- C:/cirrus/contrib/pg_overexplain/expected/pg_overexplain.out 2025-12-11 15:06:06.067130900 +0000
+++ C:/cirrus/build/testrun/pg_overexplain/regress/results/pg_overexplain.out 2025-12-11 15:16:07.791009400 +0000
@@ -52,440 +52,7 @@
-- Create a partitioned table.
CREATE TABLE vegetables (id serial, name text, genus text)
PARTITION BY LIST (genus);
-CREATE TABLE daucus PARTITION OF vegetables FOR VALUES IN ('daucus');
-CREATE TABLE brassica PARTITION OF vegetables FOR VALUES IN ('brassica');
-INSERT INTO vegetables (name, genus)
- VALUES ('carrot', 'daucus'), ('bok choy', 'brassica'),
- ('brocooli', 'brassica'), ('cauliflower', 'brassica'),
- ('cabbage', 'brassica'), ('kohlrabi', 'brassica'),
- ('rutabaga', 'brassica'), ('turnip', 'brassica');
-VACUUM ANALYZE vegetables;
--- We filter relation OIDs out of the test output in order to avoid
--- test instability. This is currently only needed for EXPLAIN (DEBUG), not
--- EXPLAIN (RANGE_TABLE). Also suppress actual row counts, which are not
--- stable (e.g. 1/8 is 0.12 on some buildfarm machines and 0.13 on others).
-CREATE FUNCTION explain_filter(text) RETURNS SETOF text
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_prewarm/expected/pg_prewarm.out C:/cirrus/build/testrun/pg_prewarm/reg...
--- C:/cirrus/contrib/pg_prewarm/expected/pg_prewarm.out 2025-12-11 15:06:06.073961000 +0000
+++ C:/cirrus/build/testrun/pg_prewarm/regress/results/pg_prewarm.out 2025-12-11 15:16:08.167965500 +0000
@@ -2,9 +2,7 @@
CREATE EXTENSION pg_prewarm;
-- pg_prewarm() should fail if the target relation has no storage.
CREATE TABLE test (c1 int) PARTITION BY RANGE (c1);
-SELECT pg_prewarm('test', 'buffer');
-ERROR: relation "test" does not have storage
-DETAIL: This operation is not supported for partitioned tables.
--- Cleanup
-DROP TABLE test;
-DROP EXTENSION pg_prewarm;
+server closed the connection unexpectedly
+ This probably means the server terminated abnormally
+ before or while processing the request.
+connection to server was lost |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/utility.out C:/cirrus/build/testrun/pg_stat_s... --- C:/cirrus/contrib/pg_stat_statements/expected/utility.out 2025-12-11 15:06:06.090564000 +0000 +++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/utility.out 2025-12-11 15:16:10.487304100 +0000 @@ -44,696 +44,7 @@ -- Partitions CREATE TABLE pt_stats (a int, b int) PARTITION BY range (a); -CREATE TABLE pt_stats1 (a int, b int); -ALTER TABLE pt_stats ATTACH PARTITION pt_stats1 FOR VALUES FROM (0) TO (100); -CREATE TABLE pt_stats2 PARTITION OF pt_stats FOR VALUES FROM (100) TO (200); -CREATE INDEX pt_stats_index ON ONLY pt_stats (a); -CREATE INDEX pt_stats2_index ON ONLY pt_stats2 (a); -ALTER INDEX pt_stats_index ATTACH PARTITION pt_stats2_index; -DROP TABLE pt_stats; --- Views -CREATE VIEW view_stats AS SELECT 1::int AS a, 2::int AS b; -ALTER VIEW view_stats ALTER COLUMN a SET DEFAULT 2; -DROP VIEW view_stats; --- Foreign tables -CREATE FOREIGN DATA WRAPPER wrapper_stats; ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/database.out C:/cirrus/build/testrun/pg_upgrade/002_pg_... --- C:/cirrus/src/test/regress/expected/database.out 2025-12-11 15:06:10.347073900 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/database.out 2025-12-11 15:12:15.460451400 +0000 @@ -2,20 +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 SET TABLESPACE pg_default; -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 RENAME TO regression_rename_rolled_back; -ROLLBACK; -CREATE ROLE regress_datdba_before; -CREATE ROLE regress_datdba_after; -ALTER DATABASE regression_utf8 OWNER TO regress_datdba_before; ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_visibility/expected/pg_visibility.out C:/cirrus/build/testrun/pg_visib...
--- C:/cirrus/contrib/pg_visibility/expected/pg_visibility.out 2025-12-11 15:06:06.158893900 +0000
+++ C:/cirrus/build/testrun/pg_visibility/regress/results/pg_visibility.out 2025-12-11 15:16:12.116202600 +0000
@@ -39,240 +39,7 @@
--
-- partitioned tables (the parent ones) don't have visibility maps
create table test_partitioned (a int) partition by list (a);
--- these should all fail
-select pg_visibility('test_partitioned', 0);
-ERROR: relation "test_partitioned" is of wrong relation kind
-DETAIL: This operation is not supported for partitioned tables.
-select pg_visibility_map('test_partitioned');
-ERROR: relation "test_partitioned" is of wrong relation kind
-DETAIL: This operation is not supported for partitioned tables.
-select pg_visibility_map_summary('test_partitioned');
-ERROR: relation "test_partitioned" is of wrong relation kind
-DETAIL: This operation is not supported for partitioned tables.
-select pg_check_frozen('test_partitioned');
-ERROR: relation "test_partitioned" is of wrong relation kind
-DETAIL: This operation is not supported for partitioned tables.
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/pgstattuple/expected/pgstattuple.out C:/cirrus/build/testrun/pgstattuple/...
--- C:/cirrus/contrib/pgstattuple/expected/pgstattuple.out 2025-12-11 15:06:06.248729300 +0000
+++ C:/cirrus/build/testrun/pgstattuple/regress/results/pgstattuple.out 2025-12-11 15:16:10.409166500 +0000
@@ -152,154 +152,7 @@
ERROR: relation "test_hashidx" is not a GIN index
-- check that using any of these functions with unsupported relations will fail
create table test_partitioned (a int) partition by range (a);
-create index test_partitioned_index on test_partitioned(a);
-create index test_partitioned_hash_index on test_partitioned using hash(a);
--- these should all fail
-select pgstattuple('test_partitioned');
-ERROR: cannot get tuple-level statistics for relation "test_partitioned"
-DETAIL: This operation is not supported for partitioned tables.
-select pgstattuple('test_partitioned_index');
-ERROR: cannot get tuple-level statistics for relation "test_partitioned_index"
-DETAIL: This operation is not supported for partitioned indexes.
-select pgstattuple_approx('test_partitioned');
-ERROR: relation "test_partitioned" is of wrong relation kind
-DETAIL: This operation is not supported for partitioned tables.
-select pg_relpages('test_partitioned');
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out C:/cirrus/build/testrun/postgres_f... --- C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out 2025-12-11 15:06:06.269693300 +0000 +++ C:/cirrus/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2025-12-11 15:16:15.989242900 +0000 @@ -4542,8180 +4542,7 @@ DROP FOREIGN TABLE reindex_foreign; -- partitions and foreign tables CREATE TABLE reind_fdw_parent (c1 int) PARTITION BY RANGE (c1); -CREATE TABLE reind_fdw_0_10 PARTITION OF reind_fdw_parent - FOR VALUES FROM (0) TO (10); -CREATE FOREIGN TABLE reind_fdw_10_20 PARTITION OF reind_fdw_parent - FOR VALUES FROM (10) TO (20) - SERVER loopback OPTIONS (table_name 'reind_local_10_20'); -REINDEX TABLE reind_fdw_parent; -- ok -REINDEX TABLE CONCURRENTLY reind_fdw_parent; -- ok -DROP TABLE reind_fdw_parent; --- =================================================================== --- conversion error --- =================================================================== -ALTER FOREIGN TABLE ft1 ALTER COLUMN c8 TYPE int; -SELECT * FROM ft1 ftx(x1,x2,x3,x4,x5,x6,x7,x8) WHERE x1 = 1; -- ERROR ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/database.out C:/cirrus/build/testrun/recovery/027_strea... --- C:/cirrus/src/test/regress/expected/database.out 2025-12-11 15:06:10.347073900 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/database.out 2025-12-11 15:14:30.518545500 +0000 @@ -2,20 +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 SET TABLESPACE pg_default; -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 RENAME TO regression_rename_rolled_back; -ROLLBACK; -CREATE ROLE regress_datdba_before; -CREATE ROLE regress_datdba_after; -ALTER DATABASE regression_utf8 OWNER TO regress_datdba_before; ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/database.out C:/cirrus/build/testrun/regress/regress/re... --- C:/cirrus/src/test/regress/expected/database.out 2025-12-11 15:06:10.347073900 +0000 +++ C:/cirrus/build/testrun/regress/regress/results/database.out 2025-12-11 15:12:15.319828800 +0000 @@ -2,20 +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 SET TABLESPACE pg_default; -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 RENAME TO regression_rename_rolled_back; -ROLLBACK; -CREATE ROLE regress_datdba_before; -CREATE ROLE regress_datdba_after; -ALTER DATABASE regression_utf8 OWNER TO regress_datdba_before; ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/seg/expected/security.out C:/cirrus/build/testrun/seg/regress/results/sec... --- C:/cirrus/contrib/seg/expected/security.out 2025-12-11 15:06:06.289638400 +0000 +++ C:/cirrus/build/testrun/seg/regress/results/security.out 2025-12-11 15:16:14.751454100 +0000 @@ -22,11 +22,7 @@ CREATE SCHEMA test_schema CREATE TABLE t(i int) PARTITION BY RANGE (i) CREATE TABLE p1 PARTITION OF t FOR VALUES FROM (1) TO (regress_seg_schema.exfun(2)); -DROP SCHEMA test_schema CASCADE; -NOTICE: drop cascades to 3 other objects -DETAIL: drop cascades to table test_schema.t -drop cascades to extension seg -drop cascades to operator test_schema.=(oid,regclass) -RESET ROLE; -DROP OWNED BY regress_seg_role; -DROP ROLE regress_seg_role; +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/contrib/seg/expected/seg.out C:/cirrus/build/testrun/seg/regress/results/seg.out ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/test_ddl_deparse/expected/alter_table.out C:/cirrus/build/testru... --- C:/cirrus/src/test/modules/test_ddl_deparse/expected/alter_table.out 2025-12-11 15:06:10.066434900 +0000 +++ C:/cirrus/build/testrun/test_ddl_deparse/regress/results/alter_table.out 2025-12-11 15:16:35.659660200 +0000 @@ -101,43 +101,7 @@ CREATE TABLE part ( a int ) PARTITION BY RANGE (a); -NOTICE: DDL test: type simple, tag CREATE TABLE -CREATE TABLE part1 PARTITION OF part FOR VALUES FROM (1) to (100); -NOTICE: DDL test: type simple, tag CREATE TABLE -CREATE TABLE part2 (a int); -NOTICE: DDL test: type simple, tag CREATE TABLE -ALTER TABLE part ATTACH PARTITION part2 FOR VALUES FROM (101) to (200); -NOTICE: DDL test: type alter table, tag ALTER TABLE -NOTICE: subcommand: type ATTACH PARTITION desc table part2 -ALTER TABLE part DETACH PARTITION part2; -NOTICE: DDL test: type alter table, tag ALTER TABLE -NOTICE: subcommand: type DETACH PARTITION desc table part2 -DROP TABLE part2; -ALTER TABLE part ADD PRIMARY KEY (a); ... |
| tap | [15:12:36.810](28.226s) not ok 5 - regression tests pass [15:12:55.433](5.599s) not ok 16 - run of pg_upgrade for new instance [15:12:55.434](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success [15:12:56.227](0.074s) not ok 20 - old and new dumps match after pg_upgrade |
| tap | [15:19:12.659](0.969s) not ok 23 - pgbench scale 1 initialization status (got 1 vs expected 0) [15:19:12.661](0.000s) not ok 27 - pgbench scale 1 initialization stderr /(?^:creating 2 partitions)/ [15:19:12.661](0.000s) not ok 28 - pgbench scale 1 initialization stderr /(?^:vacuuming)/ [15:19:12.662](0.000s) not ok 29 - pgbench scale 1 initialization stderr /(?^:creating primary keys)/ [15:19:12.662](0.000s) not ok 30 - pgbench scale 1 initialization stderr /(?^:creating foreign keys)/ [15:19:12.663](0.000s) not ok 32 - pgbench scale 1 initialization stderr /(?^:done in \d+\.\d\d s )/ [15:19:12.696](0.033s) not ok 33 - pgbench --init-steps status (got 1 vs expected 0) [15:19:12.697](0.000s) not ok 35 - pgbench --init-steps stderr /(?^:dropping old tables)/ [15:19:12.698](0.000s) not ok 36 - pgbench --init-steps stderr /(?^:creating tables)/ [15:19:12.699](0.000s) not ok 37 - pgbench --init-steps stderr /(?^:creating 3 partitions)/ [15:19:12.699](0.000s) not ok 38 - pgbench --init-steps stderr /(?^:creating primary keys)/ [15:19:12.700](0.000s) not ok 39 - pgbench --init-steps stderr /(?^:generating data \(server-side\))/ [15:19:12.700](0.000s) not ok 40 - pgbench --init-steps stderr /(?^:creating foreign keys)/ [15:19:12.701](0.000s) not ok 42 - pgbench --init-steps stderr /(?^:done in \d+\.\d\d s )/ |
| tap | [15:14:48.772](26.500s) not ok 2 - regression tests pass [15:14:48.774](0.000s) not ok 3 - primary alive after regression test run |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| core | 000000de`69fff818 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000de`69fff820 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000de`69fff890 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000de`69fff990 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000de`69fff9c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000de`6a7ff4d8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000de`6a7ff4e0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000de`6a7ff7d0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000de`6a7ff800 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000de`697fd170 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000de`697fd1b0 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000de`697fd220 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000de`697fd2b0 00007ff7`0ea6650f postgres!StorePartitionKey( 000000de`697fd3d0 00007ff7`0ee09fa6 postgres!DefineRelation( 000000de`697fd830 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000de`697fe130 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000de`697fe300 00007ff7`0ea5288c postgres!ProcessUtility( 000000de`697fe350 00007ff7`0ee09eb4 postgres!CreateSchemaCommand( 000000de`697fe480 00007ff7`0ee0707f postgres!ProcessUtilitySlow( |
| core | 000000de`69bff588 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000de`69bff590 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000de`69bff880 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000de`69bff8b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000de`6a3ff898 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000de`6a3ff8a0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000de`6a3ff940 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000de`6a3ff980 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000de`6a3ff9b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ca`f3bff748 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000ca`f3bff750 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000ca`f3bff7c0 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000ca`f3bff8c0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000ca`f3bff8f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ca`f43ffbb8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000ca`f43ffbc0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000ca`f43ffc60 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000ca`f43ffca0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000ca`f43ffcd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ca`f33fe130 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000ca`f33fe170 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000ca`f33fe1e0 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000ca`f33fe270 00007ff7`0ea6650f postgres!StorePartitionKey( 000000ca`f33fe390 00007ff7`0ee09fa6 postgres!DefineRelation( 000000ca`f33fe7f0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000ca`f33ff0f0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000ca`f33ff2c0 00007ff7`0ee0514d postgres!ProcessUtility( 000000ca`f33ff310 00007ff7`0ee05472 postgres!PortalRunUtility( 000000ca`f33ff380 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000ca`f37ffba8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ca`f37ffbb0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000ca`f37ffea0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000ca`f37ffed0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ca`f3fff5f8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ca`f3fff600 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000ca`f3fff8f0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000ca`f3fff920 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a7`39bffe28 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000a7`39bffe30 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000a7`39bffed0 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000a7`39bfff10 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000a7`39bfff40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a7`38ffde40 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000a7`38ffde80 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000a7`38ffdef0 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000a7`38ffdf80 00007ff7`0ea6650f postgres!StorePartitionKey( 000000a7`38ffe0a0 00007ff7`0ee09fa6 postgres!DefineRelation( 000000a7`38ffe500 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000a7`38ffee00 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000a7`38ffefd0 00007ff7`0ee0514d postgres!ProcessUtility( 000000a7`38fff020 00007ff7`0ee05472 postgres!PortalRunUtility( 000000a7`38fff090 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000a7`393ffb28 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a7`393ffb30 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000a7`393ffe20 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000a7`393ffe50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a7`397ffcd8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000a7`397ffce0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000a7`397ffd50 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000a7`397ffe50 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000a7`397ffe80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a7`39fffa98 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a7`39fffaa0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000a7`39fffd90 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000a7`39fffdc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e9`0cfff798 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000e9`0cfff7a0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000e9`0cfff840 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000e9`0cfff880 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000e9`0cfff8b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e9`0c3fe430 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000e9`0c3fe470 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000e9`0c3fe4e0 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000e9`0c3fe570 00007ff7`0ea6650f postgres!StorePartitionKey( 000000e9`0c3fe690 00007ff7`0ee09fa6 postgres!DefineRelation( 000000e9`0c3feaf0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000e9`0c3ff3f0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000e9`0c3ff5c0 00007ff7`0ee0514d postgres!ProcessUtility( 000000e9`0c3ff610 00007ff7`0ee05472 postgres!PortalRunUtility( 000000e9`0c3ff680 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000e9`0c7ffa68 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e9`0c7ffa70 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000e9`0c7ffd60 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000e9`0c7ffd90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e9`0cbffd18 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000e9`0cbffd20 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000e9`0cbffd90 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000e9`0cbffe90 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000e9`0cbffec0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e9`0d3ff698 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e9`0d3ff6a0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000e9`0d3ff990 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000e9`0d3ff9c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007a`c43ffa38 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 0000007a`c43ffa40 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 0000007a`c43ffab0 00007ffc`413d4cb0 postgres!pg_signal_thread( 0000007a`c43ffbb0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000007a`c43ffbe0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007a`c37fe360 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 0000007a`c37fe3a0 00007ff7`0e82c331 postgres!heap_compute_data_size( 0000007a`c37fe410 00007ff7`0e98c0fa postgres!heap_form_tuple( 0000007a`c37fe4a0 00007ff7`0ea6650f postgres!StorePartitionKey( 0000007a`c37fe5c0 00007ff7`0ee09fa6 postgres!DefineRelation( 0000007a`c37fea20 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 0000007a`c37ff320 00007ff7`0ee06079 postgres!standard_ProcessUtility( 0000007a`c37ff4f0 00007ff7`0ee0514d postgres!ProcessUtility( 0000007a`c37ff540 00007ff7`0ee05472 postgres!PortalRunUtility( 0000007a`c37ff5b0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 0000007a`c3bff708 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000007a`c3bff710 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000007a`c3bffa00 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000007a`c3bffa30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007a`c3fffb98 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000007a`c3fffba0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000007a`c3fffe90 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000007a`c3fffec0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000007a`c47ff8a8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 0000007a`c47ff8b0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 0000007a`c47ff950 00007ffc`413d4cb0 postgres!pg_timer_thread( 0000007a`c47ff990 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000007a`c47ff9c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d6`999ff688 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000d6`999ff690 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000d6`999ff730 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000d6`999ff770 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000d6`999ff7a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d6`98dfe4c0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000d6`98dfe500 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000d6`98dfe570 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000d6`98dfe600 00007ff7`0ea6650f postgres!StorePartitionKey( 000000d6`98dfe720 00007ff7`0ee09fa6 postgres!DefineRelation( 000000d6`98dfeb80 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000d6`98dff480 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000d6`98dff650 00007ff7`0ee0514d postgres!ProcessUtility( 000000d6`98dff6a0 00007ff7`0ee05472 postgres!PortalRunUtility( 000000d6`98dff710 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000d6`991ff548 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d6`991ff550 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000d6`991ff840 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000d6`991ff870 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d6`995ffbe8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000d6`995ffbf0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000d6`995ffc60 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000d6`995ffd60 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000d6`995ffd90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d6`99dff638 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d6`99dff640 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000d6`99dff930 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000d6`99dff960 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000076`137ffab8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000076`137ffac0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000076`137ffb60 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000076`137ffba0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000076`137ffbd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000076`127fe020 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000076`127fe060 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000076`127fe0d0 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000076`127fe160 00007ff7`0ea6650f postgres!StorePartitionKey( 00000076`127fe280 00007ff7`0ee09fa6 postgres!DefineRelation( 00000076`127fe6e0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000076`127fefe0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000076`127ff1b0 00007ff7`0ee0514d postgres!ProcessUtility( 00000076`127ff200 00007ff7`0ee05472 postgres!PortalRunUtility( 00000076`127ff270 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000076`12bff828 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000076`12bff830 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000076`12bffb20 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000076`12bffb50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000076`12fff4d8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000076`12fff4e0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000076`12fff7d0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000076`12fff800 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000076`133ffc18 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000076`133ffc20 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000076`133ffc90 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000076`133ffd90 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000076`133ffdc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000057`d2dff6a8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000057`d2dff6b0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000057`d2dff720 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000057`d2dff820 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000057`d2dff850 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000057`d21fdeb0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000057`d21fdef0 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000057`d21fdf60 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000057`d21fdff0 00007ff7`0ea6650f postgres!StorePartitionKey( 00000057`d21fe110 00007ff7`0ee09fa6 postgres!DefineRelation( 00000057`d21fe570 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000057`d21fee70 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000057`d21ff040 00007ff7`0ee0514d postgres!ProcessUtility( 00000057`d21ff090 00007ff7`0ee05472 postgres!PortalRunUtility( 00000057`d21ff100 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000057`d25ff878 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000057`d25ff880 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000057`d25ffb70 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000057`d25ffba0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000057`d29ff548 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000057`d29ff550 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000057`d29ff840 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000057`d29ff870 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000057`d31ff768 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000057`d31ff770 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000057`d31ff810 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000057`d31ff850 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000057`d31ff880 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000059`195ff938 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000059`195ff940 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000059`195ff9e0 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000059`195ffa20 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000059`195ffa50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000059`189fdef0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000059`189fdf30 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000059`189fdfa0 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000059`189fe030 00007ff7`0ea6650f postgres!StorePartitionKey( 00000059`189fe150 00007ff7`0ee09fa6 postgres!DefineRelation( 00000059`189fe5b0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000059`189feeb0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000059`189ff080 00007ff7`0ee0514d postgres!ProcessUtility( 00000059`189ff0d0 00007ff7`0ee05472 postgres!PortalRunUtility( 00000059`189ff140 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000059`18dff688 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000059`18dff690 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000059`18dff980 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000059`18dff9b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000059`191ff8f8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000059`191ff900 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000059`191ff970 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000059`191ffa70 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000059`191ffaa0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000059`199ff928 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000059`199ff930 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000059`199ffc20 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000059`199ffc50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a0`f09ffd98 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000a0`f09ffda0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000a0`f09ffe10 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000a0`f09fff10 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000a0`f09fff40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a0`efdfe410 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000a0`efdfe450 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000a0`efdfe4c0 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000a0`efdfe550 00007ff7`0ea6650f postgres!StorePartitionKey( 000000a0`efdfe670 00007ff7`0ee09fa6 postgres!DefineRelation( 000000a0`efdfead0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000a0`efdff3d0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000a0`efdff5a0 00007ff7`0ee0514d postgres!ProcessUtility( 000000a0`efdff5f0 00007ff7`0ee05472 postgres!PortalRunUtility( 000000a0`efdff660 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000a0`f01ff488 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a0`f01ff490 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000a0`f01ff780 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000a0`f01ff7b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a0`f05ffaf8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a0`f05ffb00 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000a0`f05ffdf0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000a0`f05ffe20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a0`f0dff978 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000a0`f0dff980 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000a0`f0dffa20 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000a0`f0dffa60 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000a0`f0dffa90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000001f`c65ff818 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 0000001f`c65ff820 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 0000001f`c65ff890 00007ffc`413d4cb0 postgres!pg_signal_thread( 0000001f`c65ff990 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000001f`c65ff9c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000001f`c59fe110 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 0000001f`c59fe150 00007ff7`0e82c331 postgres!heap_compute_data_size( 0000001f`c59fe1c0 00007ff7`0e98c0fa postgres!heap_form_tuple( 0000001f`c59fe250 00007ff7`0ea6650f postgres!StorePartitionKey( 0000001f`c59fe370 00007ff7`0ee09fa6 postgres!DefineRelation( 0000001f`c59fe7d0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 0000001f`c59ff0d0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 0000001f`c59ff2a0 00007ff7`0ee0514d postgres!ProcessUtility( 0000001f`c59ff2f0 00007ff7`0ee05472 postgres!PortalRunUtility( 0000001f`c59ff360 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 0000001f`c5dff488 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000001f`c5dff490 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000001f`c5dff780 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000001f`c5dff7b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000001f`c61ff578 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000001f`c61ff580 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000001f`c61ff870 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000001f`c61ff8a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000001f`c69ff698 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 0000001f`c69ff6a0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 0000001f`c69ff740 00007ffc`413d4cb0 postgres!pg_timer_thread( 0000001f`c69ff780 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000001f`c69ff7b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000040`c43ffe28 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000040`c43ffe30 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000040`c43ffed0 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000040`c43fff10 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000040`c43fff40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000040`c37fe0e0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000040`c37fe120 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000040`c37fe190 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000040`c37fe220 00007ff7`0ea6650f postgres!StorePartitionKey( 00000040`c37fe340 00007ff7`0ee09fa6 postgres!DefineRelation( 00000040`c37fe7a0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000040`c37ff0a0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000040`c37ff270 00007ff7`0ee0514d postgres!ProcessUtility( 00000040`c37ff2c0 00007ff7`0ee05472 postgres!PortalRunUtility( 00000040`c37ff330 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000040`c3bffab8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000040`c3bffac0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000040`c3bffdb0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000040`c3bffde0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000040`c3fff928 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000040`c3fff930 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000040`c3fff9a0 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000040`c3fffaa0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000040`c3fffad0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000040`c47ff788 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000040`c47ff790 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000040`c47ffa80 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000040`c47ffab0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ab`ce7ffb48 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000ab`ce7ffb50 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000ab`ce7ffbf0 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000ab`ce7ffc30 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000ab`ce7ffc60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ab`cdbfe500 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000ab`cdbfe540 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000ab`cdbfe5b0 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000ab`cdbfe640 00007ff7`0ea6650f postgres!StorePartitionKey( 000000ab`cdbfe760 00007ff7`0ee09fa6 postgres!DefineRelation( 000000ab`cdbfebc0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000ab`cdbff4c0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000ab`cdbff690 00007ff7`0ee0514d postgres!ProcessUtility( 000000ab`cdbff6e0 00007ff7`0ee05472 postgres!PortalRunUtility( 000000ab`cdbff750 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000ab`cdfffac8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ab`cdfffad0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000ab`cdfffdc0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000ab`cdfffdf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ab`ce3ff938 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000ab`ce3ff940 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000ab`ce3ff9b0 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000ab`ce3ffab0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000ab`ce3ffae0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ab`cebff5a8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ab`cebff5b0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000ab`cebff8a0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000ab`cebff8d0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000bb`c31ff748 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000bb`c31ff750 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000bb`c31ffa40 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000bb`c31ffa70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000bb`c21fe550 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000bb`c21fe590 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000bb`c21fe600 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000bb`c21fe690 00007ff7`0ea6650f postgres!StorePartitionKey( 000000bb`c21fe7b0 00007ff7`0ee09fa6 postgres!DefineRelation( 000000bb`c21fec10 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000bb`c21ff510 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000bb`c21ff6e0 00007ff7`0ee0514d postgres!ProcessUtility( 000000bb`c21ff730 00007ff7`0ee05472 postgres!PortalRunUtility( 000000bb`c21ff7a0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000bb`c25ff7f8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000bb`c25ff800 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000bb`c25ffaf0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000bb`c25ffb20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000bb`c29ffb58 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000bb`c29ffb60 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000bb`c29ffbd0 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000bb`c29ffcd0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000bb`c29ffd00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000bb`c2dff988 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000bb`c2dff990 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000bb`c2dffa30 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000bb`c2dffa70 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000bb`c2dffaa0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003c`233ffc58 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 0000003c`233ffc60 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 0000003c`233ffd00 00007ffc`413d4cb0 postgres!pg_timer_thread( 0000003c`233ffd40 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000003c`233ffd70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003c`223fdfd0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 0000003c`223fe010 00007ff7`0e82c331 postgres!heap_compute_data_size( 0000003c`223fe080 00007ff7`0e98c0fa postgres!heap_form_tuple( 0000003c`223fe110 00007ff7`0ea6650f postgres!StorePartitionKey( 0000003c`223fe230 00007ff7`0ee09fa6 postgres!DefineRelation( 0000003c`223fe690 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 0000003c`223fef90 00007ff7`0ee06079 postgres!standard_ProcessUtility( 0000003c`223ff160 00007ff7`0ee0514d postgres!ProcessUtility( 0000003c`223ff1b0 00007ff7`0ee05472 postgres!PortalRunUtility( 0000003c`223ff220 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 0000003c`227ff7b8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000003c`227ff7c0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000003c`227ffab0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000003c`227ffae0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003c`22bff688 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000003c`22bff690 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000003c`22bff980 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000003c`22bff9b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003c`22fff5d8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 0000003c`22fff5e0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 0000003c`22fff650 00007ffc`413d4cb0 postgres!pg_signal_thread( 0000003c`22fff750 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000003c`22fff780 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000fd`b29ff7a8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000fd`b29ff7b0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000fd`b29ffaa0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000fd`b29ffad0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000fd`b1dfe3c0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000fd`b1dfe400 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000fd`b1dfe470 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000fd`b1dfe500 00007ff7`0ea6650f postgres!StorePartitionKey( 000000fd`b1dfe620 00007ff7`0ee09fa6 postgres!DefineRelation( 000000fd`b1dfea80 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000fd`b1dff380 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000fd`b1dff550 00007ff7`0ee0514d postgres!ProcessUtility( 000000fd`b1dff5a0 00007ff7`0ee05472 postgres!PortalRunUtility( 000000fd`b1dff610 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000fd`b21ff9d8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000fd`b21ff9e0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000fd`b21ffcd0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000fd`b21ffd00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000fd`b25ffb48 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000fd`b25ffb50 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000fd`b25ffbc0 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000fd`b25ffcc0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000fd`b25ffcf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000fd`b2dffa88 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000fd`b2dffa90 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000fd`b2dffb30 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000fd`b2dffb70 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000fd`b2dffba0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f6`3a3ffb98 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000f6`3a3ffba0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000f6`3a3ffc40 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000f6`3a3ffc80 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000f6`3a3ffcb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f6`397fe3e0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000f6`397fe420 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000f6`397fe490 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000f6`397fe520 00007ff7`0ea6650f postgres!StorePartitionKey( 000000f6`397fe640 00007ff7`0ee09fa6 postgres!DefineRelation( 000000f6`397feaa0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000f6`397ff3a0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000f6`397ff570 00007ff7`0ee0514d postgres!ProcessUtility( 000000f6`397ff5c0 00007ff7`0ee05472 postgres!PortalRunUtility( 000000f6`397ff630 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000f6`39bff928 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f6`39bff930 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000f6`39bffc20 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000f6`39bffc50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f6`39fffc58 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000f6`39fffc60 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000f6`39fffcd0 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000f6`39fffdd0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000f6`39fffe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f6`3a7ff978 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f6`3a7ff980 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000f6`3a7ffc70 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000f6`3a7ffca0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000002`1b1ff928 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000002`1b1ff930 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000002`1b1ffc20 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000002`1b1ffc50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000002`1a1fddb0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000002`1a1fddf0 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000002`1a1fde60 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000002`1a1fdef0 00007ff7`0ea6650f postgres!StorePartitionKey( 00000002`1a1fe010 00007ff7`0ee09fa6 postgres!DefineRelation( 00000002`1a1fe470 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000002`1a1fed70 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000002`1a1fef40 00007ff7`0ee0514d postgres!ProcessUtility( 00000002`1a1fef90 00007ff7`0ee05472 postgres!PortalRunUtility( 00000002`1a1ff000 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000002`1a5ffa38 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000002`1a5ffa40 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000002`1a5ffd30 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000002`1a5ffd60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000002`1a9ff698 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000002`1a9ff6a0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000002`1a9ff710 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000002`1a9ff810 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000002`1a9ff840 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000002`1adffaa8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000002`1adffab0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000002`1adffb50 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000002`1adffb90 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000002`1adffbc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006e`f19ff938 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 0000006e`f19ff940 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 0000006e`f19ff9e0 00007ffc`413d4cb0 postgres!pg_timer_thread( 0000006e`f19ffa20 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000006e`f19ffa50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006e`f09fe100 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 0000006e`f09fe140 00007ff7`0e82c331 postgres!heap_compute_data_size( 0000006e`f09fe1b0 00007ff7`0e98c0fa postgres!heap_form_tuple( 0000006e`f09fe240 00007ff7`0ea6650f postgres!StorePartitionKey( 0000006e`f09fe360 00007ff7`0ee09fa6 postgres!DefineRelation( 0000006e`f09fe7c0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 0000006e`f09ff0c0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 0000006e`f09ff290 00007ff7`0ee0514d postgres!ProcessUtility( 0000006e`f09ff2e0 00007ff7`0ee05472 postgres!PortalRunUtility( 0000006e`f09ff350 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 0000006e`f0dffa78 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000006e`f0dffa80 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000006e`f0dffd70 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000006e`f0dffda0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006e`f11ff8c8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 0000006e`f11ff8d0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 0000006e`f11ff940 00007ffc`413d4cb0 postgres!pg_signal_thread( 0000006e`f11ffa40 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000006e`f11ffa70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006e`f15ff938 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000006e`f15ff940 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000006e`f15ffc30 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000006e`f15ffc60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ee`c75ffd88 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000ee`c75ffd90 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000ee`c75ffe30 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000ee`c75ffe70 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000ee`c75ffea0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ee`c69fdf90 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000ee`c69fdfd0 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000ee`c69fe040 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000ee`c69fe0d0 00007ff7`0ea6650f postgres!StorePartitionKey( 000000ee`c69fe1f0 00007ff7`0ee09fa6 postgres!DefineRelation( 000000ee`c69fe650 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000ee`c69fef50 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000ee`c69ff120 00007ff7`0ee0514d postgres!ProcessUtility( 000000ee`c69ff170 00007ff7`0ee05472 postgres!PortalRunUtility( 000000ee`c69ff1e0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000ee`c6dff828 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ee`c6dff830 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000ee`c6dffb20 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000ee`c6dffb50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ee`c71ffa68 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000ee`c71ffa70 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000ee`c71ffae0 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000ee`c71ffbe0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000ee`c71ffc10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ee`c79ffb28 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ee`c79ffb30 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000ee`c79ffe20 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000ee`c79ffe50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b5`381ffc38 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000b5`381ffc40 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000b5`381ffce0 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000b5`381ffd20 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000b5`381ffd50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b5`375fe270 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000b5`375fe2b0 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000b5`375fe320 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000b5`375fe3b0 00007ff7`0ea6650f postgres!StorePartitionKey( 000000b5`375fe4d0 00007ff7`0ee09fa6 postgres!DefineRelation( 000000b5`375fe930 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000b5`375ff230 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000b5`375ff400 00007ff7`0ee0514d postgres!ProcessUtility( 000000b5`375ff450 00007ff7`0ee05472 postgres!PortalRunUtility( 000000b5`375ff4c0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000b5`379ff768 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b5`379ff770 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000b5`379ffa60 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000b5`379ffa90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b5`37dff5d8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000b5`37dff5e0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000b5`37dff650 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000b5`37dff750 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000b5`37dff780 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b5`385ffad8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b5`385ffae0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000b5`385ffdd0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000b5`385ffe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000003`399ffc78 00007ffc`3e3a026b ntdll!NtRemoveIoCompletion+0x14 00000003`399ffc80 00007ffc`413d4cb0 mswsock!SockAsyncThread+0x9b 00000003`399ffce0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000003`399ffd10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000003`385fdf50 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000003`385fdf90 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000003`385fe000 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000003`385fe090 00007ff7`0ea6650f postgres!StorePartitionKey( 00000003`385fe1b0 00007ff7`0ee09fa6 postgres!DefineRelation( 00000003`385fe610 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000003`385fef10 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000003`385ff0e0 00007ff7`0ee0514d postgres!ProcessUtility( 00000003`385ff130 00007ff7`0ee05472 postgres!PortalRunUtility( 00000003`385ff1a0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000003`389ff4e8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000003`389ff4f0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000003`389ff7e0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000003`389ff810 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000003`38dffbc8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000003`38dffbd0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000003`38dffec0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000003`38dffef0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000003`391ffb58 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000003`391ffb60 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000003`391ffbd0 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000003`391ffcd0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000003`391ffd00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000003`395ffb38 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000003`395ffb40 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000003`395ffbe0 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000003`395ffc20 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000003`395ffc50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a2`8abff718 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a2`8abff720 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000a2`8abffa10 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000a2`8abffa40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a2`8a7ffc98 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000a2`8a7ffca0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000a2`8a7ffd40 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000a2`8a7ffd80 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000a2`8a7ffdb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a2`8a3ffbb8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000a2`8a3ffbc0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000a2`8a3ffc30 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000a2`8a3ffd30 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000a2`8a3ffd60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a2`89fff648 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a2`89fff650 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000a2`89fff940 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000a2`89fff970 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a2`89bfe170 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000a2`89bfe1b0 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000a2`89bfe220 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000a2`89bfe2b0 00007ff7`0ea6650f postgres!StorePartitionKey( 000000a2`89bfe3d0 00007ff7`0ee09fa6 postgres!DefineRelation( 000000a2`89bfe830 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000a2`89bff130 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000a2`89bff300 00007ff7`0ee0514d postgres!ProcessUtility( 000000a2`89bff350 00007ff7`0ee05472 postgres!PortalRunUtility( 000000a2`89bff3c0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000029`4cdff848 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000029`4cdff850 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000029`4cdffb40 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000029`4cdffb70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000029`4c9ffd28 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000029`4c9ffd30 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000029`4c9ffdd0 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000029`4c9ffe10 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000029`4c9ffe40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000029`4c5ff958 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000029`4c5ff960 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000029`4c5ff9d0 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000029`4c5ffad0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000029`4c5ffb00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000029`4c1ff5e8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000029`4c1ff5f0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000029`4c1ff8e0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000029`4c1ff910 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000029`4bdfe0b0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000029`4bdfe0f0 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000029`4bdfe160 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000029`4bdfe1f0 00007ff7`0ea6650f postgres!StorePartitionKey( 00000029`4bdfe310 00007ff7`0ee09fa6 postgres!DefineRelation( 00000029`4bdfe770 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000029`4bdff070 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000029`4bdff240 00007ff7`0ee0514d postgres!ProcessUtility( 00000029`4bdff290 00007ff7`0ee05472 postgres!PortalRunUtility( 00000029`4bdff300 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000099`b53ff988 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000099`b53ff990 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000099`b53ffa30 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000099`b53ffa70 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000099`b53ffaa0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000099`b47fdbb0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000099`b47fdbf0 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000099`b47fdc60 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000099`b47fdcf0 00007ff7`0ea6650f postgres!StorePartitionKey( 00000099`b47fde10 00007ff7`0ee09fa6 postgres!DefineRelation( 00000099`b47fe270 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000099`b47feb70 00007ffc`311d3549 postgres!standard_ProcessUtility( 00000099`b47fed40 00007ff7`0ee0602f pg_stat_statements!pgss_ProcessUtility( 00000099`b47ff1b0 00007ff7`0ee0514d postgres!ProcessUtility( 00000099`b47ff200 00007ff7`0ee05472 postgres!PortalRunUtility( |
| core | 00000099`b4bffb88 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000099`b4bffb90 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000099`b4bffe80 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000099`b4bffeb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000099`b4fff668 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000099`b4fff670 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000099`b4fff6e0 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000099`b4fff7e0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000099`b4fff810 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000099`b57ff538 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000099`b57ff540 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000099`b57ff830 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000099`b57ff860 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000021`39fff878 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000021`39fff880 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000021`39fff920 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000021`39fff960 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000021`39fff990 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000021`38ffe110 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000021`38ffe150 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000021`38ffe1c0 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000021`38ffe250 00007ff7`0ea6650f postgres!StorePartitionKey( 00000021`38ffe370 00007ff7`0ee09fa6 postgres!DefineRelation( 00000021`38ffe7d0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000021`38fff0d0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000021`38fff2a0 00007ff7`0ee0514d postgres!ProcessUtility( 00000021`38fff2f0 00007ff7`0ee05472 postgres!PortalRunUtility( 00000021`38fff360 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000021`393ff7d8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000021`393ff7e0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000021`393ffad0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000021`393ffb00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000021`39bffca8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000021`39bffcb0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000021`39bffd20 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000021`39bffe20 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000021`39bffe50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000021`397ffb68 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000021`397ffb70 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000021`397ffe60 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000021`397ffe90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000000e`143ff658 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 0000000e`143ff660 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 0000000e`143ff6d0 00007ffc`413d4cb0 postgres!pg_signal_thread( 0000000e`143ff7d0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000000e`143ff800 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000000e`137fe310 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 0000000e`137fe350 00007ff7`0e82c331 postgres!heap_compute_data_size( 0000000e`137fe3c0 00007ff7`0e98c0fa postgres!heap_form_tuple( 0000000e`137fe450 00007ff7`0ea6650f postgres!StorePartitionKey( 0000000e`137fe570 00007ff7`0ee09fa6 postgres!DefineRelation( 0000000e`137fe9d0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 0000000e`137ff2d0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 0000000e`137ff4a0 00007ff7`0ee0514d postgres!ProcessUtility( 0000000e`137ff4f0 00007ff7`0ee05472 postgres!PortalRunUtility( 0000000e`137ff560 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 0000000e`13bff888 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000000e`13bff890 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000000e`13bffb80 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000000e`13bffbb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000000e`13fff998 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000000e`13fff9a0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000000e`13fffc90 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000000e`13fffcc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000000e`147ffe08 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 0000000e`147ffe10 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 0000000e`147ffeb0 00007ffc`413d4cb0 postgres!pg_timer_thread( 0000000e`147ffef0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000000e`147fff20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000087`887ff6d8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000087`887ff6e0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000087`887ff9d0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000087`887ffa00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000087`883fdd90 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000087`883fddd0 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000087`883fde40 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000087`883fded0 00007ff7`0ea6650f postgres!StorePartitionKey( 00000087`883fdff0 00007ff7`0ee09fa6 postgres!DefineRelation( 00000087`883fe450 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000087`883fed50 00007ffc`32113549 postgres!standard_ProcessUtility( 00000087`883fef20 00007ff7`0ee0602f pg_stat_statements!pgss_ProcessUtility( 00000087`883ff390 00007ff7`0ee0514d postgres!ProcessUtility( 00000087`883ff3e0 00007ff7`0ee05472 postgres!PortalRunUtility( |
| core | 00000087`88bff688 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000087`88bff690 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000087`88bff700 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000087`88bff800 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000087`88bff830 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000087`88fff598 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000087`88fff5a0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000087`88fff890 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000087`88fff8c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000087`893ff7f8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000087`893ff800 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000087`893ff8a0 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000087`893ff8e0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000087`893ff910 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b5`4e5ff988 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000b5`4e5ff990 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000b5`4e5ffa30 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000b5`4e5ffa70 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000b5`4e5ffaa0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b5`4d9ff568 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b5`4d9ff570 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000b5`4d9ff860 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000b5`4d9ff890 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b5`4d5fe0c0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000b5`4d5fe100 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000b5`4d5fe170 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000b5`4d5fe200 00007ff7`0ea6650f postgres!StorePartitionKey( 000000b5`4d5fe320 00007ff7`0ee09fa6 postgres!DefineRelation( 000000b5`4d5fe780 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000b5`4d5ff080 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000b5`4d5ff250 00007ff7`0ee0514d postgres!ProcessUtility( 000000b5`4d5ff2a0 00007ff7`0ee05472 postgres!PortalRunUtility( 000000b5`4d5ff310 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000b5`4ddff888 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b5`4ddff890 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000b5`4ddffb80 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000b5`4ddffbb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b5`4e1ffcf8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000b5`4e1ffd00 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000b5`4e1ffd70 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000b5`4e1ffe70 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000b5`4e1ffea0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f3`9e9ff818 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f3`9e9ff820 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000f3`9e9ffb10 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000f3`9e9ffb40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f3`9f5ffab8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f3`9f5ffac0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000f3`9f5ffdb0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000f3`9f5ffde0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f3`9e5fe060 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000f3`9e5fe0a0 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000f3`9e5fe110 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000f3`9e5fe1a0 00007ff7`0ea6650f postgres!StorePartitionKey( 000000f3`9e5fe2c0 00007ff7`0ee09fa6 postgres!DefineRelation( 000000f3`9e5fe720 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000f3`9e5ff020 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000f3`9e5ff1f0 00007ff7`0ee0514d postgres!ProcessUtility( 000000f3`9e5ff240 00007ff7`0ee05472 postgres!PortalRunUtility( 000000f3`9e5ff2b0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000f3`9edffce8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000f3`9edffcf0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000f3`9edffd60 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000f3`9edffe60 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000f3`9edffe90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f3`9f1ff7a8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000f3`9f1ff7b0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000f3`9f1ff850 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000f3`9f1ff890 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000f3`9f1ff8c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000021`189fdf70 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000021`189fdfb0 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000021`189fe020 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000021`189fe0b0 00007ff7`0ea6650f postgres!StorePartitionKey( 00000021`189fe1d0 00007ff7`0ee09fa6 postgres!DefineRelation( 00000021`189fe630 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000021`189fef30 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000021`189ff100 00007ff7`0ee0514d postgres!ProcessUtility( 00000021`189ff150 00007ff7`0ee05472 postgres!PortalRunUtility( 00000021`189ff1c0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000021`18dff988 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000021`18dff990 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000021`18dffc80 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000021`18dffcb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000021`191ffab8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000021`191ffac0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000021`191ffb30 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000021`191ffc30 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000021`191ffc60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000021`195ffd78 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000021`195ffd80 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000021`195ffe20 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000021`195ffe60 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000021`195ffe90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000021`199ff778 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000021`199ff780 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000021`199ffa70 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000021`199ffaa0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ab`943ffa18 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000ab`943ffa20 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000ab`943ffac0 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000ab`943ffb00 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000ab`943ffb30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ab`937fe030 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000ab`937fe070 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000ab`937fe0e0 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000ab`937fe170 00007ff7`0ea6650f postgres!StorePartitionKey( 000000ab`937fe290 00007ff7`0ee09fa6 postgres!DefineRelation( 000000ab`937fe6f0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000ab`937feff0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000ab`937ff1c0 00007ff7`0ee0514d postgres!ProcessUtility( 000000ab`937ff210 00007ff7`0ee05472 postgres!PortalRunUtility( 000000ab`937ff280 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000ab`93bffbc8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ab`93bffbd0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000ab`93bffec0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000ab`93bffef0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ab`93fffae8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000ab`93fffaf0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000ab`93fffb60 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000ab`93fffc60 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000ab`93fffc90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ab`947ff958 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ab`947ff960 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000ab`947ffc50 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000ab`947ffc80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000049`a03ff4c8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000049`a03ff4d0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000049`a03ff7c0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000049`a03ff7f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000049`a0fffe48 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000049`a0fffe50 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000049`a0fffef0 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000049`a0ffff30 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000049`a0ffff60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000049`a0bffad8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000049`a0bffae0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000049`a0bffdd0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000049`a0bffe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000049`a07ff888 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000049`a07ff890 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000049`a07ff900 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000049`a07ffa00 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000049`a07ffa30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000049`9fffde60 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000049`9fffdea0 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000049`9fffdf10 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000049`9fffdfa0 00007ff7`0ea6650f postgres!StorePartitionKey( 00000049`9fffe0c0 00007ff7`0ee09fa6 postgres!DefineRelation( 00000049`9fffe520 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000049`9fffee20 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000049`9fffeff0 00007ff7`0ee0514d postgres!ProcessUtility( 00000049`9ffff040 00007ff7`0ee05472 postgres!PortalRunUtility( 00000049`9ffff0b0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000fd`73dff6d8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000fd`73dff6e0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000fd`73dff780 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000fd`73dff7c0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000fd`73dff7f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000fd`739ff5c8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000fd`739ff5d0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000fd`739ff640 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000fd`739ff740 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000fd`739ff770 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000fd`735ff578 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000fd`735ff580 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000fd`735ff870 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000fd`735ff8a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000fd`731ff768 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000fd`731ff770 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000fd`731ffa60 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000fd`731ffa90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000fd`72dfe460 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000fd`72dfe4a0 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000fd`72dfe510 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000fd`72dfe5a0 00007ff7`0ea6650f postgres!StorePartitionKey( 000000fd`72dfe6c0 00007ff7`0ee09fa6 postgres!DefineRelation( 000000fd`72dfeb20 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000fd`72dff420 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000fd`72dff5f0 00007ff7`0ee0514d postgres!ProcessUtility( 000000fd`72dff640 00007ff7`0ee05472 postgres!PortalRunUtility( 000000fd`72dff6b0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 0000002d`0ddfde50 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 0000002d`0ddfde90 00007ff7`0e82c331 postgres!heap_compute_data_size( 0000002d`0ddfdf00 00007ff7`0e98c0fa postgres!heap_form_tuple( 0000002d`0ddfdf90 00007ff7`0ea6650f postgres!StorePartitionKey( 0000002d`0ddfe0b0 00007ff7`0ee09fa6 postgres!DefineRelation( 0000002d`0ddfe510 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 0000002d`0ddfee10 00007ff7`0ee06079 postgres!standard_ProcessUtility( 0000002d`0ddfefe0 00007ff7`0ee0514d postgres!ProcessUtility( 0000002d`0ddff030 00007ff7`0ee05472 postgres!PortalRunUtility( 0000002d`0ddff0a0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 0000002d`0edffa08 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 0000002d`0edffa10 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 0000002d`0edffab0 00007ffc`413d4cb0 postgres!pg_timer_thread( 0000002d`0edffaf0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000002d`0edffb20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000002d`0e9ff5d8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 0000002d`0e9ff5e0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 0000002d`0e9ff650 00007ffc`413d4cb0 postgres!pg_signal_thread( 0000002d`0e9ff750 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000002d`0e9ff780 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000002d`0e5ffb28 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000002d`0e5ffb30 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000002d`0e5ffe20 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000002d`0e5ffe50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000002d`0e1ffa48 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000002d`0e1ffa50 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000002d`0e1ffd40 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000002d`0e1ffd70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000002f`d75ff6d8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 0000002f`d75ff6e0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 0000002f`d75ff780 00007ffc`413d4cb0 postgres!pg_timer_thread( 0000002f`d75ff7c0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000002f`d75ff7f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000002f`d71ffb18 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 0000002f`d71ffb20 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 0000002f`d71ffb90 00007ffc`413d4cb0 postgres!pg_signal_thread( 0000002f`d71ffc90 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000002f`d71ffcc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000002f`d6dffb98 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000002f`d6dffba0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000002f`d6dffe90 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000002f`d6dffec0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000002f`d69ff548 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000002f`d69ff550 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000002f`d69ff840 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000002f`d69ff870 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000002f`d65fe570 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 0000002f`d65fe5b0 00007ff7`0e82c331 postgres!heap_compute_data_size( 0000002f`d65fe620 00007ff7`0e98c0fa postgres!heap_form_tuple( 0000002f`d65fe6b0 00007ff7`0ea6650f postgres!StorePartitionKey( 0000002f`d65fe7d0 00007ff7`0ee09fa6 postgres!DefineRelation( 0000002f`d65fec30 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 0000002f`d65ff530 00007ff7`0ee06079 postgres!standard_ProcessUtility( 0000002f`d65ff700 00007ff7`0ee0514d postgres!ProcessUtility( 0000002f`d65ff750 00007ff7`0ee05472 postgres!PortalRunUtility( 0000002f`d65ff7c0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000066`645ffbc8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000066`645ffbd0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000066`645ffec0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000066`645ffef0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000066`641ff858 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000066`641ff860 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000066`641ff900 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000066`641ff940 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000066`641ff970 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000066`63dffcc8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000066`63dffcd0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000066`63dffd40 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000066`63dffe40 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000066`63dffe70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000066`639ffa98 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000066`639ffaa0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000066`639ffd90 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000066`639ffdc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000066`635fdf00 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000066`635fdf40 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000066`635fdfb0 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000066`635fe040 00007ff7`0ea6650f postgres!StorePartitionKey( 00000066`635fe160 00007ff7`0ee09fa6 postgres!DefineRelation( 00000066`635fe5c0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000066`635feec0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000066`635ff090 00007ff7`0ee0514d postgres!ProcessUtility( 00000066`635ff0e0 00007ff7`0ee05472 postgres!PortalRunUtility( 00000066`635ff150 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 0000005f`8a1ff9c8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000005f`8a1ff9d0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000005f`8a1ffcc0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000005f`8a1ffcf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000005f`89dff998 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 0000005f`89dff9a0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 0000005f`89dffa40 00007ffc`413d4cb0 postgres!pg_timer_thread( 0000005f`89dffa80 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000005f`89dffab0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000005f`899ff798 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 0000005f`899ff7a0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 0000005f`899ff810 00007ffc`413d4cb0 postgres!pg_signal_thread( 0000005f`899ff910 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000005f`899ff940 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000005f`895ffb58 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000005f`895ffb60 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000005f`895ffe50 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000005f`895ffe80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000005f`891fe0e0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 0000005f`891fe120 00007ff7`0e82c331 postgres!heap_compute_data_size( 0000005f`891fe190 00007ff7`0e98c0fa postgres!heap_form_tuple( 0000005f`891fe220 00007ff7`0ea6650f postgres!StorePartitionKey( 0000005f`891fe340 00007ff7`0ee09fa6 postgres!DefineRelation( 0000005f`891fe7a0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 0000005f`891ff0a0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 0000005f`891ff270 00007ff7`0ee0514d postgres!ProcessUtility( 0000005f`891ff2c0 00007ff7`0ee05472 postgres!PortalRunUtility( 0000005f`891ff330 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000016`023fe3d0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000016`023fe410 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000016`023fe480 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000016`023fe510 00007ff7`0ea6650f postgres!StorePartitionKey( 00000016`023fe630 00007ff7`0ee09fa6 postgres!DefineRelation( 00000016`023fea90 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000016`023ff390 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000016`023ff560 00007ff7`0ee0514d postgres!ProcessUtility( 00000016`023ff5b0 00007ff7`0ee05472 postgres!PortalRunUtility( 00000016`023ff620 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000016`027ff7e8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000016`027ff7f0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000016`027ffae0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000016`027ffb10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000016`02fffd38 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000016`02fffd40 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000016`02fffde0 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000016`02fffe20 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000016`02fffe50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000016`033ff6c8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000016`033ff6d0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000016`033ff9c0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000016`033ff9f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000016`02bffbd8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000016`02bffbe0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000016`02bffc50 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000016`02bffd50 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000016`02bffd80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000094`c3bffa68 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000094`c3bffa70 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000094`c3bffae0 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000094`c3bffbe0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000094`c3bffc10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000094`c33fdea0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000094`c33fdee0 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000094`c33fdf50 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000094`c33fdfe0 00007ff7`0ea6650f postgres!StorePartitionKey( 00000094`c33fe100 00007ff7`0ee09fa6 postgres!DefineRelation( 00000094`c33fe560 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000094`c33fee60 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000094`c33ff030 00007ff7`0ee0514d postgres!ProcessUtility( 00000094`c33ff080 00007ff7`0ee05472 postgres!PortalRunUtility( 00000094`c33ff0f0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000094`c37ff588 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000094`c37ff590 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000094`c37ff880 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000094`c37ff8b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000094`c3fff7e8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000094`c3fff7f0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000094`c3fffae0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000094`c3fffb10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000094`c43ffbe8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000094`c43ffbf0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000094`c43ffc90 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000094`c43ffcd0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000094`c43ffd00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000069`cbffdfb0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000069`cbffdff0 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000069`cbffe060 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000069`cbffe0f0 00007ff7`0ea6650f postgres!StorePartitionKey( 00000069`cbffe210 00007ff7`0ee09fa6 postgres!DefineRelation( 00000069`cbffe670 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000069`cbffef70 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000069`cbfff140 00007ff7`0ee0514d postgres!ProcessUtility( 00000069`cbfff190 00007ff7`0ee05472 postgres!PortalRunUtility( 00000069`cbfff200 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000069`cc3ff768 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000069`cc3ff770 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000069`cc3ffa60 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000069`cc3ffa90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000069`ccfff718 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000069`ccfff720 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000069`ccfff7c0 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000069`ccfff800 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000069`ccfff830 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000069`ccbffb68 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000069`ccbffb70 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000069`ccbffbe0 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000069`ccbffce0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000069`ccbffd10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000069`cc7ff988 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000069`cc7ff990 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000069`cc7ffc80 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000069`cc7ffcb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000069`843ffac8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000069`843ffad0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000069`843ffb70 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000069`843ffbb0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000069`843ffbe0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000069`83fff8c8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000069`83fff8d0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000069`83fff940 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000069`83fffa40 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000069`83fffa70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000069`83bff638 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000069`83bff640 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000069`83bff930 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000069`83bff960 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000069`837ff938 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000069`837ff940 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000069`837ffc30 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000069`837ffc60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000069`833fe450 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000069`833fe490 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000069`833fe500 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000069`833fe590 00007ff7`0ea6650f postgres!StorePartitionKey( 00000069`833fe6b0 00007ff7`0ee09fa6 postgres!DefineRelation( 00000069`833feb10 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000069`833ff410 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000069`833ff5e0 00007ff7`0ee0514d postgres!ProcessUtility( 00000069`833ff630 00007ff7`0ee05472 postgres!PortalRunUtility( 00000069`833ff6a0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000057`2edff778 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000057`2edff780 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000057`2edffa70 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000057`2edffaa0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000057`2e5ff848 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000057`2e5ff850 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000057`2e5ff8c0 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000057`2e5ff9c0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000057`2e5ff9f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000057`2ddfe280 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000057`2ddfe2c0 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000057`2ddfe330 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000057`2ddfe3c0 00007ff7`0ea6650f postgres!StorePartitionKey( 00000057`2ddfe4e0 00007ff7`0ee09fa6 postgres!DefineRelation( 00000057`2ddfe940 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000057`2ddff240 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000057`2ddff410 00007ff7`0ee0514d postgres!ProcessUtility( 00000057`2ddff460 00007ff7`0ee05472 postgres!PortalRunUtility( 00000057`2ddff4d0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000057`2e9ff6c8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000057`2e9ff6d0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000057`2e9ff770 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000057`2e9ff7b0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000057`2e9ff7e0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000057`2e1ffb38 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000057`2e1ffb40 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000057`2e1ffe30 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000057`2e1ffe60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000016`2d5ffba8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000016`2d5ffbb0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000016`2d5ffc20 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000016`2d5ffd20 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000016`2d5ffd50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000016`2c9fe3a0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000016`2c9fe3e0 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000016`2c9fe450 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000016`2c9fe4e0 00007ff7`0ea6650f postgres!StorePartitionKey( 00000016`2c9fe600 00007ff7`0ee09fa6 postgres!DefineRelation( 00000016`2c9fea60 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000016`2c9ff360 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000016`2c9ff530 00007ff7`0ee0514d postgres!ProcessUtility( 00000016`2c9ff580 00007ff7`0ee05472 postgres!PortalRunUtility( 00000016`2c9ff5f0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000016`2cdff698 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000016`2cdff6a0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000016`2cdff990 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000016`2cdff9c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000016`2d1ffa18 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000016`2d1ffa20 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000016`2d1ffd10 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000016`2d1ffd40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000016`2d9ff7a8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000016`2d9ff7b0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000016`2d9ff850 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000016`2d9ff890 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000016`2d9ff8c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000011`2e1ff878 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000011`2e1ff880 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000011`2e1ff920 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000011`2e1ff960 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000011`2e1ff990 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000011`2d5fe1e0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000011`2d5fe220 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000011`2d5fe290 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000011`2d5fe320 00007ff7`0ea6650f postgres!StorePartitionKey( 00000011`2d5fe440 00007ff7`0ee09fa6 postgres!DefineRelation( 00000011`2d5fe8a0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000011`2d5ff1a0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000011`2d5ff370 00007ff7`0ee0514d postgres!ProcessUtility( 00000011`2d5ff3c0 00007ff7`0ee05472 postgres!PortalRunUtility( 00000011`2d5ff430 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000011`2d9ff988 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000011`2d9ff990 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000011`2d9ffc80 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000011`2d9ffcb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000011`2ddffa18 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000011`2ddffa20 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000011`2ddffa90 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000011`2ddffb90 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000011`2ddffbc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000011`2e5ff8f8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000011`2e5ff900 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000011`2e5ffbf0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000011`2e5ffc20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000046`c7dff648 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000046`c7dff650 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000046`c7dff940 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000046`c7dff970 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000046`c79fde30 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000046`c79fde70 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000046`c79fdee0 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000046`c79fdf70 00007ff7`0ea6650f postgres!StorePartitionKey( 00000046`c79fe090 00007ff7`0ee09fa6 postgres!DefineRelation( 00000046`c79fe4f0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000046`c79fedf0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000046`c79fefc0 00007ff7`0ee0514d postgres!ProcessUtility( 00000046`c79ff010 00007ff7`0ee05472 postgres!PortalRunUtility( 00000046`c79ff080 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000046`c81ff578 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000046`c81ff580 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000046`c81ff870 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000046`c81ff8a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000046`c85ffc28 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000046`c85ffc30 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000046`c85ffca0 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000046`c85ffda0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000046`c85ffdd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000046`c89ffc78 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000046`c89ffc80 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000046`c89ffd20 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000046`c89ffd60 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000046`c89ffd90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000000a`0fdfe240 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 0000000a`0fdfe280 00007ff7`0e82c331 postgres!heap_compute_data_size( 0000000a`0fdfe2f0 00007ff7`0e98c0fa postgres!heap_form_tuple( 0000000a`0fdfe380 00007ff7`0ea6650f postgres!StorePartitionKey( 0000000a`0fdfe4a0 00007ff7`0ee09fa6 postgres!DefineRelation( 0000000a`0fdfe900 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 0000000a`0fdff200 00007ff7`0ee06079 postgres!standard_ProcessUtility( 0000000a`0fdff3d0 00007ff7`0ee0514d postgres!ProcessUtility( 0000000a`0fdff420 00007ff7`0ee05472 postgres!PortalRunUtility( 0000000a`0fdff490 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 0000000a`101ffa48 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000000a`101ffa50 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000000a`101ffd40 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000000a`101ffd70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000000a`105ffaf8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000000a`105ffb00 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000000a`105ffdf0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000000a`105ffe20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000000a`109ffb98 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 0000000a`109ffba0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 0000000a`109ffc10 00007ffc`413d4cb0 postgres!pg_signal_thread( 0000000a`109ffd10 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000000a`109ffd40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000000a`10dffc18 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 0000000a`10dffc20 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 0000000a`10dffcc0 00007ffc`413d4cb0 postgres!pg_timer_thread( 0000000a`10dffd00 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000000a`10dffd30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f1`78fffd68 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000f1`78fffd70 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000f1`78fffe10 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000f1`78fffe50 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000f1`78fffe80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f1`783fe1b0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000f1`783fe1f0 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000f1`783fe260 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000f1`783fe2f0 00007ff7`0ea6650f postgres!StorePartitionKey( 000000f1`783fe410 00007ff7`0ee09fa6 postgres!DefineRelation( 000000f1`783fe870 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000f1`783ff170 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000f1`783ff340 00007ff7`0ee0514d postgres!ProcessUtility( 000000f1`783ff390 00007ff7`0ee05472 postgres!PortalRunUtility( 000000f1`783ff400 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000f1`787ff618 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f1`787ff620 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000f1`787ff910 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000f1`787ff940 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f1`793ff8c8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f1`793ff8d0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000f1`793ffbc0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000f1`793ffbf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f1`78bffc08 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000f1`78bffc10 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000f1`78bffc80 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000f1`78bffd80 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000f1`78bffdb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e9`e33ff9b8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e9`e33ff9c0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000e9`e33ffcb0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000e9`e33ffce0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e9`e2bfe090 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000e9`e2bfe0d0 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000e9`e2bfe140 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000e9`e2bfe1d0 00007ff7`0ea6650f postgres!StorePartitionKey( 000000e9`e2bfe2f0 00007ff7`0ee09fa6 postgres!DefineRelation( 000000e9`e2bfe750 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000e9`e2bff050 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000e9`e2bff220 00007ff7`0ee0514d postgres!ProcessUtility( 000000e9`e2bff270 00007ff7`0ee05472 postgres!PortalRunUtility( 000000e9`e2bff2e0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000e9`e2fff9f8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e9`e2fffa00 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000e9`e2fffcf0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000e9`e2fffd20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e9`e37ff728 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000e9`e37ff730 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000e9`e37ff7a0 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000e9`e37ff8a0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000e9`e37ff8d0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e9`e3bffdf8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000e9`e3bffe00 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000e9`e3bffea0 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000e9`e3bffee0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000e9`e3bfff10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f8`e8dfdda0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000f8`e8dfdde0 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000f8`e8dfde50 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000f8`e8dfdee0 00007ff7`0ea6650f postgres!StorePartitionKey( 000000f8`e8dfe000 00007ff7`0ee09fa6 postgres!DefineRelation( 000000f8`e8dfe460 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000f8`e8dfed60 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000f8`e8dfef30 00007ff7`0ee0514d postgres!ProcessUtility( 000000f8`e8dfef80 00007ff7`0ee05472 postgres!PortalRunUtility( 000000f8`e8dfeff0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000f8`e91ffb98 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f8`e91ffba0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000f8`e91ffe90 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000f8`e91ffec0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f8`e95ffcd8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000f8`e95ffce0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000f8`e95ffd50 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000f8`e95ffe50 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000f8`e95ffe80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f8`e99ffc38 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f8`e99ffc40 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000f8`e99fff30 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000f8`e99fff60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f8`e9dffa18 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000f8`e9dffa20 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000f8`e9dffac0 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000f8`e9dffb00 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000f8`e9dffb30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a5`d87fe230 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000a5`d87fe270 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000a5`d87fe2e0 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000a5`d87fe370 00007ff7`0ea6650f postgres!StorePartitionKey( 000000a5`d87fe490 00007ff7`0ee09fa6 postgres!DefineRelation( 000000a5`d87fe8f0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000a5`d87ff1f0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000a5`d87ff3c0 00007ff7`0ee0514d postgres!ProcessUtility( 000000a5`d87ff410 00007ff7`0ee05472 postgres!PortalRunUtility( 000000a5`d87ff480 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000a5`d8bffbc8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a5`d8bffbd0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000a5`d8bffec0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000a5`d8bffef0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a5`d8fff5b8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a5`d8fff5c0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000a5`d8fff8b0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000a5`d8fff8e0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a5`d93ffc38 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000a5`d93ffc40 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000a5`d93ffcb0 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000a5`d93ffdb0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000a5`d93ffde0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a5`d97ffdf8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000a5`d97ffe00 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000a5`d97ffea0 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000a5`d97ffee0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000a5`d97fff10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b2`c41fe310 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000b2`c41fe350 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000b2`c41fe3c0 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000b2`c41fe450 00007ff7`0ea6650f postgres!StorePartitionKey( 000000b2`c41fe570 00007ff7`0ee09fa6 postgres!DefineRelation( 000000b2`c41fe9d0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000b2`c41ff2d0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000b2`c41ff4a0 00007ff7`0ee0514d postgres!ProcessUtility( 000000b2`c41ff4f0 00007ff7`0ee05472 postgres!PortalRunUtility( 000000b2`c41ff560 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000b2`c45ff5d8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b2`c45ff5e0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000b2`c45ff8d0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000b2`c45ff900 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b2`c49ff988 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000b2`c49ff990 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000b2`c49ffa00 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000b2`c49ffb00 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000b2`c49ffb30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b2`c4dff818 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000b2`c4dff820 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000b2`c4dff8c0 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000b2`c4dff900 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000b2`c4dff930 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b2`c51ffa28 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b2`c51ffa30 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000b2`c51ffd20 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000b2`c51ffd50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b9`e5dfe480 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000b9`e5dfe4c0 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000b9`e5dfe530 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000b9`e5dfe5c0 00007ff7`0ea6650f postgres!StorePartitionKey( 000000b9`e5dfe6e0 00007ff7`0ee09fa6 postgres!DefineRelation( 000000b9`e5dfeb40 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000b9`e5dff440 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000b9`e5dff610 00007ff7`0ee0514d postgres!ProcessUtility( 000000b9`e5dff660 00007ff7`0ee05472 postgres!PortalRunUtility( 000000b9`e5dff6d0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000b9`e61ff998 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b9`e61ff9a0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000b9`e61ffc90 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000b9`e61ffcc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b9`e65ff698 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000b9`e65ff6a0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000b9`e65ff710 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000b9`e65ff810 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000b9`e65ff840 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b9`e69ff9c8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000b9`e69ff9d0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000b9`e69ffa70 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000b9`e69ffab0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000b9`e69ffae0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b9`e6dffb08 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b9`e6dffb10 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000b9`e6dffe00 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000b9`e6dffe30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000005e`8fdfe2d0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 0000005e`8fdfe310 00007ff7`0e82c331 postgres!heap_compute_data_size( 0000005e`8fdfe380 00007ff7`0e98c0fa postgres!heap_form_tuple( 0000005e`8fdfe410 00007ff7`0ea6650f postgres!StorePartitionKey( 0000005e`8fdfe530 00007ff7`0ee09fa6 postgres!DefineRelation( 0000005e`8fdfe990 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 0000005e`8fdff290 00007ff7`0ee06079 postgres!standard_ProcessUtility( 0000005e`8fdff460 00007ff7`0ee0514d postgres!ProcessUtility( 0000005e`8fdff4b0 00007ff7`0ee05472 postgres!PortalRunUtility( 0000005e`8fdff520 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 0000005e`901ffa38 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000005e`901ffa40 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000005e`901ffd30 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000005e`901ffd60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000005e`905ff968 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000005e`905ff970 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000005e`905ffc60 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000005e`905ffc90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000005e`909ff4a8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000005e`909ff4b0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000005e`909ff7a0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000005e`909ff7d0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000005e`90dffb48 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 0000005e`90dffb50 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 0000005e`90dffbc0 00007ffc`413d4cb0 postgres!pg_signal_thread( 0000005e`90dffcc0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000005e`90dffcf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000005e`911ffde8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 0000005e`911ffdf0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 0000005e`911ffe90 00007ffc`413d4cb0 postgres!pg_timer_thread( 0000005e`911ffed0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000005e`911fff00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000065`dcffe4d0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000065`dcffe510 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000065`dcffe580 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000065`dcffe610 00007ff7`0ea6650f postgres!StorePartitionKey( 00000065`dcffe730 00007ff7`0ee09fa6 postgres!DefineRelation( 00000065`dcffeb90 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000065`dcfff490 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000065`dcfff660 00007ff7`0ee0514d postgres!ProcessUtility( 00000065`dcfff6b0 00007ff7`0ee05472 postgres!PortalRunUtility( 00000065`dcfff720 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000065`dd3ff878 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000065`dd3ff880 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000065`dd3ffb70 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000065`dd3ffba0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000065`dd7ffaa8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000065`dd7ffab0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000065`dd7ffb20 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000065`dd7ffc20 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000065`dd7ffc50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000065`ddbff8a8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000065`ddbff8b0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000065`ddbff950 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000065`ddbff990 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000065`ddbff9c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000065`ddfffb78 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000065`ddfffb80 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000065`ddfffe70 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000065`ddfffea0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006f`027fe1a0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 0000006f`027fe1e0 00007ff7`0e82c331 postgres!heap_compute_data_size( 0000006f`027fe250 00007ff7`0e98c0fa postgres!heap_form_tuple( 0000006f`027fe2e0 00007ff7`0ea6650f postgres!StorePartitionKey( 0000006f`027fe400 00007ff7`0ee09fa6 postgres!DefineRelation( 0000006f`027fe860 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 0000006f`027ff160 00007ff7`0ee06079 postgres!standard_ProcessUtility( 0000006f`027ff330 00007ff7`0ee0514d postgres!ProcessUtility( 0000006f`027ff380 00007ff7`0ee05472 postgres!PortalRunUtility( 0000006f`027ff3f0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 0000006f`02bffac8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000006f`02bffad0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000006f`02bffdc0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000006f`02bffdf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006f`02fff6e8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000006f`02fff6f0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000006f`02fff9e0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000006f`02fffa10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006f`033ff6e8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 0000006f`033ff6f0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 0000006f`033ff760 00007ffc`413d4cb0 postgres!pg_signal_thread( 0000006f`033ff860 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000006f`033ff890 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006f`037ffa78 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 0000006f`037ffa80 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 0000006f`037ffb20 00007ffc`413d4cb0 postgres!pg_timer_thread( 0000006f`037ffb60 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000006f`037ffb90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000065`5dbff6c8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000065`5dbff6d0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000065`5dbff770 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000065`5dbff7b0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000065`5dbff7e0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000065`5cffde80 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000065`5cffdec0 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000065`5cffdf30 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000065`5cffdfc0 00007ff7`0ea6650f postgres!StorePartitionKey( 00000065`5cffe0e0 00007ff7`0ee09fa6 postgres!DefineRelation( 00000065`5cffe540 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000065`5cffee40 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000065`5cfff010 00007ff7`0ee0514d postgres!ProcessUtility( 00000065`5cfff060 00007ff7`0ee05472 postgres!PortalRunUtility( 00000065`5cfff0d0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000065`5d3ffb48 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000065`5d3ffb50 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000065`5d3ffe40 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000065`5d3ffe70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000065`5d7ff848 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000065`5d7ff850 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000065`5d7ff8c0 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000065`5d7ff9c0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000065`5d7ff9f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000065`5dfff9e8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000065`5dfff9f0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000065`5dfffce0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000065`5dfffd10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c0`aedff4b8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c0`aedff4c0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000c0`aedff7b0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000c0`aedff7e0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c0`af1ffbb8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000c0`af1ffbc0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000c0`af1ffc30 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000c0`af1ffd30 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000c0`af1ffd60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c0`af5ffd68 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000c0`af5ffd70 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000c0`af5ffe10 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000c0`af5ffe50 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000c0`af5ffe80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c0`ae5fde60 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000c0`ae5fdea0 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000c0`ae5fdf10 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000c0`ae5fdfa0 00007ff7`0ea6650f postgres!StorePartitionKey( 000000c0`ae5fe0c0 00007ff7`0ee09fa6 postgres!DefineRelation( 000000c0`ae5fe520 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000c0`ae5fee20 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000c0`ae5feff0 00007ff7`0ee0514d postgres!ProcessUtility( 000000c0`ae5ff040 00007ff7`0ee05472 postgres!PortalRunUtility( 000000c0`ae5ff0b0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000c0`ae9ff458 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c0`ae9ff460 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000c0`ae9ff750 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000c0`ae9ff780 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003e`1dbff8e8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000003e`1dbff8f0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000003e`1dbffbe0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000003e`1dbffc10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003e`1dfff938 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 0000003e`1dfff940 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 0000003e`1dfff9b0 00007ffc`413d4cb0 postgres!pg_signal_thread( 0000003e`1dfffab0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000003e`1dfffae0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003e`1e3ffad8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 0000003e`1e3ffae0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 0000003e`1e3ffb80 00007ffc`413d4cb0 postgres!pg_timer_thread( 0000003e`1e3ffbc0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000003e`1e3ffbf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003e`1e7ffa28 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000003e`1e7ffa30 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000003e`1e7ffd20 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000003e`1e7ffd50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000003e`1d7fdf60 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 0000003e`1d7fdfa0 00007ff7`0e82c331 postgres!heap_compute_data_size( 0000003e`1d7fe010 00007ff7`0e98c0fa postgres!heap_form_tuple( 0000003e`1d7fe0a0 00007ff7`0ea6650f postgres!StorePartitionKey( 0000003e`1d7fe1c0 00007ff7`0ee09fa6 postgres!DefineRelation( 0000003e`1d7fe620 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 0000003e`1d7fef20 00007ff7`0ee06079 postgres!standard_ProcessUtility( 0000003e`1d7ff0f0 00007ff7`0ee0514d postgres!ProcessUtility( 0000003e`1d7ff140 00007ff7`0ee05472 postgres!PortalRunUtility( 0000003e`1d7ff1b0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000066`1d5ff658 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000066`1d5ff660 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000066`1d5ff950 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000066`1d5ff980 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000066`1d9ff828 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000066`1d9ff830 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000066`1d9ff8a0 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000066`1d9ff9a0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000066`1d9ff9d0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000066`1ddffdb8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000066`1ddffdc0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000066`1ddffe60 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000066`1ddffea0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000066`1ddffed0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000066`1e1ffbe8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000066`1e1ffbf0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000066`1e1ffee0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000066`1e1fff10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000066`1d1fe470 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000066`1d1fe4b0 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000066`1d1fe520 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000066`1d1fe5b0 00007ff7`0ea6650f postgres!StorePartitionKey( 00000066`1d1fe6d0 00007ff7`0ee09fa6 postgres!DefineRelation( 00000066`1d1feb30 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000066`1d1ff430 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000066`1d1ff600 00007ff7`0ee0514d postgres!ProcessUtility( 00000066`1d1ff650 00007ff7`0ee05472 postgres!PortalRunUtility( 00000066`1d1ff6c0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000014`ca7ff5a8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000014`ca7ff5b0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000014`ca7ff8a0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000014`ca7ff8d0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000014`cabffb18 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000014`cabffb20 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000014`cabffb90 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000014`cabffc90 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000014`cabffcc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000014`cafffae8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000014`cafffaf0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000014`cafffde0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000014`cafffe10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000014`cb3ff9d8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000014`cb3ff9e0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000014`cb3ffa80 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000014`cb3ffac0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000014`cb3ffaf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000014`ca3fde70 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000014`ca3fdeb0 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000014`ca3fdf20 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000014`ca3fdfb0 00007ff7`0ea6650f postgres!StorePartitionKey( 00000014`ca3fe0d0 00007ff7`0ee09fa6 postgres!DefineRelation( 00000014`ca3fe530 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000014`ca3fee30 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000014`ca3ff000 00007ff7`0ee0514d postgres!ProcessUtility( 00000014`ca3ff050 00007ff7`0ee05472 postgres!PortalRunUtility( 00000014`ca3ff0c0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000019`429ff558 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000019`429ff560 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000019`429ff850 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000019`429ff880 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000019`42dffc68 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000019`42dffc70 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000019`42dffce0 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000019`42dffde0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000019`42dffe10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000019`431ff9b8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000019`431ff9c0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000019`431ffa60 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000019`431ffaa0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000019`431ffad0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000019`435ff898 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000019`435ff8a0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000019`435ffb90 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000019`435ffbc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000019`425fe590 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000019`425fe5d0 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000019`425fe640 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000019`425fe6d0 00007ff7`0ea6650f postgres!StorePartitionKey( 00000019`425fe7f0 00007ff7`0ee09fa6 postgres!DefineRelation( 00000019`425fec50 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000019`425ff550 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000019`425ff720 00007ff7`0ee0514d postgres!ProcessUtility( 00000019`425ff770 00007ff7`0ee05472 postgres!PortalRunUtility( 00000019`425ff7e0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000030`b5fffb98 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000030`b5fffba0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000030`b5fffe90 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000030`b5fffec0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000030`b63ffbf8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000030`b63ffc00 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000030`b63ffc70 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000030`b63ffd70 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000030`b63ffda0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000030`b67ff748 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000030`b67ff750 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000030`b67ff7f0 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000030`b67ff830 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000030`b67ff860 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000030`b6bffb98 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000030`b6bffba0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000030`b6bffe90 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000030`b6bffec0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000030`b5bfe0c0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000030`b5bfe100 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000030`b5bfe170 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000030`b5bfe200 00007ff7`0ea6650f postgres!StorePartitionKey( 00000030`b5bfe320 00007ff7`0ee09fa6 postgres!DefineRelation( 00000030`b5bfe780 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000030`b5bff080 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000030`b5bff250 00007ff7`0ee0514d postgres!ProcessUtility( 00000030`b5bff2a0 00007ff7`0ee05472 postgres!PortalRunUtility( 00000030`b5bff310 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000013`27fffa18 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000013`27fffa20 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000013`27fffd10 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000013`27fffd40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000013`283ff7e8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000013`283ff7f0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000013`283ffae0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000013`283ffb10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000013`287ff518 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000013`287ff520 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000013`287ff810 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000013`287ff840 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000013`28bff758 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000013`28bff760 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000013`28bff7d0 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000013`28bff8d0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000013`28bff900 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000013`28fff868 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000013`28fff870 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000013`28fff910 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000013`28fff950 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000013`28fff980 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000013`27bfde80 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000013`27bfdec0 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000013`27bfdf30 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000013`27bfdfc0 00007ff7`0ea6650f postgres!StorePartitionKey( 00000013`27bfe0e0 00007ff7`0ee09fa6 postgres!DefineRelation( 00000013`27bfe540 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000013`27bfee40 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000013`27bff010 00007ff7`0ee0514d postgres!ProcessUtility( 00000013`27bff060 00007ff7`0ee05472 postgres!PortalRunUtility( 00000013`27bff0d0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000a6`05dfdf10 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000a6`05dfdf50 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000a6`05dfdfc0 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000a6`05dfe050 00007ff7`0ea6650f postgres!StorePartitionKey( 000000a6`05dfe170 00007ff7`0ee09fa6 postgres!DefineRelation( 000000a6`05dfe5d0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000a6`05dfeed0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000a6`05dff0a0 00007ff7`0ee0514d postgres!ProcessUtility( 000000a6`05dff0f0 00007ff7`0ee05472 postgres!PortalRunUtility( 000000a6`05dff160 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000a6`061ff5c8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a6`061ff5d0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000a6`061ff8c0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000a6`061ff8f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a6`065ffb98 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a6`065ffba0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000a6`065ffe90 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000a6`065ffec0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a6`069ff7f8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000a6`069ff800 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000a6`069ff870 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000a6`069ff970 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000a6`069ff9a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a6`06dff9b8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000a6`06dff9c0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000a6`06dffa60 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000a6`06dffaa0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000a6`06dffad0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000010`90dffbb8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000010`90dffbc0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000010`90dffc30 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000010`90dffd30 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000010`90dffd60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000010`911ff7a8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000010`911ff7b0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000010`911ff850 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000010`911ff890 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000010`911ff8c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000010`915ff788 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000010`915ff790 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000010`915ffa80 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000010`915ffab0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000010`905fdde0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000010`905fde20 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000010`905fde90 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000010`905fdf20 00007ff7`0ea6650f postgres!StorePartitionKey( 00000010`905fe040 00007ff7`0ee09fa6 postgres!DefineRelation( 00000010`905fe4a0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000010`905feda0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000010`905fef70 00007ff7`0ee0514d postgres!ProcessUtility( 00000010`905fefc0 00007ff7`0ee05472 postgres!PortalRunUtility( 00000010`905ff030 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000010`909ffa08 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000010`909ffa10 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000010`909ffd00 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000010`909ffd30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ba`c8bff6b8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ba`c8bff6c0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000ba`c8bff9b0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000ba`c8bff9e0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ba`c8fffd28 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000ba`c8fffd30 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000ba`c8fffda0 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000ba`c8fffea0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000ba`c8fffed0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ba`c93ff948 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000ba`c93ff950 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000ba`c93ff9f0 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000ba`c93ffa30 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000ba`c93ffa60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ba`c83fdfe0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000ba`c83fe020 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000ba`c83fe090 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000ba`c83fe120 00007ff7`0ea6650f postgres!StorePartitionKey( 000000ba`c83fe240 00007ff7`0ee09fa6 postgres!DefineRelation( 000000ba`c83fe6a0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000ba`c83fefa0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000ba`c83ff170 00007ff7`0ee0514d postgres!ProcessUtility( 000000ba`c83ff1c0 00007ff7`0ee05472 postgres!PortalRunUtility( 000000ba`c83ff230 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000ba`c87ff488 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ba`c87ff490 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000ba`c87ff780 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000ba`c87ff7b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000066`199ff7a8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000066`199ff7b0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000066`199ffaa0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000066`199ffad0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000066`19dff868 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000066`19dff870 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000066`19dff8e0 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000066`19dff9e0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000066`19dffa10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000066`1a1ffe08 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000066`1a1ffe10 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000066`1a1ffeb0 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000066`1a1ffef0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000066`1a1fff20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000066`191fe4e0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000066`191fe520 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000066`191fe590 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000066`191fe620 00007ff7`0ea6650f postgres!StorePartitionKey( 00000066`191fe740 00007ff7`0ee09fa6 postgres!DefineRelation( 00000066`191feba0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000066`191ff4a0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000066`191ff670 00007ff7`0ee0514d postgres!ProcessUtility( 00000066`191ff6c0 00007ff7`0ee05472 postgres!PortalRunUtility( 00000066`191ff730 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000066`195ff958 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000066`195ff960 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000066`195ffc50 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000066`195ffc80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000070`c07ffc78 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000070`c07ffc80 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000070`c07ffcf0 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000070`c07ffdf0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000070`c07ffe20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000070`c0bff948 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000070`c0bff950 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000070`c0bff9f0 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000070`c0bffa30 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000070`c0bffa60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000070`c0fff8a8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000070`c0fff8b0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000070`c0fffba0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000070`c0fffbd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000070`bfffdea0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000070`bfffdee0 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000070`bfffdf50 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000070`bfffdfe0 00007ff7`0ea6650f postgres!StorePartitionKey( 00000070`bfffe100 00007ff7`0ee09fa6 postgres!DefineRelation( 00000070`bfffe560 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000070`bfffee60 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000070`bffff030 00007ff7`0ee0514d postgres!ProcessUtility( 00000070`bffff080 00007ff7`0ee05472 postgres!PortalRunUtility( 00000070`bffff0f0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000070`c03ff898 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000070`c03ff8a0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000070`c03ffb90 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000070`c03ffbc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d5`0ddffc88 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000d5`0ddffc90 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000d5`0ddffd00 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000d5`0ddffe00 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000d5`0ddffe30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d5`0e1ffb08 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000d5`0e1ffb10 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000d5`0e1ffbb0 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000d5`0e1ffbf0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000d5`0e1ffc20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d5`0e5ff878 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d5`0e5ff880 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000d5`0e5ffb70 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000d5`0e5ffba0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d5`0d5fdfd0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000d5`0d5fe010 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000d5`0d5fe080 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000d5`0d5fe110 00007ff7`0ea6650f postgres!StorePartitionKey( 000000d5`0d5fe230 00007ff7`0ee09fa6 postgres!DefineRelation( 000000d5`0d5fe690 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000d5`0d5fef90 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000d5`0d5ff160 00007ff7`0ee0514d postgres!ProcessUtility( 000000d5`0d5ff1b0 00007ff7`0ee05472 postgres!PortalRunUtility( 000000d5`0d5ff220 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000d5`0d9ffbf8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d5`0d9ffc00 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000d5`0d9ffef0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000d5`0d9fff20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000005e`f51ff678 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 0000005e`f51ff680 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 0000005e`f51ff6f0 00007ffc`413d4cb0 postgres!pg_signal_thread( 0000005e`f51ff7f0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000005e`f51ff820 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000005e`f55ff928 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 0000005e`f55ff930 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 0000005e`f55ff9d0 00007ffc`413d4cb0 postgres!pg_timer_thread( 0000005e`f55ffa10 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000005e`f55ffa40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000005e`f59ffbf8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000005e`f59ffc00 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000005e`f59ffef0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000005e`f59fff20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000005e`f49fe010 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 0000005e`f49fe050 00007ff7`0e82c331 postgres!heap_compute_data_size( 0000005e`f49fe0c0 00007ff7`0e98c0fa postgres!heap_form_tuple( 0000005e`f49fe150 00007ff7`0ea6650f postgres!StorePartitionKey( 0000005e`f49fe270 00007ff7`0ee09fa6 postgres!DefineRelation( 0000005e`f49fe6d0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 0000005e`f49fefd0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 0000005e`f49ff1a0 00007ff7`0ee0514d postgres!ProcessUtility( 0000005e`f49ff1f0 00007ff7`0ee05472 postgres!PortalRunUtility( 0000005e`f49ff260 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 0000005e`f4dff788 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000005e`f4dff790 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000005e`f4dffa80 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000005e`f4dffab0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000082`771ff9f8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000082`771ffa00 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000082`771ffa70 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000082`771ffb70 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000082`771ffba0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000082`769fe360 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000082`769fe3a0 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000082`769fe410 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000082`769fe4a0 00007ff7`0ea6650f postgres!StorePartitionKey( 00000082`769fe5c0 00007ff7`0ee09fa6 postgres!DefineRelation( 00000082`769fea20 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000082`769ff320 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000082`769ff4f0 00007ff7`0ee0514d postgres!ProcessUtility( 00000082`769ff540 00007ff7`0ee05472 postgres!PortalRunUtility( 00000082`769ff5b0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000082`76dffc38 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000082`76dffc40 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000082`76dfff30 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000082`76dfff60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000082`775ffaa8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000082`775ffab0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000082`775ffda0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000082`775ffdd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000082`779ffab8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000082`779ffac0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000082`779ffb60 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000082`779ffba0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000082`779ffbd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e4`0a7ffb28 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000e4`0a7ffb30 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000e4`0a7ffba0 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000e4`0a7ffca0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000e4`0a7ffcd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e4`0abff838 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e4`0abff840 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000e4`0abffb30 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000e4`0abffb60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e4`09bfdfc0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000e4`09bfe000 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000e4`09bfe070 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000e4`09bfe100 00007ff7`0ea6650f postgres!StorePartitionKey( 000000e4`09bfe220 00007ff7`0ee09fa6 postgres!DefineRelation( 000000e4`09bfe680 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000e4`09bfef80 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000e4`09bff150 00007ff7`0ee0514d postgres!ProcessUtility( 000000e4`09bff1a0 00007ff7`0ee05472 postgres!PortalRunUtility( 000000e4`09bff210 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000e4`0afffc68 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000e4`0afffc70 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000e4`0afffd10 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000e4`0afffd50 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000e4`0afffd80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e4`09fff988 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e4`09fff990 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000e4`09fffc80 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000e4`09fffcb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e4`0a3ff548 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e4`0a3ff550 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000e4`0a3ff840 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000e4`0a3ff870 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f1`919ffd08 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000f1`919ffd10 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000f1`919ffdb0 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000f1`919ffdf0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000f1`919ffe20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f1`91dff5a8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f1`91dff5b0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000f1`91dff8a0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000f1`91dff8d0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f1`90dfe460 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000f1`90dfe4a0 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000f1`90dfe510 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000f1`90dfe5a0 00007ff7`0ea6650f postgres!StorePartitionKey( 000000f1`90dfe6c0 00007ff7`0ee09fa6 postgres!DefineRelation( 000000f1`90dfeb20 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000f1`90dff420 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000f1`90dff5f0 00007ff7`0ee0514d postgres!ProcessUtility( 000000f1`90dff640 00007ff7`0ee05472 postgres!PortalRunUtility( 000000f1`90dff6b0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000f1`911ff968 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000f1`911ff970 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000f1`911ffc60 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000f1`911ffc90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000f1`915ffd98 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000f1`915ffda0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000f1`915ffe10 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000f1`915fff10 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000f1`915fff40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000af`a5fff7c8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000af`a5fff7d0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000af`a5fffac0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000af`a5fffaf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000af`a53ffc18 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000af`a53ffc20 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000af`a53fff10 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000af`a53fff40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000af`a4ffddb0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000af`a4ffddf0 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000af`a4ffde60 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000af`a4ffdef0 00007ff7`0ea6650f postgres!StorePartitionKey( 000000af`a4ffe010 00007ff7`0ee09fa6 postgres!DefineRelation( 000000af`a4ffe470 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000af`a4ffed70 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000af`a4ffef40 00007ff7`0ee0514d postgres!ProcessUtility( 000000af`a4ffef90 00007ff7`0ee05472 postgres!PortalRunUtility( 000000af`a4fff000 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000af`a57ffa68 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000af`a57ffa70 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000af`a57ffae0 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000af`a57ffbe0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000af`a57ffc10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000af`a5bff988 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000af`a5bff990 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000af`a5bffa30 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000af`a5bffa70 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000af`a5bffaa0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000003`8e5ff918 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000003`8e5ff920 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000003`8e5ffc10 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000003`8e5ffc40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000003`8edff6f8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000003`8edff700 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000003`8edff7a0 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000003`8edff7e0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000003`8edff810 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000003`8e9ffcc8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000003`8e9ffcd0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000003`8e9ffd40 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000003`8e9ffe40 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000003`8e9ffe70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000003`8e1ffaa8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000003`8e1ffab0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000003`8e1ffda0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000003`8e1ffdd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000003`8ddffb98 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000003`8ddffba0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000003`8ddffe90 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000003`8ddffec0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000003`8d9fe230 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000003`8d9fe270 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000003`8d9fe2e0 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000003`8d9fe370 00007ff7`0ea6650f postgres!StorePartitionKey( 00000003`8d9fe490 00007ff7`0ee09fa6 postgres!DefineRelation( 00000003`8d9fe8f0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000003`8d9ff1f0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000003`8d9ff3c0 00007ff7`0ee0514d postgres!ProcessUtility( 00000003`8d9ff410 00007ff7`0ee05472 postgres!PortalRunUtility( 00000003`8d9ff480 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000c3`fb7ff878 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c3`fb7ff880 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000c3`fb7ffb70 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000c3`fb7ffba0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c3`fb3ffdd8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000c3`fb3ffde0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000c3`fb3ffe80 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000c3`fb3ffec0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000c3`fb3ffef0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c3`fafffce8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000c3`fafffcf0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000c3`fafffd60 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000c3`fafffe60 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000c3`fafffe90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c3`fabffae8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c3`fabffaf0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000c3`fabffde0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000c3`fabffe10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000c3`fa7fe170 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000c3`fa7fe1b0 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000c3`fa7fe220 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000c3`fa7fe2b0 00007ff7`0ea6650f postgres!StorePartitionKey( 000000c3`fa7fe3d0 00007ff7`0ee09fa6 postgres!DefineRelation( 000000c3`fa7fe830 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000c3`fa7ff130 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000c3`fa7ff300 00007ff7`0ee0514d postgres!ProcessUtility( 000000c3`fa7ff350 00007ff7`0ee05472 postgres!PortalRunUtility( 000000c3`fa7ff3c0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000b4`fd5fde10 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000b4`fd5fde50 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000b4`fd5fdec0 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000b4`fd5fdf50 00007ff7`0ea6650f postgres!StorePartitionKey( 000000b4`fd5fe070 00007ff7`0ee09fa6 postgres!DefineRelation( 000000b4`fd5fe4d0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000b4`fd5fedd0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000b4`fd5fefa0 00007ff7`0ee0514d postgres!ProcessUtility( 000000b4`fd5feff0 00007ff7`0ee05472 postgres!PortalRunUtility( 000000b4`fd5ff060 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000b4`fe5ff968 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b4`fe5ff970 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000b4`fe5ffc60 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000b4`fe5ffc90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b4`fe1ffa38 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000b4`fe1ffa40 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000b4`fe1ffae0 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000b4`fe1ffb20 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000b4`fe1ffb50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b4`fddffcb8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000b4`fddffcc0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000b4`fddffd30 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000b4`fddffe30 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000b4`fddffe60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b4`fd9ffa18 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b4`fd9ffa20 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000b4`fd9ffd10 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000b4`fd9ffd40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006a`9b1fe320 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 0000006a`9b1fe360 00007ff7`0e82c331 postgres!heap_compute_data_size( 0000006a`9b1fe3d0 00007ff7`0e98c0fa postgres!heap_form_tuple( 0000006a`9b1fe460 00007ff7`0ea6650f postgres!StorePartitionKey( 0000006a`9b1fe580 00007ff7`0ee09fa6 postgres!DefineRelation( 0000006a`9b1fe9e0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 0000006a`9b1ff2e0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 0000006a`9b1ff4b0 00007ff7`0ee0514d postgres!ProcessUtility( 0000006a`9b1ff500 00007ff7`0ee05472 postgres!PortalRunUtility( 0000006a`9b1ff570 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 0000006a`9c1ffb48 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 0000006a`9c1ffb50 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 0000006a`9c1ffbf0 00007ffc`413d4cb0 postgres!pg_timer_thread( 0000006a`9c1ffc30 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000006a`9c1ffc60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006a`9bdffa68 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000006a`9bdffa70 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000006a`9bdffd60 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000006a`9bdffd90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006a`9b9ff5d8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 0000006a`9b9ff5e0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 0000006a`9b9ff650 00007ffc`413d4cb0 postgres!pg_signal_thread( 0000006a`9b9ff750 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000006a`9b9ff780 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000006a`9b5ff448 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000006a`9b5ff450 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000006a`9b5ff740 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000006a`9b5ff770 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000002e`177fddf0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 0000002e`177fde30 00007ff7`0e82c331 postgres!heap_compute_data_size( 0000002e`177fdea0 00007ff7`0e98c0fa postgres!heap_form_tuple( 0000002e`177fdf30 00007ff7`0ea6650f postgres!StorePartitionKey( 0000002e`177fe050 00007ff7`0ee09fa6 postgres!DefineRelation( 0000002e`177fe4b0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 0000002e`177fedb0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 0000002e`177fef80 00007ff7`0ee0514d postgres!ProcessUtility( 0000002e`177fefd0 00007ff7`0ee05472 postgres!PortalRunUtility( 0000002e`177ff040 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 0000002e`187ffa48 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000002e`187ffa50 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000002e`187ffd40 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000002e`187ffd70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000002e`183ffc78 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 0000002e`183ffc80 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 0000002e`183ffd20 00007ffc`413d4cb0 postgres!pg_timer_thread( 0000002e`183ffd60 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000002e`183ffd90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000002e`17fffd38 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 0000002e`17fffd40 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 0000002e`17fffdb0 00007ffc`413d4cb0 postgres!pg_signal_thread( 0000002e`17fffeb0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000002e`17fffee0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000002e`17bff828 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000002e`17bff830 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000002e`17bffb20 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000002e`17bffb50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000004f`86dff658 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000004f`86dff660 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000004f`86dff950 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000004f`86dff980 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000004f`879ff9c8 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 0000004f`879ff9d0 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 0000004f`879ffa70 00007ffc`413d4cb0 postgres!pg_timer_thread( 0000004f`879ffab0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000004f`879ffae0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000004f`875ff688 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 0000004f`875ff690 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 0000004f`875ff700 00007ffc`413d4cb0 postgres!pg_signal_thread( 0000004f`875ff800 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000004f`875ff830 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000004f`871ffb68 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000004f`871ffb70 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 0000004f`871ffe60 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 0000004f`871ffe90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 0000004f`869fe230 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 0000004f`869fe270 00007ff7`0e82c331 postgres!heap_compute_data_size( 0000004f`869fe2e0 00007ff7`0e98c0fa postgres!heap_form_tuple( 0000004f`869fe370 00007ff7`0ea6650f postgres!StorePartitionKey( 0000004f`869fe490 00007ff7`0ee09fa6 postgres!DefineRelation( 0000004f`869fe8f0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 0000004f`869ff1f0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 0000004f`869ff3c0 00007ff7`0ee0514d postgres!ProcessUtility( 0000004f`869ff410 00007ff7`0ee05472 postgres!PortalRunUtility( 0000004f`869ff480 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000d6`179ff4f8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d6`179ff500 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000d6`179ff7f0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000d6`179ff820 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d6`185ffa38 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000d6`185ffa40 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000d6`185ffd30 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000d6`185ffd60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d6`181ff838 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000d6`181ff840 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000d6`181ff8e0 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000d6`181ff920 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000d6`181ff950 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d6`17dffac8 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000d6`17dffad0 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000d6`17dffb40 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000d6`17dffc40 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000d6`17dffc70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000d6`175fe190 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000d6`175fe1d0 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000d6`175fe240 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000d6`175fe2d0 00007ff7`0ea6650f postgres!StorePartitionKey( 000000d6`175fe3f0 00007ff7`0ee09fa6 postgres!DefineRelation( 000000d6`175fe850 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000d6`175ff150 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000d6`175ff320 00007ff7`0ee0514d postgres!ProcessUtility( 000000d6`175ff370 00007ff7`0ee05472 postgres!PortalRunUtility( 000000d6`175ff3e0 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000ba`e67fe000 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000ba`e67fe040 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000ba`e67fe0b0 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000ba`e67fe140 00007ff7`0ea6650f postgres!StorePartitionKey( 000000ba`e67fe260 00007ff7`0ee09fa6 postgres!DefineRelation( 000000ba`e67fe6c0 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000ba`e67fefc0 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000ba`e67ff190 00007ff7`0ee0514d postgres!ProcessUtility( 000000ba`e67ff1e0 00007ff7`0ee05472 postgres!PortalRunUtility( 000000ba`e67ff250 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000ba`e77ffc38 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000ba`e77ffc40 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000ba`e77ffce0 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000ba`e77ffd20 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000ba`e77ffd50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ba`e73ffa98 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ba`e73ffaa0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000ba`e73ffd90 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000ba`e73ffdc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ba`e6fffd78 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000ba`e6fffd80 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000ba`e6fffdf0 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000ba`e6fffef0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000ba`e6ffff20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000ba`e6bffa58 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ba`e6bffa60 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000ba`e6bffd50 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000ba`e6bffd80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e4`695ff688 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e4`695ff690 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000e4`695ff980 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000e4`695ff9b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e4`691fddb0 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 000000e4`691fddf0 00007ff7`0e82c331 postgres!heap_compute_data_size( 000000e4`691fde60 00007ff7`0e98c0fa postgres!heap_form_tuple( 000000e4`691fdef0 00007ff7`0ea6650f postgres!StorePartitionKey( 000000e4`691fe010 00007ff7`0ee09fa6 postgres!DefineRelation( 000000e4`691fe470 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 000000e4`691fed70 00007ff7`0ee06079 postgres!standard_ProcessUtility( 000000e4`691fef40 00007ff7`0ee0514d postgres!ProcessUtility( 000000e4`691fef90 00007ff7`0ee05472 postgres!PortalRunUtility( 000000e4`691ff000 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 000000e4`6a1ff808 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 000000e4`6a1ff810 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 000000e4`6a1ff8b0 00007ffc`413d4cb0 postgres!pg_timer_thread( 000000e4`6a1ff8f0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000e4`6a1ff920 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e4`69dffd78 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 000000e4`69dffd80 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 000000e4`69dffdf0 00007ffc`413d4cb0 postgres!pg_signal_thread( 000000e4`69dffef0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000e4`69dfff20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000e4`699ff9d8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e4`699ff9e0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 000000e4`699ffcd0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 000000e4`699ffd00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000067`3d5ff778 00007ffc`3f264a7a ntdll!NtFsControlFile+0x14 00000067`3d5ff780 00007ff7`0ecd8dab KERNELBASE!ConnectNamedPipe+0x6a 00000067`3d5ff7f0 00007ffc`413d4cb0 postgres!pg_signal_thread( 00000067`3d5ff8f0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000067`3d5ff920 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000067`3cdfe540 00007ff7`0e82b013 postgres!VARATT_CAN_MAKE_SHORT( 00000067`3cdfe580 00007ff7`0e82c331 postgres!heap_compute_data_size( 00000067`3cdfe5f0 00007ff7`0e98c0fa postgres!heap_form_tuple( 00000067`3cdfe680 00007ff7`0ea6650f postgres!StorePartitionKey( 00000067`3cdfe7a0 00007ff7`0ee09fa6 postgres!DefineRelation( 00000067`3cdfec00 00007ff7`0ee0707f postgres!ProcessUtilitySlow( 00000067`3cdff500 00007ff7`0ee06079 postgres!standard_ProcessUtility( 00000067`3cdff6d0 00007ff7`0ee0514d postgres!ProcessUtility( 00000067`3cdff720 00007ff7`0ee05472 postgres!PortalRunUtility( 00000067`3cdff790 00007ff7`0ee04102 postgres!PortalRunMulti( |
| core | 00000067`3d9ff6a8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000067`3d9ff6b0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000067`3d9ff9a0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000067`3d9ff9d0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000067`3d1ff5e8 00007ffc`4192b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000067`3d1ff5f0 00007ffc`413d4cb0 ntdll!TppWorkerThread+0x2df 00000067`3d1ff8e0 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000067`3d1ff910 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000067`3ddff888 00007ffc`3f21d90e ntdll!NtWaitForSingleObject+0x14 00000067`3ddff890 00007ff7`0ecda7ec KERNELBASE!WaitForSingleObjectEx+0x8e 00000067`3ddff930 00007ffc`413d4cb0 postgres!pg_timer_thread( 00000067`3ddff970 00007ffc`4199edcb KERNEL32!BaseThreadInitThunk+0x10 00000067`3ddff9a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/amcheck/expected/check_btree.out C:/cirrus/build/testrun/amcheck/regress/...
--- C:/cirrus/contrib/amcheck/expected/check_btree.out 2025-12-11 15:05:04.184173900 +0000
+++ C:/cirrus/build/testrun/amcheck/regress/results/check_btree.out 2025-12-11 15:11:28.494525900 +0000
@@ -63,221 +63,7 @@
-- verify partitioned indexes are rejected (error)
BEGIN;
CREATE TABLE bttest_partitioned (a int, b int) PARTITION BY list (a);
-CREATE INDEX bttest_btree_partitioned_idx ON bttest_partitioned USING btree (b);
-SELECT bt_index_parent_check('bttest_btree_partitioned_idx');
-ERROR: expected index as targets for verification
-DETAIL: This operation is not supported for partitioned indexes.
-ROLLBACK;
--- normal check outside of xact
-SELECT bt_index_check('bttest_a_idx');
- bt_index_check
-----------------
-
-(1 row)
-
--- more expansive tests
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gist/expected/partitions.out C:/cirrus/build/testrun/btree_gist/reg... --- C:/cirrus/contrib/btree_gist/expected/partitions.out 2025-12-11 15:05:04.349226400 +0000 +++ C:/cirrus/build/testrun/btree_gist/regress/results/partitions.out 2025-12-11 15:11:44.058500200 +0000 @@ -7,76 +7,7 @@ valid_at daterange, exclude using gist (id with =, valid_at with &&) ) partition by range (id); -create table parttmp_1_to_10 partition of parttmp for values from (1) to (10); -create table parttmp_11_to_20 partition of parttmp for values from (11) to (20); -insert into parttmp (id, valid_at) values - (1, '[2000-01-01, 2000-02-01)'), - (1, '[2000-02-01, 2000-03-01)'), - (2, '[2000-01-01, 2000-02-01)'), - (11, '[2000-01-01, 2000-02-01)'), - (11, '[2000-02-01, 2000-03-01)'), - (12, '[2000-01-01, 2000-02-01)'); -select * from parttmp order by id, valid_at; - id | valid_at -----+------------------------- - 1 | [01-01-2000,02-01-2000) ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/delay_execution/expected/partition-addition.out C:/cirrus/build/... --- C:/cirrus/src/test/modules/delay_execution/expected/partition-addition.out 2025-12-11 15:05:08.752485900 +0000 +++ C:/cirrus/build/testrun/delay_execution/isolation/results/partition-addition.out 2025-12-11 15:12:16.917391600 +0000 @@ -1,27 +1,6 @@ Parsed test spec with 2 sessions starting permutation: s2lock s1exec s2addp s2unlock -step s2lock: SELECT pg_advisory_lock(12345); -pg_advisory_lock ----------------- - -(1 row) - -step s1exec: LOAD 'delay_execution'; - SET delay_execution.post_planning_lock_id = 12345; - SELECT * FROM foo WHERE a <> 1 AND a <> (SELECT 3); <waiting ...> -step s2addp: CREATE TABLE foo2 (LIKE foo); - ALTER TABLE foo ATTACH PARTITION foo2 FOR VALUES IN (2); - INSERT INTO foo VALUES (2, 'ADD2'); -step s2unlock: SELECT pg_advisory_unlock(12345); ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/file_fdw/expected/file_fdw.out C:/cirrus/build/testrun/file_fdw/regress/r... --- C:/cirrus/contrib/file_fdw/expected/file_fdw.out 2025-12-11 15:05:04.430777000 +0000 +++ C:/cirrus/build/testrun/file_fdw/regress/results/file_fdw.out 2025-12-11 15:11:43.589749800 +0000 @@ -375,182 +375,7 @@ -- declarative partitioning tests SET ROLE regress_file_fdw_superuser; CREATE TABLE pt (a int, b text) partition by list (a); -\set filename :abs_srcdir '/data/list1.csv' -CREATE FOREIGN TABLE p1 partition of pt for values in (1) SERVER file_server -OPTIONS (format 'csv', filename :'filename', delimiter ','); -CREATE TABLE p2 partition of pt for values in (2); -SELECT tableoid::regclass, * FROM pt; - tableoid | a | b -----------+---+----- - p1 | 1 | foo - p1 | 1 | bar -(2 rows) - -SELECT tableoid::regclass, * FROM p1; - tableoid | a | b ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/injection_points/expected/reindex-concurrently-upsert-partitione... --- C:/cirrus/src/test/modules/injection_points/expected/reindex-concurrently-upsert-partitioned.out 2025-12-11 15:05:08... +++ C:/cirrus/build/testrun/injection_points/isolation/results/reindex-concurrently-upsert-partitioned.out 2025-12-11 15... @@ -1,238 +1,6 @@ Parsed test spec with 4 sessions starting permutation: s3_setup_wait_before_set_dead s3_start_reindex s1_start_upsert s4_wakeup_to_set_dead s2_start_ups... -injection_points_attach ------------------------ - -(1 row) - -injection_points_attach ------------------------ - -(1 row) - -injection_points_set_local --------------------------- - ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/detach-partition-concurrently-1.out C:/cirrus/build/t... --- C:/cirrus/src/test/isolation/expected/detach-partition-concurrently-1.out 2025-12-11 15:05:08.564034500 +0000 +++ C:/cirrus/build/testrun/isolation/isolation/results/detach-partition-concurrently-1.out 2025-12-11 15:08:08.55743270... @@ -1,288 +1,6 @@ Parsed test spec with 3 sessions starting permutation: s1b s1s s2detach s1s s1c s1s -step s1b: BEGIN; -step s1s: SELECT * FROM d_listp; -a -- -1 -2 -(2 rows) - -step s2detach: ALTER TABLE d_listp DETACH PARTITION d_listp2 CONCURRENTLY; <waiting ...> -step s1s: SELECT * FROM d_listp; -a -- -1 ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/pageinspect/expected/page.out C:/cirrus/build/testrun/pageinspect/regress...
--- C:/cirrus/contrib/pageinspect/expected/page.out 2025-12-11 15:05:04.597742500 +0000
+++ C:/cirrus/build/testrun/pageinspect/regress/results/page.out 2025-12-11 15:11:54.917880200 +0000
@@ -179,110 +179,7 @@
-- check that using any of these functions with a partitioned table or index
-- would fail
create table test_partitioned (a int) partition by range (a);
-create index test_partitioned_index on test_partitioned (a);
-select get_raw_page('test_partitioned', 0); -- error about partitioned table
-ERROR: cannot get raw page from relation "test_partitioned"
-DETAIL: This operation is not supported for partitioned tables.
-select get_raw_page('test_partitioned_index', 0); -- error about partitioned index
-ERROR: cannot get raw page from relation "test_partitioned_index"
-DETAIL: This operation is not supported for partitioned indexes.
--- a regular table which is a member of a partition set should work though
-create table test_part1 partition of test_partitioned for values from ( 1 ) to (100);
-select get_raw_page('test_part1', 0); -- get farther and error about empty table
-ERROR: block number 0 is out of range for relation "test_part1"
-drop table test_partitioned;
--- check null bitmap alignment for table whose number of attributes is multiple of 8
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_overexplain/expected/pg_overexplain.out C:/cirrus/build/testrun/pg_ove...
--- C:/cirrus/contrib/pg_overexplain/expected/pg_overexplain.out 2025-12-11 15:05:04.666064500 +0000
+++ C:/cirrus/build/testrun/pg_overexplain/regress/results/pg_overexplain.out 2025-12-11 15:11:58.134670900 +0000
@@ -52,440 +52,7 @@
-- Create a partitioned table.
CREATE TABLE vegetables (id serial, name text, genus text)
PARTITION BY LIST (genus);
-CREATE TABLE daucus PARTITION OF vegetables FOR VALUES IN ('daucus');
-CREATE TABLE brassica PARTITION OF vegetables FOR VALUES IN ('brassica');
-INSERT INTO vegetables (name, genus)
- VALUES ('carrot', 'daucus'), ('bok choy', 'brassica'),
- ('brocooli', 'brassica'), ('cauliflower', 'brassica'),
- ('cabbage', 'brassica'), ('kohlrabi', 'brassica'),
- ('rutabaga', 'brassica'), ('turnip', 'brassica');
-VACUUM ANALYZE vegetables;
--- We filter relation OIDs out of the test output in order to avoid
--- test instability. This is currently only needed for EXPLAIN (DEBUG), not
--- EXPLAIN (RANGE_TABLE). Also suppress actual row counts, which are not
--- stable (e.g. 1/8 is 0.12 on some buildfarm machines and 0.13 on others).
-CREATE FUNCTION explain_filter(text) RETURNS SETOF text
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_prewarm/expected/pg_prewarm.out C:/cirrus/build/testrun/pg_prewarm/reg...
--- C:/cirrus/contrib/pg_prewarm/expected/pg_prewarm.out 2025-12-11 15:05:04.673493700 +0000
+++ C:/cirrus/build/testrun/pg_prewarm/regress/results/pg_prewarm.out 2025-12-11 15:11:58.682525400 +0000
@@ -2,9 +2,7 @@
CREATE EXTENSION pg_prewarm;
-- pg_prewarm() should fail if the target relation has no storage.
CREATE TABLE test (c1 int) PARTITION BY RANGE (c1);
-SELECT pg_prewarm('test', 'buffer');
-ERROR: relation "test" does not have storage
-DETAIL: This operation is not supported for partitioned tables.
--- Cleanup
-DROP TABLE test;
-DROP EXTENSION pg_prewarm;
+server closed the connection unexpectedly
+ This probably means the server terminated abnormally
+ before or while processing the request.
+connection to server was lost |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/utility.out C:/cirrus/build/testrun/pg_stat_s... --- C:/cirrus/contrib/pg_stat_statements/expected/utility.out 2025-12-11 15:05:04.697317500 +0000 +++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/utility.out 2025-12-11 15:12:01.033604300 +0000 @@ -44,696 +44,7 @@ -- Partitions CREATE TABLE pt_stats (a int, b int) PARTITION BY range (a); -CREATE TABLE pt_stats1 (a int, b int); -ALTER TABLE pt_stats ATTACH PARTITION pt_stats1 FOR VALUES FROM (0) TO (100); -CREATE TABLE pt_stats2 PARTITION OF pt_stats FOR VALUES FROM (100) TO (200); -CREATE INDEX pt_stats_index ON ONLY pt_stats (a); -CREATE INDEX pt_stats2_index ON ONLY pt_stats2 (a); -ALTER INDEX pt_stats_index ATTACH PARTITION pt_stats2_index; -DROP TABLE pt_stats; --- Views -CREATE VIEW view_stats AS SELECT 1::int AS a, 2::int AS b; -ALTER VIEW view_stats ALTER COLUMN a SET DEFAULT 2; -DROP VIEW view_stats; --- Foreign tables -CREATE FOREIGN DATA WRAPPER wrapper_stats; ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/database.out C:/cirrus/build/testrun/pg_upgrade/002_pg_... --- C:/cirrus/src/test/regress/expected/database.out 2025-12-11 15:05:09.173202400 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/database.out 2025-12-11 15:07:56.291817000 +0000 @@ -2,20 +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 SET TABLESPACE pg_default; -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 RENAME TO regression_rename_rolled_back; -ROLLBACK; -CREATE ROLE regress_datdba_before; -CREATE ROLE regress_datdba_after; -ALTER DATABASE regression_utf8 OWNER TO regress_datdba_before; ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_visibility/expected/pg_visibility.out C:/cirrus/build/testrun/pg_visib...
--- C:/cirrus/contrib/pg_visibility/expected/pg_visibility.out 2025-12-11 15:05:04.766216700 +0000
+++ C:/cirrus/build/testrun/pg_visibility/regress/results/pg_visibility.out 2025-12-11 15:12:04.040440100 +0000
@@ -39,240 +39,7 @@
--
-- partitioned tables (the parent ones) don't have visibility maps
create table test_partitioned (a int) partition by list (a);
--- these should all fail
-select pg_visibility('test_partitioned', 0);
-ERROR: relation "test_partitioned" is of wrong relation kind
-DETAIL: This operation is not supported for partitioned tables.
-select pg_visibility_map('test_partitioned');
-ERROR: relation "test_partitioned" is of wrong relation kind
-DETAIL: This operation is not supported for partitioned tables.
-select pg_visibility_map_summary('test_partitioned');
-ERROR: relation "test_partitioned" is of wrong relation kind
-DETAIL: This operation is not supported for partitioned tables.
-select pg_check_frozen('test_partitioned');
-ERROR: relation "test_partitioned" is of wrong relation kind
-DETAIL: This operation is not supported for partitioned tables.
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/pgstattuple/expected/pgstattuple.out C:/cirrus/build/testrun/pgstattuple/...
--- C:/cirrus/contrib/pgstattuple/expected/pgstattuple.out 2025-12-11 15:05:04.860442600 +0000
+++ C:/cirrus/build/testrun/pgstattuple/regress/results/pgstattuple.out 2025-12-11 15:12:02.584859900 +0000
@@ -152,154 +152,7 @@
ERROR: relation "test_hashidx" is not a GIN index
-- check that using any of these functions with unsupported relations will fail
create table test_partitioned (a int) partition by range (a);
-create index test_partitioned_index on test_partitioned(a);
-create index test_partitioned_hash_index on test_partitioned using hash(a);
--- these should all fail
-select pgstattuple('test_partitioned');
-ERROR: cannot get tuple-level statistics for relation "test_partitioned"
-DETAIL: This operation is not supported for partitioned tables.
-select pgstattuple('test_partitioned_index');
-ERROR: cannot get tuple-level statistics for relation "test_partitioned_index"
-DETAIL: This operation is not supported for partitioned indexes.
-select pgstattuple_approx('test_partitioned');
-ERROR: relation "test_partitioned" is of wrong relation kind
-DETAIL: This operation is not supported for partitioned tables.
-select pg_relpages('test_partitioned');
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out C:/cirrus/build/testrun/postgres_f... --- C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out 2025-12-11 15:05:04.884380300 +0000 +++ C:/cirrus/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2025-12-11 15:12:09.789947400 +0000 @@ -4542,8180 +4542,7 @@ DROP FOREIGN TABLE reindex_foreign; -- partitions and foreign tables CREATE TABLE reind_fdw_parent (c1 int) PARTITION BY RANGE (c1); -CREATE TABLE reind_fdw_0_10 PARTITION OF reind_fdw_parent - FOR VALUES FROM (0) TO (10); -CREATE FOREIGN TABLE reind_fdw_10_20 PARTITION OF reind_fdw_parent - FOR VALUES FROM (10) TO (20) - SERVER loopback OPTIONS (table_name 'reind_local_10_20'); -REINDEX TABLE reind_fdw_parent; -- ok -REINDEX TABLE CONCURRENTLY reind_fdw_parent; -- ok -DROP TABLE reind_fdw_parent; --- =================================================================== --- conversion error --- =================================================================== -ALTER FOREIGN TABLE ft1 ALTER COLUMN c8 TYPE int; -SELECT * FROM ft1 ftx(x1,x2,x3,x4,x5,x6,x7,x8) WHERE x1 = 1; -- ERROR ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/database.out C:/cirrus/build/testrun/recovery/027_strea... --- C:/cirrus/src/test/regress/expected/database.out 2025-12-11 15:05:09.173202400 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/database.out 2025-12-11 15:10:13.385610700 +0000 @@ -2,20 +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 SET TABLESPACE pg_default; -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 RENAME TO regression_rename_rolled_back; -ROLLBACK; -CREATE ROLE regress_datdba_before; -CREATE ROLE regress_datdba_after; -ALTER DATABASE regression_utf8 OWNER TO regress_datdba_before; ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/database.out C:/cirrus/build/testrun/regress/regress/re... --- C:/cirrus/src/test/regress/expected/database.out 2025-12-11 15:05:09.173202400 +0000 +++ C:/cirrus/build/testrun/regress/regress/results/database.out 2025-12-11 15:07:55.305973700 +0000 @@ -2,20 +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 SET TABLESPACE pg_default; -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 RENAME TO regression_rename_rolled_back; -ROLLBACK; -CREATE ROLE regress_datdba_before; -CREATE ROLE regress_datdba_after; -ALTER DATABASE regression_utf8 OWNER TO regress_datdba_before; ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/seg/expected/security.out C:/cirrus/build/testrun/seg/regress/results/sec... --- C:/cirrus/contrib/seg/expected/security.out 2025-12-11 15:05:04.903911800 +0000 +++ C:/cirrus/build/testrun/seg/regress/results/security.out 2025-12-11 15:12:07.815830500 +0000 @@ -22,11 +22,7 @@ CREATE SCHEMA test_schema CREATE TABLE t(i int) PARTITION BY RANGE (i) CREATE TABLE p1 PARTITION OF t FOR VALUES FROM (1) TO (regress_seg_schema.exfun(2)); -DROP SCHEMA test_schema CASCADE; -NOTICE: drop cascades to 3 other objects -DETAIL: drop cascades to table test_schema.t -drop cascades to extension seg -drop cascades to operator test_schema.=(oid,regclass) -RESET ROLE; -DROP OWNED BY regress_seg_role; -DROP ROLE regress_seg_role; +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/contrib/seg/expected/partition.out C:/cirrus/build/testrun/seg/regress/results/pa... ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/test_ddl_deparse/expected/alter_table.out C:/cirrus/build/testru... --- C:/cirrus/src/test/modules/test_ddl_deparse/expected/alter_table.out 2025-12-11 15:05:08.867504500 +0000 +++ C:/cirrus/build/testrun/test_ddl_deparse/regress/results/alter_table.out 2025-12-11 15:12:30.198168300 +0000 @@ -101,43 +101,7 @@ CREATE TABLE part ( a int ) PARTITION BY RANGE (a); -NOTICE: DDL test: type simple, tag CREATE TABLE -CREATE TABLE part1 PARTITION OF part FOR VALUES FROM (1) to (100); -NOTICE: DDL test: type simple, tag CREATE TABLE -CREATE TABLE part2 (a int); -NOTICE: DDL test: type simple, tag CREATE TABLE -ALTER TABLE part ATTACH PARTITION part2 FOR VALUES FROM (101) to (200); -NOTICE: DDL test: type alter table, tag ALTER TABLE -NOTICE: subcommand: type ATTACH PARTITION desc table part2 -ALTER TABLE part DETACH PARTITION part2; -NOTICE: DDL test: type alter table, tag ALTER TABLE -NOTICE: subcommand: type DETACH PARTITION desc table part2 -DROP TABLE part2; -ALTER TABLE part ADD PRIMARY KEY (a); ... |
| tap | [15:09:14.743](96.517s) not ok 5 - regression tests pass [15:09:46.010](10.780s) not ok 16 - run of pg_upgrade for new instance [15:09:46.011](0.001s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success [15:09:47.284](0.069s) not ok 20 - old and new dumps match after pg_upgrade |
| tap | [15:15:10.798](1.246s) not ok 23 - pgbench scale 1 initialization status (got 1 vs expected 0) [15:15:10.800](0.000s) not ok 27 - pgbench scale 1 initialization stderr /(?^:creating 2 partitions)/ [15:15:10.800](0.000s) not ok 28 - pgbench scale 1 initialization stderr /(?^:vacuuming)/ [15:15:10.801](0.000s) not ok 29 - pgbench scale 1 initialization stderr /(?^:creating primary keys)/ [15:15:10.802](0.000s) not ok 30 - pgbench scale 1 initialization stderr /(?^:creating foreign keys)/ [15:15:10.802](0.000s) not ok 32 - pgbench scale 1 initialization stderr /(?^:done in \d+\.\d\d s )/ [15:15:10.861](0.059s) not ok 33 - pgbench --init-steps status (got 1 vs expected 0) [15:15:10.862](0.000s) not ok 35 - pgbench --init-steps stderr /(?^:dropping old tables)/ [15:15:10.864](0.000s) not ok 36 - pgbench --init-steps stderr /(?^:creating tables)/ [15:15:10.865](0.000s) not ok 37 - pgbench --init-steps stderr /(?^:creating 3 partitions)/ [15:15:10.866](0.000s) not ok 38 - pgbench --init-steps stderr /(?^:creating primary keys)/ [15:15:10.867](0.000s) not ok 39 - pgbench --init-steps stderr /(?^:generating data \(server-side\))/ [15:15:10.867](0.000s) not ok 40 - pgbench --init-steps stderr /(?^:creating foreign keys)/ [15:15:10.868](0.000s) not ok 42 - pgbench --init-steps stderr /(?^:done in \d+\.\d\d s )/ |
| tap | [15:11:04.456](66.077s) not ok 2 - regression tests pass [15:11:04.457](0.001s) not ok 3 - primary alive after regression test run |
| NetBSD - Meson | |
| core | [15:13:41.681] #0 0x00000000004aa19e in VARATT_CAN_MAKE_SHORT (PTR=<optimized out>) at ../src/include/varatt.h:419 [15:13:41.681] #1 heap_compute_data_size (tupleDesc=tupleDesc@entry=0x77456d0a01d8, values=values@entry=0x7f7fffbe1d50,... [15:13:41.681] #2 0x00000000004aac9a in heap_form_tuple (tupleDescriptor=0x77456d0a01d8, values=values@entry=0x7f7fffbe... [15:13:41.681] #3 0x000000000058a0e3 in StorePartitionKey (rel=rel@entry=0x77456cce9b78, strategy=strategy@entry=108 'l... [15:13:41.681] #4 0x000000000060a474 in DefineRelation (stmt=stmt@entry=0x77456d444078, relkind=<optimized out>, relkin... [15:13:41.681] #5 0x00000000008038b2 in ProcessUtilitySlow (pstate=pstate@entry=0x77456d435100, pstmt=pstmt@entry=0x774... [15:13:41.681] #6 0x0000000000801e10 in standard_ProcessUtility (pstmt=0x77456d444188, queryString=0x77456d443100 "CREA... [15:13:41.681] #7 0x000000000080062b in PortalRunUtility (portal=portal@entry=0x77456d162100, pstmt=0x77456d444188, isT... [15:13:41.681] #8 0x000000000080075a in PortalRunMulti (portal=portal@entry=0x77456d162100, isTopLevel=isTopLevel@entry... [15:13:41.681] #9 0x0000000000800d97 in PortalRun (portal=portal@entry=0x77456d162100, count=count@entry=92233720368547... |
| regress | diff -U3 /home/postgres/postgres/contrib/amcheck/expected/check_btree.out /home/postgres/postgres/build/testrun/amcheck/...
--- /home/postgres/postgres/contrib/amcheck/expected/check_btree.out 2025-12-11 15:05:17.975516800 +0000
+++ /home/postgres/postgres/build/testrun/amcheck/regress/results/check_btree.out 2025-12-11 15:08:29.767701770 +0000
@@ -63,221 +63,7 @@
-- verify partitioned indexes are rejected (error)
BEGIN;
CREATE TABLE bttest_partitioned (a int, b int) PARTITION BY list (a);
-CREATE INDEX bttest_btree_partitioned_idx ON bttest_partitioned USING btree (b);
-SELECT bt_index_parent_check('bttest_btree_partitioned_idx');
-ERROR: expected index as targets for verification
-DETAIL: This operation is not supported for partitioned indexes.
-ROLLBACK;
--- normal check outside of xact
-SELECT bt_index_check('bttest_a_idx');
- bt_index_check
-----------------
-
-(1 row)
-
--- more expansive tests
... |
| regress | diff -U3 /home/postgres/postgres/contrib/btree_gist/expected/partitions.out /home/postgres/postgres/build/testrun/btree_... --- /home/postgres/postgres/contrib/btree_gist/expected/partitions.out 2025-12-11 15:05:18.226720763 +0000 +++ /home/postgres/postgres/build/testrun/btree_gist/regress/results/partitions.out 2025-12-11 15:08:32.187080643 +0000 @@ -7,76 +7,7 @@ valid_at daterange, exclude using gist (id with =, valid_at with &&) ) partition by range (id); -create table parttmp_1_to_10 partition of parttmp for values from (1) to (10); -create table parttmp_11_to_20 partition of parttmp for values from (11) to (20); -insert into parttmp (id, valid_at) values - (1, '[2000-01-01, 2000-02-01)'), - (1, '[2000-02-01, 2000-03-01)'), - (2, '[2000-01-01, 2000-02-01)'), - (11, '[2000-01-01, 2000-02-01)'), - (11, '[2000-02-01, 2000-03-01)'), - (12, '[2000-01-01, 2000-02-01)'); -select * from parttmp order by id, valid_at; - id | valid_at -----+------------------------- - 1 | [01-01-2000,02-01-2000) ... |
| regress | diff -U3 /home/postgres/postgres/src/test/modules/delay_execution/expected/partition-addition.out /home/postgres/postgre... --- /home/postgres/postgres/src/test/modules/delay_execution/expected/partition-addition.out 2025-12-11 15:05:25.5514787... +++ /home/postgres/postgres/build/testrun/delay_execution/isolation/results/partition-addition.out 2025-12-11 15:08:43.6... @@ -1,27 +1,6 @@ Parsed test spec with 2 sessions starting permutation: s2lock s1exec s2addp s2unlock -step s2lock: SELECT pg_advisory_lock(12345); -pg_advisory_lock ----------------- - -(1 row) - -step s1exec: LOAD 'delay_execution'; - SET delay_execution.post_planning_lock_id = 12345; - SELECT * FROM foo WHERE a <> 1 AND a <> (SELECT 3); <waiting ...> -step s2addp: CREATE TABLE foo2 (LIKE foo); - ALTER TABLE foo ATTACH PARTITION foo2 FOR VALUES IN (2); - INSERT INTO foo VALUES (2, 'ADD2'); -step s2unlock: SELECT pg_advisory_unlock(12345); ... |
| regress | diff -U3 /home/postgres/postgres/contrib/file_fdw/expected/file_fdw.out /home/postgres/postgres/build/testrun/file_fdw/r... --- /home/postgres/postgres/contrib/file_fdw/expected/file_fdw.out 2025-12-11 15:05:18.400684699 +0000 +++ /home/postgres/postgres/build/testrun/file_fdw/regress/results/file_fdw.out 2025-12-11 15:08:33.941592636 +0000 @@ -375,182 +375,7 @@ -- declarative partitioning tests SET ROLE regress_file_fdw_superuser; CREATE TABLE pt (a int, b text) partition by list (a); -\set filename :abs_srcdir '/data/list1.csv' -CREATE FOREIGN TABLE p1 partition of pt for values in (1) SERVER file_server -OPTIONS (format 'csv', filename :'filename', delimiter ','); -CREATE TABLE p2 partition of pt for values in (2); -SELECT tableoid::regclass, * FROM pt; - tableoid | a | b -----------+---+----- - p1 | 1 | foo - p1 | 1 | bar -(2 rows) - -SELECT tableoid::regclass, * FROM p1; - tableoid | a | b ... |
| regress | diff -U3 /home/postgres/postgres/src/test/modules/injection_points/expected/reindex-concurrently-upsert-partitioned.out ... --- /home/postgres/postgres/src/test/modules/injection_points/expected/reindex-concurrently-upsert-partitioned.out 2025-... +++ /home/postgres/postgres/build/testrun/injection_points/isolation/results/reindex-concurrently-upsert-partitioned.out... @@ -1,238 +1,6 @@ Parsed test spec with 4 sessions starting permutation: s3_setup_wait_before_set_dead s3_start_reindex s1_start_upsert s4_wakeup_to_set_dead s2_start_ups... -injection_points_attach ------------------------ - -(1 row) - -injection_points_attach ------------------------ - -(1 row) - -injection_points_set_local --------------------------- - ... |
| regress | diff -U3 /home/postgres/postgres/src/test/isolation/expected/detach-partition-concurrently-1.out /home/postgres/postgres... --- /home/postgres/postgres/src/test/isolation/expected/detach-partition-concurrently-1.out 2025-12-11 15:05:25.18791478... +++ /home/postgres/postgres/build/testrun/isolation/isolation/results/detach-partition-concurrently-1.out 2025-12-11 15:... @@ -1,288 +1,6 @@ Parsed test spec with 3 sessions starting permutation: s1b s1s s2detach s1s s1c s1s -step s1b: BEGIN; -step s1s: SELECT * FROM d_listp; -a -- -1 -2 -(2 rows) - -step s2detach: ALTER TABLE d_listp DETACH PARTITION d_listp2 CONCURRENTLY; <waiting ...> -step s1s: SELECT * FROM d_listp; -a -- -1 ... |
| regress | diff -U3 /home/postgres/postgres/contrib/pageinspect/expected/page.out /home/postgres/postgres/build/testrun/pageinspect...
--- /home/postgres/postgres/contrib/pageinspect/expected/page.out 2025-12-11 15:05:18.664543808 +0000
+++ /home/postgres/postgres/build/testrun/pageinspect/regress/results/page.out 2025-12-11 15:08:35.817459899 +0000
@@ -179,110 +179,7 @@
-- check that using any of these functions with a partitioned table or index
-- would fail
create table test_partitioned (a int) partition by range (a);
-create index test_partitioned_index on test_partitioned (a);
-select get_raw_page('test_partitioned', 0); -- error about partitioned table
-ERROR: cannot get raw page from relation "test_partitioned"
-DETAIL: This operation is not supported for partitioned tables.
-select get_raw_page('test_partitioned_index', 0); -- error about partitioned index
-ERROR: cannot get raw page from relation "test_partitioned_index"
-DETAIL: This operation is not supported for partitioned indexes.
--- a regular table which is a member of a partition set should work though
-create table test_part1 partition of test_partitioned for values from ( 1 ) to (100);
-select get_raw_page('test_part1', 0); -- get farther and error about empty table
-ERROR: block number 0 is out of range for relation "test_part1"
-drop table test_partitioned;
--- check null bitmap alignment for table whose number of attributes is multiple of 8
... |
| regress | diff -U3 /home/postgres/postgres/contrib/pg_overexplain/expected/pg_overexplain.out /home/postgres/postgres/build/testru...
--- /home/postgres/postgres/contrib/pg_overexplain/expected/pg_overexplain.out 2025-12-11 15:05:18.765507646 +0000
+++ /home/postgres/postgres/build/testrun/pg_overexplain/regress/results/pg_overexplain.out 2025-12-11 15:08:37.03044781...
@@ -52,440 +52,7 @@
-- Create a partitioned table.
CREATE TABLE vegetables (id serial, name text, genus text)
PARTITION BY LIST (genus);
-CREATE TABLE daucus PARTITION OF vegetables FOR VALUES IN ('daucus');
-CREATE TABLE brassica PARTITION OF vegetables FOR VALUES IN ('brassica');
-INSERT INTO vegetables (name, genus)
- VALUES ('carrot', 'daucus'), ('bok choy', 'brassica'),
- ('brocooli', 'brassica'), ('cauliflower', 'brassica'),
- ('cabbage', 'brassica'), ('kohlrabi', 'brassica'),
- ('rutabaga', 'brassica'), ('turnip', 'brassica');
-VACUUM ANALYZE vegetables;
--- We filter relation OIDs out of the test output in order to avoid
--- test instability. This is currently only needed for EXPLAIN (DEBUG), not
--- EXPLAIN (RANGE_TABLE). Also suppress actual row counts, which are not
--- stable (e.g. 1/8 is 0.12 on some buildfarm machines and 0.13 on others).
-CREATE FUNCTION explain_filter(text) RETURNS SETOF text
... |
| regress | diff -U3 /home/postgres/postgres/contrib/pg_prewarm/expected/pg_prewarm.out /home/postgres/postgres/build/testrun/pg_pre...
--- /home/postgres/postgres/contrib/pg_prewarm/expected/pg_prewarm.out 2025-12-11 15:05:18.777461042 +0000
+++ /home/postgres/postgres/build/testrun/pg_prewarm/regress/results/pg_prewarm.out 2025-12-11 15:08:37.109918809 +0000
@@ -2,9 +2,7 @@
CREATE EXTENSION pg_prewarm;
-- pg_prewarm() should fail if the target relation has no storage.
CREATE TABLE test (c1 int) PARTITION BY RANGE (c1);
-SELECT pg_prewarm('test', 'buffer');
-ERROR: relation "test" does not have storage
-DETAIL: This operation is not supported for partitioned tables.
--- Cleanup
-DROP TABLE test;
-DROP EXTENSION pg_prewarm;
+server closed the connection unexpectedly
+ This probably means the server terminated abnormally
+ before or while processing the request.
+connection to server was lost |
| regress | diff -U3 /home/postgres/postgres/contrib/pg_stat_statements/expected/utility.out /home/postgres/postgres/build/testrun/p... --- /home/postgres/postgres/contrib/pg_stat_statements/expected/utility.out 2025-12-11 15:05:18.806859883 +0000 +++ /home/postgres/postgres/build/testrun/pg_stat_statements/regress/results/utility.out 2025-12-11 15:08:37.585008885 +... @@ -44,696 +44,7 @@ -- Partitions CREATE TABLE pt_stats (a int, b int) PARTITION BY range (a); -CREATE TABLE pt_stats1 (a int, b int); -ALTER TABLE pt_stats ATTACH PARTITION pt_stats1 FOR VALUES FROM (0) TO (100); -CREATE TABLE pt_stats2 PARTITION OF pt_stats FOR VALUES FROM (100) TO (200); -CREATE INDEX pt_stats_index ON ONLY pt_stats (a); -CREATE INDEX pt_stats2_index ON ONLY pt_stats2 (a); -ALTER INDEX pt_stats_index ATTACH PARTITION pt_stats2_index; -DROP TABLE pt_stats; --- Views -CREATE VIEW view_stats AS SELECT 1::int AS a, 2::int AS b; -ALTER VIEW view_stats ALTER COLUMN a SET DEFAULT 2; -DROP VIEW view_stats; --- Foreign tables -CREATE FOREIGN DATA WRAPPER wrapper_stats; ... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/geometry.out /home/postgres/postgres/build/testrun/pg_upgrade... --- /home/postgres/postgres/src/test/regress/expected/geometry.out 2025-12-11 15:05:26.447243392 +0000 +++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/geometry.out 2025-12-11 15:07:48.868000... @@ -4176,1148 +4176,10 @@ -- Distance to polygon SELECT p1.f1, p2.f1, p1.f1 <-> p2.f1 FROM POLYGON_TBL p1, POLYGON_TBL p2; - f1 | f1 | ?column? -----------------------------+----------------------------+---------------- - ((2,0),(2,4),(0,0)) | ((2,0),(2,4),(0,0)) | 0 - ((2,0),(2,4),(0,0)) | ((3,1),(3,3),(1,0)) | 0 - ((2,0),(2,4),(0,0)) | ((1,2),(3,4),(5,6),(7,8)) | 0 - ((2,0),(2,4),(0,0)) | ((7,8),(5,6),(3,4),(1,2)) | 0 - ((2,0),(2,4),(0,0)) | ((1,2),(7,8),(5,6),(3,-4)) | 0 - ((2,0),(2,4),(0,0)) | ((0,0)) | 0 - ((2,0),(2,4),(0,0)) | ((0,1),(0,1)) | 0.4472135955 - ((3,1),(3,3),(1,0)) | ((2,0),(2,4),(0,0)) | 0 - ((3,1),(3,3),(1,0)) | ((3,1),(3,3),(1,0)) | 0 - ((3,1),(3,3),(1,0)) | ((1,2),(3,4),(5,6),(7,8)) | 0.707106781187 - ((3,1),(3,3),(1,0)) | ((7,8),(5,6),(3,4),(1,2)) | 0.707106781187 ... |
| regress | diff -U3 /home/postgres/postgres/contrib/pg_visibility/expected/pg_visibility.out /home/postgres/postgres/build/testrun/...
--- /home/postgres/postgres/contrib/pg_visibility/expected/pg_visibility.out 2025-12-11 15:05:18.895689954 +0000
+++ /home/postgres/postgres/build/testrun/pg_visibility/regress/results/pg_visibility.out 2025-12-11 15:08:38.742759646 ...
@@ -39,240 +39,7 @@
--
-- partitioned tables (the parent ones) don't have visibility maps
create table test_partitioned (a int) partition by list (a);
--- these should all fail
-select pg_visibility('test_partitioned', 0);
-ERROR: relation "test_partitioned" is of wrong relation kind
-DETAIL: This operation is not supported for partitioned tables.
-select pg_visibility_map('test_partitioned');
-ERROR: relation "test_partitioned" is of wrong relation kind
-DETAIL: This operation is not supported for partitioned tables.
-select pg_visibility_map_summary('test_partitioned');
-ERROR: relation "test_partitioned" is of wrong relation kind
-DETAIL: This operation is not supported for partitioned tables.
-select pg_check_frozen('test_partitioned');
-ERROR: relation "test_partitioned" is of wrong relation kind
-DETAIL: This operation is not supported for partitioned tables.
... |
| regress | diff -U3 /home/postgres/postgres/contrib/pgstattuple/expected/pgstattuple.out /home/postgres/postgres/build/testrun/pgst...
--- /home/postgres/postgres/contrib/pgstattuple/expected/pgstattuple.out 2025-12-11 15:05:19.037442720 +0000
+++ /home/postgres/postgres/build/testrun/pgstattuple/regress/results/pgstattuple.out 2025-12-11 15:08:37.559316905 +000...
@@ -152,154 +152,7 @@
ERROR: relation "test_hashidx" is not a GIN index
-- check that using any of these functions with unsupported relations will fail
create table test_partitioned (a int) partition by range (a);
-create index test_partitioned_index on test_partitioned(a);
-create index test_partitioned_hash_index on test_partitioned using hash(a);
--- these should all fail
-select pgstattuple('test_partitioned');
-ERROR: cannot get tuple-level statistics for relation "test_partitioned"
-DETAIL: This operation is not supported for partitioned tables.
-select pgstattuple('test_partitioned_index');
-ERROR: cannot get tuple-level statistics for relation "test_partitioned_index"
-DETAIL: This operation is not supported for partitioned indexes.
-select pgstattuple_approx('test_partitioned');
-ERROR: relation "test_partitioned" is of wrong relation kind
-DETAIL: This operation is not supported for partitioned tables.
-select pg_relpages('test_partitioned');
... |
| regress | diff -U3 /home/postgres/postgres/contrib/postgres_fdw/expected/postgres_fdw.out /home/postgres/postgres/build/testrun/po... --- /home/postgres/postgres/contrib/postgres_fdw/expected/postgres_fdw.out 2025-12-11 15:05:19.067540593 +0000 +++ /home/postgres/postgres/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2025-12-11 15:08:40.457241234 +0... @@ -4542,8180 +4542,7 @@ DROP FOREIGN TABLE reindex_foreign; -- partitions and foreign tables CREATE TABLE reind_fdw_parent (c1 int) PARTITION BY RANGE (c1); -CREATE TABLE reind_fdw_0_10 PARTITION OF reind_fdw_parent - FOR VALUES FROM (0) TO (10); -CREATE FOREIGN TABLE reind_fdw_10_20 PARTITION OF reind_fdw_parent - FOR VALUES FROM (10) TO (20) - SERVER loopback OPTIONS (table_name 'reind_local_10_20'); -REINDEX TABLE reind_fdw_parent; -- ok -REINDEX TABLE CONCURRENTLY reind_fdw_parent; -- ok -DROP TABLE reind_fdw_parent; --- =================================================================== --- conversion error --- =================================================================== -ALTER FOREIGN TABLE ft1 ALTER COLUMN c8 TYPE int; -SELECT * FROM ft1 ftx(x1,x2,x3,x4,x5,x6,x7,x8) WHERE x1 = 1; -- ERROR ... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/geometry.out /home/postgres/postgres/build/testrun/recovery/0... --- /home/postgres/postgres/src/test/regress/expected/geometry.out 2025-12-11 15:05:26.447243392 +0000 +++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/geometry.out 2025-12-11 15:08:15.3633... @@ -458,4866 +458,10 @@ ERROR: value out of range: underflow -- Divide by point SELECT p1.f1, p2.f1, p1.f1 / p2.f1 FROM POINT_TBL p1, POINT_TBL p2 WHERE p2.f1[0] BETWEEN 1 AND 1000; - f1 | f1 | ?column? --------------------+------------+------------------------------------------- - (0,0) | (5.1,34.5) | (0,0) - (0,0) | (10,10) | (0,0) - (-10,0) | (5.1,34.5) | (-0.0419318237877,0.283656455034) - (-10,0) | (10,10) | (-0.5,0.5) - (-3,4) | (5.1,34.5) | (0.100883034877,0.101869666025) - (-3,4) | (10,10) | (0.05,0.35) - (5.1,34.5) | (5.1,34.5) | (1,0) - (5.1,34.5) | (10,10) | (1.98,1.47) - (-5,-12) | (5.1,34.5) | (-0.361353657935,0.0915100389719) - (-5,-12) | (10,10) | (-0.85,-0.35) - (1e-300,-1e-300) | (5.1,34.5) | (-2.41724631247e-302,-3.25588278822e-302) ... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/horology.out /home/postgres/postgres/build/testrun/regress/re...
--- /home/postgres/postgres/src/test/regress/expected/horology.out 2025-12-11 15:05:26.455027126 +0000
+++ /home/postgres/postgres/build/testrun/regress/regress/results/horology.out 2025-12-11 15:07:43.447064196 +0000
@@ -3487,404 +3487,10 @@
(1 row)
SELECT to_date('3 4 21 01', 'W MM CC YY');
- to_date
-------------
- 04-15-2001
-(1 row)
-
-SELECT to_date('2458872', 'J');
- to_date
-------------
- 01-23-2020
-(1 row)
-
---
--- Check handling of BC dates
... |
| regress | diff -U3 /home/postgres/postgres/contrib/seg/expected/security.out /home/postgres/postgres/build/testrun/seg/regress/res... --- /home/postgres/postgres/contrib/seg/expected/security.out 2025-12-11 15:05:19.102631343 +0000 +++ /home/postgres/postgres/build/testrun/seg/regress/results/security.out 2025-12-11 15:08:39.735447427 +0000 @@ -22,11 +22,7 @@ CREATE SCHEMA test_schema CREATE TABLE t(i int) PARTITION BY RANGE (i) CREATE TABLE p1 PARTITION OF t FOR VALUES FROM (1) TO (regress_seg_schema.exfun(2)); -DROP SCHEMA test_schema CASCADE; -NOTICE: drop cascades to 3 other objects -DETAIL: drop cascades to table test_schema.t -drop cascades to extension seg -drop cascades to operator test_schema.=(oid,regclass) -RESET ROLE; -DROP OWNED BY regress_seg_role; -DROP ROLE regress_seg_role; +server closed the connection unexpectedly + This probably means the server terminated abnormally + before or while processing the request. +connection to server was lost diff -U3 /home/postgres/postgres/contrib/seg/expected/seg.out /home/postgres/postgres/build/testrun/seg/regress/results/... ... |
| regress | diff -U3 /home/postgres/postgres/src/test/modules/test_ddl_deparse/expected/alter_table.out /home/postgres/postgres/buil... --- /home/postgres/postgres/src/test/modules/test_ddl_deparse/expected/alter_table.out 2025-12-11 15:05:25.819178581 +00... +++ /home/postgres/postgres/build/testrun/test_ddl_deparse/regress/results/alter_table.out 2025-12-11 15:08:47.915722658... @@ -101,43 +101,7 @@ CREATE TABLE part ( a int ) PARTITION BY RANGE (a); -NOTICE: DDL test: type simple, tag CREATE TABLE -CREATE TABLE part1 PARTITION OF part FOR VALUES FROM (1) to (100); -NOTICE: DDL test: type simple, tag CREATE TABLE -CREATE TABLE part2 (a int); -NOTICE: DDL test: type simple, tag CREATE TABLE -ALTER TABLE part ATTACH PARTITION part2 FOR VALUES FROM (101) to (200); -NOTICE: DDL test: type alter table, tag ALTER TABLE -NOTICE: subcommand: type ATTACH PARTITION desc table part2 -ALTER TABLE part DETACH PARTITION part2; -NOTICE: DDL test: type alter table, tag ALTER TABLE -NOTICE: subcommand: type DETACH PARTITION desc table part2 -DROP TABLE part2; -ALTER TABLE part ADD PRIMARY KEY (a); ... |
| tap | [15:07:55.223](11.280s) not ok 5 - regression tests pass [15:08:05.044](3.849s) not ok 16 - run of pg_upgrade for new instance [15:08:05.044](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success [15:08:05.662](0.022s) not ok 20 - old and new dumps match after pg_upgrade |
| tap | [15:09:51.839](0.066s) not ok 23 - pgbench scale 1 initialization status (got 1 vs expected 0) [15:09:51.842](0.000s) not ok 27 - pgbench scale 1 initialization stderr /(?^:creating 2 partitions)/ [15:09:51.842](0.000s) not ok 28 - pgbench scale 1 initialization stderr /(?^:vacuuming)/ [15:09:51.843](0.000s) not ok 29 - pgbench scale 1 initialization stderr /(?^:creating primary keys)/ [15:09:51.844](0.000s) not ok 30 - pgbench scale 1 initialization stderr /(?^:creating foreign keys)/ [15:09:51.845](0.000s) not ok 32 - pgbench scale 1 initialization stderr /(?^:done in \d+\.\d\d s )/ [15:09:51.853](0.008s) not ok 33 - pgbench --init-steps status (got 1 vs expected 0) [15:09:51.854](0.000s) not ok 35 - pgbench --init-steps stderr /(?^:dropping old tables)/ [15:09:51.855](0.000s) not ok 36 - pgbench --init-steps stderr /(?^:creating tables)/ [15:09:51.856](0.000s) not ok 37 - pgbench --init-steps stderr /(?^:creating 3 partitions)/ [15:09:51.856](0.000s) not ok 38 - pgbench --init-steps stderr /(?^:creating primary keys)/ [15:09:51.857](0.000s) not ok 39 - pgbench --init-steps stderr /(?^:generating data \(server-side\))/ [15:09:51.858](0.000s) not ok 40 - pgbench --init-steps stderr /(?^:creating foreign keys)/ [15:09:51.859](0.000s) not ok 42 - pgbench --init-steps stderr /(?^:done in \d+\.\d\d s )/ |
| tap | [15:08:20.242](8.982s) not ok 2 - regression tests pass [15:08:20.243](0.001s) not ok 3 - primary alive after regression test run |
| test | [15:10:58.045] 15/362 postgresql:isolation / isolation/isolation ERROR ... [15:10:58.045] 10/362 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [15:10:58.045] 42/362 postgresql:recovery / recovery/027_stream_regress ERROR ... [15:10:58.045] 61/362 postgresql:amcheck / amcheck/regress ERROR ... [15:10:58.045] 67/362 postgresql:btree_gist / btree_gist/regress ERROR ... [15:10:58.045] 86/362 postgresql:pageinspect / pageinspect/regress ERROR ... [15:10:58.045] 94/362 postgresql:pg_overexplain / pg_overexplain/regress ERROR ... [15:10:58.045] 98/362 postgresql:pg_stat_statements / pg_stat_statements/regress ERROR ... [15:10:58.045] 106/362 postgresql:seg / seg/regress ERROR ... [15:10:58.045] 110/362 postgresql:postgres_fdw / postgres_fdw/regress ERROR ... [15:10:58.045] 118/362 postgresql:delay_execution / delay_execution/isolation ERROR ... [15:10:58.045] 133/362 postgresql:test_ddl_deparse / test_ddl_deparse/regress ERROR ... [15:10:58.045] 137/362 postgresql:injection_points / injection_points/isolation ERROR ... [15:10:58.045] 165/362 postgresql:pg_amcheck / pg_amcheck/003_check ERROR ... [15:10:58.045] 194/362 postgresql:pg_dump / pg_dump/002_pg_dump ERROR ... [15:10:58.045] 195/362 postgresql:pg_dump / pg_dump/004_pg_dump_parallel ERROR ... [15:10:58.045] 235/362 postgresql:pgbench / pgbench/001_pgbench_with_server ERROR ... [15:10:58.045] 246/362 postgresql:scripts / scripts/100_vacuumdb ERROR ... [15:10:58.045] 5/362 postgresql:regress / regress/regress ERROR 1... [15:10:58.045] 289/362 postgresql:subscription / subscription/013_partition ERROR ... [15:10:58.045] 301/362 postgresql:subscription / subscription/025_rep_changes_for_schema ERROR ... [15:10:58.045] 304/362 postgresql:subscription / subscription/027_nosuperuser ERROR ... [15:10:58.045] 305/362 postgresql:subscription / subscription/028_row_filter ERROR ... [15:10:58.045] 307/362 postgresql:subscription / subscription/031_column_list ERROR ... [15:10:58.045] 309/362 postgresql:subscription / subscription/032_subscribe_use_index ERROR ... [15:10:58.045] 310/362 postgresql:subscription / subscription/030_origin ERROR ... [15:10:58.045] 311/362 postgresql:subscription / subscription/035_conflicts ERROR ... [15:10:58.045] 75/362 postgresql:file_fdw / file_fdw/regress ERROR 1... [15:10:58.045] 338/362 postgresql:test_misc / test_misc/001_constraint_validation ERROR ... [15:10:58.045] 95/362 postgresql:pg_prewarm / pg_prewarm/regress ERROR 1... [15:10:58.045] 97/362 postgresql:pgstattuple / pgstattuple/regress ERROR 1... [15:10:58.045] 102/362 postgresql:pg_visibility / pg_visibility/regress ERROR 1... |
| OpenBSD - Meson | |
| test | [15:10:58.760] 12/362 postgresql:isolation / isolation/isolation ERROR ... [15:10:58.760] 9/362 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [15:10:58.760] 48/362 postgresql:recovery / recovery/027_stream_regress ERROR ... [15:10:58.760] 50/362 postgresql:recovery / recovery/044_invalidate_inactive_slots ERROR ... [15:10:58.760] 51/362 postgresql:recovery / recovery/045_archive_restartpoint ERROR ... |
| Linux - Debian Trixie - Autoconf | |
| assertion | TRAP: failed Assert("false"), File: "../../../../src/include/varatt.h", Line: 112, PID: 34734 |
| assertion | TRAP: failed Assert("false"), File: "../../../../src/include/varatt.h", Line: 112, PID: 23450 |
| core | [15:12:31.723] #0 0x00007fb5b189e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [15:12:31.723] #1 0x00007fb5b1849cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [15:12:31.723] #2 0x00007fb5b18324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [15:12:31.723] #3 0x000056484e7caf95 in ExceptionalCondition (conditionName=conditionName@entry=0x56484e904640 "false",... [15:12:31.723] #4 0x000056484da2be0c in VARTAG_SIZE (tag=<optimized out>) at ../../../../src/include/varatt.h:112 [15:12:31.723] #5 0x000056484da2be7b in VARSIZE_EXTERNAL (PTR=0x525000358a10) at ../../../../src/include/varatt.h:335 [15:12:31.723] #6 VARSIZE_ANY (PTR=PTR@entry=0x525000358a10) at ../../../../src/include/varatt.h:463 [15:12:31.723] #7 0x000056484da2e38c in heap_compute_data_size (tupleDesc=tupleDesc@entry=0x7fb5b1691598, values=values... [15:12:31.723] #8 0x000056484da2ff0e in heap_form_tuple (tupleDescriptor=0x7fb5b1691598, values=values@entry=0x7fff2ec6... [15:12:31.723] #9 0x000056484dc6b7c5 in StorePartitionKey (rel=rel@entry=0x7fb5b12faef0, strategy=<optimized out>, part... |
| core | [15:12:30.994] #0 0x00007f994cc9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [15:12:30.994] #1 0x00007f994cc49cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [15:12:30.994] #2 0x00007f994cc324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [15:12:30.994] #3 0x000056455e2c2f95 in ExceptionalCondition (conditionName=conditionName@entry=0x56455e3fc640 "false",... [15:12:30.994] #4 0x000056455d523e0c in VARTAG_SIZE (tag=<optimized out>) at ../../../../src/include/varatt.h:112 [15:12:30.994] #5 0x000056455d523e7b in VARSIZE_EXTERNAL (PTR=0x525000054210) at ../../../../src/include/varatt.h:335 [15:12:30.994] #6 VARSIZE_ANY (PTR=PTR@entry=0x525000054210) at ../../../../src/include/varatt.h:463 [15:12:30.994] #7 0x000056455d52638c in heap_compute_data_size (tupleDesc=tupleDesc@entry=0x7f994c6f8598, values=values... [15:12:30.994] #8 0x000056455d527f0e in heap_form_tuple (tupleDescriptor=0x7f994c6f8598, values=values@entry=0x7ffcb3fb... [15:12:30.994] #9 0x000056455d7637c5 in StorePartitionKey (rel=rel@entry=0x7f994c6c79d8, strategy=<optimized out>, part... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/insert.out /tmp/cirrus-ci-build/src/test/regress/results/insert....
--- /tmp/cirrus-ci-build/src/test/regress/expected/insert.out 2025-12-11 15:05:17.963374287 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/insert.out 2025-12-11 15:09:04.109984229 +0000
@@ -300,797 +300,7 @@
a text,
b int
) partition by range (a, (b+0));
--- no partitions, so fail
-insert into range_parted values ('a', 11);
-ERROR: no partition of relation "range_parted" found for row
-DETAIL: Partition key of the failing row contains (a, (b + 0)) = (a, 11).
-create table part1 partition of range_parted for values from ('a', 1) to ('a', 10);
-create table part2 partition of range_parted for values from ('a', 10) to ('a', 20);
-create table part3 partition of range_parted for values from ('b', 1) to ('b', 10);
-create table part4 partition of range_parted for values from ('b', 10) to ('b', 20);
--- fail
-insert into part1 values ('a', 11);
-ERROR: new row for relation "part1" violates partition constraint
-DETAIL: Failing row contains (a, 11).
-insert into part1 values ('b', 1);
... |
| tap | [15:09:37.167](13.177s) not ok 1 - pg_amcheck prior to corruption status (got 2 vs expected 0) [15:09:37.168](0.000s) not ok 2 - pg_amcheck prior to corruption stdout /(?^:^$)/ [15:09:46.171](2.582s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 2 vs expected 0) [15:09:46.172](0.000s) not ok 62 - pg_amcheck excluding all corrupt schemas stdout /(?^:^$)/ [15:09:49.092](2.567s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 2 vs e... [15:09:49.093](0.000s) not ok 71 - pg_amcheck excluding all corrupt schemas with --checkunique option stdout /(?^:^$)/ [15:09:49.860](0.767s) not ok 73 - pg_amcheck smoke test --checkunique status (got 2 vs expected 0) [15:09:49.861](0.000s) not ok 74 - pg_amcheck smoke test --checkunique stdout /(?^:^$)/ |
| tap | [15:10:03.371](6.483s) not ok 21 - pg_dump: option -n pg_catalog |
| FreeBSD - Meson | |
| core | [15:13:58.806] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:13:58.806] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca8fe38f0, bit=<optimized out>, bitmask=bitmask@ent... [15:13:58.806] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca8fe3858, values=values@entry=0x821b2a020, isnu... [15:13:58.806] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:13:58.806] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca96969e0, strategy=108 'l', partnatts=par... [15:13:58.806] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca9725060, relkind=112 'p', relkind@entry=1... [15:13:58.806] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca975dd00, pstmt=pstmt@entry=0xd8ca... [15:13:58.806] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e1bc40, queryString=0xd8ca8e1a100 "create... [15:13:58.806] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9c04590, queryString=0x821b2e000 <error: Cannot acc... [15:13:58.806] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca8e1bc40, isTopLevel=<optimi... |
| core | [15:13:51.099] #0 0x000000082a22432a in memcpy () from /lib/libc.so.7 [15:13:51.099] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8baa40ba0, bit=<optimized out>, bitmask=bitmask@entr... [15:13:51.099] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8baa40b08, values=values@entry=0x8216cb320, isnul... [15:13:51.099] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x8216cb3... [15:13:51.099] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8baa436e8, strategy=114 'r', partnatts=part... [15:13:51.099] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ba3f12a0, relkind=112 'p', relkind@entry=11... [15:13:51.099] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ba228d00, pstmt=pstmt@entry=0xd8ba2... [15:13:51.099] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ba21bd50, queryString=0xd8ba21a100 "CREATE T... [15:13:51.099] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8bb0054d0, queryString=0x8216d0000 <error: Cannot acce... [15:13:51.099] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ba324100, pstmt=0xd8ba21bd50, isTopLevel=<optimize... |
| core | [15:14:00.224] #0 0x000000082b7c932a in ?? () [15:14:00.224] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca8fd7dd8, bit=<optimized out>, bitmask=bitmask@ent... [15:14:00.224] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca8fd7d40, values=values@entry=0x821b2a020, isnu... [15:14:00.224] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:14:00.224] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca8fdf678, strategy=108 'l', partnatts=par... [15:14:00.224] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8e27358, relkind=112 'p', relkind@entry=1... [15:14:00.224] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca8e28d00, pstmt=pstmt@entry=0xd8ca... [15:14:00.224] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e1bdc0, queryString=0xd8ca8e1a100 "create... [15:14:00.224] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9c04e90, queryString=0x821b2e000 <error: Cannot acc... [15:14:00.224] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca8e1bdc0, isTopLevel=<optimi... |
| core | [15:13:59.999] #0 VARATT_CAN_MAKE_SHORT (PTR=0x406f) at ../src/include/varatt.h:419 [15:13:59.999] #1 heap_compute_data_size (tupleDesc=0xd8ca8fd1a18, values=0x821b2a020, isnull=isnull@entry=0x821b2a098)... [15:13:59.999] #2 0x00000000005d42a0 in heap_form_tuple (tupleDescriptor=0xd8ca8fd1de0, values=values@entry=0x821b2a020... [15:13:59.999] #3 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca8fdef78, strategy=104 'h', partnatts=par... [15:13:59.999] #4 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8f7f420, relkind=112 'p', relkind@entry=1... [15:13:59.999] #5 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca8e28d00, pstmt=pstmt@entry=0xd8ca... [15:13:59.999] #6 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e274b0, queryString=0xd8ca8e1a100 "CREATE... [15:13:59.999] #7 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca8fd1de0, queryString=0x821b29f30 "\377\377\377\377\... [15:13:59.999] #8 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca8e274b0, isTopLevel=<optimi... [15:13:59.999] #9 0x0000000000993634 in PortalRunMulti (portal=portal@entry=0xd8ca8f7a100, isTopLevel=true, setHoldSnap... |
| core | [15:13:59.708] #0 0x0000000829e8932a in memcpy () from /lib/libc.so.7 [15:13:59.708] #1 0x00000000005d3181 in fill_val (att=att@entry=0x203b603cc258, bit=<optimized out>, bitmask=bitmask@en... [15:13:59.708] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x203b603cc1c0, values=values@entry=0x820e07620, isn... [15:13:59.708] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x820e076... [15:13:59.708] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x203b60a5c2b0, strategy=108 'l', partnatts=pa... [15:13:59.708] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x203b60a90188, relkind=112 'p', relkind@entry=... [15:13:59.708] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x203b60229100, pstmt=pstmt@entry=0x203... [15:13:59.708] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x203b603fae00, queryString=0x203b6021a100 "CREA... [15:13:59.708] #8 0x0000000000994478 in ProcessUtility (pstmt=0x203b62c04c50, queryString=0x820e0c000 <error: Cannot ac... [15:13:59.708] #9 0x0000000000993fac in PortalRunUtility (portal=0x203b6038d100, pstmt=0x203b603fae00, isTopLevel=<opti... |
| core | [15:13:59.410] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:13:59.410] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca8fd8198, bit=<optimized out>, bitmask=bitmask@ent... [15:13:59.410] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca8fd8100, values=values@entry=0x821b2a020, isnu... [15:13:59.410] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:13:59.410] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca966a760, strategy=108 'l', partnatts=par... [15:13:59.410] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8e27f80, relkind=112 'p', relkind@entry=1... [15:13:59.410] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca8f19d00, pstmt=pstmt@entry=0xd8ca... [15:13:59.410] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e1be60, queryString=0xd8ca8e1a100 "CREATE... [15:13:59.410] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9c04cd0, queryString=0x821b2e000 <error: Cannot acc... [15:13:59.410] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca8e1be60, isTopLevel=<optimi... |
| core | [15:13:59.109] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:13:59.109] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca8fe37b8, bit=<optimized out>, bitmask=bitmask@ent... [15:13:59.109] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca8fe3720, values=values@entry=0x821b2a020, isnu... [15:13:59.109] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:13:59.109] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca966d008, strategy=108 'l', partnatts=par... [15:13:59.109] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8f7f318, relkind=112 'p', relkind@entry=1... [15:13:59.109] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca8e62d00, pstmt=pstmt@entry=0xd8ca... [15:13:59.109] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e27e90, queryString=0xd8ca8e1a100 "CREATE... [15:13:59.109] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9c046d0, queryString=0x821b2e000 <error: Cannot acc... [15:13:59.109] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca8e27e90, isTopLevel=<optimi... |
| core | [15:13:58.506] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:13:58.506] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca9667b00, bit=<optimized out>, bitmask=bitmask@ent... [15:13:58.506] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca9667a68, values=values@entry=0x821b2a020, isnu... [15:13:58.506] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:13:58.506] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca96886f0, strategy=108 'l', partnatts=par... [15:13:58.506] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca96e80e0, relkind=112 'p', relkind@entry=1... [15:13:58.506] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca8e4e500, pstmt=pstmt@entry=0xd8ca... [15:13:58.506] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e1bcb0, queryString=0xd8ca8e1a100 "create... [15:13:58.506] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9c04910, queryString=0x821b2e000 <error: Cannot acc... [15:13:58.506] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca8e1bcb0, isTopLevel=<optimi... |
| core | [15:13:58.207] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:13:58.207] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca968b500, bit=<optimized out>, bitmask=bitmask@ent... [15:13:58.207] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca968b468, values=values@entry=0x821b2a020, isnu... [15:13:58.207] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:13:58.207] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca9690c18, strategy=114 'r', partnatts=par... [15:13:58.207] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8e27f18, relkind=112 'p', relkind@entry=1... [15:13:58.207] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca8e28d00, pstmt=pstmt@entry=0xd8ca... [15:13:58.207] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca97363c8, queryString=0xd8ca8e1a100 "CREATE... [15:13:58.207] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9c04d50, queryString=0x821b2e000 <error: Cannot acc... [15:13:58.207] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca97363c8, isTopLevel=<optimi... |
| core | [15:13:57.911] #0 0x000000082bb5132a in memcpy () from /lib/libc.so.7 [15:13:57.911] #1 0x00000000005d3181 in fill_val (att=att@entry=0x2a14bc9d4118, bit=<optimized out>, bitmask=bitmask@en... [15:13:57.911] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x2a14bc9d4080, values=values@entry=0x821605c50, isn... [15:13:57.911] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821605c... [15:13:57.911] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x2a14bc9cfa88, strategy=114 'r', partnatts=pa... [15:13:57.911] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x2a14bd04c048, relkind=112 'p', relkind@entry=... [15:13:57.911] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x2a14bc828d00, pstmt=pstmt@entry=0x2a1... [15:13:57.911] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x2a14bc827e80, queryString=0x2a14bc81a100 "\n ... [15:13:57.911] #8 0x0000000000994478 in ProcessUtility (pstmt=0x2a14bd604ee0, queryString=0x82160a000 <error: Cannot ac... [15:13:57.911] #9 0x0000000000993fac in PortalRunUtility (portal=0x2a14bc978100, pstmt=0x2a14bc827e80, isTopLevel=<opti... |
| core | [15:13:57.615] #0 0x000000082b49532a in memcpy () from /lib/libc.so.7 [15:13:57.615] #1 0x00000000005d3181 in fill_val (att=att@entry=0x301b69267110, bit=<optimized out>, bitmask=bitmask@en... [15:13:57.615] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x301b69267078, values=values@entry=0x820cbf940, isn... [15:13:57.615] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x820cbf9... [15:13:57.615] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x301b69269c58, strategy=114 'r', partnatts=pa... [15:13:57.615] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x301b68bd3910, relkind=112 'p', relkind@entry=... [15:13:57.615] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x301b68a28d00, pstmt=pstmt@entry=0x301... [15:13:57.615] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=pstmt@entry=0x301b68a1bd50, queryString=queryStr... [15:13:57.615] #8 0x000000083294f178 in pgss_ProcessUtility (pstmt=0x301b68a1bd50, queryString=0x301b68a1a100 "CREATE T... [15:13:57.615] #9 0x0000000000993fac in PortalRunUtility (portal=0x301b68b22100, pstmt=0x301b68a1bd50, isTopLevel=<opti... |
| core | [15:13:57.307] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:13:57.307] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca9653c10, bit=<optimized out>, bitmask=bitmask@ent... [15:13:57.307] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca9653b78, values=values@entry=0x821b2a020, isnu... [15:13:57.307] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:13:57.307] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca966d680, strategy=108 'l', partnatts=par... [15:13:57.307] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8ff0060, relkind=112 'p', relkind@entry=1... [15:13:57.307] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca963e100, pstmt=pstmt@entry=0xd8ca... [15:13:57.307] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e1bc40, queryString=0xd8ca8e1a100 "CREATE... [15:13:57.307] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9c04610, queryString=0x821b2e000 <error: Cannot acc... [15:13:57.307] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca8e1bc40, isTopLevel=<optimi... |
| core | [15:13:57.006] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:13:57.006] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca97a4bd0, bit=<optimized out>, bitmask=bitmask@ent... [15:13:57.006] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca97a4b38, values=values@entry=0x821b2a020, isnu... [15:13:57.006] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:13:57.006] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca979fef8, strategy=114 'r', partnatts=par... [15:13:57.006] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8f7f318, relkind=112 'p', relkind@entry=1... [15:13:57.006] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca8e28d00, pstmt=pstmt@entry=0xd8ca... [15:13:57.006] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e1be88, queryString=0xd8ca8e1a100 "CREATE... [15:13:57.006] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9e04690, queryString=0x821b2e000 <error: Cannot acc... [15:13:57.006] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca8e1be88, isTopLevel=<optimi... |
| core | [15:13:56.703] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:13:56.703] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca8fd8658, bit=<optimized out>, bitmask=bitmask@ent... [15:13:56.703] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca8fd85c0, values=values@entry=0x821b2a020, isnu... [15:13:56.703] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:13:56.703] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca98a4518, strategy=108 'l', partnatts=par... [15:13:56.703] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca9720f58, relkind=112 'p', relkind@entry=1... [15:13:56.703] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca9822500, pstmt=pstmt@entry=0xd8ca... [15:13:56.703] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e1be50, queryString=0xd8ca8e1a100 "CREATE... [15:13:56.703] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9e04810, queryString=0x821b2e000 <error: Cannot acc... [15:13:56.703] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca8e1be50, isTopLevel=<optimi... |
| core | [15:13:56.400] #0 0x000000082bb5132a in memcpy () from /lib/libc.so.7 [15:13:56.400] #1 0x00000000005d3181 in fill_val (att=att@entry=0x2a14bc9d3e18, bit=<optimized out>, bitmask=bitmask@en... [15:13:56.400] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x2a14bc9d3d80, values=values@entry=0x821605c50, isn... [15:13:56.400] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821605c... [15:13:56.400] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x2a14bc9cf788, strategy=108 'l', partnatts=pa... [15:13:56.400] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x2a14bc8278f0, relkind=112 'p', relkind@entry=... [15:13:56.400] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x2a14bc828d00, pstmt=pstmt@entry=0x2a1... [15:13:56.400] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x2a14bc826100, queryString=0x2a14bc81a100 "\n\t... [15:13:56.400] #8 0x0000000000994478 in ProcessUtility (pstmt=0x2a14bd604fe0, queryString=0x82160a000 <error: Cannot ac... [15:13:56.400] #9 0x0000000000993fac in PortalRunUtility (portal=0x2a14bc978100, pstmt=0x2a14bc826100, isTopLevel=<opti... |
| core | [15:13:56.105] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:13:56.105] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca9697a90, bit=<optimized out>, bitmask=bitmask@ent... [15:13:56.105] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca96979f8, values=values@entry=0x821b2a020, isnu... [15:13:56.105] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:13:56.105] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca98828c8, strategy=114 'r', partnatts=par... [15:13:56.105] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8e27f18, relkind=112 'p', relkind@entry=1... [15:13:56.105] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca8e28d00, pstmt=pstmt@entry=0xd8ca... [15:13:56.105] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e26d78, queryString=0xd8ca8e1a100 "create... [15:13:56.105] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9e043d0, queryString=0x821b2e000 <error: Cannot acc... [15:13:56.105] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca8e26d78, isTopLevel=<optimi... |
| core | [15:13:55.808] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:13:55.808] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca8fd8658, bit=<optimized out>, bitmask=bitmask@ent... [15:13:55.808] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca8fd85c0, values=values@entry=0x821b2a020, isnu... [15:13:55.808] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:13:55.808] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca96a9d20, strategy=114 'r', partnatts=par... [15:13:55.808] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8e27060, relkind=112 'p', relkind@entry=1... [15:13:55.808] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca8e29100, pstmt=pstmt@entry=0xd8ca... [15:13:55.808] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e1bc40, queryString=0xd8ca8e1a100 "CREATE... [15:13:55.808] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9c04650, queryString=0x821b2e000 <error: Cannot acc... [15:13:55.808] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca8e1bc40, isTopLevel=<optimi... |
| core | [15:13:55.513] #0 0x000000082b7c932a in ?? () [15:13:55.513] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca8fd2230, bit=<optimized out>, bitmask=bitmask@ent... [15:13:55.513] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca8fd2198, values=values@entry=0x821b2a020, isnu... [15:13:55.513] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:13:55.513] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca9700148, strategy=108 'l', partnatts=par... [15:13:55.513] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8f7fd10, relkind=112 'p', relkind@entry=1... [15:13:55.513] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca9622900, pstmt=pstmt@entry=0xd8ca... [15:13:55.513] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8f80870, queryString=0xd8ca8e1a100 "CREATE... [15:13:55.513] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8caba04d50, queryString=0x821b2e000 <error: Cannot acc... [15:13:55.513] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca8f80870, isTopLevel=<optimi... |
| core | [15:13:55.286] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:13:55.286] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca97d4fd0, bit=<optimized out>, bitmask=bitmask@ent... [15:13:55.286] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca97d4f38, values=values@entry=0x821b2a020, isnu... [15:13:55.286] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:13:55.286] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca97e80a8, strategy=114 'r', partnatts=par... [15:13:55.286] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8e4ba28, relkind=112 'p', relkind@entry=1... [15:13:55.286] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca9621100, pstmt=pstmt@entry=0xd8ca... [15:13:55.286] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e4c650, queryString=0xd8ca8e1a100 "CREATE... [15:13:55.286] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9e04e10, queryString=0x821b2e000 <error: Cannot acc... [15:13:55.286] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca8e4c650, isTopLevel=<optimi... |
| core | [15:13:54.989] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:13:54.989] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca9781ad0, bit=<optimized out>, bitmask=bitmask@ent... [15:13:54.989] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca9781a38, values=values@entry=0x821b2a020, isnu... [15:13:54.989] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:13:54.989] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca978d918, strategy=108 'l', partnatts=par... [15:13:54.989] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca9731060, relkind=112 'p', relkind@entry=1... [15:13:54.989] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca9622100, pstmt=pstmt@entry=0xd8ca... [15:13:54.989] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e1bc40, queryString=0xd8ca8e1a100 "create... [15:13:54.989] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9e04990, queryString=0x821b2e000 <error: Cannot acc... [15:13:54.989] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca8e1bc40, isTopLevel=<optimi... |
| core | [15:13:54.691] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:13:54.691] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca8fd2230, bit=<optimized out>, bitmask=bitmask@ent... [15:13:54.691] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca8fd2198, values=values@entry=0x821b2a020, isnu... [15:13:54.691] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:13:54.691] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca9659cd0, strategy=114 'r', partnatts=par... [15:13:54.691] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8f7f318, relkind=112 'p', relkind@entry=1... [15:13:54.691] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca9622500, pstmt=pstmt@entry=0xd8ca... [15:13:54.691] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8f7f8e0, queryString=0xd8ca8e1a100 "CREATE... [15:13:54.691] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9c04990, queryString=0x821b2e000 <error: Cannot acc... [15:13:54.691] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca8f7f8e0, isTopLevel=<optimi... |
| core | [15:13:54.389] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:13:54.389] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca98b53e0, bit=<optimized out>, bitmask=bitmask@ent... [15:13:54.389] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca98b5348, values=values@entry=0x821b2a020, isnu... [15:13:54.389] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:13:54.389] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca98c6838, strategy=114 'r', partnatts=par... [15:13:54.389] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca97b4f18, relkind=112 'p', relkind@entry=1... [15:13:54.389] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca8e97d00, pstmt=pstmt@entry=0xd8ca... [15:13:54.389] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8f7f7c8, queryString=0xd8ca8e1a100 "CREATE... [15:13:54.389] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8cabc04710, queryString=0x821b2e000 <error: Cannot acc... [15:13:54.389] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f78100, pstmt=0xd8ca8f7f7c8, isTopLevel=<optimi... |
| core | [15:13:54.088] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:13:54.088] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca97346c0, bit=<optimized out>, bitmask=bitmask@ent... [15:13:54.088] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca9734628, values=values@entry=0x821b2a020, isnu... [15:13:54.088] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:13:54.088] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca973c0a8, strategy=108 'l', partnatts=par... [15:13:54.088] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca96dd508, relkind=112 'p', relkind@entry=1... [15:13:54.088] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca8e47100, pstmt=pstmt@entry=0xd8ca... [15:13:54.088] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca96de058, queryString=0xd8ca8e1a100 "create... [15:13:54.088] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9e04990, queryString=0x821b2e000 <error: Cannot acc... [15:13:54.088] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f78100, pstmt=0xd8ca96de058, isTopLevel=<optimi... |
| core | [15:13:53.793] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:13:53.793] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca96903e0, bit=<optimized out>, bitmask=bitmask@ent... [15:13:53.793] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca9690348, values=values@entry=0x821b2a020, isnu... [15:13:53.793] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:13:53.793] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca9890170, strategy=114 'r', partnatts=par... [15:13:53.793] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8e26f90, relkind=112 'p', relkind@entry=1... [15:13:53.793] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca8e95d00, pstmt=pstmt@entry=0xd8ca... [15:13:53.793] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e1bbb8, queryString=0xd8ca8e1a100 "CREATE... [15:13:53.793] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8caaa04590, queryString=0x821b2e000 <error: Cannot acc... [15:13:53.793] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f78100, pstmt=0xd8ca8e1bbb8, isTopLevel=<optimi... |
| core | [15:13:53.488] #0 0x000000082bb5132a in memcpy () from /lib/libc.so.7 [15:13:53.488] #1 0x00000000005d3181 in fill_val (att=att@entry=0x2a14bc9d1218, bit=<optimized out>, bitmask=bitmask@en... [15:13:53.488] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x2a14bc9d1180, values=values@entry=0x821605c50, isn... [15:13:53.488] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821605c... [15:13:53.488] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x2a14bc9ccb88, strategy=108 'l', partnatts=pa... [15:13:53.488] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x2a14bc8278f0, relkind=112 'p', relkind@entry=... [15:13:53.488] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x2a14bc828d00, pstmt=pstmt@entry=0x2a1... [15:13:53.488] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x2a14bc826100, queryString=0x2a14bc81a100 "\n ... [15:13:53.488] #8 0x0000000000994478 in ProcessUtility (pstmt=0x2a14bd604c20, queryString=0x82160a000 <error: Cannot ac... [15:13:53.488] #9 0x0000000000993fac in PortalRunUtility (portal=0x2a14bc978100, pstmt=0x2a14bc826100, isTopLevel=<opti... |
| core | [15:13:53.187] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:13:53.187] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca96e5e90, bit=<optimized out>, bitmask=bitmask@ent... [15:13:53.187] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca96e5df8, values=values@entry=0x821b2a020, isnu... [15:13:53.187] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:13:53.187] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca97a7e98, strategy=114 'r', partnatts=par... [15:13:53.187] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8e62f78, relkind=112 'p', relkind@entry=1... [15:13:53.187] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca8e63100, pstmt=pstmt@entry=0xd8ca... [15:13:53.187] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e61dd0, queryString=0xd8ca8e1a100 "create... [15:13:53.187] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9e04990, queryString=0x821b2e000 <error: Cannot acc... [15:13:53.187] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f78100, pstmt=0xd8ca8e61dd0, isTopLevel=<optimi... |
| core | [15:13:52.890] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:13:52.890] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca8fd3e58, bit=<optimized out>, bitmask=bitmask@ent... [15:13:52.890] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca8fd3dc0, values=values@entry=0x821b2a020, isnu... [15:13:52.890] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:13:52.890] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca965bd28, strategy=108 'l', partnatts=par... [15:13:52.890] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8e27f18, relkind=112 'p', relkind@entry=1... [15:13:52.890] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca9642500, pstmt=pstmt@entry=0xd8ca... [15:13:52.890] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca97401f8, queryString=0xd8ca8e1a100 "CREATE... [15:13:52.890] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9c04a90, queryString=0x821b2e000 <error: Cannot acc... [15:13:52.890] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f78100, pstmt=0xd8ca97401f8, isTopLevel=<optimi... |
| core | [15:13:52.593] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:13:52.593] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca9b0abe0, bit=<optimized out>, bitmask=bitmask@ent... [15:13:52.593] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca9b0ab48, values=values@entry=0x821b2a020, isnu... [15:13:52.593] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:13:52.593] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca9b18f08, strategy=104 'h', partnatts=par... [15:13:52.593] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8f5b060, relkind=112 'p', relkind@entry=1... [15:13:52.593] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca8f2e500, pstmt=pstmt@entry=0xd8ca... [15:13:52.593] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e1bc40, queryString=0xd8ca8e1a100 "CREATE... [15:13:52.593] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8caa204a10, queryString=0x821b2e000 <error: Cannot acc... [15:13:52.593] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f78100, pstmt=0xd8ca8e1bc40, isTopLevel=<optimi... |
| core | [15:13:52.293] #0 0x000000082b7c9360 in memcpy () from /lib/libc.so.7 [15:13:52.293] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca9807a70, bit=<optimized out>, bitmask=bitmask@ent... [15:13:52.293] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca98079d8, values=values@entry=0x821b2a020, isnu... [15:13:52.293] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:13:52.293] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca9812cc8, strategy=114 'r', partnatts=par... [15:13:52.293] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8f7f108, relkind=112 'p', relkind@entry=1... [15:13:52.293] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca8e28d00, pstmt=pstmt@entry=0xd8ca... [15:13:52.293] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e27ed0, queryString=0xd8ca8e1a100 "create... [15:13:52.293] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9e04df8, queryString=0x821b2dffc "", readOnlyTree=<... [15:13:52.293] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f78100, pstmt=0xd8ca8e27ed0, isTopLevel=<optimi... |
| core | [15:13:51.999] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:13:51.999] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca8fd4398, bit=<optimized out>, bitmask=bitmask@ent... [15:13:51.999] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca8fd4300, values=values@entry=0x821b2a020, isnu... [15:13:51.999] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:13:51.999] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca967d618, strategy=108 'l', partnatts=par... [15:13:51.999] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8e27f30, relkind=112 'p', relkind@entry=1... [15:13:51.999] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca9639d00, pstmt=pstmt@entry=0xd8ca... [15:13:51.999] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8f9f0a8, queryString=0xd8ca8e1a100 "create... [15:13:51.999] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9c04a90, queryString=0x821b2e000 <error: Cannot acc... [15:13:51.999] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f78100, pstmt=0xd8ca8f9f0a8, isTopLevel=<optimi... |
| core | [15:13:51.702] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:13:51.702] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca8fd4398, bit=<optimized out>, bitmask=bitmask@ent... [15:13:51.702] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca8fd4300, values=values@entry=0x821b2a020, isnu... [15:13:51.702] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:13:51.702] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca965e170, strategy=108 'l', partnatts=par... [15:13:51.702] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8e27f58, relkind=112 'p', relkind@entry=1... [15:13:51.702] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca8e29100, pstmt=pstmt@entry=0xd8ca... [15:13:51.702] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e1be50, queryString=0xd8ca8e1a100 "create... [15:13:51.702] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9c04650, queryString=0x821b2e000 <error: Cannot acc... [15:13:51.702] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f78100, pstmt=0xd8ca8e1be50, isTopLevel=<optimi... |
| core | [15:13:51.403] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:13:51.403] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca966dcd0, bit=<optimized out>, bitmask=bitmask@ent... [15:13:51.403] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca966dc38, values=values@entry=0x821b2a020, isnu... [15:13:51.403] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:13:51.403] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca9670818, strategy=114 'r', partnatts=par... [15:13:51.403] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8ff32a0, relkind=112 'p', relkind@entry=1... [15:13:51.403] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca8e28d00, pstmt=pstmt@entry=0xd8ca... [15:13:51.403] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e1bd50, queryString=0xd8ca8e1a100 "CREATE... [15:13:51.403] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9c04d90, queryString=0x821b2e000 <error: Cannot acc... [15:13:51.403] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f78100, pstmt=0xd8ca8e1bd50, isTopLevel=<optimi... |
| core | [15:14:11.266] #0 0x000000082c8c832a in memcpy () from /lib/libc.so.7 [15:14:11.266] #1 0x00000000005d3181 in fill_val (att=att@entry=0x376e611d41d8, bit=<optimized out>, bitmask=bitmask@en... [15:14:11.266] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x376e611d4140, values=values@entry=0x821ac5cf0, isn... [15:14:11.266] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821ac5c... [15:14:11.266] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x376e611cfb48, strategy=108 'l', partnatts=pa... [15:14:11.266] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x376e611eff80, relkind=112 'p', relkind@entry=... [15:14:11.266] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x376e61028d00, pstmt=pstmt@entry=0x376... [15:14:11.266] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x376e6101be60, queryString=0x376e6101a100 "CREA... [15:14:11.266] #8 0x0000000000994478 in ProcessUtility (pstmt=0x376e61e048c0, queryString=0x821aca000 <error: Cannot ac... [15:14:11.266] #9 0x0000000000993fac in PortalRunUtility (portal=0x376e61127100, pstmt=0x376e6101be60, isTopLevel=<opti... |
| core | [15:14:10.964] #0 0x000000082b8f532a in memcpy () from /lib/libc.so.7 [15:14:10.964] #1 0x00000000005d3181 in fill_val (att=att@entry=0x2742651c1ea8, bit=<optimized out>, bitmask=bitmask@en... [15:14:10.964] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x2742651c1e10, values=values@entry=0x821b5fa20, isn... [15:14:10.964] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b5fa... [15:14:10.964] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x2742651b1d08, strategy=114 'r', partnatts=pa... [15:14:10.964] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x2742651d3060, relkind=112 'p', relkind@entry=... [15:14:10.964] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x274265028d00, pstmt=pstmt@entry=0x274... [15:14:10.964] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x27426501bc40, queryString=0x27426501a100 "CREA... [15:14:10.964] #8 0x0000000000994478 in ProcessUtility (pstmt=0x274265e04f10, queryString=0x821b64000 <error: Cannot ac... [15:14:10.964] #9 0x0000000000993fac in PortalRunUtility (portal=0x274265122100, pstmt=0x27426501bc40, isTopLevel=<opti... |
| core | [15:14:10.672] #0 0x000000082c6a832a in memcpy () from /lib/libc.so.7 [15:14:10.672] #1 0x00000000005d3181 in fill_val (att=att@entry=0x3e07681b1118, bit=<optimized out>, bitmask=bitmask@en... [15:14:10.672] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x3e07681b1080, values=values@entry=0x821664930, isn... [15:14:10.672] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x8216649... [15:14:10.672] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x3e07681aca88, strategy=114 'r', partnatts=pa... [15:14:10.672] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x3e076815d0e0, relkind=112 'p', relkind@entry=... [15:14:10.672] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x3e0768028d00, pstmt=pstmt@entry=0x3e0... [15:14:10.672] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x3e076815dbd8, queryString=0x3e076801a100 "CREA... [15:14:10.672] #8 0x0000000000994478 in ProcessUtility (pstmt=0x3e0768e04ec0, queryString=0x821669000 <error: Cannot ac... [15:14:10.672] #9 0x0000000000993fac in PortalRunUtility (portal=0x3e0768122100, pstmt=0x3e076815dbd8, isTopLevel=<opti... |
| core | [15:14:10.378] #0 0x000000082ee0b32a in memcpy () from /lib/libc.so.7 [15:14:10.378] #1 0x00000000005d3181 in fill_val (att=att@entry=0x29ee731b1418, bit=<optimized out>, bitmask=bitmask@en... [15:14:10.378] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x29ee731b1380, values=values@entry=0x8211cf570, isn... [15:14:10.378] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x8211cf5... [15:14:10.378] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x29ee731acd88, strategy=114 'r', partnatts=pa... [15:14:10.378] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x29ee731cef70, relkind=112 'p', relkind@entry=... [15:14:10.378] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x29ee73028d00, pstmt=pstmt@entry=0x29e... [15:14:10.378] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x29ee731cee60, queryString=0x29ee7301a100 "CREA... [15:14:10.378] #8 0x0000000000994478 in ProcessUtility (pstmt=0x29ee73e04e00, queryString=0x8211d4000 <error: Cannot ac... [15:14:10.378] #9 0x0000000000993fac in PortalRunUtility (portal=0x29ee73127100, pstmt=0x29ee731cee60, isTopLevel=<opti... |
| core | [15:14:10.089] #0 0x000000082bf6332a in memcpy () from /lib/libc.so.7 [15:14:10.089] #1 0x00000000005d3181 in fill_val (att=att@entry=0x2925b13b1218, bit=<optimized out>, bitmask=bitmask@en... [15:14:10.089] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x2925b13b1180, values=values@entry=0x821bd8d60, isn... [15:14:10.089] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821bd8d... [15:14:10.089] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x2925b13acb88, strategy=108 'l', partnatts=pa... [15:14:10.089] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x2925b135c7a8, relkind=112 'p', relkind@entry=... [15:14:10.089] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x2925b1228d00, pstmt=pstmt@entry=0x292... [15:14:10.089] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x2925b135d058, queryString=0x2925b121a100 "CREA... [15:14:10.089] #8 0x0000000000994478 in ProcessUtility (pstmt=0x2925b2005250, queryString=0x821bdd000 <error: Cannot ac... [15:14:10.089] #9 0x0000000000993fac in PortalRunUtility (portal=0x2925b1322100, pstmt=0x2925b135d058, isTopLevel=<opti... |
| core | [15:14:09.790] #0 0x000000082965932a in memcpy () from /lib/libc.so.7 [15:14:09.790] #1 0x00000000005d3181 in fill_val (att=att@entry=0x10c4585bccb8, bit=<optimized out>, bitmask=bitmask@en... [15:14:09.790] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x10c4585bcc20, values=values@entry=0x820c4ddb0, isn... [15:14:09.790] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x820c4dd... [15:14:09.790] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x10c4585acdc8, strategy=114 'r', partnatts=pa... [15:14:09.790] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x10c4585cef60, relkind=112 'p', relkind@entry=... [15:14:09.790] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x10c458428d00, pstmt=pstmt@entry=0x10c... [15:14:09.790] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x10c45855d2e0, queryString=0x10c45841a100 "CREA... [15:14:09.790] #8 0x0000000000994478 in ProcessUtility (pstmt=0x10c459204340, queryString=0x820c52000 <error: Cannot ac... [15:14:09.790] #9 0x0000000000993fac in PortalRunUtility (portal=0x10c458522100, pstmt=0x10c45855d2e0, isTopLevel=<opti... |
| core | [15:14:09.493] #0 0x0000000829fee32a in memcpy () from /lib/libc.so.7 [15:14:09.493] #1 0x00000000005d3181 in fill_val (att=att@entry=0x7cab65ab470, bit=<optimized out>, bitmask=bitmask@ent... [15:14:09.493] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x7cab65ab3d8, values=values@entry=0x821807ff0, isnu... [15:14:09.493] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821807f... [15:14:09.493] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x7cab6c2e118, strategy=104 'h', partnatts=par... [15:14:09.493] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x7cab65d4230, relkind=112 'p', relkind@entry=1... [15:14:09.493] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x7cab6428d00, pstmt=pstmt@entry=0x7cab... [15:14:09.493] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x7cab641bcf8, queryString=0x7cab641a100 "CREATE... [15:14:09.493] #8 0x0000000000994478 in ProcessUtility (pstmt=0x7cab7204780, queryString=0x82180c000 <error: Cannot acc... [15:14:09.493] #9 0x0000000000993fac in PortalRunUtility (portal=0x7cab6522100, pstmt=0x7cab641bcf8, isTopLevel=<optimi... |
| core | [15:14:09.190] #0 0x000000082ca5732a in memcpy () from /lib/libc.so.7 [15:14:09.190] #1 0x00000000005d3181 in fill_val (att=att@entry=0x1ad96f5b1a18, bit=<optimized out>, bitmask=bitmask@en... [15:14:09.190] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x1ad96f5b1980, values=values@entry=0x821292520, isn... [15:14:09.190] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x8212925... [15:14:09.190] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x1ad96f5ad388, strategy=108 'l', partnatts=pa... [15:14:09.190] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x1ad96f55c948, relkind=112 'p', relkind@entry=... [15:14:09.190] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x1ad96f428d00, pstmt=pstmt@entry=0x1ad... [15:14:09.190] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x1ad96f55d068, queryString=0x1ad96f41a100 "CREA... [15:14:09.190] #8 0x0000000000994478 in ProcessUtility (pstmt=0x1ad970205750, queryString=0x821297000 <error: Cannot ac... [15:14:09.190] #9 0x0000000000993fac in PortalRunUtility (portal=0x1ad96f527100, pstmt=0x1ad96f55d068, isTopLevel=<opti... |
| core | [15:14:08.890] #0 0x000000082d25232a in memcpy () from /lib/libc.so.7 [15:14:08.890] #1 0x00000000005d3181 in fill_val (att=att@entry=0x15c0aa7aae70, bit=<optimized out>, bitmask=bitmask@en... [15:14:08.890] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x15c0aa7aadd8, values=values@entry=0x82199b2b0, isn... [15:14:08.890] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x82199b2... [15:14:08.890] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x15c0aa7b8338, strategy=108 'l', partnatts=pa... [15:14:08.890] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x15c0aa75c188, relkind=112 'p', relkind@entry=... [15:14:08.890] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x15c0aa628d00, pstmt=pstmt@entry=0x15c... [15:14:08.890] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x15c0aa75c798, queryString=0x15c0aa61a100 "CREA... [15:14:08.890] #8 0x0000000000994478 in ProcessUtility (pstmt=0x15c0ab405840, queryString=0x8219a0000 <error: Cannot ac... [15:14:08.890] #9 0x0000000000993fac in PortalRunUtility (portal=0x15c0aa722100, pstmt=0x15c0aa75c798, isTopLevel=<opti... |
| core | [15:14:08.597] #0 0x000000082a04d32a in memcpy () from /lib/libc.so.7 [15:14:08.597] #1 0x00000000005d3181 in fill_val (att=att@entry=0x2d83ad1df8e8, bit=<optimized out>, bitmask=bitmask@en... [15:14:08.597] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x2d83ad1df850, values=values@entry=0x820fdffd0, isn... [15:14:08.597] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x820fdff... [15:14:08.597] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x2d83ad1cf748, strategy=108 'l', partnatts=pa... [15:14:08.597] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x2d83ad0270e0, relkind=112 'p', relkind@entry=... [15:14:08.597] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x2d83ad028d00, pstmt=pstmt@entry=0x2d8... [15:14:08.597] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x2d83ad01bcb0, queryString=0x2d83ad01a100 "CREA... [15:14:08.597] #8 0x0000000000994478 in ProcessUtility (pstmt=0x2d83ade04820, queryString=0x820fe4000 <error: Cannot ac... [15:14:08.597] #9 0x0000000000993fac in PortalRunUtility (portal=0x2d83ad124100, pstmt=0x2d83ad01bcb0, isTopLevel=<opti... |
| core | [15:14:08.307] #0 0x000000082dacc32a in memcpy () from /lib/libc.so.7 [15:14:08.307] #1 0x00000000005d3181 in fill_val (att=att@entry=0x134eec7dfef8, bit=<optimized out>, bitmask=bitmask@en... [15:14:08.307] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x134eec7dfe60, values=values@entry=0x821098e90, isn... [15:14:08.307] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821098e... [15:14:08.307] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x134eec7db140, strategy=104 'h', partnatts=pa... [15:14:08.307] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x134eece67dd0, relkind=112 'p', relkind@entry=... [15:14:08.307] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x134eec628d00, pstmt=pstmt@entry=0x134... [15:14:08.307] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x134eece68998, queryString=0x134eec61a100 "crea... [15:14:08.307] #8 0x0000000000994478 in ProcessUtility (pstmt=0x134eed404ea0, queryString=0x82109d000 <error: Cannot ac... [15:14:08.307] #9 0x0000000000993fac in PortalRunUtility (portal=0x134eec729100, pstmt=0x134eece68998, isTopLevel=<opti... |
| core | [15:14:08.019] #0 0x000000082c1ba32a in memcpy () from /lib/libc.so.7 [15:14:08.019] #1 0x00000000005d3181 in fill_val (att=att@entry=0x3ec9a97d0288, bit=<optimized out>, bitmask=bitmask@en... [15:14:08.019] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x3ec9a97d01f0, values=values@entry=0x821465b70, isn... [15:14:08.019] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821465b... [15:14:08.019] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x3ec9a9e4b4e8, strategy=104 'h', partnatts=pa... [15:14:08.019] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x3ec9a97f1f68, relkind=112 'p', relkind@entry=... [15:14:08.019] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x3ec9a9e1e100, pstmt=pstmt@entry=0x3ec... [15:14:08.019] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x3ec9a9e9df00, queryString=0x3ec9a961a100 "crea... [15:14:08.019] #8 0x0000000000994478 in ProcessUtility (pstmt=0x3ec9aa404f00, queryString=0x82146a000 <error: Cannot ac... [15:14:08.019] #9 0x0000000000993fac in PortalRunUtility (portal=0x3ec9a9722100, pstmt=0x3ec9a9e9df00, isTopLevel=<opti... |
| core | [15:14:07.732] #0 0x000000082c86132a in memcpy () from /lib/libc.so.7 [15:14:07.732] #1 0x00000000005d3181 in fill_val (att=att@entry=0x2fcd9ddd4298, bit=<optimized out>, bitmask=bitmask@en... [15:14:07.732] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x2fcd9ddd4200, values=values@entry=0x82120f400, isn... [15:14:07.732] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x82120f4... [15:14:07.732] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x2fcd9e51c438, strategy=114 'r', partnatts=pa... [15:14:07.732] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x2fcd9ddf7f08, relkind=112 'p', relkind@entry=... [15:14:07.732] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x2fcd9e439500, pstmt=pstmt@entry=0x2fc... [15:14:07.732] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x2fcd9dda3b30, queryString=0x2fcd9dc1a100 "CREA... [15:14:07.732] #8 0x0000000000994478 in ProcessUtility (pstmt=0x2fcd9ea04eb0, queryString=0x821214000 <error: Cannot ac... [15:14:07.732] #9 0x0000000000993fac in PortalRunUtility (portal=0x2fcd9dd22100, pstmt=0x2fcd9dda3b30, isTopLevel=<opti... |
| core | [15:14:07.444] #0 0x000000082a0b632a in memcpy () from /lib/libc.so.7 [15:14:07.444] #1 0x00000000005d3181 in fill_val (att=att@entry=0x160f203d4658, bit=<optimized out>, bitmask=bitmask@en... [15:14:07.444] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x160f203d45c0, values=values@entry=0x8210dab00, isn... [15:14:07.444] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x8210dab... [15:14:07.444] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x160f20a57bf8, strategy=108 'l', partnatts=pa... [15:14:07.444] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x160f2039e248, relkind=112 'p', relkind@entry=... [15:14:07.444] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x160f20a39500, pstmt=pstmt@entry=0x160... [15:14:07.444] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x160f203f6e40, queryString=0x160f2021a100 "crea... [15:14:07.444] #8 0x0000000000994478 in ProcessUtility (pstmt=0x160f21004fb0, queryString=0x8210df000 <error: Cannot ac... [15:14:07.444] #9 0x0000000000993fac in PortalRunUtility (portal=0x160f20322100, pstmt=0x160f203f6e40, isTopLevel=<opti... |
| core | [15:14:07.148] #0 0x000000082d60c32a in memcpy () from /lib/libc.so.7 [15:14:07.148] #1 0x00000000005d3181 in fill_val (att=att@entry=0xa83e63ccad8, bit=<optimized out>, bitmask=bitmask@ent... [15:14:07.148] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xa83e63cca40, values=values@entry=0x8217d4710, isnu... [15:14:07.148] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x8217d47... [15:14:07.148] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xa83e6a73348, strategy=114 'r', partnatts=par... [15:14:07.148] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xa83e6227f38, relkind=112 'p', relkind@entry=1... [15:14:07.148] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xa83e6228d00, pstmt=pstmt@entry=0xa83e... [15:14:07.148] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xa83e6a5b6f8, queryString=0xa83e621a100 "\n\tCR... [15:14:07.148] #8 0x0000000000994478 in ProcessUtility (pstmt=0xa83e7004b20, queryString=0x8217d9000 <error: Cannot acc... [15:14:07.148] #9 0x0000000000993fac in PortalRunUtility (portal=0xa83e6378100, pstmt=0xa83e6a5b6f8, isTopLevel=<optimi... |
| core | [15:14:06.851] #0 0x000000082c46032a in memcpy () from /lib/libc.so.7 [15:14:06.851] #1 0x00000000005d3181 in fill_val (att=att@entry=0x14a018055518, bit=<optimized out>, bitmask=bitmask@en... [15:14:06.851] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x14a018055480, values=values@entry=0x820e904d0, isn... [15:14:06.851] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x820e904... [15:14:06.851] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x14a018070cf0, strategy=114 'r', partnatts=pa... [15:14:06.851] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x14a0180e4038, relkind=112 'p', relkind@entry=... [15:14:06.851] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x14a01784d900, pstmt=pstmt@entry=0x14a... [15:14:06.851] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x14a01781bc28, queryString=0x14a01781a100 "CREA... [15:14:06.851] #8 0x0000000000994478 in ProcessUtility (pstmt=0x14a018605620, queryString=0x820e95000 <error: Cannot ac... [15:14:06.851] #9 0x0000000000993fac in PortalRunUtility (portal=0x14a01798d100, pstmt=0x14a01781bc28, isTopLevel=<opti... |
| core | [15:14:06.554] #0 0x000000082b98932a in memcpy () from /lib/libc.so.7 [15:14:06.554] #1 0x00000000005d3181 in fill_val (att=att@entry=0x1eee399c8a48, bit=<optimized out>, bitmask=bitmask@en... [15:14:06.554] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x1eee399c89b0, values=values@entry=0x82174e2b0, isn... [15:14:06.554] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x82174e2... [15:14:06.554] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x1eee399cf740, strategy=108 'l', partnatts=pa... [15:14:06.554] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x1eee3a097048, relkind=112 'p', relkind@entry=... [15:14:06.554] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x1eee39828d00, pstmt=pstmt@entry=0x1ee... [15:14:06.554] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x1eee399fde80, queryString=0x1eee3981a100 "\n ... [15:14:06.554] #8 0x0000000000994478 in ProcessUtility (pstmt=0x1eee3a6050c0, queryString=0x821753000 <error: Cannot ac... [15:14:06.554] #9 0x0000000000993fac in PortalRunUtility (portal=0x1eee3998d100, pstmt=0x1eee399fde80, isTopLevel=<opti... |
| core | [15:14:06.257] #0 0x000000082b2fa32a in memcpy () from /lib/libc.so.7 [15:14:06.257] #1 0x00000000005d3181 in fill_val (att=att@entry=0x2db0accc7e80, bit=<optimized out>, bitmask=bitmask@en... [15:14:06.257] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x2db0accc7de8, values=values@entry=0x820eb89b0, isn... [15:14:06.257] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x820eb89... [15:14:06.257] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x2db0acccfc78, strategy=114 'r', partnatts=pa... [15:14:06.257] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x2db0ac3470e0, relkind=112 'p', relkind@entry=... [15:14:06.257] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x2db0ac28e500, pstmt=pstmt@entry=0x2db... [15:14:06.257] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x2db0ac21bcb0, queryString=0x2db0ac21a100 "CREA... [15:14:06.257] #8 0x0000000000994478 in ProcessUtility (pstmt=0x2db0ad204c80, queryString=0x820ebd000 <error: Cannot ac... [15:14:06.257] #9 0x0000000000993fac in PortalRunUtility (portal=0x2db0ac378100, pstmt=0x2db0ac21bcb0, isTopLevel=<opti... |
| core | [15:14:05.956] #0 0x000000082d1c432a in memcpy () from /lib/libc.so.7 [15:14:05.956] #1 0x00000000005d3181 in fill_val (att=att@entry=0x16059d3c8ac8, bit=<optimized out>, bitmask=bitmask@en... [15:14:05.956] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x16059d3c8a30, values=values@entry=0x82181a550, isn... [15:14:05.956] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x82181a5... [15:14:05.956] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x16059da457b8, strategy=114 'r', partnatts=pa... [15:14:05.956] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x16059da8d8f0, relkind=112 'p', relkind@entry=... [15:14:05.956] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x16059d26a948, pstmt=pstmt@entry=0x160... [15:14:05.956] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x16059d294038, queryString=0x16059d21a100 "CREA... [15:14:05.956] #8 0x0000000000994478 in ProcessUtility (pstmt=0x16059e005020, queryString=0x82181f000 <error: Cannot ac... [15:14:05.956] #9 0x0000000000736c28 in CreateSchemaCommand (stmt=stmt@entry=0x16059da8d880, queryString=queryString@en... |
| core | [15:14:05.654] #0 0x000000082afcc32a in memcpy () from /lib/libc.so.7 [15:14:05.654] #1 0x00000000005d3181 in fill_val (att=att@entry=0x3aa113e4df10, bit=<optimized out>, bitmask=bitmask@en... [15:14:05.654] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x3aa113e4de78, values=values@entry=0x8212ffcb0, isn... [15:14:05.654] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x8212ffc... [15:14:05.654] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x3aa113e45218, strategy=108 'l', partnatts=pa... [15:14:05.654] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x3aa113e03090, relkind=112 'p', relkind@entry=... [15:14:05.654] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x3aa113628d00, pstmt=pstmt@entry=0x3aa... [15:14:05.654] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x3aa11361bc70, queryString=0x3aa11361a100 "crea... [15:14:05.654] #8 0x0000000000994478 in ProcessUtility (pstmt=0x3aa114405040, queryString=0x821304000 <error: Cannot ac... [15:14:05.654] #9 0x0000000000993fac in PortalRunUtility (portal=0x3aa11378d100, pstmt=0x3aa11361bc70, isTopLevel=<opti... |
| core | [15:14:05.355] #0 0x000000082c07f32a in memcpy () from /lib/libc.so.7 [15:14:05.355] #1 0x00000000005d3181 in fill_val (att=att@entry=0x1b59152511a0, bit=<optimized out>, bitmask=bitmask@en... [15:14:05.355] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x1b5915251108, values=values@entry=0x8211113a0, isn... [15:14:05.355] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x8211113... [15:14:05.355] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x1b59152531a8, strategy=114 'r', partnatts=pa... [15:14:05.355] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x1b5915203090, relkind=112 'p', relkind@entry=... [15:14:05.355] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x1b5915217900, pstmt=pstmt@entry=0x1b5... [15:14:05.355] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x1b5914a1bc70, queryString=0x1b5914a1a100 "crea... [15:14:05.355] #8 0x0000000000994478 in ProcessUtility (pstmt=0x1b59158052d0, queryString=0x821116000 <error: Cannot ac... [15:14:05.355] #9 0x0000000000993fac in PortalRunUtility (portal=0x1b5914b8d100, pstmt=0x1b5914a1bc70, isTopLevel=<opti... |
| core | [15:14:05.059] #0 0x000000082c68b32a in memcpy () from /lib/libc.so.7 [15:14:05.059] #1 0x00000000005d3181 in fill_val (att=att@entry=0x3ea453094f48, bit=<optimized out>, bitmask=bitmask@en... [15:14:05.059] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x3ea453094eb0, values=values@entry=0x8219005a0, isn... [15:14:05.059] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x8219005... [15:14:05.059] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x3ea453092248, strategy=114 'r', partnatts=pa... [15:14:05.059] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x3ea45304b018, relkind=112 'p', relkind@entry=... [15:14:05.059] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x3ea453034500, pstmt=pstmt@entry=0x3ea... [15:14:05.059] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=pstmt@entry=0x3ea4529e9da0, queryString=queryStr... [15:14:05.059] #8 0x0000000833157178 in pgss_ProcessUtility (pstmt=0x3ea4529e9da0, queryString=0x3ea45281a100 "CREATE T... [15:14:05.059] #9 0x0000000000993fac in PortalRunUtility (portal=0x3ea452978100, pstmt=0x3ea4529e9da0, isTopLevel=<opti... |
| core | [15:14:04.748] #0 0x000000082cea532a in memcpy () from /lib/libc.so.7 [15:14:04.748] #1 0x00000000005d3181 in fill_val (att=att@entry=0x27f46a1cf858, bit=<optimized out>, bitmask=bitmask@en... [15:14:04.748] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x27f46a1cf7c0, values=values@entry=0x821515200, isn... [15:14:04.748] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x8215152... [15:14:04.748] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x27f46a1cb1c8, strategy=114 'r', partnatts=pa... [15:14:04.748] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x27f46a027f78, relkind=112 'p', relkind@entry=... [15:14:04.748] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x27f46a028d00, pstmt=pstmt@entry=0x27f... [15:14:04.748] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x27f46a026dd0, queryString=0x27f46a01a100 "CREA... [15:14:04.748] #8 0x0000000000994478 in ProcessUtility (pstmt=0x27f46ae05d70, queryString=0x82151a000 <error: Cannot ac... [15:14:04.748] #9 0x0000000000993fac in PortalRunUtility (portal=0x27f46a178100, pstmt=0x27f46a026dd0, isTopLevel=<opti... |
| core | [15:14:04.448] #0 0x000000082c26632a in memcpy () from /lib/libc.so.7 [15:14:04.448] #1 0x00000000005d3181 in fill_val (att=att@entry=0x265eed5c8c08, bit=<optimized out>, bitmask=bitmask@en... [15:14:04.448] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x265eed5c8b70, values=values@entry=0x82193cea0, isn... [15:14:04.448] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x82193ce... [15:14:04.448] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x265eedc46828, strategy=114 'r', partnatts=pa... [15:14:04.448] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x265eedc03038, relkind=112 'p', relkind@entry=... [15:14:04.448] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x265eed428d00, pstmt=pstmt@entry=0x265... [15:14:04.448] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x265eed41bc28, queryString=0x265eed41a100 "CREA... [15:14:04.448] #8 0x0000000000994478 in ProcessUtility (pstmt=0x265eee204cd0, queryString=0x821941000 <error: Cannot ac... [15:14:04.448] #9 0x0000000000993fac in PortalRunUtility (portal=0x265eed58d100, pstmt=0x265eed41bc28, isTopLevel=<opti... |
| core | [15:14:04.143] #0 0x00000008296a132a in memcpy () from /lib/libc.so.7 [15:14:04.143] #1 0x00000000005d3181 in fill_val (att=att@entry=0x118ebc1c8b48, bit=<optimized out>, bitmask=bitmask@en... [15:14:04.143] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x118ebc1c8ab0, values=values@entry=0x82130a310, isn... [15:14:04.143] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x82130a3... [15:14:04.143] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x118ebc843a68, strategy=108 'l', partnatts=pa... [15:14:04.143] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x118ebc888788, relkind=112 'p', relkind@entry=... [15:14:04.143] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x118ebc028d00, pstmt=pstmt@entry=0x118... [15:14:04.143] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x118ebc1fcf50, queryString=0x118ebc01a100 "CREA... [15:14:04.143] #8 0x0000000000994478 in ProcessUtility (pstmt=0x118ebce058a0, queryString=0x82130f000 <error: Cannot ac... [15:14:04.143] #9 0x0000000000993fac in PortalRunUtility (portal=0x118ebc18d100, pstmt=0x118ebc1fcf50, isTopLevel=<opti... |
| core | [15:14:03.845] #0 0x000000082cea532a in memcpy () from /lib/libc.so.7 [15:14:03.845] #1 0x00000000005d3181 in fill_val (att=att@entry=0x27f46a8559c0, bit=<optimized out>, bitmask=bitmask@en... [15:14:03.845] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x27f46a855928, values=values@entry=0x821515200, isn... [15:14:03.845] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x8215152... [15:14:03.845] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x27f46a858208, strategy=114 'r', partnatts=pa... [15:14:03.845] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x27f46a93e090, relkind=112 'p', relkind@entry=... [15:14:03.845] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x27f46a028d00, pstmt=pstmt@entry=0x27f... [15:14:03.845] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x27f46a01bc70, queryString=0x27f46a01a100 "crea... [15:14:03.845] #8 0x0000000000994478 in ProcessUtility (pstmt=0x27f46b004df0, queryString=0x82151a000 <error: Cannot ac... [15:14:03.845] #9 0x0000000000993fac in PortalRunUtility (portal=0x27f46a18d100, pstmt=0x27f46a01bc70, isTopLevel=<opti... |
| core | [15:14:03.535] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:14:03.535] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca9679690, bit=<optimized out>, bitmask=bitmask@ent... [15:14:03.535] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca96795f8, values=values@entry=0x821b2a020, isnu... [15:14:03.535] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:14:03.535] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca968ae48, strategy=114 'r', partnatts=par... [15:14:03.535] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca9653a08, relkind=112 'p', relkind@entry=1... [15:14:03.535] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca8e28d00, pstmt=pstmt@entry=0xd8ca... [15:14:03.535] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e48e00, queryString=0xd8ca8e1a100 "CREATE... [15:14:03.535] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9c04410, queryString=0x821b2e000 <error: Cannot acc... [15:14:03.535] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca8e48e00, isTopLevel=<optimi... |
| core | [15:14:03.229] #0 0x000000082d4c932a in memcpy () from /lib/libc.so.7 [15:14:03.229] #1 0x00000000005d3181 in fill_val (att=att@entry=0xc7a59dcc458, bit=<optimized out>, bitmask=bitmask@ent... [15:14:03.229] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xc7a59dcc3c0, values=values@entry=0x821568f10, isnu... [15:14:03.229] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821568f... [15:14:03.229] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xc7a59dc7dc8, strategy=114 'r', partnatts=par... [15:14:03.229] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xc7a5a43cc50, relkind=112 'p', relkind@entry=1... [15:14:03.229] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xc7a59c28d00, pstmt=pstmt@entry=0xc7a5... [15:14:03.229] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xc7a5a43d620, queryString=0xc7a59c1a100 "create... [15:14:03.229] #8 0x0000000000994478 in ProcessUtility (pstmt=0xc7a5aa04860, queryString=0x82156d000 <error: Cannot acc... [15:14:03.229] #9 0x0000000000993fac in PortalRunUtility (portal=0xc7a59d78100, pstmt=0xc7a5a43d620, isTopLevel=<optimi... |
| core | [15:14:02.926] #0 0x000000082bfac32a in memcpy () from /lib/libc.so.7 [15:14:02.926] #1 0x00000000005d3181 in fill_val (att=att@entry=0x160aafdc8bc8, bit=<optimized out>, bitmask=bitmask@en... [15:14:02.926] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0x160aafdc8b30, values=values@entry=0x8216e5350, isn... [15:14:02.926] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x8216e53... [15:14:02.926] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0x160ab0525188, strategy=108 'l', partnatts=pa... [15:14:02.926] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0x160ab04f2f68, relkind=112 'p', relkind@entry=... [15:14:02.926] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0x160aafc28d00, pstmt=pstmt@entry=0x160... [15:14:02.926] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0x160ab04f2e58, queryString=0x160aafc1a100 "CREA... [15:14:02.926] #8 0x0000000000994478 in ProcessUtility (pstmt=0x160ab0a05a20, queryString=0x8216ea000 <error: Cannot ac... [15:14:02.926] #9 0x0000000000993fac in PortalRunUtility (portal=0x160aafd8d100, pstmt=0x160ab04f2e58, isTopLevel=<opti... |
| core | [15:14:02.616] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:14:02.616] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca9777090, bit=<optimized out>, bitmask=bitmask@ent... [15:14:02.616] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca9776ff8, values=values@entry=0x821b2a020, isnu... [15:14:02.616] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:14:02.616] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca977d208, strategy=114 'r', partnatts=par... [15:14:02.616] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca9873558, relkind=112 'p', relkind@entry=1... [15:14:02.616] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca986c900, pstmt=pstmt@entry=0xd8ca... [15:14:02.616] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca9873ac0, queryString=0xd8ca8e1a100 "CREATE... [15:14:02.616] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9e04d90, queryString=0x821b2e000 <error: Cannot acc... [15:14:02.616] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca9873ac0, isTopLevel=<optimi... |
| core | [15:14:02.311] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:14:02.311] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca96845e0, bit=<optimized out>, bitmask=bitmask@ent... [15:14:02.311] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca9684548, values=values@entry=0x821b2a020, isnu... [15:14:02.311] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:14:02.311] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca96795f8, strategy=114 'r', partnatts=par... [15:14:02.311] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8e27038, relkind=112 'p', relkind@entry=1... [15:14:02.311] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca8fa9500, pstmt=pstmt@entry=0xd8ca... [15:14:02.311] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e1bc28, queryString=0xd8ca8e1a100 "CREATE... [15:14:02.311] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9e04e50, queryString=0x821b2e000 <error: Cannot acc... [15:14:02.311] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca8e1bc28, isTopLevel=<optimi... |
| core | [15:14:02.006] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:14:02.006] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca9669518, bit=<optimized out>, bitmask=bitmask@ent... [15:14:02.006] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca9669480, values=values@entry=0x821b2a020, isnu... [15:14:02.006] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:14:02.006] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca9653e58, strategy=108 'l', partnatts=par... [15:14:02.006] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8f7f240, relkind=112 'p', relkind@entry=1... [15:14:02.006] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca9709100, pstmt=pstmt@entry=0xd8ca... [15:14:02.006] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8f7fb08, queryString=0xd8ca8e1a100 "create... [15:14:02.006] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9c047d0, queryString=0x821b2e000 <error: Cannot acc... [15:14:02.006] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca8f7fb08, isTopLevel=<optimi... |
| core | [15:14:01.701] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:14:01.701] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca96681a8, bit=<optimized out>, bitmask=bitmask@ent... [15:14:01.701] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca9668110, values=values@entry=0x821b2a020, isnu... [15:14:01.701] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:14:01.701] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca96699b0, strategy=114 'r', partnatts=par... [15:14:01.701] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8e27f78, relkind=112 'p', relkind@entry=1... [15:14:01.701] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca8e28d00, pstmt=pstmt@entry=0xd8ca... [15:14:01.701] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e26dd0, queryString=0xd8ca8e1a100 "CREATE... [15:14:01.701] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9c04010, queryString=0x821b2e000 <error: Cannot acc... [15:14:01.701] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca8e26dd0, isTopLevel=<optimi... |
| core | [15:14:01.402] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:14:01.402] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca8fd7dd8, bit=<optimized out>, bitmask=bitmask@ent... [15:14:01.402] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca8fd7d40, values=values@entry=0x821b2a020, isnu... [15:14:01.402] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:14:01.402] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca8fe19e0, strategy=114 'r', partnatts=par... [15:14:01.402] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8e27f48, relkind=112 'p', relkind@entry=1... [15:14:01.402] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca8e28d00, pstmt=pstmt@entry=0xd8ca... [15:14:01.402] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e26da0, queryString=0xd8ca8e1a100 "CREATE... [15:14:01.402] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9c04c50, queryString=0x821b2e000 <error: Cannot acc... [15:14:01.402] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca8e26da0, isTopLevel=<optimi... |
| core | [15:14:01.112] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:14:01.112] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca8fd1ab0, bit=<optimized out>, bitmask=bitmask@ent... [15:14:01.112] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca8fd1a18, values=values@entry=0x821b2a020, isnu... [15:14:01.112] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:14:01.112] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca8fdef78, strategy=114 'r', partnatts=par... [15:14:01.112] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8f7f318, relkind=112 'p', relkind@entry=1... [15:14:01.112] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca8e28d00, pstmt=pstmt@entry=0xd8ca... [15:14:01.112] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e1be88, queryString=0xd8ca8e1a100 "CREATE... [15:14:01.112] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9c04990, queryString=0x821b2e000 <error: Cannot acc... [15:14:01.112] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca8e1be88, isTopLevel=<optimi... |
| core | [15:14:00.821] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:14:00.821] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca8fd7dd8, bit=<optimized out>, bitmask=bitmask@ent... [15:14:00.821] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca8fd7d40, values=values@entry=0x821b2a020, isnu... [15:14:00.821] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:14:00.821] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca8fd3748, strategy=108 'l', partnatts=par... [15:14:00.821] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8f7f520, relkind=112 'p', relkind@entry=1... [15:14:00.821] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca8e28d00, pstmt=pstmt@entry=0xd8ca... [15:14:00.821] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8f7e658, queryString=0xd8ca8e1a100 "CREATE... [15:14:00.821] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9c04f90, queryString=0x821b2e000 <error: Cannot acc... [15:14:00.821] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca8f7e658, isTopLevel=<optimi... |
| core | [15:14:00.522] #0 0x000000082b7c932a in memcpy () from /lib/libc.so.7 [15:14:00.522] #1 0x00000000005d3181 in fill_val (att=att@entry=0xd8ca8fd1ab0, bit=<optimized out>, bitmask=bitmask@ent... [15:14:00.522] #2 0x00000000005d2f6c in heap_fill_tuple (tupleDesc=0xd8ca8fd1a18, values=values@entry=0x821b2a020, isnu... [15:14:00.522] #3 0x00000000005d434a in heap_form_tuple (tupleDescriptor=<optimized out>, values=values@entry=0x821b2a0... [15:14:00.522] #4 0x00000000006be30d in StorePartitionKey (rel=rel@entry=0xd8ca8fdef78, strategy=114 'r', partnatts=par... [15:14:00.522] #5 0x0000000000744799 in DefineRelation (stmt=stmt@entry=0xd8ca8e27f38, relkind=112 'p', relkind@entry=1... [15:14:00.522] #6 0x0000000000995842 in ProcessUtilitySlow (pstate=pstate@entry=0xd8ca8e28d00, pstmt=pstmt@entry=0xd8ca... [15:14:00.522] #7 0x0000000000994bae in standard_ProcessUtility (pstmt=0xd8ca8e1be40, queryString=0xd8ca8e1a100 "create... [15:14:00.522] #8 0x0000000000994478 in ProcessUtility (pstmt=0xd8ca9c04990, queryString=0x821b2e000 <error: Cannot acc... [15:14:00.522] #9 0x0000000000993fac in PortalRunUtility (portal=0xd8ca8f7a100, pstmt=0xd8ca8e1be40, isTopLevel=<optimi... |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/amcheck/expected/check_btree.out /tmp/cirrus-ci-build/build/testrun/amcheck/regres...
--- /tmp/cirrus-ci-build/contrib/amcheck/expected/check_btree.out 2025-12-11 15:05:00.854561000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/amcheck/regress/results/check_btree.out 2025-12-11 15:08:17.874632000 +0000
@@ -63,221 +63,7 @@
-- verify partitioned indexes are rejected (error)
BEGIN;
CREATE TABLE bttest_partitioned (a int, b int) PARTITION BY list (a);
-CREATE INDEX bttest_btree_partitioned_idx ON bttest_partitioned USING btree (b);
-SELECT bt_index_parent_check('bttest_btree_partitioned_idx');
-ERROR: expected index as targets for verification
-DETAIL: This operation is not supported for partitioned indexes.
-ROLLBACK;
--- normal check outside of xact
-SELECT bt_index_check('bttest_a_idx');
- bt_index_check
-----------------
-
-(1 row)
-
--- more expansive tests
... |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out /tmp/cirrus-ci-build/build/testrun/btree_gist/r... --- /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out 2025-12-11 15:05:00.899554000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/partitions.out 2025-12-11 15:08:22.922183000 +0000 @@ -7,76 +7,7 @@ valid_at daterange, exclude using gist (id with =, valid_at with &&) ) partition by range (id); -create table parttmp_1_to_10 partition of parttmp for values from (1) to (10); -create table parttmp_11_to_20 partition of parttmp for values from (11) to (20); -insert into parttmp (id, valid_at) values - (1, '[2000-01-01, 2000-02-01)'), - (1, '[2000-02-01, 2000-03-01)'), - (2, '[2000-01-01, 2000-02-01)'), - (11, '[2000-01-01, 2000-02-01)'), - (11, '[2000-02-01, 2000-03-01)'), - (12, '[2000-01-01, 2000-02-01)'); -select * from parttmp order by id, valid_at; - id | valid_at -----+------------------------- - 1 | [01-01-2000,02-01-2000) ... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/partition-addition.out /tmp/cirrus-ci-build/buil... --- /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/partition-addition.out 2025-12-11 15:05:02.475775000 ... +++ /tmp/cirrus-ci-build/build/testrun/delay_execution/isolation/results/partition-addition.out 2025-12-11 15:08:41.2453... @@ -1,27 +1,6 @@ Parsed test spec with 2 sessions starting permutation: s2lock s1exec s2addp s2unlock -step s2lock: SELECT pg_advisory_lock(12345); -pg_advisory_lock ----------------- - -(1 row) - -step s1exec: LOAD 'delay_execution'; - SET delay_execution.post_planning_lock_id = 12345; - SELECT * FROM foo WHERE a <> 1 AND a <> (SELECT 3); <waiting ...> -step s2addp: CREATE TABLE foo2 (LIKE foo); - ALTER TABLE foo ATTACH PARTITION foo2 FOR VALUES IN (2); - INSERT INTO foo VALUES (2, 'ADD2'); -step s2unlock: SELECT pg_advisory_unlock(12345); ... |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/build/testrun/file_fdw/regress... --- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out 2025-12-11 15:05:00.914901000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/file_fdw/regress/results/file_fdw.out 2025-12-11 15:08:21.695757000 +0000 @@ -375,182 +375,7 @@ -- declarative partitioning tests SET ROLE regress_file_fdw_superuser; CREATE TABLE pt (a int, b text) partition by list (a); -\set filename :abs_srcdir '/data/list1.csv' -CREATE FOREIGN TABLE p1 partition of pt for values in (1) SERVER file_server -OPTIONS (format 'csv', filename :'filename', delimiter ','); -CREATE TABLE p2 partition of pt for values in (2); -SELECT tableoid::regclass, * FROM pt; - tableoid | a | b -----------+---+----- - p1 | 1 | foo - p1 | 1 | bar -(2 rows) - -SELECT tableoid::regclass, * FROM p1; - tableoid | a | b ... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/reindex-concurrently-upsert-partitioned.out /tm... --- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/reindex-concurrently-upsert-partitioned.out 2025-12-... +++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/reindex-concurrently-upsert-partitioned.out 20... @@ -1,238 +1,6 @@ Parsed test spec with 4 sessions starting permutation: s3_setup_wait_before_set_dead s3_start_reindex s1_start_upsert s4_wakeup_to_set_dead s2_start_ups... -injection_points_attach ------------------------ - -(1 row) - -injection_points_attach ------------------------ - -(1 row) - -injection_points_set_local --------------------------- - ... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/detach-partition-concurrently-1.out /tmp/cirrus-ci-build/build... --- /tmp/cirrus-ci-build/src/test/isolation/expected/detach-partition-concurrently-1.out 2025-12-11 15:05:02.443502000 +... +++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/detach-partition-concurrently-1.out 2025-12-11 15:07:... @@ -1,288 +1,6 @@ Parsed test spec with 3 sessions starting permutation: s1b s1s s2detach s1s s1c s1s -step s1b: BEGIN; -step s1s: SELECT * FROM d_listp; -a -- -1 -2 -(2 rows) - -step s2detach: ALTER TABLE d_listp DETACH PARTITION d_listp2 CONCURRENTLY; <waiting ...> -step s1s: SELECT * FROM d_listp; -a -- -1 ... |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/page.out /tmp/cirrus-ci-build/build/testrun/pageinspect/regre...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/page.out 2025-12-11 15:05:00.939269000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect/regress/results/page.out 2025-12-11 15:08:27.426987000 +0000
@@ -179,110 +179,7 @@
-- check that using any of these functions with a partitioned table or index
-- would fail
create table test_partitioned (a int) partition by range (a);
-create index test_partitioned_index on test_partitioned (a);
-select get_raw_page('test_partitioned', 0); -- error about partitioned table
-ERROR: cannot get raw page from relation "test_partitioned"
-DETAIL: This operation is not supported for partitioned tables.
-select get_raw_page('test_partitioned_index', 0); -- error about partitioned index
-ERROR: cannot get raw page from relation "test_partitioned_index"
-DETAIL: This operation is not supported for partitioned indexes.
--- a regular table which is a member of a partition set should work though
-create table test_part1 partition of test_partitioned for values from ( 1 ) to (100);
-select get_raw_page('test_part1', 0); -- get farther and error about empty table
-ERROR: block number 0 is out of range for relation "test_part1"
-drop table test_partitioned;
--- check null bitmap alignment for table whose number of attributes is multiple of 8
... |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/pg_overexplain/expected/pg_overexplain.out /tmp/cirrus-ci-build/build/testrun/pg_o...
--- /tmp/cirrus-ci-build/contrib/pg_overexplain/expected/pg_overexplain.out 2025-12-11 15:05:00.948114000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_overexplain/regress/results/pg_overexplain.out 2025-12-11 15:08:28.542265000 +...
@@ -52,440 +52,7 @@
-- Create a partitioned table.
CREATE TABLE vegetables (id serial, name text, genus text)
PARTITION BY LIST (genus);
-CREATE TABLE daucus PARTITION OF vegetables FOR VALUES IN ('daucus');
-CREATE TABLE brassica PARTITION OF vegetables FOR VALUES IN ('brassica');
-INSERT INTO vegetables (name, genus)
- VALUES ('carrot', 'daucus'), ('bok choy', 'brassica'),
- ('brocooli', 'brassica'), ('cauliflower', 'brassica'),
- ('cabbage', 'brassica'), ('kohlrabi', 'brassica'),
- ('rutabaga', 'brassica'), ('turnip', 'brassica');
-VACUUM ANALYZE vegetables;
--- We filter relation OIDs out of the test output in order to avoid
--- test instability. This is currently only needed for EXPLAIN (DEBUG), not
--- EXPLAIN (RANGE_TABLE). Also suppress actual row counts, which are not
--- stable (e.g. 1/8 is 0.12 on some buildfarm machines and 0.13 on others).
-CREATE FUNCTION explain_filter(text) RETURNS SETOF text
... |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/pg_prewarm/expected/pg_prewarm.out /tmp/cirrus-ci-build/build/testrun/pg_prewarm/r...
--- /tmp/cirrus-ci-build/contrib/pg_prewarm/expected/pg_prewarm.out 2025-12-11 15:05:00.949423000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_prewarm/regress/results/pg_prewarm.out 2025-12-11 15:08:28.927840000 +0000
@@ -2,9 +2,7 @@
CREATE EXTENSION pg_prewarm;
-- pg_prewarm() should fail if the target relation has no storage.
CREATE TABLE test (c1 int) PARTITION BY RANGE (c1);
-SELECT pg_prewarm('test', 'buffer');
-ERROR: relation "test" does not have storage
-DETAIL: This operation is not supported for partitioned tables.
--- Cleanup
-DROP TABLE test;
-DROP EXTENSION pg_prewarm;
+server closed the connection unexpectedly
+ This probably means the server terminated abnormally
+ before or while processing the request.
+connection to server was lost |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/utility.out /tmp/cirrus-ci-build/build/testrun/pg_stat... --- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/utility.out 2025-12-11 15:05:00.952563000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/utility.out 2025-12-11 15:08:31.108111000 +000... @@ -44,696 +44,7 @@ -- Partitions CREATE TABLE pt_stats (a int, b int) PARTITION BY range (a); -CREATE TABLE pt_stats1 (a int, b int); -ALTER TABLE pt_stats ATTACH PARTITION pt_stats1 FOR VALUES FROM (0) TO (100); -CREATE TABLE pt_stats2 PARTITION OF pt_stats FOR VALUES FROM (100) TO (200); -CREATE INDEX pt_stats_index ON ONLY pt_stats (a); -CREATE INDEX pt_stats2_index ON ONLY pt_stats2 (a); -ALTER INDEX pt_stats_index ATTACH PARTITION pt_stats2_index; -DROP TABLE pt_stats; --- Views -CREATE VIEW view_stats AS SELECT 1::int AS a, 2::int AS b; -ALTER VIEW view_stats ALTER COLUMN a SET DEFAULT 2; -DROP VIEW view_stats; --- Foreign tables -CREATE FOREIGN DATA WRAPPER wrapper_stats; ... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/geometry.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p... --- /tmp/cirrus-ci-build/src/test/regress/expected/geometry.out 2025-12-11 15:05:02.571569000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/geometry.out 2025-12-11 15:07:08.616318000... @@ -4469,855 +4469,10 @@ -- Right of circle SELECT c1.f1, c2.f1 FROM CIRCLE_TBL c1, CIRCLE_TBL c2 WHERE c1.f1 >> c2.f1; - f1 | f1 -----------------+----------- - <(100,200),10> | <(5,1),3> - <(100,200),10> | <(1,3),5> - <(100,200),10> | <(1,2),3> - <(100,200),10> | <(3,5),0> -(4 rows) - --- Overlap or right of circle -SELECT c1.f1, c2.f1 FROM CIRCLE_TBL c1, CIRCLE_TBL c2 WHERE c1.f1 &> c2.f1; - f1 | f1 -----------------+---------------- - <(5,1),3> | <(5,1),3> ... |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/pg_visibility/expected/pg_visibility.out /tmp/cirrus-ci-build/build/testrun/pg_vis...
--- /tmp/cirrus-ci-build/contrib/pg_visibility/expected/pg_visibility.out 2025-12-11 15:05:00.962007000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_visibility/regress/results/pg_visibility.out 2025-12-11 15:08:32.679761000 +00...
@@ -39,240 +39,7 @@
--
-- partitioned tables (the parent ones) don't have visibility maps
create table test_partitioned (a int) partition by list (a);
--- these should all fail
-select pg_visibility('test_partitioned', 0);
-ERROR: relation "test_partitioned" is of wrong relation kind
-DETAIL: This operation is not supported for partitioned tables.
-select pg_visibility_map('test_partitioned');
-ERROR: relation "test_partitioned" is of wrong relation kind
-DETAIL: This operation is not supported for partitioned tables.
-select pg_visibility_map_summary('test_partitioned');
-ERROR: relation "test_partitioned" is of wrong relation kind
-DETAIL: This operation is not supported for partitioned tables.
-select pg_check_frozen('test_partitioned');
-ERROR: relation "test_partitioned" is of wrong relation kind
-DETAIL: This operation is not supported for partitioned tables.
... |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/pgstattuple/expected/pgstattuple.out /tmp/cirrus-ci-build/build/testrun/pgstattupl...
--- /tmp/cirrus-ci-build/contrib/pgstattuple/expected/pgstattuple.out 2025-12-11 15:05:00.977554000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pgstattuple/regress/results/pgstattuple.out 2025-12-11 15:08:31.315776000 +0000
@@ -152,154 +152,7 @@
ERROR: relation "test_hashidx" is not a GIN index
-- check that using any of these functions with unsupported relations will fail
create table test_partitioned (a int) partition by range (a);
-create index test_partitioned_index on test_partitioned(a);
-create index test_partitioned_hash_index on test_partitioned using hash(a);
--- these should all fail
-select pgstattuple('test_partitioned');
-ERROR: cannot get tuple-level statistics for relation "test_partitioned"
-DETAIL: This operation is not supported for partitioned tables.
-select pgstattuple('test_partitioned_index');
-ERROR: cannot get tuple-level statistics for relation "test_partitioned_index"
-DETAIL: This operation is not supported for partitioned indexes.
-select pgstattuple_approx('test_partitioned');
-ERROR: relation "test_partitioned" is of wrong relation kind
-DETAIL: This operation is not supported for partitioned tables.
-select pg_relpages('test_partitioned');
... |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres... --- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out 2025-12-11 15:05:00.989185000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2025-12-11 15:08:35.271219000 +0000 @@ -4542,8180 +4542,7 @@ DROP FOREIGN TABLE reindex_foreign; -- partitions and foreign tables CREATE TABLE reind_fdw_parent (c1 int) PARTITION BY RANGE (c1); -CREATE TABLE reind_fdw_0_10 PARTITION OF reind_fdw_parent - FOR VALUES FROM (0) TO (10); -CREATE FOREIGN TABLE reind_fdw_10_20 PARTITION OF reind_fdw_parent - FOR VALUES FROM (10) TO (20) - SERVER loopback OPTIONS (table_name 'reind_local_10_20'); -REINDEX TABLE reind_fdw_parent; -- ok -REINDEX TABLE CONCURRENTLY reind_fdw_parent; -- ok -DROP TABLE reind_fdw_parent; --- =================================================================== --- conversion error --- =================================================================== -ALTER FOREIGN TABLE ft1 ALTER COLUMN c8 TYPE int; -SELECT * FROM ft1 ftx(x1,x2,x3,x4,x5,x6,x7,x8) WHERE x1 = 1; -- ERROR ... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/geometry.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str... --- /tmp/cirrus-ci-build/src/test/regress/expected/geometry.out 2025-12-11 15:05:02.571569000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/geometry.out 2025-12-11 15:07:55.8355750... @@ -5176,148 +5176,10 @@ ERROR: division by zero -- Distance to polygon SELECT c.f1, p.f1, c.f1 <-> p.f1 FROM CIRCLE_TBL c, POLYGON_TBL p; - f1 | f1 | ?column? -----------------+----------------------------+---------------- - <(5,1),3> | ((2,0),(2,4),(0,0)) | 0 - <(5,1),3> | ((3,1),(3,3),(1,0)) | 0 - <(5,1),3> | ((1,2),(3,4),(5,6),(7,8)) | 0.535533905933 - <(5,1),3> | ((7,8),(5,6),(3,4),(1,2)) | 0.535533905933 - <(5,1),3> | ((1,2),(7,8),(5,6),(3,-4)) | 0 - <(5,1),3> | ((0,0)) | 2.09901951359 - <(5,1),3> | ((0,1),(0,1)) | 2 - <(1,2),100> | ((2,0),(2,4),(0,0)) | 0 - <(1,2),100> | ((3,1),(3,3),(1,0)) | 0 - <(1,2),100> | ((1,2),(3,4),(5,6),(7,8)) | 0 - <(1,2),100> | ((7,8),(5,6),(3,4),(1,2)) | 0 ... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out 2025-12-11 15:05:02.574260000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/horology.out 2025-12-11 15:07:10.083147000 +0000
@@ -3086,805 +3086,10 @@
(1 row)
SELECT to_timestamp('1985 \ 12', 'YYYY \\ DD');
- to_timestamp
-------------------------------
- Sat Jan 12 00:00:00 1985 PST
-(1 row)
-
-SELECT to_timestamp('My birthday-> Year: 1976, Month: May, Day: 16',
- '"My birthday-> Year:" YYYY, "Month:" FMMonth, "Day:" DD');
- to_timestamp
-------------------------------
- Sun May 16 00:00:00 1976 PDT
-(1 row)
-
-SELECT to_timestamp('1,582nd VIII 21', 'Y,YYYth FMRM DD');
... |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/seg/expected/security.out /tmp/cirrus-ci-build/build/testrun/seg/regress/results/s... --- /tmp/cirrus-ci-build/contrib/seg/expected/security.out 2025-12-11 15:05:00.997178000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/seg/regress/results/security.out 2025-12-11 15:08:34.219605000 +0000 @@ -22,11 +22,7 @@ CREATE SCHEMA test_schema CREATE TABLE t(i int) PARTITION BY RANGE (i) CREATE TABLE p1 PARTITION OF t FOR VALUES FROM (1) TO (regress_seg_schema.exfun(2)); -DROP SCHEMA test_schema CASCADE; -NOTICE: drop cascades to 3 other objects -DETAIL: drop cascades to table test_schema.t -drop cascades to extension seg -drop cascades to operator test_schema.=(oid,regclass) -RESET ROLE; -DROP OWNED BY regress_seg_role; -DROP ROLE regress_seg_role; +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/contrib/seg/expected/seg.out /tmp/cirrus-ci-build/build/testrun/seg/regress/results/seg.ou... ... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/alter_table.out /tmp/cirrus-ci-build/build/test... --- /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/alter_table.out 2025-12-11 15:05:02.490566000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/test_ddl_deparse/regress/results/alter_table.out 2025-12-11 15:08:48.341553000 +0... @@ -101,43 +101,7 @@ CREATE TABLE part ( a int ) PARTITION BY RANGE (a); -NOTICE: DDL test: type simple, tag CREATE TABLE -CREATE TABLE part1 PARTITION OF part FOR VALUES FROM (1) to (100); -NOTICE: DDL test: type simple, tag CREATE TABLE -CREATE TABLE part2 (a int); -NOTICE: DDL test: type simple, tag CREATE TABLE -ALTER TABLE part ATTACH PARTITION part2 FOR VALUES FROM (101) to (200); -NOTICE: DDL test: type alter table, tag ALTER TABLE -NOTICE: subcommand: type ATTACH PARTITION desc table part2 -ALTER TABLE part DETACH PARTITION part2; -NOTICE: DDL test: type alter table, tag ALTER TABLE -NOTICE: subcommand: type DETACH PARTITION desc table part2 -DROP TABLE part2; -ALTER TABLE part ADD PRIMARY KEY (a); ... |
| tap | [15:07:11.373](19.647s) not ok 5 - regression tests pass [15:07:24.828](4.476s) not ok 16 - run of pg_upgrade for new instance [15:07:24.828](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success [15:07:26.103](0.011s) not ok 20 - old and new dumps match after pg_upgrade |
| tap | [15:09:48.695](0.913s) not ok 23 - pgbench scale 1 initialization status (got 1 vs expected 0) [15:09:48.697](0.000s) not ok 27 - pgbench scale 1 initialization stderr /(?^:creating 2 partitions)/ [15:09:48.698](0.000s) not ok 28 - pgbench scale 1 initialization stderr /(?^:vacuuming)/ [15:09:48.698](0.000s) not ok 29 - pgbench scale 1 initialization stderr /(?^:creating primary keys)/ [15:09:48.699](0.000s) not ok 30 - pgbench scale 1 initialization stderr /(?^:creating foreign keys)/ [15:09:48.700](0.000s) not ok 32 - pgbench scale 1 initialization stderr /(?^:done in \d+\.\d\d s )/ [15:09:48.705](0.004s) not ok 33 - pgbench --init-steps status (got 1 vs expected 0) [15:09:48.706](0.000s) not ok 35 - pgbench --init-steps stderr /(?^:dropping old tables)/ [15:09:48.706](0.000s) not ok 36 - pgbench --init-steps stderr /(?^:creating tables)/ [15:09:48.707](0.000s) not ok 37 - pgbench --init-steps stderr /(?^:creating 3 partitions)/ [15:09:48.707](0.000s) not ok 38 - pgbench --init-steps stderr /(?^:creating primary keys)/ [15:09:48.708](0.000s) not ok 39 - pgbench --init-steps stderr /(?^:generating data \(server-side\))/ [15:09:48.709](0.000s) not ok 40 - pgbench --init-steps stderr /(?^:creating foreign keys)/ [15:09:48.710](0.000s) not ok 42 - pgbench --init-steps stderr /(?^:done in \d+\.\d\d s )/ |
| tap | [15:07:58.741](20.760s) not ok 2 - regression tests pass [15:07:58.742](0.000s) not ok 3 - primary alive after regression test run |
| test | [15:11:12.332] 11/363 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [15:11:12.332] 49/363 postgresql:recovery / recovery/027_stream_regress ERROR ... [15:11:12.332] 21/363 postgresql:isolation / isolation/isolation ERROR ... [15:11:12.332] 73/363 postgresql:amcheck / amcheck/regress ERROR ... [15:11:12.332] 85/363 postgresql:btree_gist / btree_gist/regress ERROR ... [15:11:12.332] 99/363 postgresql:pg_prewarm / pg_prewarm/regress ERROR ... [15:11:12.332] 95/363 postgresql:pageinspect / pageinspect/regress ERROR ... [15:11:12.332] 101/363 postgresql:pg_stat_statements / pg_stat_statements/regress ERROR ... [15:11:12.332] 105/363 postgresql:pg_visibility / pg_visibility/regress ERROR ... [15:11:12.332] 108/363 postgresql:seg / seg/regress ERROR ... [15:11:12.332] 110/363 postgresql:postgres_fdw / postgres_fdw/regress ERROR ... [15:11:12.332] 121/363 postgresql:delay_execution / delay_execution/isolation ERROR ... [15:11:12.332] 136/363 postgresql:test_ddl_deparse / test_ddl_deparse/regress ERROR ... [15:11:12.332] 148/363 postgresql:injection_points / injection_points/isolation ERROR ... [15:11:12.332] 166/363 postgresql:pg_amcheck / pg_amcheck/003_check ERROR ... [15:11:12.332] 196/363 postgresql:pg_dump / pg_dump/002_pg_dump ERROR ... [15:11:12.332] 198/363 postgresql:pg_dump / pg_dump/004_pg_dump_parallel ERROR ... [15:11:12.332] 237/363 postgresql:pgbench / pgbench/001_pgbench_with_server ERROR ... [15:11:12.332] 252/363 postgresql:scripts / scripts/100_vacuumdb ERROR ... [15:11:12.332] 293/363 postgresql:subscription / subscription/013_partition ERROR ... [15:11:12.332] 81/363 postgresql:file_fdw / file_fdw/regress ERROR 1... [15:11:12.332] 10/363 postgresql:regress / regress/regress ERROR 2... [15:11:12.332] 98/363 postgresql:pg_overexplain / pg_overexplain/regress ERROR 1... [15:11:12.332] 102/363 postgresql:pgstattuple / pgstattuple/regress ERROR 1... [15:11:12.332] 301/363 postgresql:subscription / subscription/025_rep_changes_for_schema ERROR ... [15:11:12.332] 304/363 postgresql:subscription / subscription/027_nosuperuser ERROR ... [15:11:12.332] 307/363 postgresql:subscription / subscription/028_row_filter ERROR ... [15:11:12.332] 308/363 postgresql:subscription / subscription/031_column_list ERROR ... [15:11:12.332] 311/363 postgresql:subscription / subscription/035_conflicts ERROR ... [15:11:12.332] 313/363 postgresql:subscription / subscription/032_subscribe_use_index ERROR ... [15:11:12.332] 315/363 postgresql:subscription / subscription/030_origin ERROR ... [15:11:12.332] 342/363 postgresql:test_misc / test_misc/001_constraint_validation ERROR ... |
| 57/5992 | Fix ALTER TABLE DROP EXPRESSION with ONLY option |
| Windows - Server 2022, MinGW64 - Meson | |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/generated_stored.out C:/cirrus/build/testrun/pg_upgrade...
--- C:/cirrus/src/test/regress/expected/generated_stored.out 2025-12-11 14:28:44.251399200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_stored.out 2025-12-11 14:32:44.322402500 +0...
@@ -1311,6 +1311,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
Table "generated_stored_tests.gtest30"
Column | Type | Collation | Nullable | Default
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/generated_virtual.out C:/cirrus/build/testrun/pg_upgrad...
--- C:/cirrus/src/test/regress/expected/generated_virtual.out 2025-12-11 14:28:44.251399200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_virtual.out 2025-12-11 14:32:54.322401100 +...
@@ -1281,6 +1281,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/generated_stored.out C:/cirrus/build/testrun/recovery/0...
--- C:/cirrus/src/test/regress/expected/generated_stored.out 2025-12-11 14:28:44.251399200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/generated_stored.out 2025-12-11 14:36:05.019081400 ...
@@ -1311,6 +1311,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
Table "generated_stored_tests.gtest30"
Column | Type | Collation | Nullable | Default
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/generated_virtual.out C:/cirrus/build/testrun/recovery/...
--- C:/cirrus/src/test/regress/expected/generated_virtual.out 2025-12-11 14:28:44.251399200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/generated_virtual.out 2025-12-11 14:36:16.170448600...
@@ -1281,6 +1281,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/generated_stored.out C:/cirrus/build/testrun/regress/re...
--- C:/cirrus/src/test/regress/expected/generated_stored.out 2025-12-11 14:28:44.251399200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/generated_stored.out 2025-12-11 14:32:37.017723900 +0000
@@ -1311,6 +1311,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
Table "generated_stored_tests.gtest30"
Column | Type | Collation | Nullable | Default
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/generated_virtual.out C:/cirrus/build/testrun/regress/r...
--- C:/cirrus/src/test/regress/expected/generated_virtual.out 2025-12-11 14:28:44.251399200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/generated_virtual.out 2025-12-11 14:32:48.221816600 +0000
@@ -1281,6 +1281,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
... |
| tap | [14:33:33.641](78.720s) not ok 5 - regression tests pass |
| tap | [14:36:55.395](0.000s) not ok 2 - regression tests pass |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/generated_stored.out C:/cirrus/build/testrun/pg_upgrade...
--- C:/cirrus/src/test/regress/expected/generated_stored.out 2025-12-11 14:28:32.300992300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_stored.out 2025-12-11 14:31:42.179506000 +0...
@@ -1311,6 +1311,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
Table "generated_stored_tests.gtest30"
Column | Type | Collation | Nullable | Default
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/generated_virtual.out C:/cirrus/build/testrun/pg_upgrad...
--- C:/cirrus/src/test/regress/expected/generated_virtual.out 2025-12-11 14:28:32.300992300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_virtual.out 2025-12-11 14:31:56.497377900 +...
@@ -1281,6 +1281,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/generated_stored.out C:/cirrus/build/testrun/recovery/0...
--- C:/cirrus/src/test/regress/expected/generated_stored.out 2025-12-11 14:28:32.300992300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/generated_stored.out 2025-12-11 14:34:31.206845500 ...
@@ -1311,6 +1311,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
Table "generated_stored_tests.gtest30"
Column | Type | Collation | Nullable | Default
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/generated_virtual.out C:/cirrus/build/testrun/recovery/...
--- C:/cirrus/src/test/regress/expected/generated_virtual.out 2025-12-11 14:28:32.300992300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/generated_virtual.out 2025-12-11 14:34:48.412907500...
@@ -1281,6 +1281,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/generated_stored.out C:/cirrus/build/testrun/regress/re...
--- C:/cirrus/src/test/regress/expected/generated_stored.out 2025-12-11 14:28:32.300992300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/generated_stored.out 2025-12-11 14:31:36.202451000 +0000
@@ -1311,6 +1311,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
Table "generated_stored_tests.gtest30"
Column | Type | Collation | Nullable | Default
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/generated_virtual.out C:/cirrus/build/testrun/regress/r...
--- C:/cirrus/src/test/regress/expected/generated_virtual.out 2025-12-11 14:28:32.300992300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/generated_virtual.out 2025-12-11 14:31:52.413395100 +0000
@@ -1281,6 +1281,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
... |
| tap | [14:32:51.993](119.637s) not ok 5 - regression tests pass |
| tap | [14:35:50.022](0.013s) not ok 2 - regression tests pass |
| Linux - Debian Trixie - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_stored.out /tmp/cirrus-ci-build/build/testrun/pg_upgra...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_stored.out 2025-12-11 14:28:27.450096780 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_stored.out 2025-12-11 14:30:14.6...
@@ -1311,6 +1311,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
Table "generated_stored_tests.gtest30"
Column | Type | Collation | Nullable | Default
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out /tmp/cirrus-ci-build/build/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out 2025-12-11 14:28:27.450096780 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_virtual.out 2025-12-11 14:30:24....
@@ -1281,6 +1281,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_stored.out /tmp/cirrus-ci-build/build/testrun/recovery...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_stored.out 2025-12-11 14:28:27.450096780 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/generated_stored.out 2025-12-11 14:31:33...
@@ -1311,6 +1311,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
Table "generated_stored_tests.gtest30"
Column | Type | Collation | Nullable | Default
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out /tmp/cirrus-ci-build/build/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out 2025-12-11 14:28:27.450096780 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/generated_virtual.out 2025-12-11 14:31:4...
@@ -1281,6 +1281,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_stored.out /tmp/cirrus-ci-build/build/testrun/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_stored.out 2025-12-11 14:28:27.450096780 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/generated_stored.out 2025-12-11 14:30:16.005406298 +0000
@@ -1311,6 +1311,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
Table "generated_stored_tests.gtest30"
Column | Type | Collation | Nullable | Default
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out /tmp/cirrus-ci-build/build/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out 2025-12-11 14:28:27.450096780 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/generated_virtual.out 2025-12-11 14:30:26.918149388 +0000
@@ -1281,6 +1281,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
... |
| tap | [14:30:59.961](71.452s) not ok 5 - regression tests pass |
| tap | [14:32:31.056](0.001s) not ok 2 - regression tests pass |
| test | [14:35:19.345] 12/364 postgresql:regress / regress/regress ERROR ... [14:35:19.345] 30/364 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [14:35:19.345] 136/364 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| macOS - Sequoia - Meson | |
| core | [14:41:02.380] * frame #0: 0x0000000185264ed4 dyld`dyld4::PrebuiltLoader::loadDependents(Diagnostics&, dyld4::RuntimeS... [14:41:02.380] frame #1: 0x0000000185264eac dyld`dyld4::PrebuiltLoader::loadDependents(Diagnostics&, dyld4::RuntimeS... [14:41:02.380] frame #2: 0x0000000185264eac dyld`dyld4::PrebuiltLoader::loadDependents(Diagnostics&, dyld4::RuntimeS... [14:41:02.380] frame #3: 0x0000000185264eac dyld`dyld4::PrebuiltLoader::loadDependents(Diagnostics&, dyld4::RuntimeS... [14:41:02.380] frame #4: 0x0000000185264eac dyld`dyld4::PrebuiltLoader::loadDependents(Diagnostics&, dyld4::RuntimeS... [14:41:02.380] frame #5: 0x0000000185264eac dyld`dyld4::PrebuiltLoader::loadDependents(Diagnostics&, dyld4::RuntimeS... [14:41:02.380] frame #6: 0x0000000185264eac dyld`dyld4::PrebuiltLoader::loadDependents(Diagnostics&, dyld4::RuntimeS... [14:41:02.380] frame #7: 0x0000000185264eac dyld`dyld4::PrebuiltLoader::loadDependents(Diagnostics&, dyld4::RuntimeS... [14:41:02.380] frame #8: 0x0000000185264eac dyld`dyld4::PrebuiltLoader::loadDependents(Diagnostics&, dyld4::RuntimeS... [14:41:02.380] frame #9: 0x0000000185264eac dyld`dyld4::PrebuiltLoader::loadDependents(Diagnostics&, dyld4::RuntimeS... |
| core | [14:41:26.057] * frame #0: 0x00000001852491c4 dyld`lsl::Vector<AuthenticatedValue<dyld4::PseudoDylib*>>::erase(Authent... [14:41:26.057] frame #1: 0x00000001852490e8 dyld`dyld4::RuntimeState::partitionDelayLoads(std::__1::span<dyld4::Load... [14:41:26.057] frame #2: 0x000000018523fb84 dyld`dyld4::prepare(dyld4::APIs&, mach_o::Header const*) + 2456 [14:41:26.057] frame #3: 0x000000018523f1d8 dyld`dyld4::start(dyld4::KernelArgs*, void*, void*)::$_0::operator()() c... [14:41:26.057] frame #4: 0x000000018523eb4c dyld`start + 6000 |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/generated_stored.out /Users/admin/pgsql/build/testrun/pg_upgrade/0...
--- /Users/admin/pgsql/src/test/regress/expected/generated_stored.out 2025-12-11 14:28:26
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_stored.out 2025-12-11 14:30:15
@@ -1311,6 +1311,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
Table "generated_stored_tests.gtest30"
Column | Type | Collation | Nullable | Default
diff -U3 /Users/admin/pgsql/src/test/regress/expected/generated_virtual.out /Users/admin/pgsql/build/testrun/pg_upgrade/...
--- /Users/admin/pgsql/src/test/regress/expected/generated_virtual.out 2025-12-11 14:28:26
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_virtual.out 2025-12-11 14:30:21
@@ -1281,6 +1281,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
... |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/generated_stored.out /Users/admin/pgsql/build/testrun/recovery/027...
--- /Users/admin/pgsql/src/test/regress/expected/generated_stored.out 2025-12-11 14:28:26
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/generated_stored.out 2025-12-11 14:32:12
@@ -1311,6 +1311,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
Table "generated_stored_tests.gtest30"
Column | Type | Collation | Nullable | Default
diff -U3 /Users/admin/pgsql/src/test/regress/expected/generated_virtual.out /Users/admin/pgsql/build/testrun/recovery/02...
--- /Users/admin/pgsql/src/test/regress/expected/generated_virtual.out 2025-12-11 14:28:26
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/generated_virtual.out 2025-12-11 14:32:22
@@ -1281,6 +1281,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
... |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/generated_stored.out /Users/admin/pgsql/build/testrun/regress/regr...
--- /Users/admin/pgsql/src/test/regress/expected/generated_stored.out 2025-12-11 14:28:26
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/generated_stored.out 2025-12-11 14:30:15
@@ -1311,6 +1311,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
Table "generated_stored_tests.gtest30"
Column | Type | Collation | Nullable | Default
diff -U3 /Users/admin/pgsql/src/test/regress/expected/generated_virtual.out /Users/admin/pgsql/build/testrun/regress/reg...
--- /Users/admin/pgsql/src/test/regress/expected/generated_virtual.out 2025-12-11 14:28:26
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/generated_virtual.out 2025-12-11 14:30:21
@@ -1281,6 +1281,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
... |
| tap | [14:30:57.947](61.284s) not ok 5 - regression tests pass |
| tap | [14:33:12.870](0.001s) not ok 2 - regression tests pass |
| test | [14:37:08.980] 11/363 postgresql:regress / regress/regress ERROR ... [14:37:08.980] 26/363 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [14:37:08.980] 122/363 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/generated_stored.out /home/postgres/postgres/build/testrun/pg...
--- /home/postgres/postgres/src/test/regress/expected/generated_stored.out 2025-12-11 14:28:53.235881623 +0000
+++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_stored.out 2025-12-11 14:30:1...
@@ -1311,6 +1311,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
Table "generated_stored_tests.gtest30"
Column | Type | Collation | Nullable | Default
diff -U3 /home/postgres/postgres/src/test/regress/expected/generated_virtual.out /home/postgres/postgres/build/testrun/p...
--- /home/postgres/postgres/src/test/regress/expected/generated_virtual.out 2025-12-11 14:28:53.236495165 +0000
+++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_virtual.out 2025-12-11 14:30:...
@@ -1281,6 +1281,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/generated_stored.out /home/postgres/postgres/build/testrun/re...
--- /home/postgres/postgres/src/test/regress/expected/generated_stored.out 2025-12-11 14:28:53.235881623 +0000
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/generated_stored.out 2025-12-11 14:30...
@@ -1311,6 +1311,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
Table "generated_stored_tests.gtest30"
Column | Type | Collation | Nullable | Default
diff -U3 /home/postgres/postgres/src/test/regress/expected/generated_virtual.out /home/postgres/postgres/build/testrun/r...
--- /home/postgres/postgres/src/test/regress/expected/generated_virtual.out 2025-12-11 14:28:53.236495165 +0000
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/generated_virtual.out 2025-12-11 14:3...
@@ -1281,6 +1281,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/generated_stored.out /home/postgres/postgres/build/testrun/re...
--- /home/postgres/postgres/src/test/regress/expected/generated_stored.out 2025-12-11 14:28:53.235881623 +0000
+++ /home/postgres/postgres/build/testrun/regress/regress/results/generated_stored.out 2025-12-11 14:30:16.810871126 +00...
@@ -1311,6 +1311,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
Table "generated_stored_tests.gtest30"
Column | Type | Collation | Nullable | Default
diff -U3 /home/postgres/postgres/src/test/regress/expected/generated_virtual.out /home/postgres/postgres/build/testrun/r...
--- /home/postgres/postgres/src/test/regress/expected/generated_virtual.out 2025-12-11 14:28:53.236495165 +0000
+++ /home/postgres/postgres/build/testrun/regress/regress/results/generated_virtual.out 2025-12-11 14:30:28.855414476 +0...
@@ -1281,6 +1281,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
... |
| tap | [14:31:18.567](90.322s) not ok 5 - regression tests pass |
| tap | [14:31:52.152](0.000s) not ok 2 - regression tests pass |
| test | [14:33:09.744] 36/362 postgresql:regress / regress/regress ERROR ... [14:33:09.744] 154/362 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [14:33:09.744] 198/362 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| Linux - Debian Trixie - Autoconf | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_stored.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_stored.out 2025-12-11 14:28:35.900645722 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/generated_stored.out 2025-12-11 14:33:59.428044186 +0000
@@ -1311,6 +1311,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
Table "generated_stored_tests.gtest30"
Column | Type | Collation | Nullable | Default
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tm...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out 2025-12-11 14:28:35.900645722 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/generated_virtual.out 2025-12-11 14:34:34.524041177 +0000
@@ -1281,6 +1281,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_stored.out /tmp/cirrus-ci-build/src/test/recovery/tmp_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_stored.out 2025-12-11 14:28:35.900645722 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/generated_stored.out 2025-12-11 14:36:10.712033396 +0000
@@ -1311,6 +1311,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
Table "generated_stored_tests.gtest30"
Column | Type | Collation | Nullable | Default
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out /tmp/cirrus-ci-build/src/test/recovery/tmp...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out 2025-12-11 14:28:35.900645722 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/generated_virtual.out 2025-12-11 14:36:26.756032741 +0000
@@ -1281,6 +1281,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_stored.out /tmp/cirrus-ci-build/src/test/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_stored.out 2025-12-11 14:28:35.900645722 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/generated_stored.out 2025-12-11 14:30:58.088062062 +0000
@@ -1311,6 +1311,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
Table "generated_stored_tests.gtest30"
Column | Type | Collation | Nullable | Default
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out /tmp/cirrus-ci-build/src/test/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out 2025-12-11 14:28:35.900645722 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/generated_virtual.out 2025-12-11 14:31:31.400058907 +0000
@@ -1281,6 +1281,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
... |
| tap | [14:35:48.234](161.363s) not ok 5 - regression tests pass |
| tap | [14:37:15.618](0.000s) not ok 2 - regression tests pass |
| FreeBSD - Meson | |
| core | [14:37:56.350] #0 0x000000082c8485da in _sigprocmask () from /lib/libc.so.7 [14:37:56.350] #1 0x000000082c885a3c in _system () from /lib/libc.so.7 [14:37:56.350] #2 0x000000082b056953 in ?? () from /lib/libthr.so.3 [14:37:56.350] #3 0x0000000000692fd9 in RestoreArchivedFile (path=path@entry=0x8218861b0 "pg_wal/00000002", '0' <repeat... [14:37:56.350] #4 0x000000000067a0b8 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran... [14:37:56.350] #5 0x000000000067a178 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam... [14:37:56.350] #6 0x000000000069e6fb in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=10... [14:37:56.350] #7 0x000000000069a370 in WaitForWALToBecomeAvailable (RecPtr=105256912, randAccess=false, fetching_ckpt=... [14:37:56.350] #8 XLogPageRead (xlogreader=0xb6b014150a0, targetPagePtr=105250816, reqLen=6096, targetRecPtr=105256888,... [14:37:56.350] #9 0x00000000006a1f6c in ReadPageInternal (state=0xb6b014150a0, pageptr=pageptr@entry=105250816, reqLen=... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_stored.out /tmp/cirrus-ci-build/build/testrun/pg_upgra...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_stored.out 2025-12-11 14:28:25.890723000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_stored.out 2025-12-11 14:30:22.0...
@@ -1311,6 +1311,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
Table "generated_stored_tests.gtest30"
Column | Type | Collation | Nullable | Default
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out /tmp/cirrus-ci-build/build/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out 2025-12-11 14:28:25.890789000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_virtual.out 2025-12-11 14:30:42....
@@ -1281,6 +1281,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_stored.out /tmp/cirrus-ci-build/build/testrun/recovery...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_stored.out 2025-12-11 14:28:25.890723000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/generated_stored.out 2025-12-11 14:31:34...
@@ -1311,6 +1311,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
Table "generated_stored_tests.gtest30"
Column | Type | Collation | Nullable | Default
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out /tmp/cirrus-ci-build/build/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out 2025-12-11 14:28:25.890789000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/generated_virtual.out 2025-12-11 14:32:0...
@@ -1281,6 +1281,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_stored.out /tmp/cirrus-ci-build/build/testrun/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_stored.out 2025-12-11 14:28:25.890723000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/generated_stored.out 2025-12-11 14:30:21.368825000 +0000
@@ -1311,6 +1311,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
Table "generated_stored_tests.gtest30"
Column | Type | Collation | Nullable | Default
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out /tmp/cirrus-ci-build/build/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out 2025-12-11 14:28:25.890789000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/generated_virtual.out 2025-12-11 14:30:46.083653000 +0000
@@ -1281,6 +1281,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
... |
| tap | [14:32:37.764](207.972s) not ok 5 - regression tests pass |
| tap | [14:33:57.042](0.000s) not ok 2 - regression tests pass |
| test | [14:35:22.121] 45/363 postgresql:regress / regress/regress ERROR 2... [14:35:22.121] 172/363 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 2... [14:35:22.121] 269/363 postgresql:recovery / recovery/027_stream_regress ERROR 3... |
| OpenBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/generated_stored.out /home/postgres/postgres/build/testrun/pg...
--- /home/postgres/postgres/src/test/regress/expected/generated_stored.out Thu Dec 11 14:28:44 2025
+++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_stored.out Thu Dec 11 14:30:5...
@@ -1311,6 +1311,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
Table "generated_stored_tests.gtest30"
Column | Type | Collation | Nullable | Default
diff -U3 /home/postgres/postgres/src/test/regress/expected/generated_virtual.out /home/postgres/postgres/build/testrun/p...
--- /home/postgres/postgres/src/test/regress/expected/generated_virtual.out Thu Dec 11 14:28:44 2025
+++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_virtual.out Thu Dec 11 14:31:...
@@ -1281,6 +1281,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/generated_stored.out /home/postgres/postgres/build/testrun/re...
--- /home/postgres/postgres/src/test/regress/expected/generated_stored.out Thu Dec 11 14:28:44 2025
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/generated_stored.out Thu Dec 11 14:32...
@@ -1311,6 +1311,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
Table "generated_stored_tests.gtest30"
Column | Type | Collation | Nullable | Default
diff -U3 /home/postgres/postgres/src/test/regress/expected/generated_virtual.out /home/postgres/postgres/build/testrun/r...
--- /home/postgres/postgres/src/test/regress/expected/generated_virtual.out Thu Dec 11 14:28:44 2025
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/generated_virtual.out Thu Dec 11 14:3...
@@ -1281,6 +1281,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/generated_stored.out /home/postgres/postgres/build/testrun/re...
--- /home/postgres/postgres/src/test/regress/expected/generated_stored.out Thu Dec 11 14:28:44 2025
+++ /home/postgres/postgres/build/testrun/regress/regress/results/generated_stored.out Thu Dec 11 14:30:46 2025
@@ -1311,6 +1311,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
Table "generated_stored_tests.gtest30"
Column | Type | Collation | Nullable | Default
diff -U3 /home/postgres/postgres/src/test/regress/expected/generated_virtual.out /home/postgres/postgres/build/testrun/r...
--- /home/postgres/postgres/src/test/regress/expected/generated_virtual.out Thu Dec 11 14:28:44 2025
+++ /home/postgres/postgres/build/testrun/regress/regress/results/generated_virtual.out Thu Dec 11 14:30:57 2025
@@ -1281,6 +1281,7 @@
CREATE TABLE gtest30_1 () INHERITS (gtest30);
ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error
ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too
+HINT: Do not specify the ONLY keyword.
\d gtest30
... |
| tap | [14:32:06.250](114.342s) not ok 5 - regression tests pass |
| tap | [14:34:32.388](0.001s) not ok 2 - regression tests pass |
| test | [14:37:41.760] 10/362 postgresql:regress / regress/regress ERROR 1... [14:37:41.760] 44/362 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 2... [14:37:41.760] 188/362 postgresql:recovery / recovery/027_stream_regress ERROR 2... |
| 57/6087 | CREATE TABLE LIKE INCLUDING TRIGGERS |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| 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 2025-12-11 11:25:41.322519200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/triggers.out 2025-12-11 11:32:19.901048800 +0000
@@ -407,6 +407,7 @@
--create table like tests
COMMENT ON TRIGGER before_ins_stmt_trig ON main_table IS 'trigger before_ins_stmt_trig';
CREATE TABLE main_table1(c INT, LIKE main_table INCLUDING TRIGGERS INCLUDING COMMENTS);
+ERROR: trigger " " for relation "main_table1" already exists
\d main_table
Table "public.main_table"
Column | Type | Collation | Nullable | Default
@@ -424,22 +425,6 @@
before_upd_a_stmt_trig BEFORE UPDATE OF a ON main_table FOR EACH STATEMENT EXECUTE FUNCTION trigger_func('before_up...
\d main_table1
- Table "public.main_table1"
- Column | Type | Collation | Nullable | Default
---------+---------+-----------+----------+---------
- c | integer | | |
- a | integer | | |
... |
| tap | [11:34:09.569](0.001s) not ok 2 - regression tests pass |
| Linux - Debian Trixie - Meson | |
| 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 2025-12-11 11:25:35.703424015 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out 2025-12-11 11:31:00.7210771...
@@ -431,14 +431,14 @@
a | integer | | |
b | integer | | |
Triggers:
+ "0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid " BEFORE INSERT ON main_table1 FOR EACH STATEMENT E...
after_ins_stmt_trig AFTER INSERT ON main_table1 FOR EACH STATEMENT EXECUTE FUNCTION trigger_func('after_ins_stmt')
after_upd_a_b_row_trig AFTER UPDATE OF a, b ON main_table1 FOR EACH ROW EXECUTE FUNCTION trigger_func('after_upd_a_...
after_upd_b_row_trig AFTER UPDATE OF b ON main_table1 FOR EACH ROW EXECUTE FUNCTION trigger_func('after_upd_b_row')
after_upd_b_stmt_trig AFTER UPDATE OF b ON main_table1 FOR EACH STATEMENT EXECUTE FUNCTION trigger_func('after_upd_...
- after_upd_stmt_trig AFTER UPDATE ON main_table1 FOR EACH STATEMENT EXECUTE FUNCTION trigger_func('after_upd_stmt')
- before_ins_stmt_trig BEFORE INSERT ON main_table1 FOR EACH STATEMENT EXECUTE FUNCTION trigger_func('before_ins_stmt...
before_upd_a_row_trig BEFORE UPDATE OF a ON main_table1 FOR EACH ROW EXECUTE FUNCTION trigger_func('before_upd_a_ro...
before_upd_a_stmt_trig BEFORE UPDATE OF a ON main_table1 FOR EACH STATEMENT EXECUTE FUNCTION trigger_func('before_u...
+ "{VAR :varno 2 :varattno -6 :vartype 26 :vartypmod -1 :varcollid" AFTER UPDATE ON main_table1 FOR EACH STATEMENT EX...
\dd before_ins_stmt_trig
Object descriptions |
| tap | [11:32:08.777](0.000s) not ok 2 - regression tests pass |
| test | [11:34:56.699] 130/364 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| OpenBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/triggers.out /home/postgres/postgres/build/testrun/recovery/0...
--- /home/postgres/postgres/src/test/regress/expected/triggers.out Thu Dec 11 11:25:52 2025
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/triggers.out Thu Dec 11 11:32:07 2025
@@ -407,6 +407,7 @@
--create table like tests
COMMENT ON TRIGGER before_ins_stmt_trig ON main_table IS 'trigger before_ins_stmt_trig';
CREATE TABLE main_table1(c INT, LIKE main_table INCLUDING TRIGGERS INCLUDING COMMENTS);
+ERROR: trigger "" for relation "main_table1" already exists
\d main_table
Table "public.main_table"
Column | Type | Collation | Nullable | Default
@@ -424,22 +425,6 @@
before_upd_a_stmt_trig BEFORE UPDATE OF a ON main_table FOR EACH STATEMENT EXECUTE FUNCTION trigger_func('before_up...
\d main_table1
- Table "public.main_table1"
- Column | Type | Collation | Nullable | Default
---------+---------+-----------+----------+---------
- c | integer | | |
- a | integer | | |
... |
| tap | [11:34:32.652](0.001s) not ok 2 - regression tests pass |
| test | [11:38:12.041] 189/362 postgresql:recovery / recovery/027_stream_regress ERROR 2... |
| 57/6251 | Use ROLERECURSE_PRIVS in is_admin_of_role() |
| Windows - Server 2022, MinGW64 - Meson | |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/create_role.out C:/cirrus/build/testrun/pg_upgrade/002_... --- C:/cirrus/src/test/regress/expected/create_role.out 2025-12-11 04:51:44.367747500 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_role.out 2025-12-11 04:56:16.276040500 +0000 @@ -219,6 +219,8 @@ DROP ROLE regress_nosuch_admin_recursive; ERROR: role "regress_nosuch_admin_recursive" does not exist DROP ROLE regress_plainrole; +ERROR: permission denied to drop role +DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_plainrole" may drop this role. -- must revoke privileges before dropping role REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; -- ok, should be able to drop non-superuser roles we created |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/create_role.out C:/cirrus/build/testrun/recovery/027_st... --- C:/cirrus/src/test/regress/expected/create_role.out 2025-12-11 04:51:44.367747500 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/create_role.out 2025-12-11 04:59:08.555818500 +0000 @@ -219,6 +219,8 @@ DROP ROLE regress_nosuch_admin_recursive; ERROR: role "regress_nosuch_admin_recursive" does not exist DROP ROLE regress_plainrole; +ERROR: permission denied to drop role +DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_plainrole" may drop this role. -- must revoke privileges before dropping role REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; -- ok, should be able to drop non-superuser roles we created |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/create_role.out C:/cirrus/build/testrun/regress/regress... --- C:/cirrus/src/test/regress/expected/create_role.out 2025-12-11 04:51:44.367747500 +0000 +++ C:/cirrus/build/testrun/regress/regress/results/create_role.out 2025-12-11 04:56:11.015786100 +0000 @@ -219,6 +219,8 @@ DROP ROLE regress_nosuch_admin_recursive; ERROR: role "regress_nosuch_admin_recursive" does not exist DROP ROLE regress_plainrole; +ERROR: permission denied to drop role +DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_plainrole" may drop this role. -- must revoke privileges before dropping role REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; -- ok, should be able to drop non-superuser roles we created |
| tap | [04:56:48.776](65.699s) not ok 5 - regression tests pass |
| tap | [04:59:41.354](0.000s) not ok 2 - regression tests pass |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/create_role.out C:/cirrus/build/testrun/pg_upgrade/002_... --- C:/cirrus/src/test/regress/expected/create_role.out 2025-12-11 04:51:43.638483500 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_role.out 2025-12-11 04:55:19.157338900 +0000 @@ -219,6 +219,8 @@ DROP ROLE regress_nosuch_admin_recursive; ERROR: role "regress_nosuch_admin_recursive" does not exist DROP ROLE regress_plainrole; +ERROR: permission denied to drop role +DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_plainrole" may drop this role. -- must revoke privileges before dropping role REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; -- ok, should be able to drop non-superuser roles we created |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/create_role.out C:/cirrus/build/testrun/recovery/027_st... --- C:/cirrus/src/test/regress/expected/create_role.out 2025-12-11 04:51:43.638483500 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/create_role.out 2025-12-11 04:58:08.605577800 +0000 @@ -219,6 +219,8 @@ DROP ROLE regress_nosuch_admin_recursive; ERROR: role "regress_nosuch_admin_recursive" does not exist DROP ROLE regress_plainrole; +ERROR: permission denied to drop role +DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_plainrole" may drop this role. -- must revoke privileges before dropping role REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; -- ok, should be able to drop non-superuser roles we created |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/create_role.out C:/cirrus/build/testrun/regress/regress... --- C:/cirrus/src/test/regress/expected/create_role.out 2025-12-11 04:51:43.638483500 +0000 +++ C:/cirrus/build/testrun/regress/regress/results/create_role.out 2025-12-11 04:55:13.433706600 +0000 @@ -219,6 +219,8 @@ DROP ROLE regress_nosuch_admin_recursive; ERROR: role "regress_nosuch_admin_recursive" does not exist DROP ROLE regress_plainrole; +ERROR: permission denied to drop role +DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_plainrole" may drop this role. -- must revoke privileges before dropping role REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; -- ok, should be able to drop non-superuser roles we created |
| tap | [04:56:21.625](133.399s) not ok 5 - regression tests pass |
| tap | [04:59:12.440](0.001s) not ok 2 - regression tests pass |
| macOS - Sequoia - Meson | |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/create_role.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg... --- /Users/admin/pgsql/src/test/regress/expected/create_role.out 2025-12-11 04:51:38 +++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_role.out 2025-12-11 04:53:35 @@ -219,6 +219,8 @@ DROP ROLE regress_nosuch_admin_recursive; ERROR: role "regress_nosuch_admin_recursive" does not exist DROP ROLE regress_plainrole; +ERROR: permission denied to drop role +DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_plainrole" may drop this role. -- must revoke privileges before dropping role REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; -- ok, should be able to drop non-superuser roles we created |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/create_role.out /Users/admin/pgsql/build/testrun/recovery/027_stre... --- /Users/admin/pgsql/src/test/regress/expected/create_role.out 2025-12-11 04:51:38 +++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/create_role.out 2025-12-11 04:54:30 @@ -219,6 +219,8 @@ DROP ROLE regress_nosuch_admin_recursive; ERROR: role "regress_nosuch_admin_recursive" does not exist DROP ROLE regress_plainrole; +ERROR: permission denied to drop role +DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_plainrole" may drop this role. -- must revoke privileges before dropping role REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; -- ok, should be able to drop non-superuser roles we created |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/create_role.out /Users/admin/pgsql/build/testrun/regress/regress/r... --- /Users/admin/pgsql/src/test/regress/expected/create_role.out 2025-12-11 04:51:38 +++ /Users/admin/pgsql/build/testrun/regress/regress/results/create_role.out 2025-12-11 04:53:36 @@ -219,6 +219,8 @@ DROP ROLE regress_nosuch_admin_recursive; ERROR: role "regress_nosuch_admin_recursive" does not exist DROP ROLE regress_plainrole; +ERROR: permission denied to drop role +DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_plainrole" may drop this role. -- must revoke privileges before dropping role REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; -- ok, should be able to drop non-superuser roles we created |
| tap | [04:53:55.820](40.512s) not ok 5 - regression tests pass |
| tap | [04:54:59.258](0.001s) not ok 2 - regression tests pass |
| test | [04:58:00.420] 11/363 postgresql:regress / regress/regress ERROR ... [04:58:00.420] 22/363 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [04:58:00.420] 99/363 postgresql:recovery / recovery/027_stream_regress ERROR ... |
| Linux - Debian Trixie - Autoconf | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_role.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec... --- /tmp/cirrus-ci-build/src/test/regress/expected/create_role.out 2025-12-11 04:51:42.052374295 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/create_role.out 2025-12-11 04:57:19.983635875 +0000 @@ -219,6 +219,8 @@ DROP ROLE regress_nosuch_admin_recursive; ERROR: role "regress_nosuch_admin_recursive" does not exist DROP ROLE regress_plainrole; +ERROR: permission denied to drop role +DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_plainrole" may drop this role. -- must revoke privileges before dropping role REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; -- ok, should be able to drop non-superuser roles we created |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_role.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check... --- /tmp/cirrus-ci-build/src/test/regress/expected/create_role.out 2025-12-11 04:51:42.052374295 +0000 +++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/create_role.out 2025-12-11 04:59:14.271548412 +0000 @@ -219,6 +219,8 @@ DROP ROLE regress_nosuch_admin_recursive; ERROR: role "regress_nosuch_admin_recursive" does not exist DROP ROLE regress_plainrole; +ERROR: permission denied to drop role +DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_plainrole" may drop this role. -- must revoke privileges before dropping role REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; -- ok, should be able to drop non-superuser roles we created |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_role.out /tmp/cirrus-ci-build/src/test/regress/results/cr... --- /tmp/cirrus-ci-build/src/test/regress/expected/create_role.out 2025-12-11 04:51:42.052374295 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/create_role.out 2025-12-11 04:54:34.331857177 +0000 @@ -219,6 +219,8 @@ DROP ROLE regress_nosuch_admin_recursive; ERROR: role "regress_nosuch_admin_recursive" does not exist DROP ROLE regress_plainrole; +ERROR: permission denied to drop role +DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_plainrole" may drop this role. -- must revoke privileges before dropping role REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; -- ok, should be able to drop non-superuser roles we created |
| tap | [04:58:39.298](155.896s) not ok 5 - regression tests pass |
| tap | [05:00:03.277](0.000s) not ok 2 - regression tests pass |
| Linux - Debian Trixie - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_role.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00... --- /tmp/cirrus-ci-build/src/test/regress/expected/create_role.out 2025-12-11 04:51:47.936712077 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_role.out 2025-12-11 04:53:53.944355... @@ -219,6 +219,8 @@ DROP ROLE regress_nosuch_admin_recursive; ERROR: role "regress_nosuch_admin_recursive" does not exist DROP ROLE regress_plainrole; +ERROR: permission denied to drop role +DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_plainrole" may drop this role. -- must revoke privileges before dropping role REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; -- ok, should be able to drop non-superuser roles we created |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_role.out /tmp/cirrus-ci-build/build/testrun/recovery/027_... --- /tmp/cirrus-ci-build/src/test/regress/expected/create_role.out 2025-12-11 04:51:47.936712077 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/create_role.out 2025-12-11 04:55:06.9962... @@ -219,6 +219,8 @@ DROP ROLE regress_nosuch_admin_recursive; ERROR: role "regress_nosuch_admin_recursive" does not exist DROP ROLE regress_plainrole; +ERROR: permission denied to drop role +DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_plainrole" may drop this role. -- must revoke privileges before dropping role REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; -- ok, should be able to drop non-superuser roles we created |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_role.out /tmp/cirrus-ci-build/build/testrun/regress/regre... --- /tmp/cirrus-ci-build/src/test/regress/expected/create_role.out 2025-12-11 04:51:47.936712077 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/create_role.out 2025-12-11 04:53:51.848360945 +0000 @@ -219,6 +219,8 @@ DROP ROLE regress_nosuch_admin_recursive; ERROR: role "regress_nosuch_admin_recursive" does not exist DROP ROLE regress_plainrole; +ERROR: permission denied to drop role +DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_plainrole" may drop this role. -- must revoke privileges before dropping role REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; -- ok, should be able to drop non-superuser roles we created |
| tap | [04:54:28.084](70.081s) not ok 5 - regression tests pass |
| tap | [04:55:50.515](0.000s) not ok 2 - regression tests pass |
| test | [04:58:31.833] 15/364 postgresql:regress / regress/regress ERROR ... [04:58:31.833] 29/364 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [04:58:31.833] 129/364 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| OpenBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/create_role.out /home/postgres/postgres/build/testrun/pg_upgr... --- /home/postgres/postgres/src/test/regress/expected/create_role.out Thu Dec 11 04:52:01 2025 +++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_role.out Thu Dec 11 04:54:41 202... @@ -219,6 +219,8 @@ DROP ROLE regress_nosuch_admin_recursive; ERROR: role "regress_nosuch_admin_recursive" does not exist DROP ROLE regress_plainrole; +ERROR: permission denied to drop role +DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_plainrole" may drop this role. -- must revoke privileges before dropping role REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; -- ok, should be able to drop non-superuser roles we created |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/create_role.out /home/postgres/postgres/build/testrun/recover... --- /home/postgres/postgres/src/test/regress/expected/create_role.out Thu Dec 11 04:52:01 2025 +++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/create_role.out Thu Dec 11 04:56:18 2... @@ -219,6 +219,8 @@ DROP ROLE regress_nosuch_admin_recursive; ERROR: role "regress_nosuch_admin_recursive" does not exist DROP ROLE regress_plainrole; +ERROR: permission denied to drop role +DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_plainrole" may drop this role. -- must revoke privileges before dropping role REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; -- ok, should be able to drop non-superuser roles we created |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/create_role.out /home/postgres/postgres/build/testrun/regress... --- /home/postgres/postgres/src/test/regress/expected/create_role.out Thu Dec 11 04:52:01 2025 +++ /home/postgres/postgres/build/testrun/regress/regress/results/create_role.out Thu Dec 11 04:54:32 2025 @@ -219,6 +219,8 @@ DROP ROLE regress_nosuch_admin_recursive; ERROR: role "regress_nosuch_admin_recursive" does not exist DROP ROLE regress_plainrole; +ERROR: permission denied to drop role +DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_plainrole" may drop this role. -- must revoke privileges before dropping role REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; -- ok, should be able to drop non-superuser roles we created |
| tap | [04:55:36.482](98.915s) not ok 5 - regression tests pass |
| tap | [04:57:41.487](0.000s) not ok 2 - regression tests pass |
| test | [05:00:27.348] 15/362 postgresql:regress / regress/regress ERROR ... [05:00:27.348] 45/362 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [05:00:27.348] 193/362 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/create_role.out /home/postgres/postgres/build/testrun/pg_upgr... --- /home/postgres/postgres/src/test/regress/expected/create_role.out 2025-12-11 04:51:57.688151447 +0000 +++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_role.out 2025-12-11 04:53:47.855... @@ -219,6 +219,8 @@ DROP ROLE regress_nosuch_admin_recursive; ERROR: role "regress_nosuch_admin_recursive" does not exist DROP ROLE regress_plainrole; +ERROR: permission denied to drop role +DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_plainrole" may drop this role. -- must revoke privileges before dropping role REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; -- ok, should be able to drop non-superuser roles we created |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/create_role.out /home/postgres/postgres/build/testrun/recover... --- /home/postgres/postgres/src/test/regress/expected/create_role.out 2025-12-11 04:51:57.688151447 +0000 +++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/create_role.out 2025-12-11 04:54:30.3... @@ -219,6 +219,8 @@ DROP ROLE regress_nosuch_admin_recursive; ERROR: role "regress_nosuch_admin_recursive" does not exist DROP ROLE regress_plainrole; +ERROR: permission denied to drop role +DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_plainrole" may drop this role. -- must revoke privileges before dropping role REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; -- ok, should be able to drop non-superuser roles we created |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/create_role.out /home/postgres/postgres/build/testrun/regress... --- /home/postgres/postgres/src/test/regress/expected/create_role.out 2025-12-11 04:51:57.688151447 +0000 +++ /home/postgres/postgres/build/testrun/regress/regress/results/create_role.out 2025-12-11 04:53:46.087064661 +0000 @@ -219,6 +219,8 @@ DROP ROLE regress_nosuch_admin_recursive; ERROR: role "regress_nosuch_admin_recursive" does not exist DROP ROLE regress_plainrole; +ERROR: permission denied to drop role +DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_plainrole" may drop this role. -- must revoke privileges before dropping role REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; -- ok, should be able to drop non-superuser roles we created |
| tap | [04:54:35.963](84.093s) not ok 5 - regression tests pass |
| tap | [04:55:24.960](0.000s) not ok 2 - regression tests pass |
| test | [04:56:31.901] 34/362 postgresql:regress / regress/regress ERROR ... [04:56:31.901] 122/362 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [04:56:31.901] 218/362 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| FreeBSD - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_role.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00... --- /tmp/cirrus-ci-build/src/test/regress/expected/create_role.out 2025-12-11 04:51:47.927735000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_role.out 2025-12-11 04:54:02.334672... @@ -219,6 +219,8 @@ DROP ROLE regress_nosuch_admin_recursive; ERROR: role "regress_nosuch_admin_recursive" does not exist DROP ROLE regress_plainrole; +ERROR: permission denied to drop role +DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_plainrole" may drop this role. -- must revoke privileges before dropping role REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; -- ok, should be able to drop non-superuser roles we created |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_role.out /tmp/cirrus-ci-build/build/testrun/recovery/027_... --- /tmp/cirrus-ci-build/src/test/regress/expected/create_role.out 2025-12-11 04:51:47.927735000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/create_role.out 2025-12-11 04:55:21.0939... @@ -219,6 +219,8 @@ DROP ROLE regress_nosuch_admin_recursive; ERROR: role "regress_nosuch_admin_recursive" does not exist DROP ROLE regress_plainrole; +ERROR: permission denied to drop role +DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_plainrole" may drop this role. -- must revoke privileges before dropping role REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; -- ok, should be able to drop non-superuser roles we created |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_role.out /tmp/cirrus-ci-build/build/testrun/regress/regre... --- /tmp/cirrus-ci-build/src/test/regress/expected/create_role.out 2025-12-11 04:51:47.927735000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/create_role.out 2025-12-11 04:54:01.428549000 +0000 @@ -219,6 +219,8 @@ DROP ROLE regress_nosuch_admin_recursive; ERROR: role "regress_nosuch_admin_recursive" does not exist DROP ROLE regress_plainrole; +ERROR: permission denied to drop role +DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_plainrole" may drop this role. -- must revoke privileges before dropping role REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; -- ok, should be able to drop non-superuser roles we created |
| tap | [04:56:06.646](207.029s) not ok 5 - regression tests pass |
| tap | [04:57:23.345](0.000s) not ok 2 - regression tests pass |
| test | [04:58:49.162] 55/363 postgresql:regress / regress/regress ERROR 2... [04:58:49.162] 177/363 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 2... [04:58:49.162] 273/363 postgresql:recovery / recovery/027_stream_regress ERROR 3... |
| 57/6233 | Bypassing cursors in postgres_fdw to enable parallel plans |
| Linux - Debian Trixie - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out 2025-12-10 17:10:41.833948515 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2025-12-10 17:15:13.895834731 +0000
@@ -4860,9 +4860,9 @@
QUERY PLAN ...
-----------------------------------------------------------------------------------------------------------------------...
Aggregate
- Output: sum(t1.c1), count(t2.c1)
+ Output: sum(t1.c1), count(*)
-> Foreign Scan
- Output: t1.c1, t2.c1
+ Output: t1.c1
Filter: (((((t1.c1 * t2.c1) / (t1.c1 * t2.c1)))::double precision * random()) <= '1'::double precision)
Relations: (public.ft1 t1) INNER JOIN (public.ft2 t2)
Remote SQL: SELECT r1."C 1", r2."C 1" FROM ("S 1"."T 1" r1 INNER JOIN "S 1"."T 1" r2 ON (((r2."C 1" = r1."C 1"...
@@ -5081,12 +5081,12 @@
SET postgres_fdw.use_cursor = false;
explain (verbose, costs off)
select count(c2) w, c2 x, 5 y, 7.0 z from ft1 group by 2, y, 9.0::int order by 2;
- QUERY PLAN
... |
| test | [17:18:16.295] 124/364 postgresql:postgres_fdw / postgres_fdw/regress ERROR ... |
| macOS - Sequoia - Meson | |
| regress | diff -U3 /Users/admin/pgsql/contrib/postgres_fdw/expected/postgres_fdw.out /Users/admin/pgsql/build/testrun/postgres_fdw...
--- /Users/admin/pgsql/contrib/postgres_fdw/expected/postgres_fdw.out 2025-12-10 17:08:18
+++ /Users/admin/pgsql/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2025-12-10 17:12:04
@@ -4860,9 +4860,9 @@
QUERY PLAN ...
-----------------------------------------------------------------------------------------------------------------------...
Aggregate
- Output: sum(t1.c1), count(t2.c1)
+ Output: sum(t1.c1), count(*)
-> Foreign Scan
- Output: t1.c1, t2.c1
+ Output: t1.c1
Filter: (((((t1.c1 * t2.c1) / (t1.c1 * t2.c1)))::double precision * random()) <= '1'::double precision)
Relations: (public.ft1 t1) INNER JOIN (public.ft2 t2)
Remote SQL: SELECT r1."C 1", r2."C 1" FROM ("S 1"."T 1" r1 INNER JOIN "S 1"."T 1" r2 ON (((r2."C 1" = r1."C 1"...
@@ -5081,12 +5081,12 @@
SET postgres_fdw.use_cursor = false;
explain (verbose, costs off)
select count(c2) w, c2 x, 5 y, 7.0 z from ft1 group by 2, y, 9.0::int order by 2;
- QUERY PLAN
... |
| test | [17:14:20.551] 124/363 postgresql:postgres_fdw / postgres_fdw/regress ERROR ... |
| OpenBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/contrib/postgres_fdw/expected/postgres_fdw.out /home/postgres/postgres/build/testrun/po...
--- /home/postgres/postgres/contrib/postgres_fdw/expected/postgres_fdw.out Wed Dec 10 17:10:43 2025
+++ /home/postgres/postgres/build/testrun/postgres_fdw/regress/results/postgres_fdw.out Wed Dec 10 17:15:53 2025
@@ -4860,9 +4860,9 @@
QUERY PLAN ...
-----------------------------------------------------------------------------------------------------------------------...
Aggregate
- Output: sum(t1.c1), count(t2.c1)
+ Output: sum(t1.c1), count(*)
-> Foreign Scan
- Output: t1.c1, t2.c1
+ Output: t1.c1
Filter: (((((t1.c1 * t2.c1) / (t1.c1 * t2.c1)))::double precision * random()) <= '1'::double precision)
Relations: (public.ft1 t1) INNER JOIN (public.ft2 t2)
Remote SQL: SELECT r1."C 1", r2."C 1" FROM ("S 1"."T 1" r1 INNER JOIN "S 1"."T 1" r2 ON (((r2."C 1" = r1."C 1"...
@@ -5081,12 +5081,12 @@
SET postgres_fdw.use_cursor = false;
explain (verbose, costs off)
select count(c2) w, c2 x, 5 y, 7.0 z from ft1 group by 2, y, 9.0::int order by 2;
- QUERY PLAN
... |
| test | [17:19:55.385] 152/362 postgresql:postgres_fdw / postgres_fdw/regress ERROR ... |
| Linux - Debian Trixie - Autoconf | |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/contrib/postgres_fdw/r...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out 2025-12-10 17:10:26.500102984 +0000
+++ /tmp/cirrus-ci-build/contrib/postgres_fdw/results/postgres_fdw.out 2025-12-10 17:15:36.644532868 +0000
@@ -4860,9 +4860,9 @@
QUERY PLAN ...
-----------------------------------------------------------------------------------------------------------------------...
Aggregate
- Output: sum(t1.c1), count(t2.c1)
+ Output: sum(t1.c1), count(*)
-> Foreign Scan
- Output: t1.c1, t2.c1
+ Output: t1.c1
Filter: (((((t1.c1 * t2.c1) / (t1.c1 * t2.c1)))::double precision * random()) <= '1'::double precision)
Relations: (public.ft1 t1) INNER JOIN (public.ft2 t2)
Remote SQL: SELECT r1."C 1", r2."C 1" FROM ("S 1"."T 1" r1 INNER JOIN "S 1"."T 1" r2 ON (((r2."C 1" = r1."C 1"...
@@ -5081,12 +5081,12 @@
SET postgres_fdw.use_cursor = false;
explain (verbose, costs off)
select count(c2) w, c2 x, 5 y, 7.0 z from ft1 group by 2, y, 9.0::int order by 2;
- QUERY PLAN
... |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/contrib/postgres_fdw/expected/postgres_fdw.out /home/postgres/postgres/build/testrun/po...
--- /home/postgres/postgres/contrib/postgres_fdw/expected/postgres_fdw.out 2025-12-10 17:10:34.490463111 +0000
+++ /home/postgres/postgres/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2025-12-10 17:13:13.288265376 +0...
@@ -4860,9 +4860,9 @@
QUERY PLAN ...
-----------------------------------------------------------------------------------------------------------------------...
Aggregate
- Output: sum(t1.c1), count(t2.c1)
+ Output: sum(t1.c1), count(*)
-> Foreign Scan
- Output: t1.c1, t2.c1
+ Output: t1.c1
Filter: (((((t1.c1 * t2.c1) / (t1.c1 * t2.c1)))::double precision * random()) <= '1'::double precision)
Relations: (public.ft1 t1) INNER JOIN (public.ft2 t2)
Remote SQL: SELECT r1."C 1", r2."C 1" FROM ("S 1"."T 1" r1 INNER JOIN "S 1"."T 1" r2 ON (((r2."C 1" = r1."C 1"...
@@ -5081,12 +5081,12 @@
SET postgres_fdw.use_cursor = false;
explain (verbose, costs off)
select count(c2) w, c2 x, 5 y, 7.0 z from ft1 group by 2, y, 9.0::int order by 2;
- QUERY PLAN
... |
| test | [17:15:12.668] 123/362 postgresql:postgres_fdw / postgres_fdw/regress ERROR ... |
| FreeBSD - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out 2025-12-10 17:10:42.591317000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2025-12-10 17:14:32.483428000 +0000
@@ -4860,9 +4860,9 @@
QUERY PLAN ...
-----------------------------------------------------------------------------------------------------------------------...
Aggregate
- Output: sum(t1.c1), count(t2.c1)
+ Output: sum(t1.c1), count(*)
-> Foreign Scan
- Output: t1.c1, t2.c1
+ Output: t1.c1
Filter: (((((t1.c1 * t2.c1) / (t1.c1 * t2.c1)))::double precision * random()) <= '1'::double precision)
Relations: (public.ft1 t1) INNER JOIN (public.ft2 t2)
Remote SQL: SELECT r1."C 1", r2."C 1" FROM ("S 1"."T 1" r1 INNER JOIN "S 1"."T 1" r2 ON (((r2."C 1" = r1."C 1"...
@@ -5081,12 +5081,12 @@
SET postgres_fdw.use_cursor = false;
explain (verbose, costs off)
select count(c2) w, c2 x, 5 y, 7.0 z from ft1 group by 2, y, 9.0::int order by 2;
- QUERY PLAN
... |
| test | [17:18:03.294] 140/363 postgresql:postgres_fdw / postgres_fdw/regress ERROR ... |
| 57/5885 | Decouple C++ support in Meson's PGXS from LLVM enablement |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/modules/injection_points/expected/reindex-concurrently-upsert-on-constraint.ou...
--- /home/postgres/postgres/src/test/modules/injection_points/expected/reindex-concurrently-upsert-on-constraint.out 202...
+++ /home/postgres/postgres/build/testrun/injection_points/isolation/results/reindex-concurrently-upsert-on-constraint.o...
@@ -29,39 +29,20 @@
<waiting ...>
step s1_start_upsert:
INSERT INTO test.tbl VALUES (13, now()) ON CONFLICT ON CONSTRAINT tbl_pkey DO UPDATE SET updated_at = now();
- <waiting ...>
+
step s4_wakeup_to_set_dead:
SELECT injection_points_detach('reindex-relation-concurrently-before-set-dead');
SELECT injection_points_wakeup('reindex-relation-concurrently-before-set-dead');
-injection_points_detach
------------------------
-
-(1 row)
-
-injection_points_wakeup
------------------------
... |
| test | [13:05:51.267] 362/362 postgresql:injection_points / injection_points/isolation TIMEOUT 10... |
| 54/5829 | VCI (columnar store extension) |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| compiler | [02:14:18.763] ../contrib/vci/storage/vci_ros_command.c(505): warning C4146: unary minus operator applied to unsigned ty... |
| Linux - Debian Trixie - Meson | |
| core | [02:24:11.273] #0 0x00007f337a69e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:11.273] #1 0x00007f337a649cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:11.273] #2 0x00007f337a6324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:11.273] #3 0x00007f337a80770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:11.273] #4 0x00007f337a82ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:11.273] #5 0x00007f337a80e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5563fa6cd25... [02:24:11.273] #6 0x00005563fa5fd569 in addBoundaryDependencies (dobjs=0x55640cccf710, numObjs=4105, boundaryObjs=bound... [02:24:11.273] #7 0x00005563fa636769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:11.561] #0 0x00007f2a2709e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:10.950] #0 0x00007f8d5589e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:10.950] #1 0x00007f8d55849cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:10.950] #2 0x00007f8d558324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:10.950] #3 0x00007f8d55a0770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:10.950] #4 0x00007f8d55a2ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:10.950] #5 0x00007f8d55a0e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x558cb29c525... [02:24:10.950] #6 0x0000558cb28f5569 in addBoundaryDependencies (dobjs=0x558cbec70890, numObjs=4162, boundaryObjs=bound... [02:24:10.950] #7 0x0000558cb292e769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:11.239] #0 0x00007f337a69e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:17.993] #0 0x00007fa27ee9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:17.993] #1 0x00007fa27ee49cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:17.993] #2 0x00007fa27ee324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:17.993] #3 0x00007fa27f00770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:17.993] #4 0x00007fa27f02ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:17.993] #5 0x00007fa27f00e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55e370ece25... [02:24:17.993] #6 0x000055e370dfe569 in addBoundaryDependencies (dobjs=0x55e37e606750, numObjs=4105, boundaryObjs=bound... [02:24:17.993] #7 0x000055e370e37769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:18.677] #0 0x00007fe462a9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:18.737] #0 0x00007fe462a9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:18.737] #1 0x00007fe462a49cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:18.737] #2 0x00007fe462a324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:18.737] #3 0x00007fe462c0770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:18.737] #4 0x00007fe462c2ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:18.737] #5 0x00007fe462c0d9e8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x7fe4609fe920,... [02:24:18.737] #6 0x00007fe46098f957 in InitializeTidCridUpdateList (relOid=<optimized out>) at ../contrib/vci/storage/... [02:24:18.737] #7 0x00007fe460991f0e in vci_InitializeTidCridUpdateLists (info=info@entry=0x559b798752d8) at ../contrib... [02:24:18.737] #8 0x00007fe4609766e3 in vci_inner_build (heapRel=0x7fe456ca7698, indexRel=indexRel@entry=0x7fe456a741c8... [02:24:18.737] #9 0x00007fe46097680c in vci_build (heapRel=<optimized out>, indexRel=0x7fe456a741c8, indexInfo=<optimiz... |
| core | [02:24:19.112] #0 0x00007f663e49e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:19.112] #1 0x00007f663e449cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:19.112] #2 0x00007f663e4324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:19.112] #3 0x00007f663e60770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:19.112] #4 0x00007f663e62ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:19.112] #5 0x00007f663e60e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d39a66325... [02:24:19.112] #6 0x000055d39a593569 in addBoundaryDependencies (dobjs=0x55d3a5f41850, numObjs=4105, boundaryObjs=bound... [02:24:19.112] #7 0x000055d39a5cc769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:19.419] #0 0x00007faaeea9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:19.451] #0 0x00007faaeea9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:19.451] #1 0x00007faaeea49cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:19.451] #2 0x00007faaeea324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:19.451] #3 0x00007faaeec0770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:19.451] #4 0x00007faaeec2ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:19.451] #5 0x00007faaeec0e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x561c0883d25... [02:24:19.451] #6 0x0000561c0876d569 in addBoundaryDependencies (dobjs=0x561c139e5e50, numObjs=4110, boundaryObjs=bound... [02:24:19.451] #7 0x0000561c087a6769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:19.820] #0 0x00007f5285e9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:19.855] #0 0x00007f5285e9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:19.855] #1 0x00007f5285e49cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:19.855] #2 0x00007f5285e324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:19.855] #3 0x00007f528600770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:19.855] #4 0x00007f528602ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:19.855] #5 0x00007f528600e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55e8deee125... [02:24:19.855] #6 0x000055e8dee11569 in addBoundaryDependencies (dobjs=0x55e8f5806850, numObjs=4105, boundaryObjs=bound... [02:24:19.855] #7 0x000055e8dee4a769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:20.205] #0 0x00007f8b1e29e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:20.237] #0 0x00007f8b1e29e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:20.237] #1 0x00007f8b1e249cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:20.237] #2 0x00007f8b1e2324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:20.237] #3 0x00007f8b1e40770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:20.237] #4 0x00007f8b1e42ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:20.237] #5 0x00007f8b1e40e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5575f7f6125... [02:24:20.237] #6 0x00005575f7e91569 in addBoundaryDependencies (dobjs=0x5575faf82d70, numObjs=4110, boundaryObjs=bound... [02:24:20.237] #7 0x00005575f7eca769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:20.555] #0 0x00007f602269e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:20.588] #0 0x00007f602269e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:20.588] #1 0x00007f6022649cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:20.588] #2 0x00007f60226324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:20.588] #3 0x00007f602280770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:20.588] #4 0x00007f602282ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:20.588] #5 0x00007f602280e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55a35e49225... [02:24:20.588] #6 0x000055a35e3c2569 in addBoundaryDependencies (dobjs=0x55a368f1dd70, numObjs=4110, boundaryObjs=bound... [02:24:20.588] #7 0x000055a35e3fb769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:20.934] #0 0x00007f5fe289e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:17.615] #0 0x00007fa2cb09e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:17.615] #1 0x00007fa2cb049cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:17.615] #2 0x00007fa2cb0324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:17.615] #3 0x00007fa2cb20770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:17.615] #4 0x00007fa2cb22ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:17.615] #5 0x00007fa2cb20e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5573d483e25... [02:24:17.615] #6 0x00005573d476e569 in addBoundaryDependencies (dobjs=0x5573e9fec750, numObjs=4105, boundaryObjs=bound... [02:24:17.615] #7 0x00005573d47a7769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:17.959] #0 0x00007fa27ee9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:17.236] #0 0x00007f729169e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:17.236] #1 0x00007f7291649cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:17.236] #2 0x00007f72916324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:17.236] #3 0x00007f729180770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:17.236] #4 0x00007f729182ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:17.236] #5 0x00007f729180e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x561ce5b9725... [02:24:17.236] #6 0x0000561ce5ac7569 in addBoundaryDependencies (dobjs=0x561d02eb8210, numObjs=7819, boundaryObjs=bound... [02:24:17.236] #7 0x0000561ce5b00769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:17.581] #0 0x00007fa2cb09e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:16.842] #0 0x00007f697909e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:16.842] #1 0x00007f6979049cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:16.842] #2 0x00007f69790324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:16.842] #3 0x00007f697920770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:16.842] #4 0x00007f697922ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:16.842] #5 0x00007f697920e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d3890d725... [02:24:16.842] #6 0x000055d389007569 in addBoundaryDependencies (dobjs=0x55d3a27f9210, numObjs=7819, boundaryObjs=bound... [02:24:16.842] #7 0x000055d389040769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:17.201] #0 0x00007f729169e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:16.481] #0 0x00007fe7a8c9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:16.481] #1 0x00007fe7a8c49cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:16.481] #2 0x00007fe7a8c324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:16.481] #3 0x00007fe7a8e0770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:16.481] #4 0x00007fe7a8e2ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:16.481] #5 0x00007fe7a8e0e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55bd7582d25... [02:24:16.481] #6 0x000055bd7575d569 in addBoundaryDependencies (dobjs=0x55bd8d165890, numObjs=4105, boundaryObjs=bound... [02:24:16.481] #7 0x000055bd75796769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:16.808] #0 0x00007f697909e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:16.082] #0 0x00007f8aa5c9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:16.082] #1 0x00007f8aa5c49cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:16.082] #2 0x00007f8aa5c324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:16.082] #3 0x00007f8aa5e0770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:16.082] #4 0x00007f8aa5e2ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:16.082] #5 0x00007f8aa5e0e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55ee444c025... [02:24:16.082] #6 0x000055ee443f0569 in addBoundaryDependencies (dobjs=0x55ee56394890, numObjs=4105, boundaryObjs=bound... [02:24:16.082] #7 0x000055ee44429769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:16.449] #0 0x00007fe7a8c9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:15.705] #0 0x00007f1c5829e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:15.705] #1 0x00007f1c58249cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:15.705] #2 0x00007f1c582324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:15.705] #3 0x00007f1c5840770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:15.705] #4 0x00007f1c5842ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:15.705] #5 0x00007f1c5840e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55830ed6925... [02:24:15.705] #6 0x000055830ec99569 in addBoundaryDependencies (dobjs=0x55834a4c8580, numObjs=4105, boundaryObjs=bound... [02:24:15.705] #7 0x000055830ecd2769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:16.049] #0 0x00007f8aa5c9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:15.323] #0 0x00007fac8c69e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:15.323] #1 0x00007fac8c649cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:15.323] #2 0x00007fac8c6324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:15.323] #3 0x00007fac8c80770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:15.323] #4 0x00007fac8c82ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:15.323] #5 0x00007fac8c80e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55b9d6dac25... [02:24:15.323] #6 0x000055b9d6cdc569 in addBoundaryDependencies (dobjs=0x55ba08310540, numObjs=4118, boundaryObjs=bound... [02:24:15.323] #7 0x000055b9d6d15769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:15.672] #0 0x00007f1c5829e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:14.930] #0 0x00007faaa689e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:14.930] #1 0x00007faaa6849cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:14.930] #2 0x00007faaa68324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:14.930] #3 0x00007faaa6a0770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:14.930] #4 0x00007faaa6a2ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:14.930] #5 0x00007faaa6a0e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55a8a5c9325... [02:24:14.930] #6 0x000055a8a5bc3569 in addBoundaryDependencies (dobjs=0x55a8d588e540, numObjs=4117, boundaryObjs=bound... [02:24:14.930] #7 0x000055a8a5bfc769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:15.289] #0 0x00007fac8c69e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:14.574] #0 0x00007f30d769e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:14.574] #1 0x00007f30d7649cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:14.574] #2 0x00007f30d76324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:14.574] #3 0x00007f30d780770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:14.574] #4 0x00007f30d782ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:14.574] #5 0x00007f30d780e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d6675d725... [02:24:14.574] #6 0x000055d667507569 in addBoundaryDependencies (dobjs=0x55d66d542100, numObjs=4181, boundaryObjs=bound... [02:24:14.574] #7 0x000055d667540769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:14.897] #0 0x00007faaa689e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:14.185] #0 0x00007ff97a49e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:14.185] #1 0x00007ff97a449cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:14.185] #2 0x00007ff97a4324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:14.185] #3 0x00007ff97a60770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:14.185] #4 0x00007ff97a62ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:14.185] #5 0x00007ff97a60e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55ad33df525... [02:24:14.185] #6 0x000055ad33d25569 in addBoundaryDependencies (dobjs=0x55ad4f695ba0, numObjs=4953, boundaryObjs=bound... [02:24:14.185] #7 0x000055ad33d5e769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:14.541] #0 0x00007f30d769e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:13.812] #0 0x00007f8786a9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:13.812] #1 0x00007f8786a49cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:13.812] #2 0x00007f8786a324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:13.812] #3 0x00007f8786c0770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:13.812] #4 0x00007f8786c2ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:13.812] #5 0x00007f8786c0e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55ccc98f825... [02:24:13.812] #6 0x000055ccc9828569 in addBoundaryDependencies (dobjs=0x55ccd10aa100, numObjs=4181, boundaryObjs=bound... [02:24:13.812] #7 0x000055ccc9861769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:14.153] #0 0x00007ff97a49e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:13.453] #0 0x00007f8f7f29e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:13.453] #1 0x00007f8f7f249cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:13.453] #2 0x00007f8f7f2324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:13.453] #3 0x00007f8f7f40770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:13.453] #4 0x00007f8f7f42ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:13.453] #5 0x00007f8f7f40e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55bd45f8e25... [02:24:13.453] #6 0x000055bd45ebe569 in addBoundaryDependencies (dobjs=0x55bd7979b7d0, numObjs=4105, boundaryObjs=bound... [02:24:13.453] #7 0x000055bd45ef7769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:13.780] #0 0x00007f8786a9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:13.068] #0 0x00007f64f1e9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:13.068] #1 0x00007f64f1e49cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:13.068] #2 0x00007f64f1e324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:13.068] #3 0x00007f64f200770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:13.068] #4 0x00007f64f202ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:13.068] #5 0x00007f64f200e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5641046d625... [02:24:13.068] #6 0x0000564104606569 in addBoundaryDependencies (dobjs=0x5641390b5f40, numObjs=4126, boundaryObjs=bound... [02:24:13.068] #7 0x000056410463f769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:13.418] #0 0x00007f8f7f29e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:12.693] #0 0x00007f65f0a9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:12.693] #1 0x00007f65f0a49cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:12.693] #2 0x00007f65f0a324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:12.693] #3 0x00007f65f0c0770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:12.693] #4 0x00007f65f0c2ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:12.693] #5 0x00007f65f0c0e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x555d1ab2625... [02:24:12.693] #6 0x0000555d1aa56569 in addBoundaryDependencies (dobjs=0x555d4ffee190, numObjs=4589, boundaryObjs=bound... [02:24:12.693] #7 0x0000555d1aa8f769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:13.034] #0 0x00007f64f1e9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:12.317] #0 0x00007fcf8cc9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:12.317] #1 0x00007fcf8cc49cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:12.317] #2 0x00007fcf8cc324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:12.317] #3 0x00007fcf8ce0770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:12.317] #4 0x00007fcf8ce2ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:12.317] #5 0x00007fcf8ce0e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x56538082825... [02:24:12.317] #6 0x0000565380758569 in addBoundaryDependencies (dobjs=0x5653a6531e00, numObjs=4147, boundaryObjs=bound... [02:24:12.317] #7 0x0000565380791769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:12.660] #0 0x00007f65f0a9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:11.920] #0 0x00007fed5529e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:11.920] #1 0x00007fed55249cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:11.920] #2 0x00007fed552324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:11.920] #3 0x00007fed5540770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:11.920] #4 0x00007fed5542ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:11.920] #5 0x00007fed5540e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55a89354625... [02:24:11.920] #6 0x000055a893476569 in addBoundaryDependencies (dobjs=0x55a8bc3855f0, numObjs=4105, boundaryObjs=bound... [02:24:11.920] #7 0x000055a8934af769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:12.285] #0 0x00007fcf8cc9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:11.594] #0 0x00007f2a2709e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:11.594] #1 0x00007f2a27049cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:11.594] #2 0x00007f2a270324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:11.594] #3 0x00007f2a2720770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:11.594] #4 0x00007f2a2722ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:11.594] #5 0x00007f2a2720e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5620a4cb425... [02:24:11.594] #6 0x00005620a4be4569 in addBoundaryDependencies (dobjs=0x5620bce1f380, numObjs=4110, boundaryObjs=bound... [02:24:11.594] #7 0x00005620a4c1d769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:11.886] #0 0x00007fed5529e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:23.579] #0 0x00007fa293c9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:23.579] #1 0x00007fa293c49cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:23.579] #2 0x00007fa293c324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:23.579] #3 0x00007fa293e0770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:23.579] #4 0x00007fa293e2ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:23.579] #5 0x00007fa293e0e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x564f042a725... [02:24:23.579] #6 0x0000564f041d7569 in addBoundaryDependencies (dobjs=0x564f05db0d10, numObjs=4110, boundaryObjs=bound... [02:24:23.579] #7 0x0000564f04210769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... |
| core | [02:24:23.216] #0 0x00007f143d29e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:23.216] #1 0x00007f143d249cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:23.216] #2 0x00007f143d2324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:23.216] #3 0x00007f143d40770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:23.216] #4 0x00007f143d42ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:23.216] #5 0x00007f143d40e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x561ba005c25... [02:24:23.216] #6 0x0000561b9ff8c569 in addBoundaryDependencies (dobjs=0x561bc91bad10, numObjs=4110, boundaryObjs=bound... [02:24:23.216] #7 0x0000561b9ffc5769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:23.546] #0 0x00007fa293c9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:22.830] #0 0x00007f04acc9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:22.830] #1 0x00007f04acc49cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:22.830] #2 0x00007f04acc324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:22.830] #3 0x00007f04ace0770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:22.830] #4 0x00007f04ace2ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:22.830] #5 0x00007f04ace0e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55938d52e25... [02:24:22.830] #6 0x000055938d45e569 in addBoundaryDependencies (dobjs=0x559393273d70, numObjs=4110, boundaryObjs=bound... [02:24:22.830] #7 0x000055938d497769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:23.182] #0 0x00007f143d29e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:22.456] #0 0x00007f114709e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:22.456] #1 0x00007f1147049cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:22.456] #2 0x00007f11470324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:22.456] #3 0x00007f114720770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:22.456] #4 0x00007f114722ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:22.456] #5 0x00007f114720e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5620649a725... [02:24:22.456] #6 0x00005620648d7569 in addBoundaryDependencies (dobjs=0x562078898d10, numObjs=4110, boundaryObjs=bound... [02:24:22.456] #7 0x0000562064910769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:22.797] #0 0x00007f04acc9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:22.072] #0 0x00007f3bf6c9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:22.072] #1 0x00007f3bf6c49cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:22.072] #2 0x00007f3bf6c324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:22.072] #3 0x00007f3bf6e0770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:22.072] #4 0x00007f3bf6e2ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:22.072] #5 0x00007f3bf6e0e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5590b7af525... [02:24:22.072] #6 0x00005590b7a25569 in addBoundaryDependencies (dobjs=0x5590ebffad10, numObjs=4110, boundaryObjs=bound... [02:24:22.072] #7 0x00005590b7a5e769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:22.422] #0 0x00007f114709e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:21.698] #0 0x00007ffba8c9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:21.698] #1 0x00007ffba8c49cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:21.698] #2 0x00007ffba8c324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:21.698] #3 0x00007ffba8e0770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:21.698] #4 0x00007ffba8e2ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:21.698] #5 0x00007ffba8e0e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55b55250d25... [02:24:21.698] #6 0x000055b55243d569 in addBoundaryDependencies (dobjs=0x55b55d247d70, numObjs=4110, boundaryObjs=bound... [02:24:21.698] #7 0x000055b552476769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:22.040] #0 0x00007f3bf6c9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:21.329] #0 0x00007f8c7989e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:21.329] #1 0x00007f8c79849cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:21.329] #2 0x00007f8c798324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:21.329] #3 0x00007f8c79a0770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:21.329] #4 0x00007f8c79a2ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:21.329] #5 0x00007f8c79a0e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55b0a84aa25... [02:24:21.329] #6 0x000055b0a83da569 in addBoundaryDependencies (dobjs=0x55b0d8596f20, numObjs=4110, boundaryObjs=bound... [02:24:21.329] #7 0x000055b0a8413769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:21.666] #0 0x00007ffba8c9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [02:24:20.967] #0 0x00007f5fe289e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:20.967] #1 0x00007f5fe2849cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:20.967] #2 0x00007f5fe28324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [02:24:20.967] #3 0x00007f5fe2a0770f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [02:24:20.967] #4 0x00007f5fe2a2ec8c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [02:24:20.967] #5 0x00007f5fe2a0e048 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5585a5cd525... [02:24:20.967] #6 0x00005585a5c05569 in addBoundaryDependencies (dobjs=0x5585b61bad70, numObjs=4110, boundaryObjs=bound... [02:24:20.967] #7 0x00005585a5c3e769 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump... [02:24:21.298] #0 0x00007f8c7989e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/vci/expected/vci.out /tmp/cirrus-ci-build/build/testrun/vci/regress/results/vci.ou... --- /tmp/cirrus-ci-build/contrib/vci/expected/vci.out 2025-12-10 02:12:11.845261905 +0000 +++ /tmp/cirrus-ci-build/build/testrun/vci/regress/results/vci.out 2025-12-10 02:18:48.976263036 +0000 @@ -88,41 +88,7 @@ INSERT INTO testtable (key, cond, c01a, c01b, c02, c03, c05, c06, c07, c08, c09, c10, c13, c15, c16, c17, c18, c19, c20... -- Create an index which uses VCI index access method CREATE INDEX testindex ON testtable USING vci (key, cond, c01a, c01b, c02, c03, c05, c06, c07, c08, c09, c10, c13, c15,... --- We expect VCI plans are chosen here -EXPLAIN (ANALYZE, TIMING OFF, COSTS OFF, SUMMARY OFF, BUFFERS OFF) -SELECT key, count(*) AS count_star, count(c05) AS count_c05 FROM testtable WHERE NOT cond = 0 GROUP BY key ORDER BY key... - QUERY PLAN ------------------------------------------------------------------------------------------------- - Sort (actual rows=14.00 loops=1) - Sort Key: key - Sort Method: quicksort Memory: 25kB - -> Custom Scan (VCI HashAggregate) (actual rows=14.00 loops=1) - Group Key: key - -> Custom Scan (VCI Scan) using testindex on testtable (actual rows=10221.00 loops=1) - Filter: (cond <> 0) - Rows Removed by Filter: 476 ... |
| tap | [02:19:27.240](1.824s) not ok 4 - dump from PITR 1 [02:19:27.763](0.523s) not ok 5 - dump from PITR 2 |
| tap | [02:19:37.347](0.478s) not ok 21 - pg_dump: option -n pg_catalog [02:19:37.653](0.305s) not ok 22 - pg_dumpall: option --exclude-database handles database names with embedded dots [02:19:38.351](0.397s) not ok 39 - binary_upgrade: pg_dump runs [02:19:38.372](0.021s) not ok 40 - binary_upgrade: pg_restore runs |
| tap | [02:19:36.186](0.000s) not ok 2 - newline in dbname: stderr matches [02:19:36.681](0.000s) not ok 5 - correctly fails to dump a foreign table from a dummy FDW: matches [02:19:36.916](0.234s) not ok 6 - dump foreign server with no tables |
| tap | [02:19:37.203](2.695s) not ok 1 - parallel dump [02:19:37.220](0.017s) not ok 2 - parallel restore [02:19:37.595](0.375s) not ok 3 - parallel dump as inserts [02:19:37.618](0.022s) not ok 4 - parallel restore as inserts |
| tap | [02:19:38.630](3.315s) not ok 1 - filter file without patterns |
| tap | [02:19:37.953](2.533s) not ok 1 - compression_gzip_custom: pg_dump runs [02:19:37.967](0.013s) not ok 2 - compression_gzip_custom: data content is gzip-compressed: exit code 0 [02:19:37.967](0.000s) not ok 3 - compression_gzip_custom: data content is gzip-compressed: no stderr [02:19:37.968](0.000s) not ok 4 - compression_gzip_custom: data content is gzip-compressed: matches [02:19:37.986](0.018s) not ok 5 - compression_gzip_custom: pg_restore runs |
| tap | [02:19:39.601](0.399s) not ok 7 - parallel dump [02:19:39.759](0.157s) not ok 8 - parallel restore [02:19:39.806](0.047s) not ok 9 - parallel restore with create [02:19:40.188](0.381s) not ok 10 - take full dump |
| tap | [02:17:41.364](0.559s) not ok 7 - dump before running pg_upgrade [02:17:47.537](2.502s) not ok 16 - run of pg_upgrade for new instance [02:17:47.537](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success [02:17:47.710](0.041s) not ok 18 - check that locales in new cluster match original cluster [02:17:48.165](0.453s) not ok 19 - dump after running pg_upgrade [02:17:48.168](0.003s) not ok 20 - old and new dumps match after pg_upgrade |
| tap | [02:16:32.333](0.000s) not ok 2 - run of pg_upgrade where the new cluster has insufficient "max_replication_slots" stdou... [02:16:40.013](6.148s) not ok 10 - run of pg_upgrade of old cluster [02:16:40.259](0.245s) not ok 11 - check the slot exists on new cluster |
| tap | [02:16:46.023](3.427s) not ok 12 - run of pg_upgrade for old instance when the subscription tables are in init/ready sta... [02:16:46.024](0.000s) not ok 13 - pg_upgrade_output.d/ removed after successful pg_upgrade [02:16:46.333](0.309s) not ok 14 - check that the subscription's running status, failover, and retain_dead_tuples are pr... [02:16:46.405](0.066s) not ok 15 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr... |
| tap | [02:16:32.718](2.238s) not ok 13 - run of pg_upgrade [02:16:32.728](0.000s) not ok 16 - the default char signedness is updated during pg_upgrade: matches |
| tap | [02:16:34.415](7.279s) not ok 1 - pg_upgrade with transfer mode --clone: stdout matches [02:16:46.604](8.165s) not ok 3 - pg_upgrade with transfer mode --copy: stdout matches [02:16:57.924](8.743s) not ok 5 - pg_upgrade with transfer mode --copy-file-range: stdout matches [02:17:07.656](7.168s) not ok 7 - pg_upgrade with transfer mode --link: stdout matches [02:17:15.561](6.208s) not ok 9 - pg_upgrade with transfer mode --swap: stdout matches |
| tap | [02:16:48.456](6.167s) not ok 1 - run of pg_upgrade for new instance |
| tap | [02:19:00.316](0.568s) not ok 5 - dump primary server [02:19:00.821](0.502s) not ok 6 - dump standby server [02:19:02.231](1.409s) not ok 8 - dump catalogs of primary server [02:19:02.821](0.590s) not ok 9 - dump catalogs of standby server [02:19:02.823](0.001s) not ok 10 - compare primary and standby catalog dumps |
| tap | [02:21:29.840](3.064s) not ok 1 - binary_upgrade: pg_dump runs |
| test | [02:21:39.656] 6/365 postgresql:pg_upgrade / pg_upgrade/005_char_signedness ERROR ... [02:21:39.656] 5/365 postgresql:pg_upgrade / pg_upgrade/003_logical_slots ERROR ... [02:21:39.656] 8/365 postgresql:pg_upgrade / pg_upgrade/004_subscription ERROR ... [02:21:39.656] 10/365 postgresql:pg_upgrade / pg_upgrade/007_multixact_conversion ERROR ... [02:21:39.656] 7/365 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes ERROR ... [02:21:39.656] 35/365 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [02:21:39.656] 117/365 postgresql:vci / vci/regress ERROR ... [02:21:39.656] 134/365 postgresql:recovery / recovery/027_stream_regress ERROR ... [02:21:39.656] 179/365 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups ERROR ... [02:21:39.656] 196/365 postgresql:pg_dump / pg_dump/003_pg_dump_with_server ERROR ... [02:21:39.656] 198/365 postgresql:pg_dump / pg_dump/004_pg_dump_parallel ERROR ... [02:21:39.656] 200/365 postgresql:pg_dump / pg_dump/006_pg_dump_compress ERROR ... [02:21:39.656] 199/365 postgresql:pg_dump / pg_dump/002_pg_dump ERROR ... [02:21:39.656] 201/365 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile ERROR ... [02:21:39.656] 203/365 postgresql:pg_dump / pg_dump/010_dump_connstr ERROR ... [02:21:39.656] 354/365 postgresql:test_pg_dump / test_pg_dump/001_base ERROR ... |
| 57/5958 | Per backend relation statistics tracking |
| FreeBSD - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/stats.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u... --- /tmp/cirrus-ci-build/src/test/regress/expected/stats.out 2025-12-10 01:10:02.719648000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/stats.out 2025-12-10 01:14:40.861415000 +0... @@ -243,7 +243,7 @@ SELECT :seq_scan_after > :seq_scan_before; ?column? ---------- - t + f (1 row) ---- |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/stats.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream... --- /tmp/cirrus-ci-build/src/test/regress/expected/stats.out 2025-12-10 01:10:02.719648000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/stats.out 2025-12-10 01:16:04.434921000 ... @@ -243,7 +243,7 @@ SELECT :seq_scan_after > :seq_scan_before; ?column? ---------- - t + f (1 row) ---- |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/stats.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res... --- /tmp/cirrus-ci-build/src/test/regress/expected/stats.out 2025-12-10 01:10:02.719648000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/stats.out 2025-12-10 01:14:38.929619000 +0000 @@ -243,7 +243,7 @@ SELECT :seq_scan_after > :seq_scan_before; ?column? ---------- - t + f (1 row) ---- |
| tap | [01:14:59.931](205.500s) not ok 5 - regression tests pass |
| tap | [01:16:20.262](0.000s) not ok 2 - regression tests pass |
| test | [01:17:48.949] 161/363 postgresql:regress / regress/regress ERROR 2... [01:17:48.949] 174/363 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 2... [01:17:48.949] 276/363 postgresql:recovery / recovery/027_stream_regress ERROR 3... |
| 57/6188 | Report oldest xmin source when autovacuum cannot remove tuples |
| Windows - Server 2022, MinGW64 - Meson | |
| tap | timed out waiting for match: (?^:oldest xmin source: hot standby feedback \(pid=1148\)) at C:/cirrus/src/test/modules/te... |
| Linux - Debian Trixie - Meson | |
| core | [18:58:09.367] #0 0x00007f8cc6449a14 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6 [18:58:09.367] #1 0x00007f8cc63effd9 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6 [18:58:09.367] #2 0x00007f8cc63f01d5 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6 [18:58:09.367] #3 0x000055bf3655cda9 in ?? () [18:58:09.367] #4 0x000055bf36556246 in ?? () [18:58:09.367] #5 0x000055bf36555297 in ?? () [18:58:09.367] #6 0x000055bf36555ceb in ?? () [18:58:09.367] #7 0x000055bf36553677 in ?? () [18:58:09.367] #8 0x00007f8cc63d9ca8 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [18:58:09.367] #9 0x00007f8cc63d9d65 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [18:58:09.511] #0 0x00007f8cc6449a14 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6 [18:58:09.511] #1 0x00007f8cc63effd9 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6 [18:58:09.511] #2 0x00007f8cc63f01d5 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6 [18:58:09.511] #3 0x000055bf3655cddb in ?? () [18:58:09.511] #4 0x000055bf36556246 in ?? () [18:58:09.511] #5 0x000055bf36555297 in ?? () [18:58:09.511] #6 0x000055bf36555ceb in ?? () [18:58:09.511] #7 0x000055bf36553677 in ?? () [18:58:09.511] #8 0x00007f8cc63d9ca8 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [18:58:09.511] #9 0x00007f8cc63d9d65 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [18:58:09.511] #0 <unavailable> in ?? () |
| tap | timed out waiting for match: (?^:oldest xmin source: hot standby feedback \(pid=77534\)) at /tmp/cirrus-ci-build/src/tes... |
| test | [18:55:49.953] 365/365 postgresql:test_misc / test_misc/010_autovacuum_oldest_xmin_reason ERROR 1... |
| Linux - Debian Trixie - Autoconf | |
| tap | timed out waiting for match: (?^:oldest xmin source: hot standby feedback \(pid=45911\)) at t/010_autovacuum_oldest_xmin... |
| FreeBSD - Meson | |
| tap | timed out waiting for match: (?^:oldest xmin source: hot standby feedback \(pid=43930\)) at /tmp/cirrus-ci-build/src/tes... |
| test | [18:54:24.995] 364/364 postgresql:test_misc / test_misc/010_autovacuum_oldest_xmin_reason ERROR 1... |
| 57/6245 | Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| tap | [08:30:12.706](0.068s) not ok 67 - client-side (binary): filler column of pgbench_branches has only NULL data [08:30:12.767](0.061s) not ok 68 - client-side (binary): filler column of pgbench_tellers has only NULL data [08:30:13.310](0.197s) not ok 71 - pgbench tpcb-like status (got 2 vs expected 0) [08:30:13.311](0.000s) not ok 74 - pgbench tpcb-like stdout /(?^:processed: 10/10)/ [08:30:13.312](0.000s) not ok 77 - pgbench tpcb-like stderr /(?^:^$)/ [08:30:13.686](0.374s) not ok 78 - pgbench simple update status (got 2 vs expected 0) [08:30:13.688](0.000s) not ok 82 - pgbench simple update stdout /(?^:processed: 100/100)/ [08:30:14.424](0.734s) not ok 85 - pgbench select only status (got 2 vs expected 0) [08:30:14.426](0.000s) not ok 89 - pgbench select only stdout /(?^:processed: 700/700)/ [08:30:14.427](0.000s) not ok 94 - pgbench select only stderr /(?^:sending)/ [08:30:14.428](0.000s) not ok 95 - pgbench select only stderr /(?^:receiving)/ [08:30:32.759](0.179s) not ok 451 - pgbench throttling status (got 2 vs expected 0) [08:30:32.760](0.000s) not ok 452 - pgbench throttling stdout /(?^:processed: 200/200)/ [08:30:32.761](0.000s) not ok 454 - pgbench throttling stderr /(?^:^$)/ [08:30:33.229](0.281s) not ok 460 - pgbench logs status (got 2 vs expected 0) [08:30:33.230](0.000s) not ok 462 - pgbench logs stdout /(?^:processed: 100/100)/ [08:30:33.231](0.000s) not ok 463 - pgbench logs stderr /(?^:^$)/ [08:30:33.238](0.001s) not ok 466 - transaction count for C:\cirrus\build/testrun/pgbench/001_pgbench_with_server\data/t... [08:30:33.421](0.182s) not ok 469 - pgbench logs contents status (got 2 vs expected 0) [08:30:33.423](0.001s) not ok 471 - pgbench logs contents stdout /(?^:processed: 10/10)/ [08:30:33.423](0.000s) not ok 472 - pgbench logs contents stderr /(?^:^$)/ [08:30:33.433](0.002s) not ok 475 - transaction count for C:\cirrus\build/testrun/pgbench/001_pgbench_with_server\data/t... |
| macOS - Sequoia - Meson | |
| tap | [08:23:13.499](0.030s) not ok 67 - client-side (binary): filler column of pgbench_branches has only NULL data [08:23:13.523](0.023s) not ok 68 - client-side (binary): filler column of pgbench_tellers has only NULL data [08:23:13.599](0.028s) not ok 71 - pgbench tpcb-like status (got 2 vs expected 0) [08:23:13.600](0.000s) not ok 74 - pgbench tpcb-like stdout /(?^:processed: 10/10)/ [08:23:13.601](0.000s) not ok 77 - pgbench tpcb-like stderr /(?^:^$)/ [08:23:13.642](0.041s) not ok 78 - pgbench simple update status (got 2 vs expected 0) [08:23:13.643](0.000s) not ok 82 - pgbench simple update stdout /(?^:processed: 100/100)/ [08:23:13.703](0.060s) not ok 85 - pgbench select only status (got 2 vs expected 0) [08:23:13.703](0.000s) not ok 89 - pgbench select only stdout /(?^:processed: 700/700)/ [08:23:13.704](0.000s) not ok 94 - pgbench select only stderr /(?^:sending)/ [08:23:13.704](0.000s) not ok 95 - pgbench select only stderr /(?^:receiving)/ [08:23:16.808](0.034s) not ok 451 - pgbench throttling status (got 2 vs expected 0) [08:23:16.808](0.000s) not ok 452 - pgbench throttling stdout /(?^:processed: 200/200)/ [08:23:16.809](0.000s) not ok 454 - pgbench throttling stderr /(?^:^$)/ [08:23:16.867](0.029s) not ok 460 - pgbench logs status (got 2 vs expected 0) [08:23:16.867](0.000s) not ok 462 - pgbench logs stdout /(?^:processed: 100/100)/ [08:23:16.867](0.000s) not ok 463 - pgbench logs stderr /(?^:^$)/ [08:23:16.868](0.000s) not ok 466 - transaction count for /Users/admin/pgsql/build/testrun/pgbench/001_pgbench_with_serv... [08:23:16.894](0.026s) not ok 469 - pgbench logs contents status (got 2 vs expected 0) [08:23:16.895](0.000s) not ok 471 - pgbench logs contents stdout /(?^:processed: 10/10)/ [08:23:16.895](0.000s) not ok 472 - pgbench logs contents stderr /(?^:^$)/ [08:23:16.896](0.000s) not ok 475 - transaction count for /Users/admin/pgsql/build/testrun/pgbench/001_pgbench_with_serv... |
| test | [08:24:57.293] 240/362 postgresql:pgbench / pgbench/001_pgbench_with_server ERROR ... |
| Linux - Debian Trixie - Autoconf | |
| core | [08:31:43.168] #0 0x00007fd6de3ae95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [08:31:43.168] #1 0x00007fd6de359cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [08:31:43.168] #2 0x00007fd6de3424ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [08:31:43.168] #3 0x00007fd6dee38b8f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [08:31:43.168] #4 0x00007fd6def23f4c in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [08:31:43.168] #5 0x00007fd6deefee3f in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcd828cb26, __in_ch... [08:31:43.168] #6 0x00007fd6deefe4a0 in __asan::ReportGenericError (pc=140560838335459, bp=140723935041424, sp=sp@entry... [08:31:43.168] #7 0x00007fd6deefe60e in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723935041424, sp... [08:31:43.168] #8 0x00007fd6deeff51c in __asan::__asan_report_load4 (addr=addr@entry=89129161335976) at ../../../../src... [08:31:43.168] #9 0x00007fd6ded69be3 in PQresultStatus (res=res@entry=0x511000002480) at fe-exec.c:3432 |
| 57/5941 | CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions |
| Linux - Debian Trixie - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/citext/expected/citext.out /tmp/cirrus-ci-build/build/testrun/citext/regress/resul...
--- /tmp/cirrus-ci-build/contrib/citext/expected/citext.out 2025-12-08 15:21:18.134968444 +0000
+++ /tmp/cirrus-ci-build/build/testrun/citext/regress/results/citext.out 2025-12-08 15:27:39.210930920 +0000
@@ -10,6 +10,11 @@
--------+---------
(0 rows)
+SELECT CAST('abc'::bpchar AS citext DEFAULT NULL ON CONVERSION ERROR); --error
+ERROR: cannot cast type character to citext when DEFAULT expression is specified in CAST ... ON CONVERSION ERROR
+LINE 1: SELECT CAST('abc'::bpchar AS citext DEFAULT NULL ON CONVERSI...
+ ^
+HINT: Safe type cast for user-defined types are not yet supported
-- Test the operators and indexing functions
-- Test = and <>.
SELECT 'a'::citext = 'a'::citext AS t; |
| test | [15:31:13.572] 68/363 postgresql:citext / citext/regress ERROR ... |
| Linux - Debian Trixie - Autoconf | |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/citext/expected/citext.out /tmp/cirrus-ci-build/contrib/citext/results/citext.out
--- /tmp/cirrus-ci-build/contrib/citext/expected/citext.out 2025-12-08 15:21:24.420630432 +0000
+++ /tmp/cirrus-ci-build/contrib/citext/results/citext.out 2025-12-08 15:26:57.982181315 +0000
@@ -10,6 +10,11 @@
--------+---------
(0 rows)
+SELECT CAST('abc'::bpchar AS citext DEFAULT NULL ON CONVERSION ERROR); --error
+ERROR: cannot cast type character to citext when DEFAULT expression is specified in CAST ... ON CONVERSION ERROR
+LINE 1: SELECT CAST('abc'::bpchar AS citext DEFAULT NULL ON CONVERSI...
+ ^
+HINT: Safe type cast for user-defined types are not yet supported
-- Test the operators and indexing functions
-- Test = and <>.
SELECT 'a'::citext = 'a'::citext AS t; |
| OpenBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/contrib/citext/expected/citext.out /home/postgres/postgres/build/testrun/citext/regress...
--- /home/postgres/postgres/contrib/citext/expected/citext.out Mon Dec 8 15:21:32 2025
+++ /home/postgres/postgres/build/testrun/citext/regress/results/citext.out Mon Dec 8 15:27:32 2025
@@ -10,6 +10,11 @@
--------+---------
(0 rows)
+SELECT CAST('abc'::bpchar AS citext DEFAULT NULL ON CONVERSION ERROR); --error
+ERROR: cannot cast type character to citext when DEFAULT expression is specified in CAST ... ON CONVERSION ERROR
+LINE 1: SELECT CAST('abc'::bpchar AS citext DEFAULT NULL ON CONVERSI...
+ ^
+HINT: Safe type cast for user-defined types are not yet supported
-- Test the operators and indexing functions
-- Test = and <>.
SELECT 'a'::citext = 'a'::citext AS t; |
| test | [15:31:47.190] 64/361 postgresql:citext / citext/regress ERROR ... |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/contrib/citext/expected/citext.out /home/postgres/postgres/build/testrun/citext/regress...
--- /home/postgres/postgres/contrib/citext/expected/citext.out 2025-12-08 15:21:46.220669081 +0000
+++ /home/postgres/postgres/build/testrun/citext/regress/results/citext.out 2025-12-08 15:25:27.799283773 +0000
@@ -10,6 +10,11 @@
--------+---------
(0 rows)
+SELECT CAST('abc'::bpchar AS citext DEFAULT NULL ON CONVERSION ERROR); --error
+ERROR: cannot cast type character to citext when DEFAULT expression is specified in CAST ... ON CONVERSION ERROR
+LINE 1: SELECT CAST('abc'::bpchar AS citext DEFAULT NULL ON CONVERSI...
+ ^
+HINT: Safe type cast for user-defined types are not yet supported
-- Test the operators and indexing functions
-- Test = and <>.
SELECT 'a'::citext = 'a'::citext AS t; |
| test | [15:27:50.937] 66/361 postgresql:citext / citext/regress ERROR ... |
| 57/6234 | Introduce a new GUC to allow logical walsender to shutdown immediately without waiting for a response from the client. |
| Windows - Server 2022, MinGW64 - Meson | |
| tap | [22:57:58.532](0.000s) not ok 4 - no lines with tabs in postgresql.conf.sample |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| tap | [22:56:58.400](0.000s) not ok 4 - no lines with tabs in postgresql.conf.sample |
| macOS - Sequoia - Meson | |
| core | [22:54:23.486] * frame #0: 0x00000001011c07c0 dyld`_dyld_start |
| tap | [22:50:25.428](0.000s) not ok 4 - no lines with tabs in postgresql.conf.sample |
| test | [22:50:43.335] 334/362 postgresql:test_misc / test_misc/003_check_guc ERROR ... |
| Linux - Debian Trixie - Meson | |
| tap | [22:50:14.018](0.000s) not ok 4 - no lines with tabs in postgresql.conf.sample |
| test | [22:50:31.273] 338/363 postgresql:test_misc / test_misc/003_check_guc ERROR ... |
| NetBSD - Meson | |
| tap | [22:47:26.883](0.000s) not ok 4 - no lines with tabs in postgresql.conf.sample |
| test | [22:47:38.864] 334/361 postgresql:test_misc / test_misc/003_check_guc ERROR ... |
| Linux - Debian Trixie - Autoconf | |
| tap | [22:47:25.394](0.000s) not ok 4 - no lines with tabs in postgresql.conf.sample |
| OpenBSD - Meson | |
| tap | [22:52:05.461](0.007s) not ok 4 - no lines with tabs in postgresql.conf.sample |
| test | [22:52:28.616] 333/361 postgresql:test_misc / test_misc/003_check_guc ERROR ... |
| FreeBSD - Meson | |
| tap | [22:49:17.679](0.000s) not ok 4 - no lines with tabs in postgresql.conf.sample |
| test | [22:49:31.835] 337/362 postgresql:test_misc / test_misc/003_check_guc ERROR ... |
| 56/5044 | new plpgsql.extra_errors check - strict_expr_check |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/isolation/expected/timeouts.out /home/postgres/postgres/build/testrun/isolatio... --- /home/postgres/postgres/src/test/isolation/expected/timeouts.out 2025-12-06 23:27:00.410012527 +0000 +++ /home/postgres/postgres/build/testrun/isolation/isolation/results/timeouts.out 2025-12-06 23:30:15.126807619 +0000 @@ -57,7 +57,7 @@ step sto: SET statement_timeout = '10ms'; step update: DELETE FROM accounts WHERE accountid = 'checking'; <waiting ...> step update: <... completed> -ERROR: canceling statement due to statement timeout +ERROR: canceling statement due to user request starting permutation: wrtbl lto update step wrtbl: UPDATE accounts SET balance = balance + 100; |
| test | [23:32:16.999] 133/361 postgresql:isolation / isolation/isolation ERROR 1... |
| 56/5938 | Enhancing Memory Context Statistics Reporting |
| CompilerWarnings | |
| compiler | [23:09:36.496] ../../../../src/makefiles/pgxs.mk:433: warning: ignoring old recipe for target 'installcheck' |
| compiler | [23:09:36.496] Makefile:32: warning: overriding recipe for target 'installcheck' |
| compiler | [23:09:36.496] ../../../../src/makefiles/pgxs.mk:451: warning: ignoring old recipe for target 'check' |
| compiler | [23:09:36.496] Makefile:29: warning: overriding recipe for target 'check' |
| compiler | [23:06:58.533] ../../../../src/makefiles/pgxs.mk:451: warning: ignoring old recipe for target 'check' |
| compiler | [23:06:58.532] Makefile:29: warning: overriding recipe for target 'check' |
| compiler | [23:06:58.533] ../../../../src/makefiles/pgxs.mk:433: warning: ignoring old recipe for target 'installcheck' |
| compiler | [23:06:58.533] Makefile:32: warning: overriding recipe for target 'installcheck' |
| compiler | [23:04:08.149] ../../../../src/makefiles/pgxs.mk:451: warning: ignoring old recipe for target 'check' |
| compiler | [23:04:08.149] Makefile:32: warning: overriding recipe for target 'installcheck' |
| compiler | [23:04:08.149] ../../../../src/makefiles/pgxs.mk:433: warning: ignoring old recipe for target 'installcheck' |
| compiler | [23:04:08.149] Makefile:29: warning: overriding recipe for target 'check' |
| compiler | [23:01:48.891] ../../../../src/makefiles/pgxs.mk:451: warning: ignoring old recipe for target 'check' |
| compiler | [23:01:48.891] Makefile:29: warning: overriding recipe for target 'check' |
| compiler | [23:01:48.891] Makefile:32: warning: overriding recipe for target 'installcheck' |
| compiler | [23:01:48.891] ../../../../src/makefiles/pgxs.mk:433: warning: ignoring old recipe for target 'installcheck' |
| compiler | [23:12:41.765] Makefile:32: warning: overriding recipe for target 'installcheck' |
| compiler | [23:12:41.765] ../../../../src/makefiles/pgxs.mk:433: warning: ignoring old recipe for target 'installcheck' |
| compiler | [23:12:41.765] Makefile:29: warning: overriding recipe for target 'check' |
| compiler | [23:12:41.765] ../../../../src/makefiles/pgxs.mk:451: warning: ignoring old recipe for target 'check' |
| 57/5250 | Refactor SLRU to always use long file names |
| Windows - Server 2022, MinGW64 - Meson | |
| test | [21:45:53.783] 344/359 postgresql:test_slru / test_slru/002_multixact_wraparound ERROR ... |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| test | [21:45:48.720] 339/356 postgresql:test_slru / test_slru/002_multixact_wraparound ERROR ... |
| macOS - Sequoia - Meson | |
| core | [21:42:13.816] * frame #0: 0x000000018d381aa4 libsystem_kernel.dylib`__write_nocancel + 8 [21:42:13.816] frame #1: 0x000000018d280d78 libsystem_c.dylib`__swrite + 24 [21:42:13.816] frame #2: 0x000000018d261ccc libsystem_c.dylib`_swrite + 108 [21:42:13.816] frame #3: 0x000000018d25fd6c libsystem_c.dylib`__sflush + 232 [21:42:13.816] frame #4: 0x000000018d261ba4 libsystem_c.dylib`__xvprintf + 296 [21:42:13.816] frame #5: 0x000000018d261a5c libsystem_c.dylib`vfprintf_l + 156 [21:42:13.816] frame #6: 0x000000018d2619b4 libsystem_c.dylib`fprintf + 68 [21:42:13.816] frame #7: 0x000000018d2c7f24 libsystem_c.dylib`vwarnc + 92 [21:42:13.816] frame #8: 0x000000018d2c7fec libsystem_c.dylib`warnc + 32 [21:42:13.816] frame #9: 0x00000001042724b4 cp`___lldb_unnamed_symbol85 + 44 |
| core | [21:42:46.416] * frame #0: 0x000000018d01ac04 dyld`stat + 8 [21:42:46.416] frame #1: 0x000000018d085f40 dyld`stat_with_subsystem + 56 [21:42:46.416] frame #2: 0x000000018d06a6bc dyld`dyld3::stat(char const*, stat*) + 28 [21:42:46.416] frame #3: 0x000000018d04878c dyld`dyld4::SyscallDelegate::fileExists(char const*, dyld4::FileID*, int... [21:42:46.416] frame #4: 0x000000018d046310 dyld`invocation function for block in dyld4::PrebuiltLoader::invalidateI... [21:42:46.416] frame #5: 0x000000018d0221a0 dyld`dyld4::ProcessConfig::PathOverrides::forEachPathVariant(char const*... [21:42:46.416] frame #6: 0x000000018d0460e4 dyld`dyld4::PrebuiltLoader::invalidateInIsolation(dyld4::RuntimeState co... [21:42:46.416] frame #7: 0x000000018d045d20 dyld`dyld4::PrebuiltLoader::isValid(dyld4::RuntimeState const&) const + ... [21:42:46.416] frame #8: 0x000000018d030e78 dyld`dyld4::RuntimeState::findPrebuiltLoader(char const*) const + 104 [21:42:46.416] frame #9: 0x000000018d036928 dyld`dyld4::Loader::makeDyldCacheLoader(Diagnostics&, dyld4::RuntimeStat... |
| test | [21:38:31.973] 348/362 postgresql:test_slru / test_slru/002_multixact_wraparound ERROR ... |
| Linux - Debian Trixie - Meson | |
| core | [21:40:25.730] #0 0x00007fa724666440 in ?? () [21:40:25.730] #1 0x0000000000000004 in ?? () [21:40:25.730] #2 0x00007ffeda9f607a in ?? () [21:40:25.730] #3 0x00007ffeda9f607d in ?? () [21:40:25.730] #4 0x00007ffeda9f6080 in ?? () [21:40:25.730] #5 0x00007ffeda9f6083 in ?? () [21:40:25.730] #6 0x0000000000000000 in ?? () |
| test | [21:38:06.174] 351/363 postgresql:test_slru / test_slru/002_multixact_wraparound ERROR ... |
| NetBSD - Meson | |
| test | [21:35:59.695] 343/361 postgresql:test_slru / test_slru/002_multixact_wraparound ERROR ... |
| OpenBSD - Meson | |
| test | [21:40:44.176] 345/361 postgresql:test_slru / test_slru/002_multixact_wraparound ERROR ... |
| FreeBSD - Meson | |
| test | [21:37:50.580] 347/362 postgresql:test_slru / test_slru/002_multixact_wraparound ERROR ... |
| 56/5522 | Windows meson build |
| FreeBSD - Meson | |
| core | [19:52:33.158] #0 0x000000082b5135da in _sigprocmask () from /lib/libc.so.7 [19:52:33.158] #1 0x000000082b550a3c in _system () from /lib/libc.so.7 [19:52:33.158] #2 0x000000082a55e953 in ?? () from /lib/libthr.so.3 [19:52:33.158] #3 0x0000000000693ec9 in RestoreArchivedFile (path=path@entry=0x82167e1b0 "pg_wal/00000001", '0' <repeat... [19:52:33.158] #4 0x000000000067b058 in existsTimeLineHistory (probeTLI=probeTLI@entry=2) at ../src/backend/access/tran... [19:52:33.158] #5 0x000000000067b118 in findNewestTimeLine (startTLI=startTLI@entry=1) at ../src/backend/access/transam... [19:52:33.158] #6 0x000000000069f5fb in rescanLatestTimeLine (replayTLI=replayTLI@entry=1, replayLSN=replayLSN@entry=83... [19:52:33.158] #7 0x000000000069b270 in WaitForWALToBecomeAvailable (RecPtr=83886104, randAccess=false, fetching_ckpt=f... [19:52:33.158] #8 XLogPageRead (xlogreader=0x18932150a0, targetPagePtr=83886080, reqLen=24, targetRecPtr=83886080, read... [19:52:33.158] #9 0x00000000006a2e6c in ReadPageInternal (state=0x18932150a0, pageptr=pageptr@entry=83886080, reqLen=24... |
| tap | [19:48:43.704](0.001s) not ok 23 - connect : matches |
| test | [19:50:05.241] 275/362 postgresql:postmaster / postmaster/003_start_stop ERROR ... |
| 57/6242 | parallel pgbench -i |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| compiler | [17:08:28.680] ../src/bin/pgbench/pgbench.c(1813): error C2065: 'pthread_t': undeclared identifier |
| compiler | [17:08:28.680] ../src/bin/pgbench/pgbench.c(1798): warning C4047: 'return': 'unsigned int' differs in levels of indirect... |
| CompilerWarnings | |
| compiler | [17:14:22.621] pgbench.c:1798:16: error: returning ‘void *’ from a function with return type ‘unsigned int’ makes intege... |
| compiler | [17:14:22.621] pgbench.c:1813:57: error: ‘pthread_t’ undeclared (first use in this function); did you mean ‘nthreads’? |
| 56/6162 | ci: Skip minfree file in the cores_backtrace.sh |
| NetBSD - Meson | |
| tap | [02:24:22.396](0.000s) not ok 4 - psql query died successfully after SIGKILL |
| test | [02:26:59.855] 44/361 postgresql:recovery / recovery/041_checkpoint_at_promote ERROR ... |
| 56/5970 | Panic during xlog building with big values |
| NetBSD - Meson | |
| test | [23:33:12.229] 361/361 postgresql:injection_points / injection_points/isolation TIMEOUT 10... |
| 56/6086 | Add jsonb_translate(jsonb, from, to) |
| FreeBSD - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/reindex-concurrently-upsert-partitioned.out /tm...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/reindex-concurrently-upsert-partitioned.out 2025-12-...
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/reindex-concurrently-upsert-partitioned.out 20...
@@ -205,7 +205,6 @@
(1 row)
-step s1_start_upsert: <... completed>
step s4_wakeup_to_set_dead:
SELECT injection_points_detach('reindex-relation-concurrently-before-set-dead');
SELECT injection_points_wakeup('reindex-relation-concurrently-before-set-dead');
@@ -220,6 +219,7 @@
(1 row)
+step s1_start_upsert: <... completed>
step s4_wakeup_s2:
SELECT injection_points_detach('exec-insert-before-insert-speculative');
SELECT injection_points_wakeup('exec-insert-before-insert-speculative'); |
| test | [23:14:12.832] 163/362 postgresql:injection_points / injection_points/isolation ERROR ... |
| 56/5633 | Lock-free XLog Reservation from WAL |
| FreeBSD - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/index-concurrently-upsert-predicate.out /tmp/ci...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/index-concurrently-upsert-predicate.out 2025-12-05 1...
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/index-concurrently-upsert-predicate.out 2025-1...
@@ -47,16 +47,7 @@
SELECT injection_points_detach('define-index-before-set-valid');
SELECT injection_points_wakeup('define-index-before-set-valid');
-injection_points_detach
------------------------
-
-(1 row)
-
-injection_points_wakeup
------------------------
-
-(1 row)
-
+ERROR: could not detach injection point "define-index-before-set-valid"
step s2_start_upsert:
INSERT INTO test.tbl VALUES(13,now()) ON CONFLICT (abs(i)) WHERE i < 100 DO UPDATE SET updated_at = now();
... |
| test | [19:05:31.103] 362/362 postgresql:injection_points / injection_points/isolation ERROR 4... |
| 56/6195 | Add uuid <-> base32hex conversion |
| NetBSD - Meson | |
| tap | [18:16:12.342](0.000s) not ok 12 - psql query died successfully after SIGKILL |
| test | [18:20:38.826] 16/361 postgresql:recovery / recovery/013_crash_restart ERROR ... |
| 56/5914 | Document DSM Registry |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| tap | [17:17:15.707](0.370s) not ok 5 - psql connect success [17:17:15.708](0.000s) not ok 6 - psql select 1 |
| test | [17:25:31.212] 48/356 postgresql:recovery / recovery/041_checkpoint_at_promote ERROR ... |
| 56/6079 | Write Notifications Through WAL |
| NetBSD - Meson | |
| tap | [16:29:03.992](0.001s) not ok 85 - bad token response: client authentication failure, provided description: matches |
| test | [16:29:13.060] 350/361 postgresql:oauth_validator / oauth_validator/001_server ERROR ... |
| 57/6238 | 001_password.pl fails with --without-readline |
| Windows - Server 2022, MinGW64 - Meson | |
| test | [09:19:41.684] 47/359 postgresql:recovery / recovery/009_twophase ERROR 2... [09:19:41.684] 48/359 postgresql:recovery / recovery/031_recovery_conflict ERROR 1... [09:19:41.684] 49/359 postgresql:recovery / recovery/037_invalid_database ERROR 1... [09:19:41.684] 53/359 postgresql:recovery / recovery/040_standby_failover_slots_sync ERROR 2... [09:19:41.684] 54/359 postgresql:recovery / recovery/041_checkpoint_at_promote ERROR 1... [09:19:41.684] 55/359 postgresql:recovery / recovery/042_low_level_backup ERROR 1... [09:19:41.684] 56/359 postgresql:recovery / recovery/046_checkpoint_logical_slot ERROR 1... [09:19:41.684] 70/359 postgresql:recovery / recovery/047_checkpoint_physical_slot ERROR 1... [09:19:41.684] 77/359 postgresql:recovery / recovery/048_vacuum_horizon_floor ERROR 1... [09:19:41.684] 156/359 postgresql:recovery / recovery/049_wait_for_lsn ERROR 2... [09:19:41.684] 262/359 postgresql:amcheck / amcheck/002_cic ERROR 1... [09:19:41.684] 263/359 postgresql:amcheck / amcheck/003_cic_2pc ERROR 1... [09:19:41.684] 272/359 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction ERROR 1... [09:19:41.684] 274/359 postgresql:test_decoding / test_decoding/001_repl_stats ERROR 1... [09:19:41.684] 300/359 postgresql:authentication / authentication/007_pre_auth ERROR 1... [09:19:41.684] 301/359 postgresql:postmaster / postmaster/002_connection_limits ERROR 1... [09:19:41.684] 330/359 postgresql:subscription / subscription/015_stream ERROR 1... [09:19:41.684] 339/359 postgresql:subscription / subscription/035_conflicts ERROR 2... [09:19:41.684] 343/359 postgresql:test_aio / test_aio/001_aio ERROR 1... [09:19:41.684] 350/359 postgresql:test_misc / test_misc/005_timeouts ERROR 1... [09:19:41.684] 352/359 postgresql:test_misc / test_misc/007_catcache_inval ERROR 1... [09:19:41.684] 359/359 postgresql:test_slru / test_slru/001_multixact ERROR 1... |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| test | [09:09:26.305] 50/356 postgresql:recovery / recovery/009_twophase ERROR 2... [09:09:26.305] 51/356 postgresql:recovery / recovery/031_recovery_conflict ERROR 2... [09:09:26.305] 52/356 postgresql:recovery / recovery/037_invalid_database ERROR 1... [09:09:26.305] 62/356 postgresql:recovery / recovery/041_checkpoint_at_promote ERROR 1... [09:09:26.305] 70/356 postgresql:recovery / recovery/042_low_level_backup ERROR 1... [09:09:26.305] 103/356 postgresql:recovery / recovery/040_standby_failover_slots_sync ERROR 2... [09:09:26.305] 135/356 postgresql:recovery / recovery/046_checkpoint_logical_slot ERROR 1... [09:09:26.305] 151/356 postgresql:recovery / recovery/048_vacuum_horizon_floor ERROR 1... [09:09:26.305] 152/356 postgresql:recovery / recovery/047_checkpoint_physical_slot ERROR 1... [09:09:26.305] 187/356 postgresql:recovery / recovery/049_wait_for_lsn ERROR 2... [09:09:26.305] 291/356 postgresql:amcheck / amcheck/003_cic_2pc ERROR 1... [09:09:26.305] 292/356 postgresql:amcheck / amcheck/002_cic ERROR 1... [09:09:26.305] 298/356 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction ERROR 1... [09:09:26.305] 300/356 postgresql:test_decoding / test_decoding/001_repl_stats ERROR 1... [09:09:26.305] 303/356 postgresql:authentication / authentication/007_pre_auth ERROR 1... [09:09:26.305] 304/356 postgresql:postmaster / postmaster/002_connection_limits ERROR 1... [09:09:26.305] 346/356 postgresql:subscription / subscription/015_stream ERROR 1... [09:09:26.305] 352/356 postgresql:subscription / subscription/035_conflicts ERROR 2... [09:09:26.305] 353/356 postgresql:test_aio / test_aio/001_aio ERROR 1... [09:09:26.305] 354/356 postgresql:test_misc / test_misc/005_timeouts ERROR 1... [09:09:26.305] 355/356 postgresql:test_misc / test_misc/007_catcache_inval ERROR 1... [09:09:26.305] 356/356 postgresql:test_slru / test_slru/001_multixact ERROR 1... |
| macOS - Sequoia - Meson | |
| test | [09:02:14.659] 50/362 postgresql:recovery / recovery/009_twophase ERROR 1... [09:02:14.659] 51/362 postgresql:recovery / recovery/031_recovery_conflict ERROR 1... [09:02:14.659] 52/362 postgresql:recovery / recovery/037_invalid_database ERROR 1... [09:02:14.659] 57/362 postgresql:recovery / recovery/041_checkpoint_at_promote ERROR 1... [09:02:14.659] 64/362 postgresql:recovery / recovery/042_low_level_backup ERROR 1... [09:02:14.659] 67/362 postgresql:recovery / recovery/040_standby_failover_slots_sync ERROR 1... [09:02:14.659] 114/362 postgresql:recovery / recovery/046_checkpoint_logical_slot ERROR 1... [09:02:14.659] 136/362 postgresql:recovery / recovery/047_checkpoint_physical_slot ERROR 1... [09:02:14.659] 269/362 postgresql:recovery / recovery/048_vacuum_horizon_floor ERROR 1... [09:02:14.659] 271/362 postgresql:recovery / recovery/049_wait_for_lsn ERROR 1... [09:02:14.659] 287/362 postgresql:amcheck / amcheck/002_cic ERROR 1... [09:02:14.659] 288/362 postgresql:amcheck / amcheck/003_cic_2pc ERROR 1... [09:02:14.659] 292/362 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction ERROR 1... [09:02:14.659] 293/362 postgresql:test_decoding / test_decoding/001_repl_stats ERROR 1... [09:02:14.659] 294/362 postgresql:authentication / authentication/001_password ERROR 1... [09:02:14.659] 298/362 postgresql:authentication / authentication/007_pre_auth ERROR 1... [09:02:14.659] 333/362 postgresql:postmaster / postmaster/002_connection_limits ERROR 1... [09:02:14.659] 356/362 postgresql:subscription / subscription/015_stream ERROR 1... [09:02:14.659] 357/362 postgresql:subscription / subscription/035_conflicts ERROR 1... [09:02:14.659] 358/362 postgresql:oauth_validator / oauth_validator/001_server ERROR 1... [09:02:14.659] 359/362 postgresql:test_aio / test_aio/001_aio ERROR 1... [09:02:14.659] 360/362 postgresql:test_misc / test_misc/005_timeouts ERROR 1... [09:02:14.659] 361/362 postgresql:test_misc / test_misc/007_catcache_inval ERROR 1... [09:02:14.659] 362/362 postgresql:test_slru / test_slru/001_multixact ERROR 1... |
| Linux - Debian Trixie - Meson | |
| core | [09:04:37.724] #0 0x00007ff8642ba687 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:37.724] #1 0x00007ff8642ba6ad in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:37.724] #2 0x00007ff864325787 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:37.724] #3 0x0000563924e0d4b8 in ?? () [09:04:37.724] #4 0x0000563924e0d70a in ?? () [09:04:37.724] #5 0x0000563924e0ee14 in ?? () [09:04:37.724] #6 0x0000563924e0824e in ?? () [09:04:37.724] #7 0x0000563924e07297 in ?? () [09:04:37.724] #8 0x0000563924e07ceb in ?? () [09:04:37.724] #9 0x0000563924e05677 in ?? () |
| core | [09:04:37.875] #0 0x00007fdd214bf272 in ?? () from /lib64/ld-linux-x86-64.so.2 [09:04:37.875] #1 0x00007fdd214bf7ae in ?? () from /lib64/ld-linux-x86-64.so.2 [09:04:37.875] #2 0x00007fdd214c015c in ?? () from /lib64/ld-linux-x86-64.so.2 [09:04:37.875] #3 0x00007fdd214c4255 in ?? () from /lib64/ld-linux-x86-64.so.2 [09:04:37.875] #4 0x00007fdd214c6239 in ?? () from /lib64/ld-linux-x86-64.so.2 [09:04:37.875] #5 0x00007fdd214d54dc in ?? () from /lib64/ld-linux-x86-64.so.2 [09:04:37.875] #6 0x00007fdd214d1e0f in ?? () from /lib64/ld-linux-x86-64.so.2 [09:04:37.875] #7 0x00007fdd214d35ba in ?? () from /lib64/ld-linux-x86-64.so.2 [09:04:37.875] #8 0x00007fdd214d2448 in ?? () from /lib64/ld-linux-x86-64.so.2 [09:04:37.875] #9 0x0000000000000003 in ?? () |
| test | [09:02:20.639] 50/363 postgresql:recovery / recovery/009_twophase ERROR 1... [09:02:20.639] 51/363 postgresql:recovery / recovery/031_recovery_conflict ERROR 1... [09:02:20.639] 52/363 postgresql:recovery / recovery/037_invalid_database ERROR 1... [09:02:20.639] 58/363 postgresql:recovery / recovery/041_checkpoint_at_promote ERROR 1... [09:02:20.639] 60/363 postgresql:recovery / recovery/042_low_level_backup ERROR 1... [09:02:20.639] 62/363 postgresql:recovery / recovery/040_standby_failover_slots_sync ERROR 1... [09:02:20.639] 79/363 postgresql:recovery / recovery/046_checkpoint_logical_slot ERROR 1... [09:02:20.639] 129/363 postgresql:recovery / recovery/047_checkpoint_physical_slot ERROR 1... [09:02:20.639] 248/363 postgresql:recovery / recovery/048_vacuum_horizon_floor ERROR 1... [09:02:20.639] 272/363 postgresql:recovery / recovery/049_wait_for_lsn ERROR 1... [09:02:20.639] 288/363 postgresql:amcheck / amcheck/002_cic ERROR 1... [09:02:20.639] 289/363 postgresql:amcheck / amcheck/003_cic_2pc ERROR 1... [09:02:20.639] 293/363 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction ERROR 1... [09:02:20.639] 295/363 postgresql:test_decoding / test_decoding/001_repl_stats ERROR 1... [09:02:20.639] 297/363 postgresql:authentication / authentication/001_password ERROR 1... [09:02:20.639] 302/363 postgresql:authentication / authentication/007_pre_auth ERROR 1... [09:02:20.639] 304/363 postgresql:postmaster / postmaster/002_connection_limits ERROR 1... [09:02:20.639] 357/363 postgresql:subscription / subscription/015_stream ERROR 1... [09:02:20.639] 358/363 postgresql:subscription / subscription/035_conflicts ERROR 1... [09:02:20.639] 359/363 postgresql:oauth_validator / oauth_validator/001_server ERROR 1... [09:02:20.639] 360/363 postgresql:test_aio / test_aio/001_aio ERROR 1... [09:02:20.639] 361/363 postgresql:test_misc / test_misc/005_timeouts ERROR 1... [09:02:20.639] 362/363 postgresql:test_misc / test_misc/007_catcache_inval ERROR 1... [09:02:20.639] 363/363 postgresql:test_slru / test_slru/001_multixact ERROR 1... |
| OpenBSD - Meson | |
| test | [09:03:08.814] 50/361 postgresql:recovery / recovery/009_twophase ERROR 1... [09:03:08.814] 51/361 postgresql:recovery / recovery/031_recovery_conflict ERROR 1... [09:03:08.814] 52/361 postgresql:recovery / recovery/037_invalid_database ERROR 1... [09:03:08.814] 72/361 postgresql:recovery / recovery/041_checkpoint_at_promote ERROR 1... [09:03:08.814] 74/361 postgresql:recovery / recovery/042_low_level_backup ERROR 1... [09:03:08.814] 75/361 postgresql:recovery / recovery/040_standby_failover_slots_sync ERROR 1... [09:03:08.814] 132/361 postgresql:recovery / recovery/046_checkpoint_logical_slot ERROR 1... [09:03:08.814] 164/361 postgresql:recovery / recovery/047_checkpoint_physical_slot ERROR 1... [09:03:08.814] 211/361 postgresql:recovery / recovery/048_vacuum_horizon_floor ERROR 1... [09:03:08.814] 270/361 postgresql:recovery / recovery/049_wait_for_lsn ERROR 1... [09:03:08.814] 286/361 postgresql:amcheck / amcheck/002_cic ERROR 1... [09:03:08.814] 287/361 postgresql:amcheck / amcheck/003_cic_2pc ERROR 1... [09:03:08.814] 295/361 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction ERROR 1... [09:03:08.814] 296/361 postgresql:test_decoding / test_decoding/001_repl_stats ERROR 1... [09:03:08.814] 298/361 postgresql:authentication / authentication/001_password ERROR 1... [09:03:08.814] 301/361 postgresql:authentication / authentication/007_pre_auth ERROR 1... [09:03:08.814] 302/361 postgresql:postmaster / postmaster/002_connection_limits ERROR 1... [09:03:08.814] 349/361 postgresql:subscription / subscription/015_stream ERROR 1... [09:03:08.814] 356/361 postgresql:subscription / subscription/035_conflicts ERROR 1... [09:03:08.814] 357/361 postgresql:oauth_validator / oauth_validator/001_server ERROR 1... [09:03:08.814] 358/361 postgresql:test_aio / test_aio/001_aio ERROR 1... [09:03:08.814] 359/361 postgresql:test_misc / test_misc/007_catcache_inval ERROR 1... [09:03:08.814] 360/361 postgresql:test_misc / test_misc/005_timeouts ERROR 1... [09:03:08.814] 361/361 postgresql:test_slru / test_slru/001_multixact ERROR 1... |
| FreeBSD - Meson | |
| test | [09:01:45.351] 49/362 postgresql:recovery / recovery/009_twophase ERROR 1... [09:01:45.351] 51/362 postgresql:recovery / recovery/031_recovery_conflict ERROR 1... [09:01:45.351] 52/362 postgresql:recovery / recovery/037_invalid_database ERROR 1... [09:01:45.351] 64/362 postgresql:recovery / recovery/041_checkpoint_at_promote ERROR 1... [09:01:45.351] 65/362 postgresql:recovery / recovery/040_standby_failover_slots_sync ERROR 1... [09:01:45.351] 114/362 postgresql:recovery / recovery/042_low_level_backup ERROR 1... [09:01:45.351] 178/362 postgresql:recovery / recovery/046_checkpoint_logical_slot ERROR 1... [09:01:45.351] 212/362 postgresql:recovery / recovery/047_checkpoint_physical_slot ERROR 1... [09:01:45.351] 234/362 postgresql:recovery / recovery/048_vacuum_horizon_floor ERROR 1... [09:01:45.351] 268/362 postgresql:recovery / recovery/049_wait_for_lsn ERROR 1... [09:01:45.351] 287/362 postgresql:amcheck / amcheck/002_cic ERROR 1... [09:01:45.351] 288/362 postgresql:amcheck / amcheck/003_cic_2pc ERROR 1... [09:01:45.351] 293/362 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction ERROR 1... [09:01:45.351] 295/362 postgresql:test_decoding / test_decoding/001_repl_stats ERROR 1... [09:01:45.351] 296/362 postgresql:authentication / authentication/001_password ERROR 1... [09:01:45.351] 302/362 postgresql:postmaster / postmaster/002_connection_limits ERROR 1... [09:01:45.351] 303/362 postgresql:authentication / authentication/007_pre_auth ERROR 1... [09:01:45.351] 356/362 postgresql:subscription / subscription/015_stream ERROR 1... [09:01:45.351] 357/362 postgresql:subscription / subscription/035_conflicts ERROR 1... [09:01:45.351] 358/362 postgresql:oauth_validator / oauth_validator/001_server ERROR 1... [09:01:45.351] 359/362 postgresql:test_aio / test_aio/001_aio ERROR 1... [09:01:45.351] 360/362 postgresql:test_misc / test_misc/005_timeouts ERROR 1... [09:01:45.351] 361/362 postgresql:test_misc / test_misc/007_catcache_inval ERROR 1... [09:01:45.351] 362/362 postgresql:test_slru / test_slru/001_multixact ERROR 1... |
| NetBSD - Meson | |
| test | [09:00:34.695] 50/361 postgresql:recovery / recovery/009_twophase ERROR 1... [09:00:34.695] 51/361 postgresql:recovery / recovery/031_recovery_conflict ERROR 1... [09:00:34.695] 52/361 postgresql:recovery / recovery/037_invalid_database ERROR 1... [09:00:34.695] 64/361 postgresql:recovery / recovery/040_standby_failover_slots_sync ERROR 1... [09:00:34.695] 70/361 postgresql:recovery / recovery/042_low_level_backup ERROR 1... [09:00:34.695] 72/361 postgresql:recovery / recovery/041_checkpoint_at_promote ERROR 1... [09:00:34.695] 132/361 postgresql:recovery / recovery/046_checkpoint_logical_slot ERROR 1... [09:00:34.695] 143/361 postgresql:recovery / recovery/047_checkpoint_physical_slot ERROR 1... [09:00:34.695] 268/361 postgresql:recovery / recovery/048_vacuum_horizon_floor ERROR 1... [09:00:34.695] 270/361 postgresql:recovery / recovery/049_wait_for_lsn ERROR 1... [09:00:34.695] 286/361 postgresql:amcheck / amcheck/002_cic ERROR 1... [09:00:34.695] 287/361 postgresql:amcheck / amcheck/003_cic_2pc ERROR 1... [09:00:34.695] 293/361 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction ERROR 1... [09:00:34.695] 296/361 postgresql:test_decoding / test_decoding/001_repl_stats ERROR 1... [09:00:34.695] 297/361 postgresql:authentication / authentication/001_password ERROR 1... [09:00:34.695] 302/361 postgresql:authentication / authentication/007_pre_auth ERROR 1... [09:00:34.695] 341/361 postgresql:postmaster / postmaster/002_connection_limits ERROR 1... [09:00:34.695] 355/361 postgresql:subscription / subscription/015_stream ERROR 1... [09:00:34.695] 356/361 postgresql:subscription / subscription/035_conflicts ERROR 1... [09:00:34.695] 357/361 postgresql:oauth_validator / oauth_validator/001_server ERROR 1... [09:00:34.695] 358/361 postgresql:test_aio / test_aio/001_aio ERROR 1... [09:00:34.695] 359/361 postgresql:test_misc / test_misc/007_catcache_inval ERROR 1... [09:00:34.695] 360/361 postgresql:test_misc / test_misc/005_timeouts ERROR 1... [09:00:34.695] 361/361 postgresql:test_slru / test_slru/001_multixact ERROR 1... |
| 56/5671 | Produce LLVM bitcode files on meson builds |
| NetBSD - Meson | |
| tap | [08:40:20.271](0.001s) not ok 21 - pg_archivecleanup dry run for 00000001000000370000000D: matches |
| test | [08:42:17.413] 165/364 postgresql:pg_archivecleanup / pg_archivecleanup/010_pg_archivecleanup ERROR ... |
| 56/6193 | Increase NUM_XLOGINSERT_LOCKS |
| NetBSD - Meson | |
| tap | [06:54:12.998](229.528s) # poll_query_until timed out executing this query: |
| test | [06:54:13.433] 361/361 postgresql:recovery / recovery/048_vacuum_horizon_floor ERROR 2... |
| 56/5679 | Add comments about fire_triggers argument in ri_triggers.c |
| Windows - Server 2022, MinGW64 - Meson | |
| test | [04:49:57.224] 58/359 postgresql:recovery / recovery/040_standby_failover_slots_sync ERROR ... |
| 56/5594 | psql \dh: List High-Level (Root) Tables and Indexes |
| NetBSD - Meson | |
| tap | [02:32:51.485](0.001s) not ok 27 - fails with too few command-line arguments: matches |
| test | [02:34:15.246] 193/361 postgresql:pg_resetwal / pg_resetwal/001_basic ERROR ... |
| 56/4984 | Serverside SNI for SSL connections |
| Windows - Server 2022, MinGW64 - Meson | |
| tap | [18:36:53.623](0.001s) not ok 40 - host: 'example.org', ca: '': connect with sslcert, no client CA configured: matches [18:36:53.694](0.001s) not ok 42 - host: 'example.com', ca: '': connect fails if no client certificate sent: matches [18:36:53.838](0.001s) not ok 46 - host: 'example.net', ca: '': connect fails if no client certificate sent: matches [18:36:53.910](0.001s) not ok 48 - host: 'example.net', ca: '': connect with sslcert, client certificate sent: matches [18:36:54.259](0.001s) not ok 51 - host: 'example.org', ca: 'root+client_ca': connect with sslcert, no client CA configu... [18:36:54.336](0.000s) not ok 53 - host: 'example.com', ca: 'root+client_ca': connect fails if no client certificate sen... [18:36:54.608](0.000s) not ok 57 - host: 'example.net', ca: 'root+client_ca': connect fails if no client certificate sen... [18:36:54.687](0.001s) not ok 59 - host: 'example.net', ca: 'root+client_ca': connect with sslcert, client certificate s... [18:36:55.015](0.001s) not ok 62 - host: 'example.org', ca: 'root+server_ca': connect with sslcert, no client CA configu... [18:36:55.075](0.001s) not ok 64 - host: 'example.com', ca: 'root+server_ca': connect fails if no client certificate sen... [18:36:55.216](0.001s) not ok 68 - host: 'example.net', ca: 'root+server_ca': connect fails if no client certificate sen... [18:36:55.281](0.001s) not ok 70 - host: 'example.net', ca: 'root+server_ca': connect with sslcert, client certificate s... |
| test | [18:37:00.353] 356/360 postgresql:ssl / ssl/004_sni ERROR ... |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| tap | [18:36:23.251](0.001s) not ok 40 - host: 'example.org', ca: '': connect with sslcert, no client CA configured: matches [18:36:23.481](0.001s) not ok 42 - host: 'example.com', ca: '': connect fails if no client certificate sent: matches [18:36:23.701](0.001s) not ok 46 - host: 'example.net', ca: '': connect fails if no client certificate sent: matches [18:36:23.769](0.001s) not ok 48 - host: 'example.net', ca: '': connect with sslcert, client certificate sent: matches [18:36:24.116](0.001s) not ok 51 - host: 'example.org', ca: 'root+client_ca': connect with sslcert, no client CA configu... [18:36:24.225](0.001s) not ok 53 - host: 'example.com', ca: 'root+client_ca': connect fails if no client certificate sen... [18:36:24.445](0.001s) not ok 57 - host: 'example.net', ca: 'root+client_ca': connect fails if no client certificate sen... [18:36:24.570](0.001s) not ok 59 - host: 'example.net', ca: 'root+client_ca': connect with sslcert, client certificate s... [18:36:24.962](0.001s) not ok 62 - host: 'example.org', ca: 'root+server_ca': connect with sslcert, no client CA configu... [18:36:25.074](0.001s) not ok 64 - host: 'example.com', ca: 'root+server_ca': connect fails if no client certificate sen... [18:36:25.293](0.001s) not ok 68 - host: 'example.net', ca: 'root+server_ca': connect fails if no client certificate sen... [18:36:25.404](0.001s) not ok 70 - host: 'example.net', ca: 'root+server_ca': connect with sslcert, client certificate s... |
| test | [18:36:33.801] 355/357 postgresql:ssl / ssl/004_sni ERROR ... |
| macOS - Sequoia - Meson | |
| core | [18:32:42.136] * frame #0: 0x00000001011447c0 dyld`_dyld_start |
| core | [18:32:59.428] * frame #0: 0x0000000181dcac04 dyld`stat + 8 [18:32:59.428] frame #1: 0x0000000181e35f40 dyld`stat_with_subsystem + 56 [18:32:59.428] frame #2: 0x0000000181e1a6bc dyld`dyld3::stat(char const*, stat*) + 28 [18:32:59.428] frame #3: 0x0000000181df878c dyld`dyld4::SyscallDelegate::fileExists(char const*, dyld4::FileID*, int... [18:32:59.428] frame #4: 0x0000000181df6310 dyld`invocation function for block in dyld4::PrebuiltLoader::invalidateI... [18:32:59.428] frame #5: 0x0000000181dd21a0 dyld`dyld4::ProcessConfig::PathOverrides::forEachPathVariant(char const*... [18:32:59.428] frame #6: 0x0000000181df60e4 dyld`dyld4::PrebuiltLoader::invalidateInIsolation(dyld4::RuntimeState co... [18:32:59.428] frame #7: 0x0000000181df5d20 dyld`dyld4::PrebuiltLoader::isValid(dyld4::RuntimeState const&) const + ... [18:32:59.428] frame #8: 0x0000000181de0e78 dyld`dyld4::RuntimeState::findPrebuiltLoader(char const*) const + 104 [18:32:59.428] frame #9: 0x0000000181de6928 dyld`dyld4::Loader::makeDyldCacheLoader(Diagnostics&, dyld4::RuntimeStat... |
| tap | [18:28:30.633](0.000s) not ok 41 - host: 'example.org', ca: '': connect with sslcert, no client CA configured: matches [18:28:30.658](0.000s) not ok 43 - host: 'example.com', ca: '': connect fails if no client certificate sent: matches [18:28:30.719](0.000s) not ok 47 - host: 'example.net', ca: '': connect fails if no client certificate sent: matches [18:28:30.747](0.000s) not ok 49 - host: 'example.net', ca: '': connect with sslcert, client certificate sent: matches [18:28:31.005](0.000s) not ok 52 - host: 'example.org', ca: 'root+client_ca': connect with sslcert, no client CA configu... [18:28:31.031](0.000s) not ok 54 - host: 'example.com', ca: 'root+client_ca': connect fails if no client certificate sen... [18:28:31.089](0.000s) not ok 58 - host: 'example.net', ca: 'root+client_ca': connect fails if no client certificate sen... [18:28:31.115](0.000s) not ok 60 - host: 'example.net', ca: 'root+client_ca': connect with sslcert, client certificate s... [18:28:31.372](0.000s) not ok 63 - host: 'example.org', ca: 'root+server_ca': connect with sslcert, no client CA configu... [18:28:31.400](0.000s) not ok 65 - host: 'example.com', ca: 'root+server_ca': connect fails if no client certificate sen... [18:28:31.458](0.000s) not ok 69 - host: 'example.net', ca: 'root+server_ca': connect fails if no client certificate sen... [18:28:31.484](0.000s) not ok 71 - host: 'example.net', ca: 'root+server_ca': connect with sslcert, client certificate s... |
| test | [18:29:03.156] 359/363 postgresql:ssl / ssl/004_sni ERROR ... |
| Linux - Debian Trixie - Meson | |
| tap | [18:28:02.902](0.000s) not ok 41 - host: 'example.org', ca: '': connect with sslcert, no client CA configured: matches [18:28:02.920](0.000s) not ok 43 - host: 'example.com', ca: '': connect fails if no client certificate sent: matches [18:28:02.976](0.001s) not ok 47 - host: 'example.net', ca: '': connect fails if no client certificate sent: matches [18:28:02.998](0.000s) not ok 49 - host: 'example.net', ca: '': connect with sslcert, client certificate sent: matches [18:28:03.229](0.000s) not ok 52 - host: 'example.org', ca: 'root+client_ca': connect with sslcert, no client CA configu... [18:28:03.249](0.002s) not ok 54 - host: 'example.com', ca: 'root+client_ca': connect fails if no client certificate sen... [18:28:03.302](0.000s) not ok 58 - host: 'example.net', ca: 'root+client_ca': connect fails if no client certificate sen... [18:28:03.321](0.001s) not ok 60 - host: 'example.net', ca: 'root+client_ca': connect with sslcert, client certificate s... [18:28:03.545](0.000s) not ok 63 - host: 'example.org', ca: 'root+server_ca': connect with sslcert, no client CA configu... [18:28:03.565](0.000s) not ok 65 - host: 'example.com', ca: 'root+server_ca': connect fails if no client certificate sen... [18:28:03.617](0.000s) not ok 69 - host: 'example.net', ca: 'root+server_ca': connect fails if no client certificate sen... [18:28:03.636](0.000s) not ok 71 - host: 'example.net', ca: 'root+server_ca': connect with sslcert, client certificate s... |
| test | [18:28:06.339] 360/364 postgresql:ssl / ssl/004_sni ERROR ... |
| FreeBSD - Meson | |
| tap | [18:27:43.447](0.007s) not ok 41 - host: 'example.org', ca: '': connect with sslcert, no client CA configured: matches [18:27:43.502](0.008s) not ok 43 - host: 'example.com', ca: '': connect fails if no client certificate sent: matches [18:27:43.603](0.000s) not ok 47 - host: 'example.net', ca: '': connect fails if no client certificate sent: matches [18:27:43.672](0.000s) not ok 49 - host: 'example.net', ca: '': connect with sslcert, client certificate sent: matches [18:27:43.913](0.001s) not ok 52 - host: 'example.org', ca: 'root+client_ca': connect with sslcert, no client CA configu... [18:27:43.941](0.001s) not ok 54 - host: 'example.com', ca: 'root+client_ca': connect fails if no client certificate sen... [18:27:44.006](0.001s) not ok 58 - host: 'example.net', ca: 'root+client_ca': connect fails if no client certificate sen... [18:27:44.033](0.001s) not ok 60 - host: 'example.net', ca: 'root+client_ca': connect with sslcert, client certificate s... [18:27:44.315](0.001s) not ok 63 - host: 'example.org', ca: 'root+server_ca': connect with sslcert, no client CA configu... [18:27:44.365](0.000s) not ok 65 - host: 'example.com', ca: 'root+server_ca': connect fails if no client certificate sen... [18:27:44.435](0.001s) not ok 69 - host: 'example.net', ca: 'root+server_ca': connect fails if no client certificate sen... [18:27:44.471](0.006s) not ok 71 - host: 'example.net', ca: 'root+server_ca': connect with sslcert, client certificate s... |
| test | [18:27:48.615] 356/363 postgresql:ssl / ssl/004_sni ERROR ... |
| OpenBSD - Meson | |
| tap | [18:31:16.876](0.001s) not ok 41 - host: 'example.org', ca: '': connect with sslcert, no client CA configured: matches [18:31:16.957](0.001s) not ok 43 - host: 'example.com', ca: '': connect fails if no client certificate sent: matches [18:31:16.990](0.032s) not ok 44 - host: 'example.com', ca: '': connect with sslcert, client certificate sent [18:31:16.991](0.001s) not ok 45 - host: 'example.com', ca: '': connect with sslcert, client certificate sent: no stderr [18:31:17.138](0.001s) not ok 47 - host: 'example.net', ca: '': connect fails if no client certificate sent: matches [18:31:17.193](0.004s) not ok 49 - host: 'example.net', ca: '': connect with sslcert, client certificate sent: matches [18:31:17.657](0.001s) not ok 52 - host: 'example.org', ca: 'root+client_ca': connect with sslcert, no client CA configu... [18:31:17.787](0.059s) not ok 54 - host: 'example.com', ca: 'root+client_ca': connect fails if no client certificate sen... [18:31:17.858](0.050s) not ok 55 - host: 'example.com', ca: 'root+client_ca': connect with sslcert, client certificate s... [18:31:17.859](0.000s) not ok 56 - host: 'example.com', ca: 'root+client_ca': connect with sslcert, client certificate s... [18:31:17.898](0.001s) not ok 58 - host: 'example.net', ca: 'root+client_ca': connect fails if no client certificate sen... [18:31:17.918](0.001s) not ok 60 - host: 'example.net', ca: 'root+client_ca': connect with sslcert, client certificate s... [18:31:18.195](0.001s) not ok 63 - host: 'example.org', ca: 'root+server_ca': connect with sslcert, no client CA configu... [18:31:18.240](0.001s) not ok 65 - host: 'example.com', ca: 'root+server_ca': connect fails if no client certificate sen... [18:31:18.309](0.068s) not ok 66 - host: 'example.com', ca: 'root+server_ca': connect with sslcert, client certificate s... [18:31:18.312](0.000s) not ok 67 - host: 'example.com', ca: 'root+server_ca': connect with sslcert, client certificate s... [18:31:18.354](0.004s) not ok 69 - host: 'example.net', ca: 'root+server_ca': connect fails if no client certificate sen... [18:31:18.378](0.001s) not ok 71 - host: 'example.net', ca: 'root+server_ca': connect with sslcert, client certificate s... |
| test | [18:31:23.812] 356/362 postgresql:ssl / ssl/004_sni ERROR ... |
| Linux - Debian Trixie - Autoconf | |
| tap | [18:26:08.592](0.000s) not ok 41 - host: 'example.org', ca: '': connect with sslcert, no client CA configured: matches [18:26:08.686](0.001s) not ok 43 - host: 'example.com', ca: '': connect fails if no client certificate sent: matches [18:26:08.962](0.000s) not ok 47 - host: 'example.net', ca: '': connect fails if no client certificate sent: matches [18:26:09.080](0.001s) not ok 49 - host: 'example.net', ca: '': connect with sslcert, client certificate sent: matches [18:26:09.497](0.001s) not ok 52 - host: 'example.org', ca: 'root+client_ca': connect with sslcert, no client CA configu... [18:26:09.589](0.000s) not ok 54 - host: 'example.com', ca: 'root+client_ca': connect fails if no client certificate sen... [18:26:09.809](0.001s) not ok 58 - host: 'example.net', ca: 'root+client_ca': connect fails if no client certificate sen... [18:26:09.871](0.001s) not ok 60 - host: 'example.net', ca: 'root+client_ca': connect with sslcert, client certificate s... [18:26:10.291](0.001s) not ok 63 - host: 'example.org', ca: 'root+server_ca': connect with sslcert, no client CA configu... [18:26:10.378](0.001s) not ok 65 - host: 'example.com', ca: 'root+server_ca': connect fails if no client certificate sen... [18:26:10.624](0.000s) not ok 69 - host: 'example.net', ca: 'root+server_ca': connect fails if no client certificate sen... [18:26:10.708](0.000s) not ok 71 - host: 'example.net', ca: 'root+server_ca': connect with sslcert, client certificate s... |
| NetBSD - Meson | |
| tap | [18:25:47.726](0.000s) not ok 41 - host: 'example.org', ca: '': connect with sslcert, no client CA configured: matches [18:25:47.751](0.002s) not ok 43 - host: 'example.com', ca: '': connect fails if no client certificate sent: matches [18:25:47.839](0.001s) not ok 47 - host: 'example.net', ca: '': connect fails if no client certificate sent: matches [18:25:47.918](0.000s) not ok 49 - host: 'example.net', ca: '': connect with sslcert, client certificate sent: matches [18:25:48.162](0.000s) not ok 52 - host: 'example.org', ca: 'root+client_ca': connect with sslcert, no client CA configu... [18:25:48.187](0.000s) not ok 54 - host: 'example.com', ca: 'root+client_ca': connect fails if no client certificate sen... [18:25:48.251](0.000s) not ok 58 - host: 'example.net', ca: 'root+client_ca': connect fails if no client certificate sen... [18:25:48.277](0.000s) not ok 60 - host: 'example.net', ca: 'root+client_ca': connect with sslcert, client certificate s... [18:25:48.519](0.000s) not ok 63 - host: 'example.org', ca: 'root+server_ca': connect with sslcert, no client CA configu... [18:25:48.542](0.000s) not ok 65 - host: 'example.com', ca: 'root+server_ca': connect fails if no client certificate sen... [18:25:48.624](0.000s) not ok 69 - host: 'example.net', ca: 'root+server_ca': connect fails if no client certificate sen... [18:25:48.648](0.001s) not ok 71 - host: 'example.net', ca: 'root+server_ca': connect with sslcert, client certificate s... |
| test | [18:25:52.831] 358/362 postgresql:ssl / ssl/004_sni ERROR ... |
| 56/5715 | amcheck support for BRIN indexes |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/isolation/expected/timeouts.out /home/postgres/postgres/build/testrun/isolatio... --- /home/postgres/postgres/src/test/isolation/expected/timeouts.out 2025-12-04 02:35:57.691409891 +0000 +++ /home/postgres/postgres/build/testrun/isolation/isolation/results/timeouts.out 2025-12-04 02:44:36.144380319 +0000 @@ -57,7 +57,7 @@ step sto: SET statement_timeout = '10ms'; step update: DELETE FROM accounts WHERE accountid = 'checking'; <waiting ...> step update: <... completed> -ERROR: canceling statement due to statement timeout +ERROR: canceling statement due to user request starting permutation: wrtbl lto update step wrtbl: UPDATE accounts SET balance = balance + 100; |
| test | [02:50:23.231] 70/362 postgresql:isolation / isolation/isolation ERROR 2... |
| 57/6229 | Have BackendXidGetPid return pid_t |
| CompilerWarnings | |
| compiler | [00:26:13.897] pgrowlocks.c:213:73: error: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘pid_t’ {... |
| compiler | [00:26:13.897] pgrowlocks.c:260:73: error: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘pid_t’ {... |
| 56/5478 | SQL/JSON json_table PLAN clause |
| Windows - Server 2022, MinGW64 - Meson | |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/sqljson_jsontable.out C:/cirrus/build/testrun/pg_upgrad... --- C:/cirrus/src/test/regress/expected/sqljson_jsontable.out 2025-12-03 16:27:18.276036500 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sqljson_jsontable.out 2025-12-03 16:34:22.249892500 +... @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/sqljson_jsontable.out C:/cirrus/build/testrun/recovery/... --- C:/cirrus/src/test/regress/expected/sqljson_jsontable.out 2025-12-03 16:27:18.276036500 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/sqljson_jsontable.out 2025-12-03 16:37:11.324668900... @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/sqljson_jsontable.out C:/cirrus/build/testrun/regress/r... --- C:/cirrus/src/test/regress/expected/sqljson_jsontable.out 2025-12-03 16:27:18.276036500 +0000 +++ C:/cirrus/build/testrun/regress/regress/results/sqljson_jsontable.out 2025-12-03 16:34:12.567274500 +0000 @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ... |
| tap | [16:34:34.699](68.323s) not ok 5 - regression tests pass |
| tap | [16:37:27.942](71.387s) not ok 2 - regression tests pass |
| test | [16:46:10.743] 8/358 postgresql:regress / regress/regress ERROR ... [16:46:10.743] 9/358 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [16:46:10.743] 46/358 postgresql:recovery / recovery/027_stream_regress ERROR ... |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/sqljson_jsontable.out C:/cirrus/build/testrun/pg_upgrad... --- C:/cirrus/src/test/regress/expected/sqljson_jsontable.out 2025-12-03 16:27:10.510662400 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sqljson_jsontable.out 2025-12-03 16:31:28.011431800 +... @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/sqljson_jsontable.out C:/cirrus/build/testrun/recovery/... --- C:/cirrus/src/test/regress/expected/sqljson_jsontable.out 2025-12-03 16:27:10.510662400 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/sqljson_jsontable.out 2025-12-03 16:34:20.612998500... @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/sqljson_jsontable.out C:/cirrus/build/testrun/regress/r... --- C:/cirrus/src/test/regress/expected/sqljson_jsontable.out 2025-12-03 16:27:10.510662400 +0000 +++ C:/cirrus/build/testrun/regress/regress/results/sqljson_jsontable.out 2025-12-03 16:31:22.528516000 +0000 @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ... |
| tap | [16:31:53.496](132.837s) not ok 5 - regression tests pass |
| tap | [16:34:50.328](144.371s) not ok 2 - regression tests pass |
| test | [16:42:36.876] 14/355 postgresql:regress / regress/regress ERROR 1... [16:42:36.876] 19/355 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 2... [16:42:36.876] 63/355 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| Linux - Debian Trixie - Meson | |
| core | [16:39:39.902] #0 0x00007fa3c56a1a14 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6 [16:39:39.902] #1 0x00007fa3c5647fd9 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6 [16:39:39.902] #2 0x00007fa3c56481d5 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6 [16:39:39.902] #3 0x000055e3760eada9 in ?? () [16:39:39.902] #4 0x000055e3760e4246 in ?? () [16:39:39.902] #5 0x000055e3760e3297 in ?? () [16:39:39.902] #6 0x000055e3760e3ceb in ?? () [16:39:39.902] #7 0x000055e3760e1677 in ?? () [16:39:39.902] #8 0x00007fa3c5631ca8 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [16:39:39.902] #9 0x00007fa3c5631d65 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [16:39:40.049] #0 0x00007fb875080070 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [16:39:40.049] #1 0x00007fb874f4c6fd in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [16:39:40.049] #2 0x00007fb874f4ed22 in setlocale () from /lib/x86_64-linux-gnu/libc.so.6 [16:39:40.049] #3 0x000056246647701e in ?? () [16:39:40.049] #4 0x00007fb874f40ca8 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [16:39:40.049] #5 0x00007fb874f40d65 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 [16:39:40.049] #6 0x0000562466477811 in ?? () |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sqljson_jsontable.out /tmp/cirrus-ci-build/build/testrun/pg_upgr... --- /tmp/cirrus-ci-build/src/test/regress/expected/sqljson_jsontable.out 2025-12-03 16:27:08.399896586 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sqljson_jsontable.out 2025-12-03 16:32:28.... @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sqljson_jsontable.out /tmp/cirrus-ci-build/build/testrun/recover... --- /tmp/cirrus-ci-build/src/test/regress/expected/sqljson_jsontable.out 2025-12-03 16:27:08.399896586 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/sqljson_jsontable.out 2025-12-03 16:33:5... @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sqljson_jsontable.out /tmp/cirrus-ci-build/build/testrun/regress... --- /tmp/cirrus-ci-build/src/test/regress/expected/sqljson_jsontable.out 2025-12-03 16:27:08.399896586 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/sqljson_jsontable.out 2025-12-03 16:32:26.904076497 +0000 @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ... |
| tap | [16:32:43.699](77.806s) not ok 5 - regression tests pass |
| tap | [16:34:15.299](91.196s) not ok 2 - regression tests pass |
| test | [16:37:12.951] 26/362 postgresql:regress / regress/regress ERROR ... [16:37:12.951] 32/362 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [16:37:12.951] 131/362 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| macOS - Sequoia - Meson | |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/sqljson_jsontable.out /Users/admin/pgsql/build/testrun/pg_upgrade/... --- /Users/admin/pgsql/src/test/regress/expected/sqljson_jsontable.out 2025-12-03 16:27:20 +++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sqljson_jsontable.out 2025-12-03 16:32:08 @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ... |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/sqljson_jsontable.out /Users/admin/pgsql/build/testrun/recovery/02... --- /Users/admin/pgsql/src/test/regress/expected/sqljson_jsontable.out 2025-12-03 16:27:20 +++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/sqljson_jsontable.out 2025-12-03 16:33:39 @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ... |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/sqljson_jsontable.out /Users/admin/pgsql/build/testrun/regress/reg... --- /Users/admin/pgsql/src/test/regress/expected/sqljson_jsontable.out 2025-12-03 16:27:20 +++ /Users/admin/pgsql/build/testrun/regress/regress/results/sqljson_jsontable.out 2025-12-03 16:32:09 @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ... |
| tap | [16:32:18.177](40.880s) not ok 5 - regression tests pass |
| tap | [16:33:58.413](87.056s) not ok 2 - regression tests pass |
| test | [16:37:26.733] 17/361 postgresql:regress / regress/regress ERROR ... [16:37:26.733] 23/361 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [16:37:26.733] 112/361 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| OpenBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/sqljson_jsontable.out /home/postgres/postgres/build/testrun/p... --- /home/postgres/postgres/src/test/regress/expected/sqljson_jsontable.out Wed Dec 3 16:27:24 2025 +++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sqljson_jsontable.out Wed Dec 3 16:32:... @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/sqljson_jsontable.out /home/postgres/postgres/build/testrun/r... --- /home/postgres/postgres/src/test/regress/expected/sqljson_jsontable.out Wed Dec 3 16:27:24 2025 +++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/sqljson_jsontable.out Wed Dec 3 16:3... @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/sqljson_jsontable.out /home/postgres/postgres/build/testrun/r... --- /home/postgres/postgres/src/test/regress/expected/sqljson_jsontable.out Wed Dec 3 16:27:24 2025 +++ /home/postgres/postgres/build/testrun/regress/regress/results/sqljson_jsontable.out Wed Dec 3 16:32:00 2025 @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ... |
| tap | [16:32:43.661](121.757s) not ok 5 - regression tests pass |
| tap | [16:35:00.628](182.855s) not ok 2 - regression tests pass |
| test | [16:37:59.660] 32/360 postgresql:regress / regress/regress ERROR 1... [16:37:59.660] 46/360 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 2... [16:37:59.660] 195/360 postgresql:recovery / recovery/027_stream_regress ERROR 2... |
| FreeBSD - Meson | |
| core | [16:37:35.282] #0 0x000000082b4375da in _sigprocmask () from /lib/libc.so.7 [16:37:35.282] #1 0x000000082b474a3c in _system () from /lib/libc.so.7 [16:37:35.282] #2 0x0000000829f32953 in ?? () from /lib/libthr.so.3 [16:37:35.282] #3 0x0000000000694849 in RestoreArchivedFile (path=path@entry=0x8218cd1b0 "pg_wal/00000003.history", xlo... [16:37:35.282] #4 0x00000000006a0190 in XLogFileRead (segno=segno@entry=6, tli=tli@entry=2, source=source@entry=XLOG_FR... [16:37:35.282] #5 0x000000000069be7b in XLogFileReadAnyTLI (segno=6, source=XLOG_FROM_ANY) at ../src/backend/access/tra... [16:37:35.282] #6 WaitForWALToBecomeAvailable (RecPtr=105255696, randAccess=false, fetching_ckpt=false, tliRecPtr=10525... [16:37:35.282] #7 XLogPageRead (xlogreader=0x38f3f86150a0, targetPagePtr=105250816, reqLen=4880, targetRecPtr=105255672... [16:37:35.282] #8 0x00000000006a37dc in ReadPageInternal (state=0x38f3f86150a0, pageptr=pageptr@entry=105250816, reqLen... [16:37:35.282] #9 0x00000000006a25b5 in XLogDecodeNextRecord (state=0x38f3f86150a0, nonblocking=false) at ../src/backen... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sqljson_jsontable.out /tmp/cirrus-ci-build/build/testrun/pg_upgr... --- /tmp/cirrus-ci-build/src/test/regress/expected/sqljson_jsontable.out 2025-12-03 16:27:06.749528000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sqljson_jsontable.out 2025-12-03 16:31:19.... @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sqljson_jsontable.out /tmp/cirrus-ci-build/build/testrun/recover... --- /tmp/cirrus-ci-build/src/test/regress/expected/sqljson_jsontable.out 2025-12-03 16:27:06.749528000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/sqljson_jsontable.out 2025-12-03 16:32:3... @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sqljson_jsontable.out /tmp/cirrus-ci-build/build/testrun/regress... --- /tmp/cirrus-ci-build/src/test/regress/expected/sqljson_jsontable.out 2025-12-03 16:27:06.749528000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/sqljson_jsontable.out 2025-12-03 16:31:24.131111000 +0000 @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ... |
| tap | [16:32:24.868](204.344s) not ok 5 - regression tests pass |
| tap | [16:33:32.034](225.584s) not ok 2 - regression tests pass |
| test | [16:35:07.989] 138/361 postgresql:regress / regress/regress ERROR 2... [16:35:07.989] 176/361 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 2... [16:35:07.989] 257/361 postgresql:recovery / recovery/027_stream_regress ERROR 3... |
| Linux - Debian Trixie - Autoconf | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sqljson_jsontable.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tm... --- /tmp/cirrus-ci-build/src/test/regress/expected/sqljson_jsontable.out 2025-12-03 16:27:09.322484436 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/sqljson_jsontable.out 2025-12-03 16:35:59.437722084 +0000 @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sqljson_jsontable.out /tmp/cirrus-ci-build/src/test/recovery/tmp... --- /tmp/cirrus-ci-build/src/test/regress/expected/sqljson_jsontable.out 2025-12-03 16:27:09.322484436 +0000 +++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/sqljson_jsontable.out 2025-12-03 16:37:31.565632308 +0000 @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sqljson_jsontable.out /tmp/cirrus-ci-build/src/test/regress/resu... --- /tmp/cirrus-ci-build/src/test/regress/expected/sqljson_jsontable.out 2025-12-03 16:27:09.322484436 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/sqljson_jsontable.out 2025-12-03 16:33:11.869850191 +0000 @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ... |
| tap | [16:36:19.710](144.393s) not ok 5 - regression tests pass |
| tap | [16:37:51.711](91.583s) not ok 2 - regression tests pass |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/sqljson_jsontable.out /home/postgres/postgres/build/testrun/p... --- /home/postgres/postgres/src/test/regress/expected/sqljson_jsontable.out 2025-12-03 16:27:31.442628138 +0000 +++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sqljson_jsontable.out 2025-12-03 16:31:... @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/sqljson_jsontable.out /home/postgres/postgres/build/testrun/r... --- /home/postgres/postgres/src/test/regress/expected/sqljson_jsontable.out 2025-12-03 16:27:31.442628138 +0000 +++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/sqljson_jsontable.out 2025-12-03 16:3... @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/sqljson_jsontable.out /home/postgres/postgres/build/testrun/r... --- /home/postgres/postgres/src/test/regress/expected/sqljson_jsontable.out 2025-12-03 16:27:31.442628138 +0000 +++ /home/postgres/postgres/build/testrun/regress/regress/results/sqljson_jsontable.out 2025-12-03 16:30:57.070988347 +0... @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ... |
| tap | [16:31:29.317](91.130s) not ok 5 - regression tests pass |
| tap | [16:32:07.571](101.288s) not ok 2 - regression tests pass |
| test | [16:33:21.802] 58/360 postgresql:regress / regress/regress ERROR ... [16:33:21.802] 158/360 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [16:33:21.802] 205/360 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| 56/6004 | Reset recovery target parameters in pg_createsubscriber |
| CompilerWarnings | |
| compiler | [16:32:10.914] pg_createsubscriber.c:207:36: error: implicit declaration of function ‘truncate’; did you mean ‘ftruncate... |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| compiler | [16:22:41.737] pg_createsubscriber.c.obj : error LNK2019: unresolved external symbol truncate referenced in function cle... |
| 56/6198 | Change initdb default to the builtin collation provider |
| Linux - Debian Trixie - Meson | |
| tap | [01:51:51.373](0.152s) not ok 23 - create database with provider "builtin" fails without --locale |
| test | [01:53:25.689] 241/362 postgresql:scripts / scripts/020_createdb ERROR ... [01:53:25.689] 327/362 postgresql:test_escape / test_escape/001_test_escape ERROR ... |
| Linux - Debian Trixie - Autoconf | |
| tap | [01:52:20.609](0.129s) not ok 23 - create database with provider "builtin" fails without --locale |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/contrib/citext/expected/citext_utf8.out /home/postgres/postgres/build/testrun/citext/re... --- /home/postgres/postgres/contrib/citext/expected/citext_utf8.out 2025-12-03 01:45:47.038099085 +0000 +++ /home/postgres/postgres/build/testrun/citext/regress/results/citext_utf8.out 2025-12-03 01:48:27.173723031 +0000 @@ -30,7 +30,7 @@ SELECT 'À'::citext = 'à '::citext AS t; t --- - t + f (1 row) SELECT 'À'::text = 'à '::text AS f; -- text wins. @@ -64,7 +64,7 @@ SELECT 'i'::citext = 'İ'::citext AS t; t --- - t + f (1 row) ... |
| regress | diff -U3 /home/postgres/postgres/src/test/modules/test_regex/expected/test_regex_utf8.out /home/postgres/postgres/build/...
--- /home/postgres/postgres/src/test/modules/test_regex/expected/test_regex_utf8.out 2025-12-03 01:45:54.372338715 +0000
+++ /home/postgres/postgres/build/testrun/test_regex/regress/results/test_regex_utf8.out 2025-12-03 01:48:53.707561235 +...
@@ -152,7 +152,7 @@
test_regex
-----------------
{0,REG_ULOCALE}
- {xᔀሷ}
+ {x}
(2 rows)
select * from test_regex('[[:lower:]]+', E'x\u1500\u1237', 'L');
@@ -166,7 +166,7 @@
test_regex
-----------------
{0,REG_ULOCALE}
- {xᔀሷ}
+ {x}
(2 rows)
... |
| tap | [01:49:54.281](0.089s) not ok 23 - create database with provider "builtin" fails without --locale [01:49:54.746](0.061s) not ok 31 - create database with provider "builtin" not matching template |
| test | [01:50:56.282] 65/360 postgresql:citext / citext/regress ERROR ... [01:50:56.282] 143/360 postgresql:test_regex / test_regex/regress ERROR ... [01:50:56.282] 237/360 postgresql:scripts / scripts/020_createdb ERROR ... |
| 57/6217 | tuple radix sort |
| Windows - Server 2022, MinGW64 - Meson | |
| tap | [00:30:58.726](291.336s) # poll_query_until timed out executing this query: |
| test | [00:30:59.211] 358/358 postgresql:commit_ts / commit_ts/003_standby_2 ERROR 2... |
| 56/5975 | When deleting the plpgsql function, release the CachedPlan of the function |
| FreeBSD - Meson | |
| assertion | TRAP: failed Assert("ws_next == workspace + func->copiable_size"), File: "../src/pl/plpgsql/src/pl_exec.c", Line: 1375, ... |
| assertion | TRAP: failed Assert("ws_next == workspace + func->copiable_size"), File: "../src/pl/plpgsql/src/pl_exec.c", Line: 1375, ... |
| core | [18:47:54.929] #0 0x000000082df6b01a in thr_kill () from /lib/libc.so.7 [18:47:54.929] #1 0x000000082dee3a64 in raise () from /lib/libc.so.7 [18:47:54.929] #2 0x000000082df97a59 in abort () from /lib/libc.so.7 [18:47:54.929] #3 0x0000000000adfcbf in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [18:47:54.929] #4 0x000000084074bb00 in copy_plpgsql_datums (estate=estate@entry=0x82113df10, func=func@entry=0x28c5304... [18:47:54.929] #5 0x000000084074af11 in plpgsql_exec_function (func=0x28c5304b8fc8, fcinfo=0x28c5304dddb8, simple_eval_... [18:47:54.929] #6 0x000000084075bd75 in plpgsql_call_handler (fcinfo=0x28c5304dddb8) at ../src/pl/plpgsql/src/pl_handle... [18:47:54.929] #7 0x000000000079054b in ExecInterpExpr (state=0x28c530463ca0, econtext=0x28c5304648f0, isnull=0x82113e2... [18:47:54.929] #8 0x00000000006c2896 in ExecEvalExprSwitchContext (state=0x28c530463ca0, econtext=0x6, isNull=0x82113e2... [18:47:54.929] #9 FormIndexDatum (indexInfo=indexInfo@entry=0x28c530464cf0, slot=slot@entry=0x28c530464790, estate=esta... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/insert-conflict-specconflict.out /tmp/cirrus-ci-build/build/te... --- /tmp/cirrus-ci-build/src/test/isolation/expected/insert-conflict-specconflict.out 2025-11-30 18:38:16.182165000 +000... +++ /tmp/cirrus-ci-build/build/testrun/isolation-running/isolation/results/insert-conflict-specconflict.out 2025-11-30 1... @@ -230,324 +230,7 @@ t (1 row) -s1: NOTICE: blurt_and_lock_123() called for k2 in session 1 -s1: NOTICE: acquiring advisory lock on 2 -step controller_unlock_2_3: SELECT pg_advisory_unlock(2, 3); -pg_advisory_unlock ------------------- -t -(1 row) - -s2: NOTICE: blurt_and_lock_123() called for k2 in session 2 -s2: NOTICE: acquiring advisory lock on 2 -step controller_show: SELECT * FROM upserttest; -key|data ----+---- ... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/oidjoins.out /tmp/cirrus-ci-build/build/testrun/regress-running/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/oidjoins.out 2025-11-30 18:38:16.342114000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/oidjoins.out 2025-11-30 18:45:28.974279000 +0000
@@ -162,107 +162,10 @@
NOTICE: checking pg_statistic {stacoll3} => pg_collation {oid}
NOTICE: checking pg_statistic {stacoll4} => pg_collation {oid}
NOTICE: checking pg_statistic {stacoll5} => pg_collation {oid}
-NOTICE: checking pg_statistic {starelid,staattnum} => pg_attribute {attrelid,attnum}
-NOTICE: checking pg_statistic_ext {stxrelid} => pg_class {oid}
-NOTICE: checking pg_statistic_ext {stxnamespace} => pg_namespace {oid}
-NOTICE: checking pg_statistic_ext {stxowner} => pg_authid {oid}
-NOTICE: checking pg_statistic_ext {stxrelid,stxkeys} => pg_attribute {attrelid,attnum}
-NOTICE: checking pg_statistic_ext_data {stxoid} => pg_statistic_ext {oid}
-NOTICE: checking pg_rewrite {ev_class} => pg_class {oid}
-NOTICE: checking pg_trigger {tgrelid} => pg_class {oid}
-NOTICE: checking pg_trigger {tgparentid} => pg_trigger {oid}
-NOTICE: checking pg_trigger {tgfoid} => pg_proc {oid}
-NOTICE: checking pg_trigger {tgconstrrelid} => pg_class {oid}
-NOTICE: checking pg_trigger {tgconstrindid} => pg_class {oid}
-NOTICE: checking pg_trigger {tgconstraint} => pg_constraint {oid}
... |
| test | [18:45:29.386] 83/83 postgresql:regress-running / regress-running/regress ERROR 28.58... [18:45:29.386] 82/83 postgresql:isolation-running / isolation-running/isolation ERROR 28.94... |
| 56/6103 | Make GiST waldump output more descriptive |
| CompilerWarnings | |
| compiler | [16:15:15.074] gistdesc.c:70:102: error: format ‘%ld’ expects argument of type ‘long int’, but argument 6 has type ‘Gist... |
| 56/5879 | amcheck: support for GiST |
| OpenBSD - Meson | |
| tap | [16:55:44.611](316.088s) # poll_query_until timed out executing this query: timed out waiting for slot to be lost at /home/postgres/postgres/src/test/recovery/t/019_replslot_limit.pl line 388. |
| test | [16:56:38.912] 302/359 postgresql:recovery / recovery/019_replslot_limit ERROR 3... |
| 56/6041 | Fix pg_rewind false positives caused by shutdown-only WAL |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| compiler | [13:09:14.635] c:\cirrus\src\bin\pg_rewind\parsexlog.c(342) : warning C4715: 'findLastCheckpoint': not all control paths... |
| CompilerWarnings | |
| compiler | [13:13:58.398] parsexlog.c:342:1: error: non-void function does not return a value in all control paths [-Werror,-Wretur... |
| compiler | [13:13:58.398] parsexlog.c:185:17: error: variable 'seen_running_xacts' set but not used [-Werror,-Wunused-but-set-varia... |
| compiler | [13:13:58.398] parsexlog.c:200:9: error: mixing declarations and code is incompatible with standards before C99 [-Werror... |
| compiler | [13:12:29.602] pg_rewind.c:483:17: error: mixing declarations and code is incompatible with standards before C99 [-Werro... |
| compiler | [13:12:29.433] parsexlog.c:342:1: error: non-void function does not return a value in all control paths [-Werror,-Wretur... |
| compiler | [13:12:29.433] parsexlog.c:185:17: error: variable 'seen_running_xacts' set but not used [-Werror,-Wunused-but-set-varia... |
| compiler | [13:12:29.433] parsexlog.c:200:9: error: mixing declarations and code is incompatible with standards before C99 [-Werror... |
| compiler | [13:10:44.677] parsexlog.c:182:1: error: ‘is_shutdown_only_sequence’ defined but not used [-Werror=unused-function] |
| compiler | [13:10:44.677] parsexlog.c:342:1: error: control reaches end of non-void function [-Werror=return-type] |
| compiler | [13:10:44.677] parsexlog.c:200:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-stateme... |
| compiler | [13:09:23.809] parsexlog.c:182:1: error: ‘is_shutdown_only_sequence’ defined but not used [-Werror=unused-function] |
| compiler | [13:09:24.000] pg_rewind.c:489:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen... |
| compiler | [13:09:24.000] pg_rewind.c:483:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen... |
| compiler | [13:09:23.809] parsexlog.c:342:1: error: control reaches end of non-void function [-Werror=return-type] |
| compiler | [13:09:23.809] parsexlog.c:200:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-stateme... |
| compiler | [13:16:51.085] parsexlog.c:342:1: error: control reaches end of non-void function [-Werror=return-type] |
| compiler | [13:16:51.085] parsexlog.c:200:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-stateme... |
| compiler | [13:16:51.085] parsexlog.c:182:1: error: ‘is_shutdown_only_sequence’ defined but not used [-Werror=unused-function] |
| 56/5319 | Changing shared_buffers without restart |
| CompilerWarnings | |
| compiler | [22:38:24.789] pg_sema.c:47:1: error: conflicting types for ‘PGReserveSemaphores’; have ‘void(int, int)’ |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| compiler | [22:26:12.375] ../src/backend/port/win32_shmem.c(400): warning C4311: 'type cast': pointer truncation from 'HANDLE' to '... |
| compiler | [22:26:12.375] ../src/backend/port/win32_shmem.c(224): error C2146: syntax error: missing ';' before identifier 'ShmemPr... |
| compiler | [22:26:12.313] ../src/backend/port/win32_sema.c(48): warning C4029: declared formal parameter list different from defini... |
| Linux - Debian Trixie - Meson | |
| assertion | TRAP: failed Assert("segment->shmem_reserved == mapping->shmem_reserved"), File: "../src/backend/port/sysv_shmem.c", Lin... |
| assertion | TRAP: failed Assert("segment->shmem_reserved == mapping->shmem_reserved"), File: "../src/backend/port/sysv_shmem.c", Lin... |
| assertion | TRAP: failed Assert("segment->shmem_reserved == mapping->shmem_reserved"), File: "../src/backend/port/sysv_shmem.c", Lin... |
| assertion | TRAP: failed Assert("segment->shmem_reserved == mapping->shmem_reserved"), File: "../src/backend/port/sysv_shmem.c", Lin... |
| assertion | TRAP: failed Assert("segment->shmem_reserved == mapping->shmem_reserved"), File: "../src/backend/port/sysv_shmem.c", Lin... |
| core | [22:38:08.396] #0 0x00007f7e3a89e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [22:38:08.396] #1 0x00007f7e3a849cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [22:38:08.396] #2 0x00007f7e3a8324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [22:38:08.396] #3 0x0000564d60ff34c0 in ExceptionalCondition (conditionName=conditionName@entry=0x564d61292b60 "segment... [22:38:08.396] #4 0x0000564d60c03919 in AnonymousShmemResize () at ../src/backend/port/sysv_shmem.c:1029 [22:38:08.396] #5 0x0000564d60d0c150 in pg_resize_shared_buffers (fcinfo=<optimized out>) at ../src/backend/storage/buf... [22:38:08.396] #6 0x0000564d6094d440 in ExecInterpExpr (state=0x564d9b736b70, econtext=0x564d9b736818, isnull=0x0) at .... [22:38:08.396] #7 0x0000564d609415b5 in ExecInterpExprStillValid (state=0x564d9b736b70, econtext=0x564d9b736818, isNull... [22:38:08.396] #8 0x0000564d609e7d71 in ExecEvalExprNoReturn (state=state@entry=0x564d9b736b70, econtext=econtext@entry... [22:38:08.396] #9 0x0000564d609e7de2 in ExecEvalExprNoReturnSwitchContext (state=state@entry=0x564d9b736b70, econtext=e... |
| core | [22:38:09.090] #0 0x00007fa13089e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [22:38:09.090] #1 0x00007fa130849cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [22:38:09.090] #2 0x00007fa1308324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [22:38:09.090] #3 0x000055ba75c814c0 in ExceptionalCondition (conditionName=conditionName@entry=0x55ba75f20b60 "segment... [22:38:09.090] #4 0x000055ba75891919 in AnonymousShmemResize () at ../src/backend/port/sysv_shmem.c:1029 [22:38:09.090] #5 0x000055ba7599a150 in pg_resize_shared_buffers (fcinfo=<optimized out>) at ../src/backend/storage/buf... [22:38:09.090] #6 0x000055ba755db440 in ExecInterpExpr (state=0x55ba86209b80, econtext=0x55ba86209828, isnull=0x0) at .... [22:38:09.090] #7 0x000055ba755cf5b5 in ExecInterpExprStillValid (state=0x55ba86209b80, econtext=0x55ba86209828, isNull... [22:38:09.090] #8 0x000055ba75675d71 in ExecEvalExprNoReturn (state=state@entry=0x55ba86209b80, econtext=econtext@entry... [22:38:09.090] #9 0x000055ba75675de2 in ExecEvalExprNoReturnSwitchContext (state=state@entry=0x55ba86209b80, econtext=e... |
| core | [22:38:10.514] #0 0x00007f144949e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [22:38:10.514] #1 0x00007f1449449cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [22:38:10.514] #2 0x00007f14494324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [22:38:10.514] #3 0x000055cd5f9a14c0 in ExceptionalCondition (conditionName=conditionName@entry=0x55cd5fc40b60 "segment... [22:38:10.514] #4 0x000055cd5f5b1919 in AnonymousShmemResize () at ../src/backend/port/sysv_shmem.c:1029 [22:38:10.514] #5 0x000055cd5f6ba150 in pg_resize_shared_buffers (fcinfo=<optimized out>) at ../src/backend/storage/buf... [22:38:10.514] #6 0x000055cd5f2fb440 in ExecInterpExpr (state=0x55cd71c5f170, econtext=0x55cd71c5ee18, isnull=0x0) at .... [22:38:10.514] #7 0x000055cd5f2ef5b5 in ExecInterpExprStillValid (state=0x55cd71c5f170, econtext=0x55cd71c5ee18, isNull... [22:38:10.514] #8 0x000055cd5f395d71 in ExecEvalExprNoReturn (state=state@entry=0x55cd71c5f170, econtext=econtext@entry... [22:38:10.514] #9 0x000055cd5f395de2 in ExecEvalExprNoReturnSwitchContext (state=state@entry=0x55cd71c5f170, econtext=e... |
| core | [22:38:11.209] #0 0x00007f6ebae9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [22:38:11.209] #1 0x00007f6ebae49cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [22:38:11.209] #2 0x00007f6ebae324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [22:38:11.209] #3 0x000055e9d5e954c0 in ExceptionalCondition (conditionName=conditionName@entry=0x55e9d6134b60 "segment... [22:38:11.209] #4 0x000055e9d5aa5919 in AnonymousShmemResize () at ../src/backend/port/sysv_shmem.c:1029 [22:38:11.209] #5 0x000055e9d5bae150 in pg_resize_shared_buffers (fcinfo=<optimized out>) at ../src/backend/storage/buf... [22:38:11.209] #6 0x000055e9d57ef440 in ExecInterpExpr (state=0x55e9e3c78120, econtext=0x55e9e3c77dc8, isnull=0x0) at .... [22:38:11.209] #7 0x000055e9d57e35b5 in ExecInterpExprStillValid (state=0x55e9e3c78120, econtext=0x55e9e3c77dc8, isNull... [22:38:11.209] #8 0x000055e9d5889d71 in ExecEvalExprNoReturn (state=state@entry=0x55e9e3c78120, econtext=econtext@entry... [22:38:11.209] #9 0x000055e9d5889de2 in ExecEvalExprNoReturnSwitchContext (state=state@entry=0x55e9e3c78120, econtext=e... |
| core | [22:38:10.514] #0 0x0000000000000000 in ?? () |
| core | [22:38:09.802] #0 0x00007f3cb389e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [22:38:09.802] #1 0x00007f3cb3849cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [22:38:09.802] #2 0x00007f3cb38324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [22:38:09.802] #3 0x00005576fb2bc4c0 in ExceptionalCondition (conditionName=conditionName@entry=0x5576fb55bb60 "segment... [22:38:09.802] #4 0x00005576faecc919 in AnonymousShmemResize () at ../src/backend/port/sysv_shmem.c:1029 [22:38:09.802] #5 0x00005576fafd5150 in pg_resize_shared_buffers (fcinfo=<optimized out>) at ../src/backend/storage/buf... [22:38:09.802] #6 0x00005576fac16440 in ExecInterpExpr (state=0x5577085b8150, econtext=0x5577085b7df8, isnull=0x0) at .... [22:38:09.802] #7 0x00005576fac0a5b5 in ExecInterpExprStillValid (state=0x5577085b8150, econtext=0x5577085b7df8, isNull... [22:38:09.802] #8 0x00005576facb0d71 in ExecEvalExprNoReturn (state=state@entry=0x5577085b8150, econtext=econtext@entry... [22:38:09.802] #9 0x00005576facb0de2 in ExecEvalExprNoReturnSwitchContext (state=state@entry=0x5577085b8150, econtext=e... |
| core | [22:38:09.802] #0 0x0000000000000000 in ?? () |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/buffermgr/expected/buffer_resize.out /tmp/cirrus-ci-build/build/testrun/buffermgr... --- /tmp/cirrus-ci-build/src/test/buffermgr/expected/buffer_resize.out 2025-11-22 22:25:04.836104360 +0000 +++ /tmp/cirrus-ci-build/build/testrun/buffermgr/regress/results/buffer_resize.out 2025-11-22 22:32:09.747461761 +0000 @@ -111,219 +111,7 @@ (1 row) SELECT pg_resize_shared_buffers(); - pg_resize_shared_buffers --------------------------- - t -(1 row) - -SHOW shared_buffers; - shared_buffers ----------------- - 64MB -(1 row) - -SELECT * FROM buffer_allocations; - name | segment | size | allocated_size ... |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/pg_buffercache/expected/pg_buffercache_numa.out /tmp/cirrus-ci-build/build/testrun...
--- /tmp/cirrus-ci-build/contrib/pg_buffercache/expected/pg_buffercache_numa.out 2025-11-22 22:25:03.244104327 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_buffercache/regress/results/pg_buffercache_numa.out 2025-11-22 22:31:51.619469...
@@ -7,11 +7,7 @@
from pg_settings
where name = 'shared_buffers')
from pg_buffercache_numa;
- ?column?
-----------
- t
-(1 row)
-
+ERROR: invalid input syntax for type bigint: "128MB"
-- Check that the functions / views can't be accessed by default. To avoid
-- having to create a dedicated user, use the pg_database_owner pseudo-role.
SET ROLE pg_database_owner; |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/numeric.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre... --- /tmp/cirrus-ci-build/src/test/regress/expected/numeric.out 2025-11-22 22:25:05.020104364 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/numeric.out 2025-11-22 22:30:42.63150284... @@ -3757,11 +3757,8 @@ SET LOCAL parallel_setup_cost = 0; SET LOCAL max_parallel_workers_per_gather = 4; SELECT trim_scale(variance(a) * 1e1000) FROM num_variance; - trim_scale ------------- - 12 -(1 row) - +ERROR: failed to initialize shared_buffers to 16384 +CONTEXT: parallel worker ROLLBACK; -- case where sum of squares would overflow but variance does not DELETE FROM num_variance; @@ -3778,11 +3775,8 @@ SET LOCAL parallel_setup_cost = 0; SET LOCAL max_parallel_workers_per_gather = 4; ... |
| tap | [22:30:14.164](0.489s) Bail out! pg_ctl start failed |
| tap | [22:31:51.569](72.094s) not ok 2 - regression tests pass |
| tap | [22:35:25.044](3.712s) not ok 1 - no parameters missing from postgresql.conf.sample |
| test | [22:35:43.195] 22/365 postgresql:recovery / recovery/017_shm ERROR ... [22:35:43.195] 90/365 postgresql:pg_buffercache / pg_buffercache/regress ERROR ... [22:35:43.195] 89/365 postgresql:recovery / recovery/027_stream_regress ERROR ... [22:35:43.195] 137/365 postgresql:test_lwlock_tranches / test_lwlock_tranches/regress ERROR ... [22:35:43.195] 277/365 postgresql:buffermgr / buffermgr/002_checkpoint_buffer_resize ERROR ... [22:35:43.195] 117/365 postgresql:buffermgr / buffermgr/regress ERROR 1... [22:35:43.195] 278/365 postgresql:buffermgr / buffermgr/003_parallel_resize_buffer ERROR ... [22:35:43.195] 280/365 postgresql:buffermgr / buffermgr/004_client_join_buffer_resize ERROR ... [22:35:43.195] 283/365 postgresql:buffermgr / buffermgr/001_resize_buffer ERROR ... [22:35:43.195] 342/365 postgresql:test_misc / test_misc/003_check_guc ERROR ... |
| Linux - Debian Trixie - Autoconf | |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/pg_buffercache/expected/pg_buffercache_numa.out /tmp/cirrus-ci-build/contrib/pg_bu...
--- /tmp/cirrus-ci-build/contrib/pg_buffercache/expected/pg_buffercache_numa.out 2025-11-22 22:25:02.338013783 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_buffercache/results/pg_buffercache_numa.out 2025-11-22 22:31:18.199296048 +0000
@@ -7,11 +7,7 @@
from pg_settings
where name = 'shared_buffers')
from pg_buffercache_numa;
- ?column?
-----------
- t
-(1 row)
-
+ERROR: invalid input syntax for type bigint: "128MB"
-- Check that the functions / views can't be accessed by default. To avoid
-- having to create a dedicated user, use the pg_database_owner pseudo-role.
SET ROLE pg_database_owner; |
| tap | [22:30:48.927](0.333s) Bail out! pg_ctl start failed |
| tap | [22:31:25.830](0.892s) not ok 1 - no parameters missing from postgresql.conf.sample |
| tap | [22:32:16.192](1.115s) Bail out! pg_ctl start failed |
| 56/6012 | pgbench: extend variable usage in scripts |
| CompilerWarnings | |
| compiler | [19:00:45.217] pgbench.c:1955:8: error: unused variable 'quotechar' [-Werror,-Wunused-variable] |
| compiler | [19:00:45.217] pgbench.c:1958:10: error: enumeration value 'PQUOTE_SHELL_ARG' not handled in switch [-Werror,-Wswitch] |
| compiler | [19:00:24.476] pgbench.c:1958:10: error: enumeration value 'PQUOTE_SHELL_ARG' not handled in switch [-Werror,-Wswitch] |
| compiler | [19:00:24.476] pgbench.c:1955:8: error: unused variable 'quotechar' [-Werror,-Wunused-variable] |
| compiler | [18:59:40.898] pgbench.c:1998:19: error: ‘quoted_value’ may be used uninitialized [-Werror=maybe-uninitialized] |
| compiler | [18:59:40.898] pgbench.c:1955:25: error: unused variable ‘quotechar’ [-Werror=unused-variable] |
| compiler | [18:59:40.898] pgbench.c:1958:9: error: enumeration value ‘PQUOTE_SHELL_ARG’ not handled in switch [-Werror=switch] |
| compiler | [18:59:20.306] pgbench.c:1955:25: error: unused variable ‘quotechar’ [-Werror=unused-variable] |
| compiler | [18:59:20.306] pgbench.c:1958:9: error: enumeration value ‘PQUOTE_SHELL_ARG’ not handled in switch [-Werror=switch] |
| compiler | [18:59:20.306] pgbench.c:1998:19: error: ‘quoted_value’ may be used uninitialized [-Werror=maybe-uninitialized] |
| compiler | [19:01:29.618] pgbench.c:1955:25: error: unused variable ‘quotechar’ [-Werror=unused-variable] |
| compiler | [19:01:29.618] pgbench.c:1998:19: error: ‘quoted_value’ may be used uninitialized [-Werror=maybe-uninitialized] |
| compiler | [19:01:29.618] pgbench.c:1958:9: error: enumeration value ‘PQUOTE_SHELL_ARG’ not handled in switch [-Werror=switch] |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| compiler | [19:00:18.427] ../src/bin/pgbench/pgbench.c(1996): warning C4062: enumerator 'PQUOTE_SHELL_ARG' in switch of enum 'PsqlS... |
| 56/5699 | Adding error messages to a few slash commands |
| Windows - Server 2022, MinGW64 - Meson | |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/matview.out C:/cirrus/build/testrun/pg_upgrade/002_pg_u...
--- C:/cirrus/src/test/regress/expected/matview.out 2025-11-18 00:34:30.091725900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/matview.out 2025-11-18 00:39:33.210192800 +0000
@@ -141,6 +141,11 @@
CREATE SCHEMA mvtest_mvschema;
ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema;
\d+ mvtest_tvm
+ List of relations
+ Schema | Name | Type | Owner | Persistence | Size | Description
+--------+------+------+-------+-------------+------+-------------
+(0 rows)
+
\d+ mvtest_tvmm
Materialized view "public.mvtest_tvmm"
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/identity.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/identity.out 2025-11-18 00:34:30.061356600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/identity.out 2025-11-18 00:39:33.350817200 +0000
@@ -607,6 +607,11 @@
Sequence for identity column: public.itest8.f4
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/matview.out C:/cirrus/build/testrun/recovery/027_stream...
--- C:/cirrus/src/test/regress/expected/matview.out 2025-11-18 00:34:30.091725900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/matview.out 2025-11-18 00:42:46.454080300 +0000
@@ -141,6 +141,11 @@
CREATE SCHEMA mvtest_mvschema;
ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema;
\d+ mvtest_tvm
+ List of relations
+ Schema | Name | Type | Owner | Persistence | Size | Description
+--------+------+------+-------+-------------+------+-------------
+(0 rows)
+
\d+ mvtest_tvmm
Materialized view "public.mvtest_tvmm"
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/identity.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/identity.out 2025-11-18 00:34:30.061356600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/identity.out 2025-11-18 00:42:45.652336900 +0000
@@ -607,6 +607,11 @@
Sequence for identity column: public.itest8.f4
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/matview.out C:/cirrus/build/testrun/regress/regress/res...
--- C:/cirrus/src/test/regress/expected/matview.out 2025-11-18 00:34:30.091725900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/matview.out 2025-11-18 00:39:25.436741700 +0000
@@ -141,6 +141,11 @@
CREATE SCHEMA mvtest_mvschema;
ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema;
\d+ mvtest_tvm
+ List of relations
+ Schema | Name | Type | Owner | Persistence | Size | Description
+--------+------+------+-------+-------------+------+-------------
+(0 rows)
+
\d+ mvtest_tvmm
Materialized view "public.mvtest_tvmm"
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/identity.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/identity.out 2025-11-18 00:34:30.061356600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/identity.out 2025-11-18 00:39:25.014876000 +0000
@@ -607,6 +607,11 @@
Sequence for identity column: public.itest8.f4
... |
| tap | [00:40:17.662](73.892s) not ok 5 - regression tests pass |
| tap | [00:43:38.209](83.068s) not ok 2 - regression tests pass |
| test | [00:52:23.319] 5/356 postgresql:regress / regress/regress ERROR ... [00:52:23.319] 9/356 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [00:52:23.319] 47/356 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| macOS - Sequoia - Meson | |
| core | [00:46:58.590] * frame #0: 0x000000010084b06c dyld`lsl::Allocator::AllocationMetadata::pool(bool) const + 24 [00:46:58.590] frame #1: 0x000000010084b100 dyld`lsl::Allocator::AllocationMetadata::deallocate() + 36 [00:46:58.590] frame #2: 0x000000010087ce30 dyld`PropertyList::String::deallocate() + 36 [00:46:58.590] frame #3: 0x000000010087d7ac dyld`PropertyList::encode(ByteStream&) + 780 [00:46:58.590] frame #4: 0x0000000100863d04 dyld`dyld4::ExternallyViewableState::createMinimalInfo(lsl::Allocator&, ... [00:46:58.590] frame #5: 0x000000010081e7d0 dyld`start + 5108 |
| core | [00:46:31.733] * frame #0: 0x000000019f97ec04 dyld`stat + 8 [00:46:31.733] frame #1: 0x000000019f9e9f40 dyld`stat_with_subsystem + 56 [00:46:31.733] frame #2: 0x000000019f9ce6bc dyld`dyld3::stat(char const*, stat*) + 28 [00:46:31.733] frame #3: 0x000000019f9ac78c dyld`dyld4::SyscallDelegate::fileExists(char const*, dyld4::FileID*, int... [00:46:31.733] frame #4: 0x000000019f9aa310 dyld`invocation function for block in dyld4::PrebuiltLoader::invalidateI... [00:46:31.733] frame #5: 0x000000019f9861a0 dyld`dyld4::ProcessConfig::PathOverrides::forEachPathVariant(char const*... [00:46:31.733] frame #6: 0x000000019f9aa0e4 dyld`dyld4::PrebuiltLoader::invalidateInIsolation(dyld4::RuntimeState co... [00:46:31.733] frame #7: 0x000000019f9a9d20 dyld`dyld4::PrebuiltLoader::isValid(dyld4::RuntimeState const&) const + ... [00:46:31.733] frame #8: 0x000000019f994e78 dyld`dyld4::RuntimeState::findPrebuiltLoader(char const*) const + 104 [00:46:31.733] frame #9: 0x000000019f99a928 dyld`dyld4::Loader::makeDyldCacheLoader(Diagnostics&, dyld4::RuntimeStat... |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/matview.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upg...
--- /Users/admin/pgsql/src/test/regress/expected/matview.out 2025-11-18 00:34:28
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/matview.out 2025-11-18 00:36:59
@@ -141,6 +141,11 @@
CREATE SCHEMA mvtest_mvschema;
ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema;
\d+ mvtest_tvm
+ List of relations
+ Schema | Name | Type | Owner | Persistence | Size | Description
+--------+------+------+-------+-------------+------+-------------
+(0 rows)
+
\d+ mvtest_tvmm
Materialized view "public.mvtest_tvmm"
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
diff -U3 /Users/admin/pgsql/src/test/regress/expected/identity.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/identity.out 2025-11-18 00:34:28
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/identity.out 2025-11-18 00:36:58
@@ -607,6 +607,11 @@
Sequence for identity column: public.itest8.f4
... |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/matview.out /Users/admin/pgsql/build/testrun/recovery/027_stream_r...
--- /Users/admin/pgsql/src/test/regress/expected/matview.out 2025-11-18 00:34:28
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/matview.out 2025-11-18 00:37:51
@@ -141,6 +141,11 @@
CREATE SCHEMA mvtest_mvschema;
ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema;
\d+ mvtest_tvm
+ List of relations
+ Schema | Name | Type | Owner | Persistence | Size | Description
+--------+------+------+-------+-------------+------+-------------
+(0 rows)
+
\d+ mvtest_tvmm
Materialized view "public.mvtest_tvmm"
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
diff -U3 /Users/admin/pgsql/src/test/regress/expected/identity.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/identity.out 2025-11-18 00:34:28
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/identity.out 2025-11-18 00:37:51
@@ -607,6 +607,11 @@
Sequence for identity column: public.itest8.f4
... |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/matview.out /Users/admin/pgsql/build/testrun/regress/regress/resul...
--- /Users/admin/pgsql/src/test/regress/expected/matview.out 2025-11-18 00:34:28
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/matview.out 2025-11-18 00:36:59
@@ -141,6 +141,11 @@
CREATE SCHEMA mvtest_mvschema;
ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema;
\d+ mvtest_tvm
+ List of relations
+ Schema | Name | Type | Owner | Persistence | Size | Description
+--------+------+------+-------+-------------+------+-------------
+(0 rows)
+
\d+ mvtest_tvmm
Materialized view "public.mvtest_tvmm"
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
diff -U3 /Users/admin/pgsql/src/test/regress/expected/identity.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/identity.out 2025-11-18 00:34:28
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/identity.out 2025-11-18 00:36:59
@@ -607,6 +607,11 @@
Sequence for identity column: public.itest8.f4
... |
| tap | [00:37:20.507](39.827s) not ok 5 - regression tests pass |
| tap | [00:38:42.248](72.770s) not ok 2 - regression tests pass |
| test | [00:42:56.778] 10/359 postgresql:regress / regress/regress ERROR ... [00:42:56.778] 25/359 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [00:42:56.778] 109/359 postgresql:recovery / recovery/027_stream_regress ERROR ... [00:42:56.778] 359/359 postgresql:psql / psql/010_tab_completion ERROR 1... |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/matview.out C:/cirrus/build/testrun/pg_upgrade/002_pg_u...
--- C:/cirrus/src/test/regress/expected/matview.out 2025-11-18 00:35:59.342765100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/matview.out 2025-11-18 00:39:47.200627400 +0000
@@ -141,6 +141,11 @@
CREATE SCHEMA mvtest_mvschema;
ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema;
\d+ mvtest_tvm
+ List of relations
+ Schema | Name | Type | Owner | Persistence | Size | Description
+--------+------+------+-------+-------------+------+-------------
+(0 rows)
+
\d+ mvtest_tvmm
Materialized view "public.mvtest_tvmm"
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/identity.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/identity.out 2025-11-18 00:35:59.310951700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/identity.out 2025-11-18 00:39:47.028723000 +0000
@@ -607,6 +607,11 @@
Sequence for identity column: public.itest8.f4
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/matview.out C:/cirrus/build/testrun/recovery/027_stream...
--- C:/cirrus/src/test/regress/expected/matview.out 2025-11-18 00:35:59.342765100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/matview.out 2025-11-18 00:43:09.726240900 +0000
@@ -141,6 +141,11 @@
CREATE SCHEMA mvtest_mvschema;
ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema;
\d+ mvtest_tvm
+ List of relations
+ Schema | Name | Type | Owner | Persistence | Size | Description
+--------+------+------+-------+-------------+------+-------------
+(0 rows)
+
\d+ mvtest_tvmm
Materialized view "public.mvtest_tvmm"
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/identity.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/identity.out 2025-11-18 00:35:59.310951700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/identity.out 2025-11-18 00:43:10.570006200 +0000
@@ -607,6 +607,11 @@
Sequence for identity column: public.itest8.f4
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/matview.out C:/cirrus/build/testrun/regress/regress/res...
--- C:/cirrus/src/test/regress/expected/matview.out 2025-11-18 00:35:59.342765100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/matview.out 2025-11-18 00:39:36.590239200 +0000
@@ -141,6 +141,11 @@
CREATE SCHEMA mvtest_mvschema;
ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema;
\d+ mvtest_tvm
+ List of relations
+ Schema | Name | Type | Owner | Persistence | Size | Description
+--------+------+------+-------+-------------+------+-------------
+(0 rows)
+
\d+ mvtest_tvmm
Materialized view "public.mvtest_tvmm"
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/identity.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/identity.out 2025-11-18 00:35:59.310951700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/identity.out 2025-11-18 00:39:35.886139800 +0000
@@ -607,6 +607,11 @@
Sequence for identity column: public.itest8.f4
... |
| tap | [00:41:24.349](158.308s) not ok 5 - regression tests pass |
| tap | [00:44:44.897](171.716s) not ok 2 - regression tests pass |
| test | [00:51:51.635] 8/353 postgresql:regress / regress/regress ERROR 1... [00:51:51.635] 23/353 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 2... [00:51:51.635] 74/353 postgresql:recovery / recovery/027_stream_regress ERROR 2... |
| Linux - Debian Trixie - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/matview.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/matview.out 2025-11-18 00:34:38.675149979 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/matview.out 2025-11-18 00:38:10.264548406 ...
@@ -141,6 +141,11 @@
CREATE SCHEMA mvtest_mvschema;
ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema;
\d+ mvtest_tvm
+ List of relations
+ Schema | Name | Type | Owner | Persistence | Size | Description
+--------+------+------+-------+-------------+------+-------------
+(0 rows)
+
\d+ mvtest_tvmm
Materialized view "public.mvtest_tvmm"
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/identity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/identity.out 2025-11-18 00:34:38.659162185 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/identity.out 2025-11-18 00:38:10.328546675...
@@ -607,6 +607,11 @@
Sequence for identity column: public.itest8.f4
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/matview.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/matview.out 2025-11-18 00:34:38.675149979 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/matview.out 2025-11-18 00:39:36.00715106...
@@ -141,6 +141,11 @@
CREATE SCHEMA mvtest_mvschema;
ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema;
\d+ mvtest_tvm
+ List of relations
+ Schema | Name | Type | Owner | Persistence | Size | Description
+--------+------+------+-------+-------------+------+-------------
+(0 rows)
+
\d+ mvtest_tvmm
Materialized view "public.mvtest_tvmm"
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/identity.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/identity.out 2025-11-18 00:34:38.659162185 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/identity.out 2025-11-18 00:39:36.7191432...
@@ -607,6 +607,11 @@
Sequence for identity column: public.itest8.f4
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/matview.out /tmp/cirrus-ci-build/build/testrun/regress/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/matview.out 2025-11-18 00:34:38.675149979 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/matview.out 2025-11-18 00:38:07.200633588 +0000
@@ -141,6 +141,11 @@
CREATE SCHEMA mvtest_mvschema;
ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema;
\d+ mvtest_tvm
+ List of relations
+ Schema | Name | Type | Owner | Persistence | Size | Description
+--------+------+------+-------+-------------+------+-------------
+(0 rows)
+
\d+ mvtest_tvmm
Materialized view "public.mvtest_tvmm"
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/identity.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/identity.out 2025-11-18 00:34:38.659162185 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/identity.out 2025-11-18 00:38:07.396628032 +0000
@@ -607,6 +607,11 @@
Sequence for identity column: public.itest8.f4
... |
| tap | [00:39:06.304](87.532s) not ok 5 - regression tests pass |
| tap | [00:40:44.142](101.106s) not ok 2 - regression tests pass |
| test | [00:43:58.815] 14/360 postgresql:regress / regress/regress ERROR ... [00:43:58.815] 32/360 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [00:43:58.815] 129/360 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| Linux - Debian Trixie - Autoconf | |
| core | [00:48:53.807] #0 0x00007f3081825197 in fstat64 () from /lib/x86_64-linux-gnu/libc.so.6 [00:48:53.807] #1 0x00007f30817590f1 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [00:48:53.807] #2 0x00007f3081751802 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [00:48:53.807] #3 0x00007f30817bcbc7 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [00:48:53.807] #4 0x00007f30817bcc39 in pthread_once () from /lib/x86_64-linux-gnu/libc.so.6 [00:48:53.807] #5 0x00007f3081750687 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [00:48:53.807] #6 0x00007f308175a4fe in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [00:48:53.807] #7 0x00007f308175cd22 in setlocale () from /lib/x86_64-linux-gnu/libc.so.6 [00:48:53.807] #8 0x0000557c6d4f201e in ?? () [00:48:53.807] #9 0x00007f308174eca8 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| core | [00:48:53.963] #0 0x00007f5ab7fc1687 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [00:48:53.963] #1 0x00007f5ab7fc16ad in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [00:48:53.963] #2 0x00007f5ab802c787 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6 [00:48:53.963] #3 0x000055eff95ad4b8 in ?? () [00:48:53.963] #4 0x000055eff95ad70a in ?? () [00:48:53.963] #5 0x000055eff95aee14 in ?? () [00:48:53.963] #6 0x000055eff95a824e in ?? () [00:48:53.963] #7 0x000055eff95a7297 in ?? () [00:48:53.963] #8 0x000055eff95a7ceb in ?? () [00:48:53.963] #9 0x000055eff95a5677 in ?? () |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/matview.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/matview.out 2025-11-18 00:34:34.021106992 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/matview.out 2025-11-18 00:41:15.238841653 +0000
@@ -141,6 +141,11 @@
CREATE SCHEMA mvtest_mvschema;
ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema;
\d+ mvtest_tvm
+ List of relations
+ Schema | Name | Type | Owner | Persistence | Size | Description
+--------+------+------+-------+-------------+------+-------------
+(0 rows)
+
\d+ mvtest_tvmm
Materialized view "public.mvtest_tvmm"
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/identity.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/identity.out 2025-11-18 00:34:34.009124617 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/identity.out 2025-11-18 00:41:15.130842604 +0000
@@ -607,6 +607,11 @@
Sequence for identity column: public.itest8.f4
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/matview.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/matview.out 2025-11-18 00:34:34.021106992 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/matview.out 2025-11-18 00:43:26.669983434 +0000
@@ -141,6 +141,11 @@
CREATE SCHEMA mvtest_mvschema;
ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema;
\d+ mvtest_tvm
+ List of relations
+ Schema | Name | Type | Owner | Persistence | Size | Description
+--------+------+------+-------+-------------+------+-------------
+(0 rows)
+
\d+ mvtest_tvmm
Materialized view "public.mvtest_tvmm"
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/identity.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/identity.out 2025-11-18 00:34:34.009124617 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/identity.out 2025-11-18 00:43:26.777982903 +0000
@@ -607,6 +607,11 @@
Sequence for identity column: public.itest8.f4
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/matview.out /tmp/cirrus-ci-build/src/test/regress/results/matvie...
--- /tmp/cirrus-ci-build/src/test/regress/expected/matview.out 2025-11-18 00:34:34.021106992 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/matview.out 2025-11-18 00:38:17.697843265 +0000
@@ -141,6 +141,11 @@
CREATE SCHEMA mvtest_mvschema;
ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema;
\d+ mvtest_tvm
+ List of relations
+ Schema | Name | Type | Owner | Persistence | Size | Description
+--------+------+------+-------+-------------+------+-------------
+(0 rows)
+
\d+ mvtest_tvmm
Materialized view "public.mvtest_tvmm"
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/identity.out /tmp/cirrus-ci-build/src/test/regress/results/ident...
--- /tmp/cirrus-ci-build/src/test/regress/expected/identity.out 2025-11-18 00:34:34.009124617 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/identity.out 2025-11-18 00:38:17.621846593 +0000
@@ -607,6 +607,11 @@
Sequence for identity column: public.itest8.f4
... |
| tap | [00:42:58.790](152.759s) not ok 5 - regression tests pass |
| tap | [00:44:33.100](101.249s) not ok 2 - regression tests pass |
| OpenBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/matview.out /home/postgres/postgres/build/testrun/pg_upgrade/...
--- /home/postgres/postgres/src/test/regress/expected/matview.out Tue Nov 18 00:34:57 2025
+++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/matview.out Tue Nov 18 00:38:12 2025
@@ -141,6 +141,11 @@
CREATE SCHEMA mvtest_mvschema;
ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema;
\d+ mvtest_tvm
+ List of relations
+ Schema | Name | Type | Owner | Persistence | Size | Description
+--------+------+------+-------+-------------+------+-------------
+(0 rows)
+
\d+ mvtest_tvmm
Materialized view "public.mvtest_tvmm"
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
diff -U3 /home/postgres/postgres/src/test/regress/expected/identity.out /home/postgres/postgres/build/testrun/pg_upgrade...
--- /home/postgres/postgres/src/test/regress/expected/identity.out Tue Nov 18 00:34:57 2025
+++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/identity.out Tue Nov 18 00:38:13 2025
@@ -607,6 +607,11 @@
Sequence for identity column: public.itest8.f4
... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/matview.out /home/postgres/postgres/build/testrun/recovery/02...
--- /home/postgres/postgres/src/test/regress/expected/matview.out Tue Nov 18 00:34:57 2025
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/matview.out Tue Nov 18 00:40:19 2025
@@ -141,6 +141,11 @@
CREATE SCHEMA mvtest_mvschema;
ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema;
\d+ mvtest_tvm
+ List of relations
+ Schema | Name | Type | Owner | Persistence | Size | Description
+--------+------+------+-------+-------------+------+-------------
+(0 rows)
+
\d+ mvtest_tvmm
Materialized view "public.mvtest_tvmm"
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
diff -U3 /home/postgres/postgres/src/test/regress/expected/identity.out /home/postgres/postgres/build/testrun/recovery/0...
--- /home/postgres/postgres/src/test/regress/expected/identity.out Tue Nov 18 00:34:57 2025
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/identity.out Tue Nov 18 00:40:19 2025
@@ -607,6 +607,11 @@
Sequence for identity column: public.itest8.f4
... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/matview.out /home/postgres/postgres/build/testrun/regress/reg...
--- /home/postgres/postgres/src/test/regress/expected/matview.out Tue Nov 18 00:34:57 2025
+++ /home/postgres/postgres/build/testrun/regress/regress/results/matview.out Tue Nov 18 00:38:04 2025
@@ -141,6 +141,11 @@
CREATE SCHEMA mvtest_mvschema;
ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema;
\d+ mvtest_tvm
+ List of relations
+ Schema | Name | Type | Owner | Persistence | Size | Description
+--------+------+------+-------+-------------+------+-------------
+(0 rows)
+
\d+ mvtest_tvmm
Materialized view "public.mvtest_tvmm"
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
diff -U3 /home/postgres/postgres/src/test/regress/expected/identity.out /home/postgres/postgres/build/testrun/regress/re...
--- /home/postgres/postgres/src/test/regress/expected/identity.out Tue Nov 18 00:34:57 2025
+++ /home/postgres/postgres/build/testrun/regress/regress/results/identity.out Tue Nov 18 00:38:02 2025
@@ -607,6 +607,11 @@
Sequence for identity column: public.itest8.f4
... |
| tap | [00:39:38.620](134.659s) not ok 5 - regression tests pass |
| tap | [00:42:20.645](207.969s) not ok 2 - regression tests pass |
| test | [00:45:42.559] 14/358 postgresql:regress / regress/regress ERROR 1... [00:45:42.559] 45/358 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 2... [00:45:42.559] 193/358 postgresql:recovery / recovery/027_stream_regress ERROR 2... |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/matview.out /home/postgres/postgres/build/testrun/pg_upgrade/...
--- /home/postgres/postgres/src/test/regress/expected/matview.out 2025-11-18 00:34:49.387878554 +0000
+++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/matview.out 2025-11-18 00:37:13.4535021...
@@ -141,6 +141,11 @@
CREATE SCHEMA mvtest_mvschema;
ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema;
\d+ mvtest_tvm
+ List of relations
+ Schema | Name | Type | Owner | Persistence | Size | Description
+--------+------+------+-------+-------------+------+-------------
+(0 rows)
+
\d+ mvtest_tvmm
Materialized view "public.mvtest_tvmm"
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
diff -U3 /home/postgres/postgres/src/test/regress/expected/identity.out /home/postgres/postgres/build/testrun/pg_upgrade...
--- /home/postgres/postgres/src/test/regress/expected/identity.out 2025-11-18 00:34:49.337999170 +0000
+++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/identity.out 2025-11-18 00:37:12.043167...
@@ -607,6 +607,11 @@
Sequence for identity column: public.itest8.f4
... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/matview.out /home/postgres/postgres/build/testrun/recovery/02...
--- /home/postgres/postgres/src/test/regress/expected/matview.out 2025-11-18 00:34:49.387878554 +0000
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/matview.out 2025-11-18 00:37:47.58778...
@@ -141,6 +141,11 @@
CREATE SCHEMA mvtest_mvschema;
ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema;
\d+ mvtest_tvm
+ List of relations
+ Schema | Name | Type | Owner | Persistence | Size | Description
+--------+------+------+-------+-------------+------+-------------
+(0 rows)
+
\d+ mvtest_tvmm
Materialized view "public.mvtest_tvmm"
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
diff -U3 /home/postgres/postgres/src/test/regress/expected/identity.out /home/postgres/postgres/build/testrun/recovery/0...
--- /home/postgres/postgres/src/test/regress/expected/identity.out 2025-11-18 00:34:49.337999170 +0000
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/identity.out 2025-11-18 00:37:47.7976...
@@ -607,6 +607,11 @@
Sequence for identity column: public.itest8.f4
... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/matview.out /home/postgres/postgres/build/testrun/regress/reg...
--- /home/postgres/postgres/src/test/regress/expected/matview.out 2025-11-18 00:34:49.387878554 +0000
+++ /home/postgres/postgres/build/testrun/regress/regress/results/matview.out 2025-11-18 00:37:08.964468863 +0000
@@ -141,6 +141,11 @@
CREATE SCHEMA mvtest_mvschema;
ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema;
\d+ mvtest_tvm
+ List of relations
+ Schema | Name | Type | Owner | Persistence | Size | Description
+--------+------+------+-------+-------------+------+-------------
+(0 rows)
+
\d+ mvtest_tvmm
Materialized view "public.mvtest_tvmm"
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
diff -U3 /home/postgres/postgres/src/test/regress/expected/identity.out /home/postgres/postgres/build/testrun/regress/re...
--- /home/postgres/postgres/src/test/regress/expected/identity.out 2025-11-18 00:34:49.337999170 +0000
+++ /home/postgres/postgres/build/testrun/regress/regress/results/identity.out 2025-11-18 00:37:08.656204329 +0000
@@ -607,6 +607,11 @@
Sequence for identity column: public.itest8.f4
... |
| tap | [00:38:22.336](101.007s) not ok 5 - regression tests pass |
| tap | [00:39:07.303](114.377s) not ok 2 - regression tests pass |
| test | [00:40:33.130] 35/358 postgresql:regress / regress/regress ERROR 1... [00:40:33.130] 148/358 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [00:40:33.130] 202/358 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| FreeBSD - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/matview.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/matview.out 2025-11-18 00:36:06.537918000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/matview.out 2025-11-18 00:38:54.345679000 ...
@@ -141,6 +141,11 @@
CREATE SCHEMA mvtest_mvschema;
ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema;
\d+ mvtest_tvm
+ List of relations
+ Schema | Name | Type | Owner | Persistence | Size | Description
+--------+------+------+-------+-------------+------+-------------
+(0 rows)
+
\d+ mvtest_tvmm
Materialized view "public.mvtest_tvmm"
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/identity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/identity.out 2025-11-18 00:36:06.522142000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/identity.out 2025-11-18 00:39:00.417195000...
@@ -607,6 +607,11 @@
Sequence for identity column: public.itest8.f4
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/matview.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/matview.out 2025-11-18 00:36:06.537918000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/matview.out 2025-11-18 00:40:13.86372900...
@@ -141,6 +141,11 @@
CREATE SCHEMA mvtest_mvschema;
ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema;
\d+ mvtest_tvm
+ List of relations
+ Schema | Name | Type | Owner | Persistence | Size | Description
+--------+------+------+-------+-------------+------+-------------
+(0 rows)
+
\d+ mvtest_tvmm
Materialized view "public.mvtest_tvmm"
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/identity.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/identity.out 2025-11-18 00:36:06.522142000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/identity.out 2025-11-18 00:40:15.3085960...
@@ -607,6 +607,11 @@
Sequence for identity column: public.itest8.f4
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/matview.out /tmp/cirrus-ci-build/build/testrun/regress/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/matview.out 2025-11-18 00:36:06.537918000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/matview.out 2025-11-18 00:38:57.047831000 +0000
@@ -141,6 +141,11 @@
CREATE SCHEMA mvtest_mvschema;
ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema;
\d+ mvtest_tvm
+ List of relations
+ Schema | Name | Type | Owner | Persistence | Size | Description
+--------+------+------+-------+-------------+------+-------------
+(0 rows)
+
\d+ mvtest_tvmm
Materialized view "public.mvtest_tvmm"
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/identity.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/identity.out 2025-11-18 00:36:06.522142000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/identity.out 2025-11-18 00:38:59.889203000 +0000
@@ -607,6 +607,11 @@
Sequence for identity column: public.itest8.f4
... |
| tap | [00:41:47.318](253.546s) not ok 5 - regression tests pass |
| tap | [00:43:01.102](278.004s) not ok 2 - regression tests pass |
| test | [00:45:19.276] 50/359 postgresql:regress / regress/regress ERROR 2... [00:45:19.276] 193/359 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 3... [00:45:19.276] 268/359 postgresql:recovery / recovery/027_stream_regress ERROR 3... [00:45:19.276] 359/359 postgresql:psql / psql/010_tab_completion ERROR 1... |
| 56/6158 | Use log_newpage_range in HASH index build |
| Windows - Server 2022, MinGW64 - Meson | |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/create_index.out C:/cirrus/build/testrun/pg_upgrade/002...
--- C:/cirrus/src/test/regress/expected/create_index.out 2025-11-16 17:45:21.373447600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_index.out 2025-11-16 17:48:08.840089200 +0000
@@ -1216,6 +1216,7 @@
-- maintenance_work_mem setting and fillfactor:
SET maintenance_work_mem = '1MB';
CREATE INDEX hash_tuplesort_idx ON tenk1 USING hash (stringu1 name_ops) WITH (fillfactor = 10);
+WARNING: spool init
EXPLAIN (COSTS OFF)
SELECT count(*) FROM tenk1 WHERE stringu1 = 'TVAAAA';
QUERY PLAN |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/create_index.out C:/cirrus/build/testrun/recovery/027_s...
--- C:/cirrus/src/test/regress/expected/create_index.out 2025-11-16 17:45:21.373447600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/create_index.out 2025-11-16 17:50:47.491383400 +000...
@@ -1216,6 +1216,7 @@
-- maintenance_work_mem setting and fillfactor:
SET maintenance_work_mem = '1MB';
CREATE INDEX hash_tuplesort_idx ON tenk1 USING hash (stringu1 name_ops) WITH (fillfactor = 10);
+WARNING: spool init
EXPLAIN (COSTS OFF)
SELECT count(*) FROM tenk1 WHERE stringu1 = 'TVAAAA';
QUERY PLAN
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/hash_index.out C:/cirrus/build/testrun/recovery/027_str...
--- C:/cirrus/src/test/regress/expected/hash_index.out 2025-11-16 17:45:21.405611500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/hash_index.out 2025-11-16 17:50:54.125165900 +0000
@@ -269,6 +269,7 @@
-- Rebuild the index using a different fillfactor
ALTER INDEX hash_split_index SET (fillfactor = 10);
REINDEX INDEX hash_split_index;
+WARNING: spool init
-- Clean up.
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/create_index.out C:/cirrus/build/testrun/regress/regres...
--- C:/cirrus/src/test/regress/expected/create_index.out 2025-11-16 17:45:21.373447600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/create_index.out 2025-11-16 17:48:05.232675700 +0000
@@ -1216,6 +1216,7 @@
-- maintenance_work_mem setting and fillfactor:
SET maintenance_work_mem = '1MB';
CREATE INDEX hash_tuplesort_idx ON tenk1 USING hash (stringu1 name_ops) WITH (fillfactor = 10);
+WARNING: spool init
EXPLAIN (COSTS OFF)
SELECT count(*) FROM tenk1 WHERE stringu1 = 'TVAAAA';
QUERY PLAN |
| tap | [17:48:57.278](59.660s) not ok 5 - regression tests pass |
| tap | [17:51:40.686](66.549s) not ok 2 - regression tests pass |
| test | [17:59:40.745] 5/356 postgresql:regress / regress/regress ERROR ... [17:59:40.745] 9/356 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [17:59:40.745] 46/356 postgresql:recovery / recovery/027_stream_regress ERROR ... |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/create_index.out C:/cirrus/build/testrun/pg_upgrade/002...
--- C:/cirrus/src/test/regress/expected/create_index.out 2025-11-16 17:45:29.520581500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_index.out 2025-11-16 17:48:27.143083900 +0000
@@ -1216,6 +1216,7 @@
-- maintenance_work_mem setting and fillfactor:
SET maintenance_work_mem = '1MB';
CREATE INDEX hash_tuplesort_idx ON tenk1 USING hash (stringu1 name_ops) WITH (fillfactor = 10);
+WARNING: spool init
EXPLAIN (COSTS OFF)
SELECT count(*) FROM tenk1 WHERE stringu1 = 'TVAAAA';
QUERY PLAN |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/create_index.out C:/cirrus/build/testrun/recovery/027_s...
--- C:/cirrus/src/test/regress/expected/create_index.out 2025-11-16 17:45:29.520581500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/create_index.out 2025-11-16 17:51:12.900329200 +000...
@@ -1216,6 +1216,7 @@
-- maintenance_work_mem setting and fillfactor:
SET maintenance_work_mem = '1MB';
CREATE INDEX hash_tuplesort_idx ON tenk1 USING hash (stringu1 name_ops) WITH (fillfactor = 10);
+WARNING: spool init
EXPLAIN (COSTS OFF)
SELECT count(*) FROM tenk1 WHERE stringu1 = 'TVAAAA';
QUERY PLAN
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/hash_index.out C:/cirrus/build/testrun/recovery/027_str...
--- C:/cirrus/src/test/regress/expected/hash_index.out 2025-11-16 17:45:29.559220900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/hash_index.out 2025-11-16 17:51:25.830009700 +0000
@@ -269,6 +269,7 @@
-- Rebuild the index using a different fillfactor
ALTER INDEX hash_split_index SET (fillfactor = 10);
REINDEX INDEX hash_split_index;
+WARNING: spool init
-- Clean up.
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/create_index.out C:/cirrus/build/testrun/regress/regres...
--- C:/cirrus/src/test/regress/expected/create_index.out 2025-11-16 17:45:29.520581500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/create_index.out 2025-11-16 17:48:18.430189500 +0000
@@ -1216,6 +1216,7 @@
-- maintenance_work_mem setting and fillfactor:
SET maintenance_work_mem = '1MB';
CREATE INDEX hash_tuplesort_idx ON tenk1 USING hash (stringu1 name_ops) WITH (fillfactor = 10);
+WARNING: spool init
EXPLAIN (COSTS OFF)
SELECT count(*) FROM tenk1 WHERE stringu1 = 'TVAAAA';
QUERY PLAN |
| tap | [17:50:12.140](132.247s) not ok 5 - regression tests pass |
| tap | [17:53:02.331](136.764s) not ok 2 - regression tests pass |
| test | [18:00:36.662] 5/353 postgresql:regress / regress/regress ERROR 1... [18:00:36.662] 18/353 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 2... [18:00:36.662] 63/353 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| macOS - Sequoia - Meson | |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/create_index.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_p...
--- /Users/admin/pgsql/src/test/regress/expected/create_index.out 2025-11-16 17:45:33
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_index.out 2025-11-16 17:48:40
@@ -1216,6 +1216,7 @@
-- maintenance_work_mem setting and fillfactor:
SET maintenance_work_mem = '1MB';
CREATE INDEX hash_tuplesort_idx ON tenk1 USING hash (stringu1 name_ops) WITH (fillfactor = 10);
+WARNING: spool init
EXPLAIN (COSTS OFF)
SELECT count(*) FROM tenk1 WHERE stringu1 = 'TVAAAA';
QUERY PLAN |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/create_index.out /Users/admin/pgsql/build/testrun/recovery/027_str...
--- /Users/admin/pgsql/src/test/regress/expected/create_index.out 2025-11-16 17:45:33
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/create_index.out 2025-11-16 17:49:42
@@ -1216,6 +1216,7 @@
-- maintenance_work_mem setting and fillfactor:
SET maintenance_work_mem = '1MB';
CREATE INDEX hash_tuplesort_idx ON tenk1 USING hash (stringu1 name_ops) WITH (fillfactor = 10);
+WARNING: spool init
EXPLAIN (COSTS OFF)
SELECT count(*) FROM tenk1 WHERE stringu1 = 'TVAAAA';
QUERY PLAN
diff -U3 /Users/admin/pgsql/src/test/regress/expected/hash_index.out /Users/admin/pgsql/build/testrun/recovery/027_strea...
--- /Users/admin/pgsql/src/test/regress/expected/hash_index.out 2025-11-16 17:45:33
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/hash_index.out 2025-11-16 17:49:49
@@ -269,6 +269,7 @@
-- Rebuild the index using a different fillfactor
ALTER INDEX hash_split_index SET (fillfactor = 10);
REINDEX INDEX hash_split_index;
+WARNING: spool init
-- Clean up.
... |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/create_index.out /Users/admin/pgsql/build/testrun/regress/regress/...
--- /Users/admin/pgsql/src/test/regress/expected/create_index.out 2025-11-16 17:45:33
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/create_index.out 2025-11-16 17:48:36
@@ -1216,6 +1216,7 @@
-- maintenance_work_mem setting and fillfactor:
SET maintenance_work_mem = '1MB';
CREATE INDEX hash_tuplesort_idx ON tenk1 USING hash (stringu1 name_ops) WITH (fillfactor = 10);
+WARNING: spool init
EXPLAIN (COSTS OFF)
SELECT count(*) FROM tenk1 WHERE stringu1 = 'TVAAAA';
QUERY PLAN |
| tap | [17:49:22.630](56.990s) not ok 5 - regression tests pass |
| tap | [17:50:29.670](59.333s) not ok 2 - regression tests pass |
| test | [17:53:57.668] 6/359 postgresql:regress / regress/regress ERROR ... [17:53:57.668] 25/359 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [17:53:57.668] 113/359 postgresql:recovery / recovery/027_stream_regress ERROR ... |
| Linux - Debian Trixie - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out 2025-11-16 17:45:36.312536625 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_index.out 2025-11-16 17:47:17.42785...
@@ -1216,6 +1216,7 @@
-- maintenance_work_mem setting and fillfactor:
SET maintenance_work_mem = '1MB';
CREATE INDEX hash_tuplesort_idx ON tenk1 USING hash (stringu1 name_ops) WITH (fillfactor = 10);
+WARNING: spool init
EXPLAIN (COSTS OFF)
SELECT count(*) FROM tenk1 WHERE stringu1 = 'TVAAAA';
QUERY PLAN |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out /tmp/cirrus-ci-build/build/testrun/recovery/027...
--- /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out 2025-11-16 17:45:36.312536625 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/create_index.out 2025-11-16 17:48:32.760...
@@ -1216,6 +1216,7 @@
-- maintenance_work_mem setting and fillfactor:
SET maintenance_work_mem = '1MB';
CREATE INDEX hash_tuplesort_idx ON tenk1 USING hash (stringu1 name_ops) WITH (fillfactor = 10);
+WARNING: spool init
EXPLAIN (COSTS OFF)
SELECT count(*) FROM tenk1 WHERE stringu1 = 'TVAAAA';
QUERY PLAN
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/hash_index.out /tmp/cirrus-ci-build/build/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/hash_index.out 2025-11-16 17:45:36.328462906 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/hash_index.out 2025-11-16 17:48:41.14859...
@@ -269,6 +269,7 @@
-- Rebuild the index using a different fillfactor
ALTER INDEX hash_split_index SET (fillfactor = 10);
REINDEX INDEX hash_split_index;
+WARNING: spool init
-- Clean up.
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out /tmp/cirrus-ci-build/build/testrun/regress/regr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out 2025-11-16 17:45:36.312536625 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/create_index.out 2025-11-16 17:47:16.127850734 +0000
@@ -1216,6 +1216,7 @@
-- maintenance_work_mem setting and fillfactor:
SET maintenance_work_mem = '1MB';
CREATE INDEX hash_tuplesort_idx ON tenk1 USING hash (stringu1 name_ops) WITH (fillfactor = 10);
+WARNING: spool init
EXPLAIN (COSTS OFF)
SELECT count(*) FROM tenk1 WHERE stringu1 = 'TVAAAA';
QUERY PLAN |
| tap | [17:48:22.069](76.313s) not ok 5 - regression tests pass |
| tap | [17:49:46.376](85.758s) not ok 2 - regression tests pass |
| test | [17:52:31.430] 6/360 postgresql:regress / regress/regress ERROR ... [17:52:31.430] 33/360 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [17:52:31.430] 133/360 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/create_index.out /home/postgres/postgres/build/testrun/pg_upg...
--- /home/postgres/postgres/src/test/regress/expected/create_index.out 2025-11-16 17:45:33.869814612 +0000
+++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_index.out 2025-11-16 17:46:45.42...
@@ -1216,6 +1216,7 @@
-- maintenance_work_mem setting and fillfactor:
SET maintenance_work_mem = '1MB';
CREATE INDEX hash_tuplesort_idx ON tenk1 USING hash (stringu1 name_ops) WITH (fillfactor = 10);
+WARNING: spool init
EXPLAIN (COSTS OFF)
SELECT count(*) FROM tenk1 WHERE stringu1 = 'TVAAAA';
QUERY PLAN |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/create_index.out /home/postgres/postgres/build/testrun/recove...
--- /home/postgres/postgres/src/test/regress/expected/create_index.out 2025-11-16 17:45:33.869814612 +0000
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/create_index.out 2025-11-16 17:47:08....
@@ -1216,6 +1216,7 @@
-- maintenance_work_mem setting and fillfactor:
SET maintenance_work_mem = '1MB';
CREATE INDEX hash_tuplesort_idx ON tenk1 USING hash (stringu1 name_ops) WITH (fillfactor = 10);
+WARNING: spool init
EXPLAIN (COSTS OFF)
SELECT count(*) FROM tenk1 WHERE stringu1 = 'TVAAAA';
QUERY PLAN
diff -U3 /home/postgres/postgres/src/test/regress/expected/hash_index.out /home/postgres/postgres/build/testrun/recovery...
--- /home/postgres/postgres/src/test/regress/expected/hash_index.out 2025-11-16 17:45:33.926846244 +0000
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/hash_index.out 2025-11-16 17:47:21.05...
@@ -269,6 +269,7 @@
-- Rebuild the index using a different fillfactor
ALTER INDEX hash_split_index SET (fillfactor = 10);
REINDEX INDEX hash_split_index;
+WARNING: spool init
-- Clean up.
... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/create_index.out /home/postgres/postgres/build/testrun/regres...
--- /home/postgres/postgres/src/test/regress/expected/create_index.out 2025-11-16 17:45:33.869814612 +0000
+++ /home/postgres/postgres/build/testrun/regress/regress/results/create_index.out 2025-11-16 17:46:41.012094065 +0000
@@ -1216,6 +1216,7 @@
-- maintenance_work_mem setting and fillfactor:
SET maintenance_work_mem = '1MB';
CREATE INDEX hash_tuplesort_idx ON tenk1 USING hash (stringu1 name_ops) WITH (fillfactor = 10);
+WARNING: spool init
EXPLAIN (COSTS OFF)
SELECT count(*) FROM tenk1 WHERE stringu1 = 'TVAAAA';
QUERY PLAN |
| tap | [17:47:57.008](84.191s) not ok 5 - regression tests pass |
| tap | [17:48:36.194](95.789s) not ok 2 - regression tests pass |
| test | [17:49:57.978] 10/358 postgresql:regress / regress/regress ERROR ... [17:49:57.978] 122/358 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [17:49:57.978] 195/358 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| FreeBSD - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out 2025-11-16 17:45:20.599364000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_index.out 2025-11-16 17:46:33.22331...
@@ -1216,6 +1216,7 @@
-- maintenance_work_mem setting and fillfactor:
SET maintenance_work_mem = '1MB';
CREATE INDEX hash_tuplesort_idx ON tenk1 USING hash (stringu1 name_ops) WITH (fillfactor = 10);
+WARNING: spool init
EXPLAIN (COSTS OFF)
SELECT count(*) FROM tenk1 WHERE stringu1 = 'TVAAAA';
QUERY PLAN |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out /tmp/cirrus-ci-build/build/testrun/recovery/027...
--- /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out 2025-11-16 17:45:20.599364000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/create_index.out 2025-11-16 17:47:34.522...
@@ -1216,6 +1216,7 @@
-- maintenance_work_mem setting and fillfactor:
SET maintenance_work_mem = '1MB';
CREATE INDEX hash_tuplesort_idx ON tenk1 USING hash (stringu1 name_ops) WITH (fillfactor = 10);
+WARNING: spool init
EXPLAIN (COSTS OFF)
SELECT count(*) FROM tenk1 WHERE stringu1 = 'TVAAAA';
QUERY PLAN
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/hash_index.out /tmp/cirrus-ci-build/build/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/hash_index.out 2025-11-16 17:45:20.614601000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/hash_index.out 2025-11-16 17:47:53.69505...
@@ -269,6 +269,7 @@
-- Rebuild the index using a different fillfactor
ALTER INDEX hash_split_index SET (fillfactor = 10);
REINDEX INDEX hash_split_index;
+WARNING: spool init
-- Clean up.
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out /tmp/cirrus-ci-build/build/testrun/regress/regr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out 2025-11-16 17:45:20.599364000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/create_index.out 2025-11-16 17:46:33.130148000 +0000
@@ -1216,6 +1216,7 @@
-- maintenance_work_mem setting and fillfactor:
SET maintenance_work_mem = '1MB';
CREATE INDEX hash_tuplesort_idx ON tenk1 USING hash (stringu1 name_ops) WITH (fillfactor = 10);
+WARNING: spool init
EXPLAIN (COSTS OFF)
SELECT count(*) FROM tenk1 WHERE stringu1 = 'TVAAAA';
QUERY PLAN |
| tap | [17:49:15.799](192.114s) not ok 5 - regression tests pass |
| tap | [17:50:26.742](219.836s) not ok 2 - regression tests pass |
| test | [17:51:51.966] 23/359 postgresql:regress / regress/regress ERROR 2... [17:51:51.966] 172/359 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 2... [17:51:51.966] 263/359 postgresql:recovery / recovery/027_stream_regress ERROR 3... |
| Linux - Debian Trixie - Autoconf | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_che...
--- /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out 2025-11-16 17:45:18.840767306 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/create_index.out 2025-11-16 17:50:12.675884342 +0000
@@ -1216,6 +1216,7 @@
-- maintenance_work_mem setting and fillfactor:
SET maintenance_work_mem = '1MB';
CREATE INDEX hash_tuplesort_idx ON tenk1 USING hash (stringu1 name_ops) WITH (fillfactor = 10);
+WARNING: spool init
EXPLAIN (COSTS OFF)
SELECT count(*) FROM tenk1 WHERE stringu1 = 'TVAAAA';
QUERY PLAN |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out /tmp/cirrus-ci-build/src/test/recovery/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out 2025-11-16 17:45:18.840767306 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/create_index.out 2025-11-16 17:51:52.073636944 +0000
@@ -1216,6 +1216,7 @@
-- maintenance_work_mem setting and fillfactor:
SET maintenance_work_mem = '1MB';
CREATE INDEX hash_tuplesort_idx ON tenk1 USING hash (stringu1 name_ops) WITH (fillfactor = 10);
+WARNING: spool init
EXPLAIN (COSTS OFF)
SELECT count(*) FROM tenk1 WHERE stringu1 = 'TVAAAA';
QUERY PLAN
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/hash_index.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/hash_index.out 2025-11-16 17:45:18.860836006 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/hash_index.out 2025-11-16 17:52:06.721988643 +0000
@@ -269,6 +269,7 @@
-- Rebuild the index using a different fillfactor
ALTER INDEX hash_split_index SET (fillfactor = 10);
REINDEX INDEX hash_split_index;
+WARNING: spool init
-- Clean up.
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out /tmp/cirrus-ci-build/src/test/regress/results/c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out 2025-11-16 17:45:18.840767306 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/create_index.out 2025-11-16 17:47:08.206803767 +0000
@@ -1216,6 +1216,7 @@
-- maintenance_work_mem setting and fillfactor:
SET maintenance_work_mem = '1MB';
CREATE INDEX hash_tuplesort_idx ON tenk1 USING hash (stringu1 name_ops) WITH (fillfactor = 10);
+WARNING: spool init
EXPLAIN (COSTS OFF)
SELECT count(*) FROM tenk1 WHERE stringu1 = 'TVAAAA';
QUERY PLAN |
| tap | [17:52:24.391](152.641s) not ok 5 - regression tests pass |
| tap | [17:53:22.651](107.769s) not ok 2 - regression tests pass |
| OpenBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/create_index.out /home/postgres/postgres/build/testrun/pg_upg...
--- /home/postgres/postgres/src/test/regress/expected/create_index.out Sun Nov 16 17:45:56 2025
+++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_index.out Sun Nov 16 17:47:44 20...
@@ -1216,6 +1216,7 @@
-- maintenance_work_mem setting and fillfactor:
SET maintenance_work_mem = '1MB';
CREATE INDEX hash_tuplesort_idx ON tenk1 USING hash (stringu1 name_ops) WITH (fillfactor = 10);
+WARNING: spool init
EXPLAIN (COSTS OFF)
SELECT count(*) FROM tenk1 WHERE stringu1 = 'TVAAAA';
QUERY PLAN |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/create_index.out /home/postgres/postgres/build/testrun/recove...
--- /home/postgres/postgres/src/test/regress/expected/create_index.out Sun Nov 16 17:45:56 2025
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/create_index.out Sun Nov 16 17:49:10 ...
@@ -1216,6 +1216,7 @@
-- maintenance_work_mem setting and fillfactor:
SET maintenance_work_mem = '1MB';
CREATE INDEX hash_tuplesort_idx ON tenk1 USING hash (stringu1 name_ops) WITH (fillfactor = 10);
+WARNING: spool init
EXPLAIN (COSTS OFF)
SELECT count(*) FROM tenk1 WHERE stringu1 = 'TVAAAA';
QUERY PLAN
diff -U3 /home/postgres/postgres/src/test/regress/expected/hash_index.out /home/postgres/postgres/build/testrun/recovery...
--- /home/postgres/postgres/src/test/regress/expected/hash_index.out Sun Nov 16 17:45:56 2025
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/hash_index.out Sun Nov 16 17:49:33 20...
@@ -269,6 +269,7 @@
-- Rebuild the index using a different fillfactor
ALTER INDEX hash_split_index SET (fillfactor = 10);
REINDEX INDEX hash_split_index;
+WARNING: spool init
-- Clean up.
... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/create_index.out /home/postgres/postgres/build/testrun/regres...
--- /home/postgres/postgres/src/test/regress/expected/create_index.out Sun Nov 16 17:45:56 2025
+++ /home/postgres/postgres/build/testrun/regress/regress/results/create_index.out Sun Nov 16 17:47:33 2025
@@ -1216,6 +1216,7 @@
-- maintenance_work_mem setting and fillfactor:
SET maintenance_work_mem = '1MB';
CREATE INDEX hash_tuplesort_idx ON tenk1 USING hash (stringu1 name_ops) WITH (fillfactor = 10);
+WARNING: spool init
EXPLAIN (COSTS OFF)
SELECT count(*) FROM tenk1 WHERE stringu1 = 'TVAAAA';
QUERY PLAN |
| tap | [17:49:19.710](115.454s) not ok 5 - regression tests pass |
| tap | [17:51:29.415](174.662s) not ok 2 - regression tests pass |
| test | [17:54:04.778] 6/358 postgresql:regress / regress/regress ERROR 1... [17:54:04.778] 46/358 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 2... [17:54:04.778] 191/358 postgresql:recovery / recovery/027_stream_regress ERROR 2... |
| 56/6128 | GIN pageinspect support for entry tree and non-leaf posting tree |
| Linux - Debian Trixie - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/modules/brin/expected/summarization-and-inprogress-insertion.out /tmp/cirrus-ci-b...
--- /tmp/cirrus-ci-build/src/test/modules/brin/expected/summarization-and-inprogress-insertion.out 2025-11-14 12:38:24.4...
+++ /tmp/cirrus-ci-build/build/testrun/brin/isolation/results/summarization-and-inprogress-insertion.out 2025-11-14 12:4...
@@ -1,51 +1,4 @@
Parsed test spec with 2 sessions
starting permutation: s2check s1b s2b s1i s2summ s1c s2c s2check
-step s2check: SELECT * FROM brin_page_items(get_raw_page('brinidx', 2), 'brinidx'::regclass);
-itemoffset|blknum|attnum|allnulls|hasnulls|placeholder|empty|value
-----------+------+------+--------+--------+-----------+-----+--------
- 1| 0| 1|f |t |f |f |{1 .. 1}
-(1 row)
-
-step s1b: BEGIN ISOLATION LEVEL REPEATABLE READ;
-step s2b: BEGIN ISOLATION LEVEL REPEATABLE READ; SELECT 1;
-?column?
---------
- 1
-(1 row)
-
... |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/page.out /tmp/cirrus-ci-build/build/testrun/pageinspect/regre...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/page.out 2025-11-14 12:38:22.867980281 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect/regress/results/page.out 2025-11-14 12:41:53.413305193 +0000
@@ -1,4 +1,5 @@
CREATE EXTENSION pageinspect;
+ERROR: extension "pageinspect" has no installation script nor update path for version "1.14"
-- Use a temp table so that effects of VACUUM are predictable
CREATE TEMP TABLE test1 (a int, b int);
INSERT INTO test1 VALUES (16777217, 131584);
@@ -6,207 +7,177 @@
-- The page contents can vary, so just test that it can be read
-- successfully, but don't keep the output.
SELECT octet_length(get_raw_page('test1', 'main', 0)) AS main_0;
- main_0
---------
- 8192
-(1 row)
-
+ERROR: function get_raw_page(unknown, unknown, integer) does not exist
+LINE 1: SELECT octet_length(get_raw_page('test1', 'main', 0)) AS mai...
... |
| test | [12:45:09.314] 86/360 postgresql:pageinspect / pageinspect/regress ERROR ... [12:45:09.314] 114/360 postgresql:brin / brin/isolation ERROR ... [12:45:09.314] 164/360 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam ERROR ... [12:45:09.314] 311/360 postgresql:brin / brin/01_workitems ERROR ... [12:45:09.314] 312/360 postgresql:brin / brin/02_wal_consistency ERROR ... |
| macOS - Sequoia - Meson | |
| regress | diff -U3 /Users/admin/pgsql/src/test/modules/brin/expected/summarization-and-inprogress-insertion.out /Users/admin/pgsql...
--- /Users/admin/pgsql/src/test/modules/brin/expected/summarization-and-inprogress-insertion.out 2025-11-14 12:38:26
+++ /Users/admin/pgsql/build/testrun/brin/isolation/results/summarization-and-inprogress-insertion.out 2025-11-14 12:44:...
@@ -1,51 +1,4 @@
Parsed test spec with 2 sessions
starting permutation: s2check s1b s2b s1i s2summ s1c s2c s2check
-step s2check: SELECT * FROM brin_page_items(get_raw_page('brinidx', 2), 'brinidx'::regclass);
-itemoffset|blknum|attnum|allnulls|hasnulls|placeholder|empty|value
-----------+------+------+--------+--------+-----------+-----+--------
- 1| 0| 1|f |t |f |f |{1 .. 1}
-(1 row)
-
-step s1b: BEGIN ISOLATION LEVEL REPEATABLE READ;
-step s2b: BEGIN ISOLATION LEVEL REPEATABLE READ; SELECT 1;
-?column?
---------
- 1
-(1 row)
-
... |
| regress | diff -U3 /Users/admin/pgsql/contrib/pageinspect/expected/page.out /Users/admin/pgsql/build/testrun/pageinspect/regress/r...
--- /Users/admin/pgsql/contrib/pageinspect/expected/page.out 2025-11-14 12:38:23
+++ /Users/admin/pgsql/build/testrun/pageinspect/regress/results/page.out 2025-11-14 12:43:50
@@ -1,4 +1,5 @@
CREATE EXTENSION pageinspect;
+ERROR: extension "pageinspect" has no installation script nor update path for version "1.14"
-- Use a temp table so that effects of VACUUM are predictable
CREATE TEMP TABLE test1 (a int, b int);
INSERT INTO test1 VALUES (16777217, 131584);
@@ -6,207 +7,177 @@
-- The page contents can vary, so just test that it can be read
-- successfully, but don't keep the output.
SELECT octet_length(get_raw_page('test1', 'main', 0)) AS main_0;
- main_0
---------
- 8192
-(1 row)
-
+ERROR: function get_raw_page(unknown, unknown, integer) does not exist
+LINE 1: SELECT octet_length(get_raw_page('test1', 'main', 0)) AS mai...
... |
| test | [12:46:30.852] 85/359 postgresql:pageinspect / pageinspect/regress ERROR ... [12:46:30.852] 112/359 postgresql:brin / brin/isolation ERROR ... [12:46:30.852] 162/359 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam ERROR ... [12:46:30.852] 308/359 postgresql:brin / brin/01_workitems ERROR ... [12:46:30.852] 310/359 postgresql:brin / brin/02_wal_consistency ERROR ... |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/modules/brin/expected/summarization-and-inprogress-insertion.out /home/postgre...
--- /home/postgres/postgres/src/test/modules/brin/expected/summarization-and-inprogress-insertion.out 2025-11-14 12:38:3...
+++ /home/postgres/postgres/build/testrun/brin/isolation/results/summarization-and-inprogress-insertion.out 2025-11-14 1...
@@ -1,51 +1,4 @@
Parsed test spec with 2 sessions
starting permutation: s2check s1b s2b s1i s2summ s1c s2c s2check
-step s2check: SELECT * FROM brin_page_items(get_raw_page('brinidx', 2), 'brinidx'::regclass);
-itemoffset|blknum|attnum|allnulls|hasnulls|placeholder|empty|value
-----------+------+------+--------+--------+-----------+-----+--------
- 1| 0| 1|f |t |f |f |{1 .. 1}
-(1 row)
-
-step s1b: BEGIN ISOLATION LEVEL REPEATABLE READ;
-step s2b: BEGIN ISOLATION LEVEL REPEATABLE READ; SELECT 1;
-?column?
---------
- 1
-(1 row)
-
... |
| regress | diff -U3 /home/postgres/postgres/contrib/pageinspect/expected/page.out /home/postgres/postgres/build/testrun/pageinspect...
--- /home/postgres/postgres/contrib/pageinspect/expected/page.out 2025-11-14 12:38:24.549168301 +0000
+++ /home/postgres/postgres/build/testrun/pageinspect/regress/results/page.out 2025-11-14 12:40:37.854439880 +0000
@@ -1,4 +1,5 @@
CREATE EXTENSION pageinspect;
+ERROR: extension "pageinspect" has no installation script nor update path for version "1.14"
-- Use a temp table so that effects of VACUUM are predictable
CREATE TEMP TABLE test1 (a int, b int);
INSERT INTO test1 VALUES (16777217, 131584);
@@ -6,207 +7,177 @@
-- The page contents can vary, so just test that it can be read
-- successfully, but don't keep the output.
SELECT octet_length(get_raw_page('test1', 'main', 0)) AS main_0;
- main_0
---------
- 8192
-(1 row)
-
+ERROR: function get_raw_page(unknown, unknown, integer) does not exist
+LINE 1: SELECT octet_length(get_raw_page('test1', 'main', 0)) AS mai...
... |
| test | [12:42:48.670] 84/358 postgresql:pageinspect / pageinspect/regress ERROR ... [12:42:48.670] 110/358 postgresql:brin / brin/isolation ERROR ... [12:42:48.670] 159/358 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam ERROR ... [12:42:48.670] 307/358 postgresql:brin / brin/01_workitems ERROR ... [12:42:48.670] 308/358 postgresql:brin / brin/02_wal_consistency ERROR ... |
| Windows - Server 2022, MinGW64 - Meson | |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/brin/expected/summarization-and-inprogress-insertion.out C:/cirr...
--- C:/cirrus/src/test/modules/brin/expected/summarization-and-inprogress-insertion.out 2025-11-14 12:38:18.930620500 +0...
+++ C:/cirrus/build/testrun/brin/isolation/results/summarization-and-inprogress-insertion.out 2025-11-14 12:46:29.044442...
@@ -1,51 +1,4 @@
Parsed test spec with 2 sessions
starting permutation: s2check s1b s2b s1i s2summ s1c s2c s2check
-step s2check: SELECT * FROM brin_page_items(get_raw_page('brinidx', 2), 'brinidx'::regclass);
-itemoffset|blknum|attnum|allnulls|hasnulls|placeholder|empty|value
-----------+------+------+--------+--------+-----------+-----+--------
- 1| 0| 1|f |t |f |f |{1 .. 1}
-(1 row)
-
-step s1b: BEGIN ISOLATION LEVEL REPEATABLE READ;
-step s2b: BEGIN ISOLATION LEVEL REPEATABLE READ; SELECT 1;
-?column?
---------
- 1
-(1 row)
-
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/pageinspect/expected/page.out C:/cirrus/build/testrun/pageinspect/regress...
--- C:/cirrus/contrib/pageinspect/expected/page.out 2025-11-14 12:38:14.821149500 +0000
+++ C:/cirrus/build/testrun/pageinspect/regress/results/page.out 2025-11-14 12:46:03.526370800 +0000
@@ -1,4 +1,5 @@
CREATE EXTENSION pageinspect;
+ERROR: extension "pageinspect" has no installation script nor update path for version "1.14"
-- Use a temp table so that effects of VACUUM are predictable
CREATE TEMP TABLE test1 (a int, b int);
INSERT INTO test1 VALUES (16777217, 131584);
@@ -6,207 +7,177 @@
-- The page contents can vary, so just test that it can be read
-- successfully, but don't keep the output.
SELECT octet_length(get_raw_page('test1', 'main', 0)) AS main_0;
- main_0
---------
- 8192
-(1 row)
-
+ERROR: function get_raw_page(unknown, unknown, integer) does not exist
+LINE 1: SELECT octet_length(get_raw_page('test1', 'main', 0)) AS mai...
... |
| test | [12:53:30.019] 87/356 postgresql:pageinspect / pageinspect/regress ERROR ... [12:53:30.019] 113/356 postgresql:brin / brin/isolation ERROR ... [12:53:30.019] 161/356 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam ERROR ... [12:53:30.019] 310/356 postgresql:brin / brin/01_workitems ERROR ... [12:53:30.019] 311/356 postgresql:brin / brin/02_wal_consistency ERROR ... |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/brin/expected/summarization-and-inprogress-insertion.out C:/cirr...
--- C:/cirrus/src/test/modules/brin/expected/summarization-and-inprogress-insertion.out 2025-11-14 12:38:20.026105300 +0...
+++ C:/cirrus/build/testrun/brin/isolation/results/summarization-and-inprogress-insertion.out 2025-11-14 12:46:15.375269...
@@ -1,51 +1,4 @@
Parsed test spec with 2 sessions
starting permutation: s2check s1b s2b s1i s2summ s1c s2c s2check
-step s2check: SELECT * FROM brin_page_items(get_raw_page('brinidx', 2), 'brinidx'::regclass);
-itemoffset|blknum|attnum|allnulls|hasnulls|placeholder|empty|value
-----------+------+------+--------+--------+-----------+-----+--------
- 1| 0| 1|f |t |f |f |{1 .. 1}
-(1 row)
-
-step s1b: BEGIN ISOLATION LEVEL REPEATABLE READ;
-step s2b: BEGIN ISOLATION LEVEL REPEATABLE READ; SELECT 1;
-?column?
---------
- 1
-(1 row)
-
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/pageinspect/expected/page.out C:/cirrus/build/testrun/pageinspect/regress...
--- C:/cirrus/contrib/pageinspect/expected/page.out 2025-11-14 12:38:15.967141000 +0000
+++ C:/cirrus/build/testrun/pageinspect/regress/results/page.out 2025-11-14 12:45:59.440704600 +0000
@@ -1,4 +1,5 @@
CREATE EXTENSION pageinspect;
+ERROR: extension "pageinspect" has no installation script nor update path for version "1.14"
-- Use a temp table so that effects of VACUUM are predictable
CREATE TEMP TABLE test1 (a int, b int);
INSERT INTO test1 VALUES (16777217, 131584);
@@ -6,207 +7,177 @@
-- The page contents can vary, so just test that it can be read
-- successfully, but don't keep the output.
SELECT octet_length(get_raw_page('test1', 'main', 0)) AS main_0;
- main_0
---------
- 8192
-(1 row)
-
+ERROR: function get_raw_page(unknown, unknown, integer) does not exist
+LINE 1: SELECT octet_length(get_raw_page('test1', 'main', 0)) AS mai...
... |
| test | [12:52:33.060] 84/353 postgresql:pageinspect / pageinspect/regress ERROR ... [12:52:33.060] 108/353 postgresql:brin / brin/isolation ERROR ... [12:52:33.060] 154/353 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam ERROR ... [12:52:33.060] 304/353 postgresql:brin / brin/01_workitems ERROR ... [12:52:33.060] 306/353 postgresql:brin / brin/02_wal_consistency ERROR ... |
| FreeBSD - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/modules/brin/expected/summarization-and-inprogress-insertion.out /tmp/cirrus-ci-b...
--- /tmp/cirrus-ci-build/src/test/modules/brin/expected/summarization-and-inprogress-insertion.out 2025-11-14 12:38:27.3...
+++ /tmp/cirrus-ci-build/build/testrun/brin/isolation/results/summarization-and-inprogress-insertion.out 2025-11-14 12:4...
@@ -1,51 +1,4 @@
Parsed test spec with 2 sessions
starting permutation: s2check s1b s2b s1i s2summ s1c s2c s2check
-step s2check: SELECT * FROM brin_page_items(get_raw_page('brinidx', 2), 'brinidx'::regclass);
-itemoffset|blknum|attnum|allnulls|hasnulls|placeholder|empty|value
-----------+------+------+--------+--------+-----------+-----+--------
- 1| 0| 1|f |t |f |f |{1 .. 1}
-(1 row)
-
-step s1b: BEGIN ISOLATION LEVEL REPEATABLE READ;
-step s2b: BEGIN ISOLATION LEVEL REPEATABLE READ; SELECT 1;
-?column?
---------
- 1
-(1 row)
-
... |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/page.out /tmp/cirrus-ci-build/build/testrun/pageinspect/regre...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/page.out 2025-11-14 12:38:25.931805000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect/regress/results/page.out 2025-11-14 12:41:16.246105000 +0000
@@ -1,4 +1,5 @@
CREATE EXTENSION pageinspect;
+ERROR: extension "pageinspect" has no installation script nor update path for version "1.14"
-- Use a temp table so that effects of VACUUM are predictable
CREATE TEMP TABLE test1 (a int, b int);
INSERT INTO test1 VALUES (16777217, 131584);
@@ -6,207 +7,177 @@
-- The page contents can vary, so just test that it can be read
-- successfully, but don't keep the output.
SELECT octet_length(get_raw_page('test1', 'main', 0)) AS main_0;
- main_0
---------
- 8192
-(1 row)
-
+ERROR: function get_raw_page(unknown, unknown, integer) does not exist
+LINE 1: SELECT octet_length(get_raw_page('test1', 'main', 0)) AS mai...
... |
| test | [12:45:11.156] 85/359 postgresql:pageinspect / pageinspect/regress ERROR ... [12:45:11.156] 112/359 postgresql:brin / brin/isolation ERROR ... [12:45:11.156] 160/359 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam ERROR ... [12:45:11.156] 309/359 postgresql:brin / brin/01_workitems ERROR ... [12:45:11.156] 310/359 postgresql:brin / brin/02_wal_consistency ERROR ... |
| OpenBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/modules/brin/expected/summarization-and-inprogress-insertion.out /home/postgre...
--- /home/postgres/postgres/src/test/modules/brin/expected/summarization-and-inprogress-insertion.out Fri Nov 14 12:38:3...
+++ /home/postgres/postgres/build/testrun/brin/isolation/results/summarization-and-inprogress-insertion.out Fri Nov 14 1...
@@ -1,51 +1,4 @@
Parsed test spec with 2 sessions
starting permutation: s2check s1b s2b s1i s2summ s1c s2c s2check
-step s2check: SELECT * FROM brin_page_items(get_raw_page('brinidx', 2), 'brinidx'::regclass);
-itemoffset|blknum|attnum|allnulls|hasnulls|placeholder|empty|value
-----------+------+------+--------+--------+-----------+-----+--------
- 1| 0| 1|f |t |f |f |{1 .. 1}
-(1 row)
-
-step s1b: BEGIN ISOLATION LEVEL REPEATABLE READ;
-step s2b: BEGIN ISOLATION LEVEL REPEATABLE READ; SELECT 1;
-?column?
---------
- 1
-(1 row)
-
... |
| regress | diff -U3 /home/postgres/postgres/contrib/pageinspect/expected/page.out /home/postgres/postgres/build/testrun/pageinspect...
--- /home/postgres/postgres/contrib/pageinspect/expected/page.out Fri Nov 14 12:38:25 2025
+++ /home/postgres/postgres/build/testrun/pageinspect/regress/results/page.out Fri Nov 14 12:42:50 2025
@@ -1,4 +1,5 @@
CREATE EXTENSION pageinspect;
+ERROR: extension "pageinspect" has no installation script nor update path for version "1.14"
-- Use a temp table so that effects of VACUUM are predictable
CREATE TEMP TABLE test1 (a int, b int);
INSERT INTO test1 VALUES (16777217, 131584);
@@ -6,207 +7,177 @@
-- The page contents can vary, so just test that it can be read
-- successfully, but don't keep the output.
SELECT octet_length(get_raw_page('test1', 'main', 0)) AS main_0;
- main_0
---------
- 8192
-(1 row)
-
+ERROR: function get_raw_page(unknown, unknown, integer) does not exist
+LINE 1: SELECT octet_length(get_raw_page('test1', 'main', 0)) AS mai...
... |
| test | [12:47:26.061] 82/358 postgresql:pageinspect / pageinspect/regress ERROR ... [12:47:26.061] 111/358 postgresql:brin / brin/isolation ERROR ... [12:47:26.061] 161/358 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam ERROR ... [12:47:26.061] 307/358 postgresql:brin / brin/01_workitems ERROR ... [12:47:26.061] 309/358 postgresql:brin / brin/02_wal_consistency ERROR ... |
| 56/5323 | Support enabling checksums online |
| Windows - Server 2022, MinGW64 - Meson | |
| core | 00000005`23bff878 00007ffe`26bc4a7a ntdll!NtFsControlFile+0x14 00000005`23bff880 00007ff7`6ed5abb6 KERNELBASE!ConnectNamedPipe+0x6a 00000005`23bff8f0 00007ffe`282e4cb0 postgres!pg_queue_signal+0x188 00000005`23bff9d0 00007ffe`28ffedcb KERNEL32!BaseThreadInitThunk+0x10 00000005`23bffa00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000005`22fff5d8 00007ffe`28f8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000005`22fff5e0 00007ffe`282e4cb0 ntdll!TppWorkerThread+0x2df 00000005`22fff8d0 00007ffe`28ffedcb KERNEL32!BaseThreadInitThunk+0x10 00000005`22fff900 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000005`237ff698 00007ffe`28f8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000005`237ff6a0 00007ffe`282e4cb0 ntdll!TppWorkerThread+0x2df 00000005`237ff990 00007ffe`28ffedcb KERNEL32!BaseThreadInitThunk+0x10 00000005`237ff9c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000005`233ff478 00007ffe`28f8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000005`233ff480 00007ffe`282e4cb0 ntdll!TppWorkerThread+0x2df 00000005`233ff770 00007ffe`28ffedcb KERNEL32!BaseThreadInitThunk+0x10 00000005`233ff7a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000005`22bfed10 00007ff7`6ef5a9ec ucrtbase!abort+0x4e 00000005`22bfed40 00007ff7`6ef89698 postgres!ExceptionalCondition+0x4c 00000005`22bfed90 00007ff7`6ef8a024 postgres!MemoryContextAlloc+0x8a 00000005`22bfedc0 00007ff7`6ef8a04d postgres!MemoryContextStrdup+0x24 00000005`22bfee00 00007ff7`6ef6112e postgres!pstrdup+0x13 00000005`22bfee30 00007ff7`6ef61516 postgres!substitute_path_macro+0x26 00000005`22bfee70 00007ff7`6ef61662 postgres!find_in_path+0x30b 00000005`22bfeec0 00007ff7`6ef7bd3d postgres!load_external_function+0x35 00000005`22bfef10 00007ff7`6ef7bf25 postgres!GucInfoMain+0x43a 00000005`22bff360 00007ff7`6ef7c4e6 postgres!GucInfoMain+0x622 |
| core | 000000b4`649ffb80 00007ffe`18c5153a ucrtbase!abort+0x4e 000000b4`649ffbb0 00007ff7`6ef7c4fd test_checksums!crash+0x9 000000b4`649ffbe0 00007ff7`6eb0f204 postgres!InjectionPointRun+0x29 000000b4`649ffc10 00007ff7`6ed64f86 postgres!SetDataChecksumsOn+0x129 000000b4`649ffc40 00007ff7`6ed6186e postgres!DataChecksumsWorkerLauncherMain+0x278 000000b4`649ffc70 00007ff7`6ed6681f postgres!BackgroundWorkerMain+0x2b1 000000b4`649ffcf0 00007ff7`6ec9173f postgres!SubPostmasterMain+0x1bc 000000b4`649ffd50 00007ff7`6ea510c9 postgres!main+0x22d 000000b4`649ffd90 00007ff7`6ea51416 postgres+0x10c9 000000b4`649ffe30 00007ffe`282e4cb0 postgres+0x1416 |
| core | 000000b4`659ffcb8 00007ffe`26bc4a7a ntdll!NtFsControlFile+0x14 000000b4`659ffcc0 00007ff7`6ed5abb6 KERNELBASE!ConnectNamedPipe+0x6a 000000b4`659ffd30 00007ffe`282e4cb0 postgres!pg_queue_signal+0x188 000000b4`659ffe10 00007ffe`28ffedcb KERNEL32!BaseThreadInitThunk+0x10 000000b4`659ffe40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b4`655ff6c8 00007ffe`28f8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b4`655ff6d0 00007ffe`282e4cb0 ntdll!TppWorkerThread+0x2df 000000b4`655ff9c0 00007ffe`28ffedcb KERNEL32!BaseThreadInitThunk+0x10 000000b4`655ff9f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b4`651ff868 00007ffe`28f8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b4`651ff870 00007ffe`282e4cb0 ntdll!TppWorkerThread+0x2df 000000b4`651ffb60 00007ffe`28ffedcb KERNEL32!BaseThreadInitThunk+0x10 000000b4`651ffb90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000b4`64dffa88 00007ffe`28f8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b4`64dffa90 00007ffe`282e4cb0 ntdll!TppWorkerThread+0x2df 000000b4`64dffd80 00007ffe`28ffedcb KERNEL32!BaseThreadInitThunk+0x10 000000b4`64dffdb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a3`06fff6d8 00007ffe`26bc4a7a ntdll!NtFsControlFile+0x14 000000a3`06fff6e0 00007ff7`6ed5abb6 KERNELBASE!ConnectNamedPipe+0x6a 000000a3`06fff750 00007ffe`282e4cb0 postgres!pg_queue_signal+0x188 000000a3`06fff830 00007ffe`28ffedcb KERNEL32!BaseThreadInitThunk+0x10 000000a3`06fff860 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a3`06bffc38 00007ffe`28f8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a3`06bffc40 00007ffe`282e4cb0 ntdll!TppWorkerThread+0x2df 000000a3`06bfff30 00007ffe`28ffedcb KERNEL32!BaseThreadInitThunk+0x10 000000a3`06bfff60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a3`067ff998 00007ffe`28f8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a3`067ff9a0 00007ffe`282e4cb0 ntdll!TppWorkerThread+0x2df 000000a3`067ffc90 00007ffe`28ffedcb KERNEL32!BaseThreadInitThunk+0x10 000000a3`067ffcc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a3`063ff468 00007ffe`28f8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000a3`063ff470 00007ffe`282e4cb0 ntdll!TppWorkerThread+0x2df 000000a3`063ff760 00007ffe`28ffedcb KERNEL32!BaseThreadInitThunk+0x10 000000a3`063ff790 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 000000a3`05fffc40 00007ffe`1949153a ucrtbase!abort+0x4e 000000a3`05fffc70 00007ff7`6ef7c4fd test_checksums!crash+0x9 000000a3`05fffca0 00007ff7`6eb0f54a postgres!InjectionPointRun+0x29 000000a3`05fffcd0 00007ff7`6ed64fa7 postgres!SetDataChecksumsOff+0x24f 000000a3`05fffd00 00007ff7`6ed6186e postgres!DataChecksumsWorkerLauncherMain+0x299 000000a3`05fffd30 00007ff7`6ed6681f postgres!BackgroundWorkerMain+0x2b1 000000a3`05fffdb0 00007ff7`6ec9173f postgres!SubPostmasterMain+0x1bc 000000a3`05fffe10 00007ff7`6ea510c9 postgres!main+0x22d 000000a3`05fffe50 00007ff7`6ea51416 postgres+0x10c9 000000a3`05fffef0 00007ffe`282e4cb0 postgres+0x1416 |
| core | 00000051`8a9ff958 00007ffe`28f8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000051`8a9ff960 00007ffe`282e4cb0 ntdll!TppWorkerThread+0x2df 00000051`8a9ffc50 00007ffe`28ffedcb KERNEL32!BaseThreadInitThunk+0x10 00000051`8a9ffc80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000051`8b1ff8c8 00007ffe`26bc4a7a ntdll!NtFsControlFile+0x14 00000051`8b1ff8d0 00007ff7`6ed5abb6 KERNELBASE!ConnectNamedPipe+0x6a 00000051`8b1ff940 00007ffe`282e4cb0 postgres!pg_queue_signal+0x188 00000051`8b1ffa20 00007ffe`28ffedcb KERNEL32!BaseThreadInitThunk+0x10 00000051`8b1ffa50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000051`8adffb38 00007ffe`28f8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000051`8adffb40 00007ffe`282e4cb0 ntdll!TppWorkerThread+0x2df 00000051`8adffe30 00007ffe`28ffedcb KERNEL32!BaseThreadInitThunk+0x10 00000051`8adffe60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
| core | 00000051`8a5feb60 00007ff7`6ef5a9ec ucrtbase!abort+0x4e 00000051`8a5feb90 00007ff7`6ef89698 postgres!ExceptionalCondition+0x4c 00000051`8a5febe0 00007ff7`6ef8a024 postgres!MemoryContextAlloc+0x8a 00000051`8a5fec10 00007ff7`6ef8a04d postgres!MemoryContextStrdup+0x24 00000051`8a5fec50 00007ff7`6ef6112e postgres!pstrdup+0x13 00000051`8a5fec80 00007ff7`6ef61516 postgres!substitute_path_macro+0x26 00000051`8a5fecc0 00007ff7`6ef61662 postgres!find_in_path+0x30b 00000051`8a5fed10 00007ff7`6ef7bd3d postgres!load_external_function+0x35 00000051`8a5fed60 00007ff7`6ef7bf25 postgres!GucInfoMain+0x43a 00000051`8a5ff1b0 00007ff7`6ef7c4e6 postgres!GucInfoMain+0x622 |
| tap | [09:34:28.841](0.000s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr |
| test | [09:40:42.020] 158/361 postgresql:initdb / initdb/001_initdb ERROR ... |
| macOS - Sequoia - Meson | |
| core | [09:36:42.806] * frame #0: 0x0000000196e26d28 dyld`dyld4::ProcessConfig::fileExists(char const*, dyld4::FileID*, int*)... [09:36:42.806] frame #1: 0x0000000196e46310 dyld`invocation function for block in dyld4::PrebuiltLoader::invalidateI... [09:36:42.806] frame #2: 0x0000000196e22118 dyld`dyld4::ProcessConfig::PathOverrides::forEachPathVariant(char const*... [09:36:42.806] frame #3: 0x0000000196e460e4 dyld`dyld4::PrebuiltLoader::invalidateInIsolation(dyld4::RuntimeState co... [09:36:42.806] frame #4: 0x0000000196e45d20 dyld`dyld4::PrebuiltLoader::isValid(dyld4::RuntimeState const&) const + ... [09:36:42.806] frame #5: 0x0000000196e30e78 dyld`dyld4::RuntimeState::findPrebuiltLoader(char const*) const + 104 [09:36:42.806] frame #6: 0x0000000196e36928 dyld`dyld4::Loader::makeDyldCacheLoader(Diagnostics&, dyld4::RuntimeStat... [09:36:42.806] frame #7: 0x0000000196e37dc4 dyld`invocation function for block in dyld4::Loader::getLoader(Diagnosti... [09:36:42.806] frame #8: 0x0000000196e36fd8 dyld`dyld4::Loader::forEachResolvedAtPathVar(dyld4::RuntimeState&, char ... [09:36:42.806] frame #9: 0x0000000196e21d60 dyld`dyld4::ProcessConfig::PathOverrides::forEachPathVariant(char const*... |
| core | [09:36:32.563] * frame #0: 0x0000000197186388 libsystem_kernel.dylib`__pthread_kill + 8 [09:36:32.563] frame #1: 0x00000001971bf848 libsystem_pthread.dylib`pthread_kill + 296 [09:36:32.563] frame #2: 0x00000001970c89e4 libsystem_c.dylib`abort + 124 [09:36:32.563] frame #3: 0x0000000104cd107c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [09:36:32.563] frame #4: 0x0000000104cfdbf0 postgres`MemoryContextAlloc(context=0x000000013800da00, size=78) at mcxt... [09:36:32.563] frame #5: 0x0000000104cfdbc0 postgres`MemoryContextStrdup(context=0x000000013800da00, string="/Users/... [09:36:32.563] frame #6: 0x0000000104cfdbfc postgres`pstrdup(in=<unavailable>) at mcxt.c:1761:9 [artificial] [09:36:32.563] frame #7: 0x0000000104cd7710 postgres`substitute_path_macro(str=<unavailable>, macro=<unavailable>, v... [09:36:32.563] frame #8: 0x0000000104cd71f8 postgres`expand_dynamic_library_name(name="/Users/admin/pgsql/build/tmp_... [09:36:32.563] frame #9: 0x0000000104cd7168 postgres`load_external_function(filename="/Users/admin/pgsql/build/tmp_i... |
| core | [09:36:19.519] * frame #0: 0x0000000197186388 libsystem_kernel.dylib`__pthread_kill + 8 [09:36:19.519] frame #1: 0x00000001971bf848 libsystem_pthread.dylib`pthread_kill + 296 [09:36:19.519] frame #2: 0x00000001970c89e4 libsystem_c.dylib`abort + 124 [09:36:19.519] frame #3: 0x00000001004c507c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [09:36:19.519] frame #4: 0x00000001004f1bf0 postgres`MemoryContextAlloc(context=0x000000014900da00, size=78) at mcxt... [09:36:19.519] frame #5: 0x00000001004f1bc0 postgres`MemoryContextStrdup(context=0x000000014900da00, string="/Users/... [09:36:19.519] frame #6: 0x00000001004f1bfc postgres`pstrdup(in=<unavailable>) at mcxt.c:1761:9 [artificial] [09:36:19.519] frame #7: 0x00000001004cb710 postgres`substitute_path_macro(str=<unavailable>, macro=<unavailable>, v... [09:36:19.519] frame #8: 0x00000001004cb1f8 postgres`expand_dynamic_library_name(name="/Users/admin/pgsql/build/tmp_... [09:36:19.519] frame #9: 0x00000001004cb168 postgres`load_external_function(filename="/Users/admin/pgsql/build/tmp_i... |
| core | [09:36:05.681] * frame #0: 0x0000000197186388 libsystem_kernel.dylib`__pthread_kill + 8 [09:36:05.681] frame #1: 0x00000001971bf848 libsystem_pthread.dylib`pthread_kill + 296 [09:36:05.681] frame #2: 0x00000001970c89e4 libsystem_c.dylib`abort + 124 [09:36:05.681] frame #3: 0x00000001011fd024 test_checksums.dylib`crash(name=<unavailable>, private_data=<unavailable... [09:36:05.681] frame #4: 0x00000001004dd124 postgres`SetDataChecksumsOff(immediate_checkpoint=true) at xlog.c:4980:3 [09:36:05.681] frame #5: 0x00000001006c4228 postgres`DataChecksumsWorkerLauncherMain(arg=<unavailable>) at datacheck... [09:36:05.681] frame #6: 0x00000001006c17b0 postgres`BackgroundWorkerMain(startup_data=<unavailable>, startup_data_l... [09:36:05.681] frame #7: 0x00000001006c58f8 postgres`postmaster_child_launch(child_type=<unavailable>, child_slot=21... [09:36:05.681] frame #8: 0x00000001006c87b4 postgres`StartBackgroundWorker(rw=0x0000000145014438) at postmaster.c:41... [09:36:05.681] frame #9: 0x00000001006c873c postgres`maybe_start_bgworkers at postmaster.c:4339:9 |
| core | [09:35:51.789] * frame #0: 0x0000000197186388 libsystem_kernel.dylib`__pthread_kill + 8 [09:35:51.789] frame #1: 0x00000001971bf848 libsystem_pthread.dylib`pthread_kill + 296 [09:35:51.789] frame #2: 0x00000001970c89e4 libsystem_c.dylib`abort + 124 [09:35:51.789] frame #3: 0x000000010189d024 test_checksums.dylib`crash(name=<unavailable>, private_data=<unavailable... [09:35:51.789] frame #4: 0x0000000100b7cf60 postgres`SetDataChecksumsOn(immediate_checkpoint=true) at xlog.c:4902:2 [09:35:51.789] frame #5: 0x0000000100d6492c postgres`DataChecksumsWorkerLauncherMain(arg=<unavailable>) at datacheck... [09:35:51.789] frame #6: 0x0000000100d617b0 postgres`BackgroundWorkerMain(startup_data=<unavailable>, startup_data_l... [09:35:51.789] frame #7: 0x0000000100d658f8 postgres`postmaster_child_launch(child_type=<unavailable>, child_slot=21... [09:35:51.789] frame #8: 0x0000000100d687b4 postgres`StartBackgroundWorker(rw=0x000000015002d238) at postmaster.c:41... [09:35:51.789] frame #9: 0x0000000100d6873c postgres`maybe_start_bgworkers at postmaster.c:4339:9 |
| tap | [09:28:16.173](0.003s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr |
| test | [09:32:34.274] 164/364 postgresql:initdb / initdb/001_initdb ERROR ... |
| Linux - Debian Trixie - Meson | |
| core | [09:35:06.661] #0 0x00007ff2eee9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:35:06.661] #1 0x00007ff2eee49cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:35:06.661] #2 0x00007ff2eee324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:35:06.661] #3 0x00007ff2eecca48f in crash (name=<optimized out>, private_data=<optimized out>, arg=<optimized out>)... [09:35:06.661] #4 0x0000560d5372b866 in InjectionPointRun (name=name@entry=0x560d539481a8 "datachecksums-disable-checks... [09:35:06.661] #5 0x0000560d52e685d2 in SetDataChecksumsOff (immediate_checkpoint=true) at ../src/backend/access/transa... [09:35:06.661] #6 0x0000560d5331338b in DataChecksumsWorkerLauncherMain (arg=<optimized out>) at ../src/backend/postmas... [09:35:06.661] #7 0x0000560d5330cdd1 in BackgroundWorkerMain (startup_data=<optimized out>, startup_data_len=<optimized... [09:35:06.661] #8 0x0000560d533142bb in postmaster_child_launch (child_type=child_type@entry=B_BG_WORKER, child_slot=21... [09:35:06.661] #9 0x0000560d53317e21 in StartBackgroundWorker (rw=rw@entry=0x560d838ab428) at ../src/backend/postmaster... |
| core | [09:35:05.961] #0 0x00007ff386a9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:35:05.961] #1 0x00007ff386a49cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:35:05.961] #2 0x00007ff386a324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:35:05.961] #3 0x0000558a3209d4a5 in ExceptionalCondition (conditionName=conditionName@entry=0x558a3237c660 "CritSec... [09:35:05.961] #4 0x0000558a320f8710 in MemoryContextAlloc (context=context@entry=0x558a5c811ce0, size=size@entry=94) a... [09:35:05.961] #5 0x0000558a320f9b2d in MemoryContextStrdup (context=0x558a5c811ce0, string=string@entry=0x7fffce5b4070... [09:35:05.961] #6 0x0000558a320f9b73 in pstrdup (in=in@entry=0x7fffce5b4070 "/tmp/cirrus-ci-build/build/tmp_install/usr... [09:35:05.961] #7 0x0000558a320aa542 in substitute_path_macro (str=str@entry=0x7fffce5b4070 "/tmp/cirrus-ci-build/build... [09:35:05.961] #8 0x0000558a320aaa3c in expand_dynamic_library_name (name=name@entry=0x7fffce5b4070 "/tmp/cirrus-ci-bui... [09:35:05.961] #9 0x0000558a320aab89 in load_external_function (filename=filename@entry=0x7fffce5b4070 "/tmp/cirrus-ci-... |
| core | [09:35:05.268] #0 0x00007f5c9a29e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:35:05.268] #1 0x00007f5c9a249cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:35:05.268] #2 0x00007f5c9a2324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:35:05.268] #3 0x000055b0fb6454a5 in ExceptionalCondition (conditionName=conditionName@entry=0x55b0fb924660 "CritSec... [09:35:05.268] #4 0x000055b0fb6a0710 in MemoryContextAlloc (context=context@entry=0x55b13095dce0, size=size@entry=94) a... [09:35:05.268] #5 0x000055b0fb6a1b2d in MemoryContextStrdup (context=0x55b13095dce0, string=string@entry=0x7fff087e2090... [09:35:05.268] #6 0x000055b0fb6a1b73 in pstrdup (in=in@entry=0x7fff087e2090 "/tmp/cirrus-ci-build/build/tmp_install/usr... [09:35:05.268] #7 0x000055b0fb652542 in substitute_path_macro (str=str@entry=0x7fff087e2090 "/tmp/cirrus-ci-build/build... [09:35:05.268] #8 0x000055b0fb652a3c in expand_dynamic_library_name (name=name@entry=0x7fff087e2090 "/tmp/cirrus-ci-bui... [09:35:05.268] #9 0x000055b0fb652b89 in load_external_function (filename=filename@entry=0x7fff087e2090 "/tmp/cirrus-ci-... |
| core | [09:35:07.364] #0 0x00007fdd4509e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:35:07.364] #1 0x00007fdd45049cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:35:07.364] #2 0x00007fdd450324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:35:07.364] #3 0x00007fdd44ea148f in crash (name=<optimized out>, private_data=<optimized out>, arg=<optimized out>)... [09:35:07.364] #4 0x000055619bc3b866 in InjectionPointRun (name=name@entry=0x55619be58178 "datachecksums-enable-checksu... [09:35:07.364] #5 0x000055619b377e71 in SetDataChecksumsOn (immediate_checkpoint=true) at ../src/backend/access/transam... [09:35:07.364] #6 0x000055619b823168 in DataChecksumsWorkerLauncherMain (arg=<optimized out>) at ../src/backend/postmas... [09:35:07.364] #7 0x000055619b81cdd1 in BackgroundWorkerMain (startup_data=<optimized out>, startup_data_len=<optimized... [09:35:07.364] #8 0x000055619b8242bb in postmaster_child_launch (child_type=child_type@entry=B_BG_WORKER, child_slot=21... [09:35:07.364] #9 0x000055619b827e21 in StartBackgroundWorker (rw=rw@entry=0x5561c4a65428) at ../src/backend/postmaster... |
| tap | [09:29:40.546](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr |
| test | [09:32:13.665] 163/365 postgresql:initdb / initdb/001_initdb ERROR ... |
| FreeBSD - Meson | |
| core | [09:33:12.725] #0 0x000000082c67d01a in thr_kill () from /lib/libc.so.7 [09:33:12.725] #1 0x000000082c5f5a64 in raise () from /lib/libc.so.7 [09:33:12.725] #2 0x000000082c6a9a59 in abort () from /lib/libc.so.7 [09:33:12.725] #3 0x000000083f39e289 in crash (name=0x18e33 <error: Cannot access memory at address 0x18e33>, private_d... [09:33:12.725] #4 0x0000000000689ebf in SetDataChecksumsOff (immediate_checkpoint=<optimized out>) at ../src/backend/ac... [09:33:12.725] #5 0x00000000008d17e1 in DataChecksumsWorkerLauncherMain (arg=<optimized out>) at ../src/backend/postmas... [09:33:12.725] #6 0x00000000008cebb9 in BackgroundWorkerMain (startup_data=<optimized out>, startup_data_len=<optimized... [09:33:12.725] #7 0x00000000008d309b in postmaster_child_launch (child_type=child_type@entry=B_BG_WORKER, child_slot=21... [09:33:12.725] #8 0x00000000008d6207 in StartBackgroundWorker (rw=0xd8316316038) at ../src/backend/postmaster/postmaste... [09:33:12.725] #9 maybe_start_bgworkers () at ../src/backend/postmaster/postmaster.c:4339 |
| core | [09:33:12.444] #0 0x000000082ca6e01a in thr_kill () from /lib/libc.so.7 [09:33:12.444] #1 0x000000082c9e6a64 in raise () from /lib/libc.so.7 [09:33:12.444] #2 0x000000082ca9aa59 in abort () from /lib/libc.so.7 [09:33:12.444] #3 0x000000083f73d289 in crash (name=0x18e3a <error: Cannot access memory at address 0x18e3a>, private_d... [09:33:12.444] #4 0x0000000000689cc2 in SetDataChecksumsOn (immediate_checkpoint=true) at ../src/backend/access/transam... [09:33:12.444] #5 0x00000000008d1fd4 in DataChecksumsWorkerLauncherMain (arg=<optimized out>) at ../src/backend/postmas... [09:33:12.444] #6 0x00000000008cebb9 in BackgroundWorkerMain (startup_data=<optimized out>, startup_data_len=<optimized... [09:33:12.444] #7 0x00000000008d309b in postmaster_child_launch (child_type=child_type@entry=B_BG_WORKER, child_slot=21... [09:33:12.444] #8 0x00000000008d6207 in StartBackgroundWorker (rw=0x30c28a916038) at ../src/backend/postmaster/postmast... [09:33:12.444] #9 maybe_start_bgworkers () at ../src/backend/postmaster/postmaster.c:4339 |
| core | [09:33:13.006] #0 0x000000082c89101a in thr_kill () from /lib/libc.so.7 [09:33:13.006] #1 0x000000082c809a64 in raise () from /lib/libc.so.7 [09:33:13.006] #2 0x000000082c8bda59 in abort () from /lib/libc.so.7 [09:33:13.006] #3 0x0000000000adc8ef in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [09:33:13.006] #4 0x0000000000b0f1f2 in MemoryContextAlloc (context=0x34733a414000, size=77) at ../src/backend/utils/mm... [09:33:13.006] #5 MemoryContextStrdup (context=0x34733a414000, string=0x8210767a0 "/tmp/cirrus-ci-build/build/tmp_insta... [09:33:13.006] #6 pstrdup (in=0x8210767a0 "/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/lib/test_checksums.so... [09:33:13.006] #7 0x0000000000ae429a in substitute_path_macro (str=0x1874d <error: Cannot access memory at address 0x18... [09:33:13.006] #8 0x0000000000ae3c8a in expand_dynamic_library_name (name=name@entry=0x8210767a0 "/tmp/cirrus-ci-build/... [09:33:13.006] #9 0x0000000000ae3bba in load_external_function (filename=filename@entry=0x8210767a0 "/tmp/cirrus-ci-bui... |
| core | [09:33:13.292] #0 0x000000082986a01a in thr_kill () from /lib/libc.so.7 [09:33:13.292] #1 0x00000008297e2a64 in raise () from /lib/libc.so.7 [09:33:13.292] #2 0x0000000829896a59 in abort () from /lib/libc.so.7 [09:33:13.292] #3 0x0000000000adc8ef in ExceptionalCondition (conditionName=<optimized out>, fileName=<optimized out>, ... [09:33:13.292] #4 0x0000000000b0f1f2 in MemoryContextAlloc (context=0x284875c14000, size=77) at ../src/backend/utils/mm... [09:33:13.292] #5 MemoryContextStrdup (context=0x284875c14000, string=0x820c8bc00 "/tmp/cirrus-ci-build/build/tmp_insta... [09:33:13.292] #6 pstrdup (in=0x820c8bc00 "/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/lib/test_checksums.so... [09:33:13.292] #7 0x0000000000ae429a in substitute_path_macro (str=0x18e74 <error: Cannot access memory at address 0x18... [09:33:13.292] #8 0x0000000000ae3c8a in expand_dynamic_library_name (name=name@entry=0x820c8bc00 "/tmp/cirrus-ci-build/... [09:33:13.292] #9 0x0000000000ae3bba in load_external_function (filename=filename@entry=0x820c8bc00 "/tmp/cirrus-ci-bui... |
| tap | [09:27:09.700](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr |
| test | [09:30:06.562] 157/364 postgresql:initdb / initdb/001_initdb ERROR ... |
| Linux - Debian Trixie - Autoconf | |
| assertion | TRAP: failed Assert("CritSectionCount == 0 || (context)->allowInCritSection"), File: "mcxt.c", Line: 1234, PID: 42950 |
| assertion | TRAP: failed Assert("CritSectionCount == 0 || (context)->allowInCritSection"), File: "mcxt.c", Line: 1234, PID: 43257 |
| core | [09:34:23.755] #0 0x00007ff32909e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:34:23.755] #1 0x00007ff329049cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:34:23.755] #2 0x00007ff3290324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:34:23.755] #3 0x00007ff328afc473 in crash (name=<optimized out>, private_data=<optimized out>, arg=<optimized out>)... [09:34:23.755] #4 0x0000556a1d8ee920 in InjectionPointRun (name=name@entry=0x556a1da29fe0 "datachecksums-enable-checksu... [09:34:23.755] #5 0x0000556a1ccd2574 in SetDataChecksumsOn (immediate_checkpoint=true) at xlog.c:4902 [09:34:23.755] #6 0x0000556a1d3a935c in DataChecksumsWorkerLauncherMain (arg=<optimized out>) at datachecksumsworker.c:... [09:34:23.755] #7 0x0000556a1d3a15cc in BackgroundWorkerMain (startup_data=0x52500001e138, startup_data_len=1472) at bg... [09:34:23.755] #8 0x0000556a1d3aaac4 in postmaster_child_launch (child_type=child_type@entry=B_BG_WORKER, child_slot=21... [09:34:23.755] #9 0x0000556a1d3aeca9 in StartBackgroundWorker (rw=rw@entry=0x52500001e138) at postmaster.c:4173 |
| core | [09:34:23.102] #0 0x00007f18d6e9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:34:23.102] #1 0x00007f18d6e49cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:34:23.102] #2 0x00007f18d6e324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:34:23.102] #3 0x00007f18d6883473 in crash (name=<optimized out>, private_data=<optimized out>, arg=<optimized out>)... [09:34:23.102] #4 0x000055b1a703d920 in InjectionPointRun (name=name@entry=0x55b1a7179080 "datachecksums-disable-checks... [09:34:23.102] #5 0x000055b1a6421bdd in SetDataChecksumsOff (immediate_checkpoint=true) at xlog.c:4980 [09:34:23.102] #6 0x000055b1a6af83a9 in DataChecksumsWorkerLauncherMain (arg=<optimized out>) at datachecksumsworker.c:... [09:34:23.102] #7 0x000055b1a6af05cc in BackgroundWorkerMain (startup_data=0x52500001e138, startup_data_len=1472) at bg... [09:34:23.102] #8 0x000055b1a6af9ac4 in postmaster_child_launch (child_type=child_type@entry=B_BG_WORKER, child_slot=21... [09:34:23.102] #9 0x000055b1a6afdca9 in StartBackgroundWorker (rw=rw@entry=0x52500001e138) at postmaster.c:4173 |
| core | [09:34:22.435] #0 0x00007f975ca9e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:34:22.435] #1 0x00007f975ca49cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:34:22.435] #2 0x00007f975ca324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:34:22.435] #3 0x0000564ec506ce55 in ExceptionalCondition (conditionName=conditionName@entry=0x564ec55611e0 "CritSec... [09:34:22.435] #4 0x0000564ec50dfa96 in MemoryContextAlloc (context=context@entry=0x525000000100, size=size@entry=71) a... [09:34:22.435] #5 0x0000564ec50e0d8a in MemoryContextStrdup (context=0x525000000100, string=string@entry=0x7ffdaca391c0... [09:34:22.435] #6 0x0000564ec50e0db0 in pstrdup (in=in@entry=0x7ffdaca391c0 "/tmp/cirrus-ci-build/tmp_install/usr/local... [09:34:22.435] #7 0x0000564ec507d6da in substitute_path_macro (str=str@entry=0x7ffdaca391c0 "/tmp/cirrus-ci-build/tmp_i... [09:34:22.435] #8 0x0000564ec507db61 in expand_dynamic_library_name (name=name@entry=0x7ffdaca391c0 "/tmp/cirrus-ci-bui... [09:34:22.435] #9 0x0000564ec507dca8 in load_external_function (filename=filename@entry=0x7ffdaca391c0 "/tmp/cirrus-ci-... |
| core | [09:34:21.738] #0 0x00007f0ae229e95c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:34:21.738] #1 0x00007f0ae2249cc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:34:21.738] #2 0x00007f0ae22324ac in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:34:21.738] #3 0x0000562536a06e55 in ExceptionalCondition (conditionName=conditionName@entry=0x562536efb1e0 "CritSec... [09:34:21.738] #4 0x0000562536a79a96 in MemoryContextAlloc (context=context@entry=0x525000000100, size=size@entry=71) a... [09:34:21.738] #5 0x0000562536a7ad8a in MemoryContextStrdup (context=0x525000000100, string=string@entry=0x7ffc61f22370... [09:34:21.738] #6 0x0000562536a7adb0 in pstrdup (in=in@entry=0x7ffc61f22370 "/tmp/cirrus-ci-build/tmp_install/usr/local... [09:34:21.738] #7 0x0000562536a176da in substitute_path_macro (str=str@entry=0x7ffc61f22370 "/tmp/cirrus-ci-build/tmp_i... [09:34:21.738] #8 0x0000562536a17b61 in expand_dynamic_library_name (name=name@entry=0x7ffc61f22370 "/tmp/cirrus-ci-bui... [09:34:21.738] #9 0x0000562536a17ca8 in load_external_function (filename=filename@entry=0x7ffc61f22370 "/tmp/cirrus-ci-... |
| tap | [09:25:52.394](0.000s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr |
| NetBSD - Meson | |
| tap | [09:26:40.421](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr |
| tap | [09:31:55.575](220.362s) # poll_query_until timed out executing this query: [09:31:55.575](0.001s) not ok 8 - ensure data checksums are transitioned to on |
| test | [09:31:55.929] 165/363 postgresql:initdb / initdb/001_initdb ERROR ... [09:31:55.929] 363/363 postgresql:test_checksums / test_checksums/002_restarts ERROR 2... |
| OpenBSD - Meson | |
| tap | [09:29:15.047](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr |
| test | [09:32:57.633] 168/363 postgresql:initdb / initdb/001_initdb ERROR ... |
| 56/6050 | AIX support |
| NetBSD - Meson | |
| tap | [02:51:12.253](0.000s) not ok 30 - false: stderr has correct number of entries [02:51:12.254](0.000s) not ok 32 - false, chunk size 5: no error output [02:51:12.254](0.000s) not ok 34 - false, chunk size 4: no error output [02:51:12.255](0.000s) not ok 36 - false, chunk size 3: no error output [02:51:12.256](0.000s) not ok 38 - false, chunk size 2: no error output [02:51:12.257](0.000s) not ok 40 - false, chunk size 1: no error output |
| test | [02:51:25.109] 321/351 postgresql:test_json_parser / test_json_parser/002_inline ERROR ... |
| 55/5868 | Making libpq OpenSSL support threadsafe |
| FreeBSD - Meson | |
| tap | [21:55:43.151](1.547s) not ok 1 - number of stats calls |
| test | [21:56:14.941] 312/352 postgresql:injection_points / injection_points/001_stats ERROR ... |
| 55/5735 | SQL function to access to `creating_extension` |
| NetBSD - Meson | |
| tap | [00:10:25.272](0.001s) not ok 844 - unknown escape sequence: stderr has correct number of entries [00:10:25.273](0.000s) not ok 846 - unknown escape sequence, chunk size 14: correct error output [00:10:25.274](0.000s) not ok 848 - unknown escape sequence, chunk size 13: correct error output [00:10:25.275](0.000s) not ok 850 - unknown escape sequence, chunk size 12: correct error output [00:10:25.276](0.001s) not ok 852 - unknown escape sequence, chunk size 11: correct error output [00:10:25.278](0.001s) not ok 854 - unknown escape sequence, chunk size 10: correct error output [00:10:25.279](0.000s) not ok 856 - unknown escape sequence, chunk size 9: correct error output [00:10:25.280](0.000s) not ok 858 - unknown escape sequence, chunk size 8: correct error output [00:10:25.281](0.000s) not ok 860 - unknown escape sequence, chunk size 7: correct error output [00:10:25.287](0.000s) not ok 862 - unknown escape sequence, chunk size 6: correct error output [00:10:25.287](0.000s) not ok 864 - unknown escape sequence, chunk size 5: correct error output [00:10:25.288](0.000s) not ok 866 - unknown escape sequence, chunk size 4: correct error output [00:10:25.290](0.000s) not ok 868 - unknown escape sequence, chunk size 3: correct error output [00:10:25.290](0.000s) not ok 870 - unknown escape sequence, chunk size 2: correct error output [00:10:25.291](0.000s) not ok 872 - unknown escape sequence, chunk size 1: correct error output |
| test | [00:10:38.037] 325/351 postgresql:test_json_parser / test_json_parser/002_inline ERROR ... |
| 57/5326 | Parallel heap vacuum |
| Windows - Server 2019, MinGW64 - Meson | |
| tap | [21:43:55.434](0.001s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/ |
| test | [21:50:27.528] 157/348 postgresql:pg_amcheck / pg_amcheck/002_nonesuch ERROR ... |
| 55/5923 | Let plan_cache_mode to be a little less strict |
| Windows - Server 2019, VS 2019 - Meson & ninja | |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/plancache.out C:/cirrus/build/testrun/pg_upgrade/002_pg... --- C:/cirrus/src/test/regress/expected/plancache.out 2025-09-21 14:42:11.892752900 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plancache.out 2025-09-21 14:46:21.781833200 +0000 @@ -398,3 +398,36 @@ (1 row) drop table test_mode; +-- Check the interference between plan_cache_mode and cursor_options +-- EXPLAIN (COSTS OFF, GENERIC_PLAN) +SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR +ERROR: query text cannot be null +SELECT prepare_spi_plan( + 'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1', + NULL, 'integer') AS p1 \gset +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2', + NULL, 'integer', NULL); --ERROR +ERROR: type name cannot be NULL +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3', ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/plancache.out C:/cirrus/build/testrun/recovery/027_stre... --- C:/cirrus/src/test/regress/expected/plancache.out 2025-09-21 14:42:11.892752900 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/plancache.out 2025-09-21 14:49:04.523467100 +0000 @@ -398,3 +398,36 @@ (1 row) drop table test_mode; +-- Check the interference between plan_cache_mode and cursor_options +-- EXPLAIN (COSTS OFF, GENERIC_PLAN) +SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR +ERROR: query text cannot be null +SELECT prepare_spi_plan( + 'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1', + NULL, 'integer') AS p1 \gset +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2', + NULL, 'integer', NULL); --ERROR +ERROR: type name cannot be NULL +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3', ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/plancache.out C:/cirrus/build/testrun/regress/regress/r... --- C:/cirrus/src/test/regress/expected/plancache.out 2025-09-21 14:42:11.892752900 +0000 +++ C:/cirrus/build/testrun/regress/regress/results/plancache.out 2025-09-21 14:46:16.015723100 +0000 @@ -398,3 +398,36 @@ (1 row) drop table test_mode; +-- Check the interference between plan_cache_mode and cursor_options +-- EXPLAIN (COSTS OFF, GENERIC_PLAN) +SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR +ERROR: query text cannot be null +SELECT prepare_spi_plan( + 'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1', + NULL, 'integer') AS p1 \gset +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2', + NULL, 'integer', NULL); --ERROR +ERROR: type name cannot be NULL +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3', ... |
| tap | [14:46:43.167](124.658s) not ok 5 - regression tests pass |
| tap | [14:49:28.319](131.332s) not ok 2 - regression tests pass |
| test | [14:57:07.131] 14/344 postgresql:regress / regress/regress ERROR 1... [14:57:07.131] 17/344 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [14:57:07.131] 62/344 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| Windows - Server 2019, MinGW64 - Meson | |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/plancache.out C:/cirrus/build/testrun/pg_upgrade/002_pg... --- C:/cirrus/src/test/regress/expected/plancache.out 2025-09-21 14:42:19.095412100 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plancache.out 2025-09-21 14:45:05.939052300 +0000 @@ -398,3 +398,36 @@ (1 row) drop table test_mode; +-- Check the interference between plan_cache_mode and cursor_options +-- EXPLAIN (COSTS OFF, GENERIC_PLAN) +SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR +ERROR: query text cannot be null +SELECT prepare_spi_plan( + 'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1', + NULL, 'integer') AS p1 \gset +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2', + NULL, 'integer', NULL); --ERROR +ERROR: type name cannot be NULL +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3', ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/plancache.out C:/cirrus/build/testrun/recovery/027_stre... --- C:/cirrus/src/test/regress/expected/plancache.out 2025-09-21 14:42:19.095412100 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/plancache.out 2025-09-21 14:47:52.596328300 +0000 @@ -398,3 +398,36 @@ (1 row) drop table test_mode; +-- Check the interference between plan_cache_mode and cursor_options +-- EXPLAIN (COSTS OFF, GENERIC_PLAN) +SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR +ERROR: query text cannot be null +SELECT prepare_spi_plan( + 'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1', + NULL, 'integer') AS p1 \gset +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2', + NULL, 'integer', NULL); --ERROR +ERROR: type name cannot be NULL +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3', ... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/plancache.out C:/cirrus/build/testrun/regress/regress/r... --- C:/cirrus/src/test/regress/expected/plancache.out 2025-09-21 14:42:19.095412100 +0000 +++ C:/cirrus/build/testrun/regress/regress/results/plancache.out 2025-09-21 14:45:02.618565300 +0000 @@ -398,3 +398,36 @@ (1 row) drop table test_mode; +-- Check the interference between plan_cache_mode and cursor_options +-- EXPLAIN (COSTS OFF, GENERIC_PLAN) +SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR +ERROR: query text cannot be null +SELECT prepare_spi_plan( + 'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1', + NULL, 'integer') AS p1 \gset +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2', + NULL, 'integer', NULL); --ERROR +ERROR: type name cannot be NULL +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3', ... |
| tap | [14:45:16.652](58.419s) not ok 5 - regression tests pass |
| tap | [14:48:05.952](64.948s) not ok 2 - regression tests pass |
| test | [14:55:58.848] 8/347 postgresql:regress / regress/regress ERROR ... [14:55:58.848] 9/347 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [14:55:58.848] 46/347 postgresql:recovery / recovery/027_stream_regress ERROR ... |
| Linux - Debian Bookworm - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_... --- /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out 2025-09-21 14:42:08.521558840 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plancache.out 2025-09-21 14:44:40.13690589... @@ -398,3 +398,36 @@ (1 row) drop table test_mode; +-- Check the interference between plan_cache_mode and cursor_options +-- EXPLAIN (COSTS OFF, GENERIC_PLAN) +SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR +ERROR: query text cannot be null +SELECT prepare_spi_plan( + 'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1', + NULL, 'integer') AS p1 \gset +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2', + NULL, 'integer', NULL); --ERROR +ERROR: type name cannot be NULL +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3', ... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out /tmp/cirrus-ci-build/build/testrun/recovery/027_st... --- /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out 2025-09-21 14:42:08.521558840 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/plancache.out 2025-09-21 14:46:02.280856... @@ -398,3 +398,36 @@ (1 row) drop table test_mode; +-- Check the interference between plan_cache_mode and cursor_options +-- EXPLAIN (COSTS OFF, GENERIC_PLAN) +SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR +ERROR: query text cannot be null +SELECT prepare_spi_plan( + 'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1', + NULL, 'integer') AS p1 \gset +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2', + NULL, 'integer', NULL); --ERROR +ERROR: type name cannot be NULL +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3', ... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out /tmp/cirrus-ci-build/build/testrun/regress/regress... --- /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out 2025-09-21 14:42:08.521558840 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/plancache.out 2025-09-21 14:44:36.960907676 +0000 @@ -398,3 +398,36 @@ (1 row) drop table test_mode; +-- Check the interference between plan_cache_mode and cursor_options +-- EXPLAIN (COSTS OFF, GENERIC_PLAN) +SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR +ERROR: query text cannot be null +SELECT prepare_spi_plan( + 'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1', + NULL, 'integer') AS p1 \gset +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2', + NULL, 'integer', NULL); --ERROR +ERROR: type name cannot be NULL +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3', ... |
| tap | [14:44:56.393](83.589s) not ok 5 - regression tests pass |
| tap | [14:46:19.128](84.266s) not ok 2 - regression tests pass |
| test | [14:49:33.298] 27/351 postgresql:regress / regress/regress ERROR ... [14:49:33.298] 33/351 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [14:49:33.298] 112/351 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| macOS - Sonoma - Meson | |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/plancache.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_u... --- /Users/admin/pgsql/src/test/regress/expected/plancache.out 2025-09-21 14:41:11 +++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plancache.out 2025-09-21 14:42:42 @@ -398,3 +398,36 @@ (1 row) drop table test_mode; +-- Check the interference between plan_cache_mode and cursor_options +-- EXPLAIN (COSTS OFF, GENERIC_PLAN) +SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR +ERROR: query text cannot be null +SELECT prepare_spi_plan( + 'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1', + NULL, 'integer') AS p1 \gset +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2', + NULL, 'integer', NULL); --ERROR +ERROR: type name cannot be NULL +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3', ... |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/plancache.out /Users/admin/pgsql/build/testrun/recovery/027_stream... --- /Users/admin/pgsql/src/test/regress/expected/plancache.out 2025-09-21 14:41:11 +++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/plancache.out 2025-09-21 14:43:32 @@ -398,3 +398,36 @@ (1 row) drop table test_mode; +-- Check the interference between plan_cache_mode and cursor_options +-- EXPLAIN (COSTS OFF, GENERIC_PLAN) +SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR +ERROR: query text cannot be null +SELECT prepare_spi_plan( + 'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1', + NULL, 'integer') AS p1 \gset +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2', + NULL, 'integer', NULL); --ERROR +ERROR: type name cannot be NULL +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3', ... |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/plancache.out /Users/admin/pgsql/build/testrun/regress/regress/res... --- /Users/admin/pgsql/src/test/regress/expected/plancache.out 2025-09-21 14:41:11 +++ /Users/admin/pgsql/build/testrun/regress/regress/results/plancache.out 2025-09-21 14:42:45 @@ -398,3 +398,36 @@ (1 row) drop table test_mode; +-- Check the interference between plan_cache_mode and cursor_options +-- EXPLAIN (COSTS OFF, GENERIC_PLAN) +SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR +ERROR: query text cannot be null +SELECT prepare_spi_plan( + 'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1', + NULL, 'integer') AS p1 \gset +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2', + NULL, 'integer', NULL); --ERROR +ERROR: type name cannot be NULL +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3', ... |
| tap | [14:42:49.177](32.480s) not ok 5 - regression tests pass |
| tap | [14:43:44.096](49.696s) not ok 2 - regression tests pass |
| test | [14:45:27.067] 24/350 postgresql:regress / regress/regress ERROR ... [14:45:27.067] 25/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [14:45:27.067] 133/350 postgresql:recovery / recovery/027_stream_regress ERROR ... |
| OpenBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/plancache.out /home/postgres/postgres/build/testrun/pg_upgrad... --- /home/postgres/postgres/src/test/regress/expected/plancache.out Sun Sep 21 14:42:19 2025 +++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plancache.out Sun Sep 21 14:45:13 2025 @@ -398,3 +398,36 @@ (1 row) drop table test_mode; +-- Check the interference between plan_cache_mode and cursor_options +-- EXPLAIN (COSTS OFF, GENERIC_PLAN) +SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR +ERROR: query text cannot be null +SELECT prepare_spi_plan( + 'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1', + NULL, 'integer') AS p1 \gset +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2', + NULL, 'integer', NULL); --ERROR +ERROR: type name cannot be NULL +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3', ... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/plancache.out /home/postgres/postgres/build/testrun/recovery/... --- /home/postgres/postgres/src/test/regress/expected/plancache.out Sun Sep 21 14:42:19 2025 +++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/plancache.out Sun Sep 21 14:47:24 202... @@ -398,3 +398,36 @@ (1 row) drop table test_mode; +-- Check the interference between plan_cache_mode and cursor_options +-- EXPLAIN (COSTS OFF, GENERIC_PLAN) +SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR +ERROR: query text cannot be null +SELECT prepare_spi_plan( + 'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1', + NULL, 'integer') AS p1 \gset +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2', + NULL, 'integer', NULL); --ERROR +ERROR: type name cannot be NULL +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3', ... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/plancache.out /home/postgres/postgres/build/testrun/regress/r... --- /home/postgres/postgres/src/test/regress/expected/plancache.out Sun Sep 21 14:42:19 2025 +++ /home/postgres/postgres/build/testrun/regress/regress/results/plancache.out Sun Sep 21 14:45:05 2025 @@ -398,3 +398,36 @@ (1 row) drop table test_mode; +-- Check the interference between plan_cache_mode and cursor_options +-- EXPLAIN (COSTS OFF, GENERIC_PLAN) +SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR +ERROR: query text cannot be null +SELECT prepare_spi_plan( + 'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1', + NULL, 'integer') AS p1 \gset +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2', + NULL, 'integer', NULL); --ERROR +ERROR: type name cannot be NULL +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3', ... |
| tap | [14:45:45.394](118.337s) not ok 5 - regression tests pass |
| tap | [14:48:06.171](184.266s) not ok 2 - regression tests pass |
| test | [14:50:54.507] 36/349 postgresql:regress / regress/regress ERROR 1... [14:50:54.507] 45/349 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 2... [14:50:54.507] 191/349 postgresql:recovery / recovery/027_stream_regress ERROR 2... |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/plancache.out /home/postgres/postgres/build/testrun/pg_upgrad... --- /home/postgres/postgres/src/test/regress/expected/plancache.out 2025-09-21 14:42:32.514033719 +0000 +++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plancache.out 2025-09-21 14:44:39.43163... @@ -398,3 +398,36 @@ (1 row) drop table test_mode; +-- Check the interference between plan_cache_mode and cursor_options +-- EXPLAIN (COSTS OFF, GENERIC_PLAN) +SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR +ERROR: query text cannot be null +SELECT prepare_spi_plan( + 'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1', + NULL, 'integer') AS p1 \gset +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2', + NULL, 'integer', NULL); --ERROR +ERROR: type name cannot be NULL +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3', ... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/plancache.out /home/postgres/postgres/build/testrun/recovery/... --- /home/postgres/postgres/src/test/regress/expected/plancache.out 2025-09-21 14:42:32.514033719 +0000 +++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/plancache.out 2025-09-21 14:45:21.700... @@ -398,3 +398,36 @@ (1 row) drop table test_mode; +-- Check the interference between plan_cache_mode and cursor_options +-- EXPLAIN (COSTS OFF, GENERIC_PLAN) +SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR +ERROR: query text cannot be null +SELECT prepare_spi_plan( + 'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1', + NULL, 'integer') AS p1 \gset +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2', + NULL, 'integer', NULL); --ERROR +ERROR: type name cannot be NULL +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3', ... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/plancache.out /home/postgres/postgres/build/testrun/regress/r... --- /home/postgres/postgres/src/test/regress/expected/plancache.out 2025-09-21 14:42:32.514033719 +0000 +++ /home/postgres/postgres/build/testrun/regress/regress/results/plancache.out 2025-09-21 14:44:45.016096313 +0000 @@ -398,3 +398,36 @@ (1 row) drop table test_mode; +-- Check the interference between plan_cache_mode and cursor_options +-- EXPLAIN (COSTS OFF, GENERIC_PLAN) +SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR +ERROR: query text cannot be null +SELECT prepare_spi_plan( + 'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1', + NULL, 'integer') AS p1 \gset +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2', + NULL, 'integer', NULL); --ERROR +ERROR: type name cannot be NULL +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3', ... |
| tap | [14:45:03.284](95.109s) not ok 5 - regression tests pass |
| tap | [14:45:43.645](106.323s) not ok 2 - regression tests pass |
| test | [14:46:54.835] 135/349 postgresql:regress / regress/regress ERROR ... [14:46:54.835] 156/349 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [14:46:54.835] 210/349 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| Linux - Debian Bookworm - Autoconf | |
| core | [14:54:33.347] #0 0x00007f467542e202 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [14:54:33.347] #1 0x00007f4675426b85 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [14:54:33.347] #2 0x00007f467548b057 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [14:54:33.347] #3 0x00007f4675425b79 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [14:54:33.347] #4 0x00007f467542fcbe in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [14:54:33.347] #5 0x00007f467542f38c in setlocale () from /lib/x86_64-linux-gnu/libc.so.6 [14:54:33.347] #6 0x000056161aed99dd in ?? () [14:54:33.347] #7 0x00007f467542424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [14:54:33.347] #8 0x00007f4675424305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 [14:54:33.347] #9 0x000056161aeda171 in ?? () |
| core | [14:54:33.230] #0 0x00007fdfb423abd3 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6 [14:54:33.230] #1 0x0000563d2e044cc0 in ?? () [14:54:33.230] #2 0x0000563d2e044efa in ?? () [14:54:33.230] #3 0x0000563d2e046630 in ?? () [14:54:33.230] #4 0x0000563d2e040371 in ?? () [14:54:33.230] #5 0x0000563d2e03f20f in ?? () [14:54:33.230] #6 0x0000563d2e03fc3b in ?? () [14:54:33.230] #7 0x0000563d2e03d66f in ?? () [14:54:33.230] #8 0x00007fdfb418e24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [14:54:33.230] #9 0x00007fdfb418e305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/... --- /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out 2025-09-21 14:42:10.438086034 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/plancache.out 2025-09-21 14:48:25.668376845 +0000 @@ -398,3 +398,36 @@ (1 row) drop table test_mode; +-- Check the interference between plan_cache_mode and cursor_options +-- EXPLAIN (COSTS OFF, GENERIC_PLAN) +SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR +ERROR: query text cannot be null +SELECT prepare_spi_plan( + 'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1', + NULL, 'integer') AS p1 \gset +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2', + NULL, 'integer', NULL); --ERROR +ERROR: type name cannot be NULL +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3', ... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/r... --- /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out 2025-09-21 14:42:10.438086034 +0000 +++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/plancache.out 2025-09-21 14:50:10.039842337 +0000 @@ -398,3 +398,36 @@ (1 row) drop table test_mode; +-- Check the interference between plan_cache_mode and cursor_options +-- EXPLAIN (COSTS OFF, GENERIC_PLAN) +SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR +ERROR: query text cannot be null +SELECT prepare_spi_plan( + 'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1', + NULL, 'integer') AS p1 \gset +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2', + NULL, 'integer', NULL); --ERROR +ERROR: type name cannot be NULL +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3', ... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out /tmp/cirrus-ci-build/src/test/regress/results/plan... --- /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out 2025-09-21 14:42:10.438086034 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/plancache.out 2025-09-21 14:45:34.028107312 +0000 @@ -398,3 +398,36 @@ (1 row) drop table test_mode; +-- Check the interference between plan_cache_mode and cursor_options +-- EXPLAIN (COSTS OFF, GENERIC_PLAN) +SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR +ERROR: query text cannot be null +SELECT prepare_spi_plan( + 'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1', + NULL, 'integer') AS p1 \gset +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2', + NULL, 'integer', NULL); --ERROR +ERROR: type name cannot be NULL +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3', ... |
| tap | [14:48:56.008](147.138s) not ok 5 - regression tests pass |
| tap | [14:50:26.721](80.444s) not ok 2 - regression tests pass |
| FreeBSD - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_... --- /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out 2025-09-21 14:42:07.689551000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plancache.out 2025-09-21 14:45:30.76085500... @@ -398,3 +398,36 @@ (1 row) drop table test_mode; +-- Check the interference between plan_cache_mode and cursor_options +-- EXPLAIN (COSTS OFF, GENERIC_PLAN) +SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR +ERROR: query text cannot be null +SELECT prepare_spi_plan( + 'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1', + NULL, 'integer') AS p1 \gset +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2', + NULL, 'integer', NULL); --ERROR +ERROR: type name cannot be NULL +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3', ... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out /tmp/cirrus-ci-build/build/testrun/recovery/027_st... --- /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out 2025-09-21 14:42:07.689551000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/plancache.out 2025-09-21 14:46:47.984727... @@ -398,3 +398,36 @@ (1 row) drop table test_mode; +-- Check the interference between plan_cache_mode and cursor_options +-- EXPLAIN (COSTS OFF, GENERIC_PLAN) +SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR +ERROR: query text cannot be null +SELECT prepare_spi_plan( + 'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1', + NULL, 'integer') AS p1 \gset +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2', + NULL, 'integer', NULL); --ERROR +ERROR: type name cannot be NULL +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3', ... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out /tmp/cirrus-ci-build/build/testrun/regress/regress... --- /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out 2025-09-21 14:42:07.689551000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/plancache.out 2025-09-21 14:45:42.081847000 +0000 @@ -398,3 +398,36 @@ (1 row) drop table test_mode; +-- Check the interference between plan_cache_mode and cursor_options +-- EXPLAIN (COSTS OFF, GENERIC_PLAN) +SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR +ERROR: query text cannot be null +SELECT prepare_spi_plan( + 'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1', + NULL, 'integer') AS p1 \gset +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2', + NULL, 'integer', NULL); --ERROR +ERROR: type name cannot be NULL +SELECT prepare_spi_plan( + 'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3', ... |
| tap | [14:46:18.618](207.230s) not ok 5 - regression tests pass |
| tap | [14:47:29.108](232.597s) not ok 2 - regression tests pass |
| test | [14:48:55.148] 158/350 postgresql:regress / regress/regress ERROR 2... [14:48:55.148] 178/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 2... [14:48:55.148] 267/350 postgresql:recovery / recovery/027_stream_regress ERROR 3... |
| 55/5892 | parallel safety of correlated subquery (was: parallel_safe) |
| Linux - Debian Bookworm - Meson | |
| core | [09:04:09.769] #0 0x00007fbac3ca8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:09.769] #1 0x00007fbac3c59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:09.769] #2 0x00007fbac3c44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:09.769] #3 0x00007fbac3e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:09.769] #4 0x00007fbac3e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:09.769] #5 0x00007fbac3e0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x56141c0c15f... [09:04:09.769] #6 0x000056141b325d42 in max_parallel_hazard_walker (node=0x56142ac2bf48, context=0x7ffc30eb77b0) at ../... [09:04:09.769] #7 0x000056141b250715 in expression_tree_walker_impl (node=0x56142ac2bfc8, walker=0x56141b325a20 <max_pa... [09:04:09.769] #8 0x000056141b24f66c in expression_tree_walker_impl (node=node@entry=0x56142ac2c018, walker=walker@entr... [09:04:09.769] #9 0x000056141b325b29 in max_parallel_hazard_walker (node=0x56142ac2c018, context=0x7ffc30eb77b0) at ../... |
| core | [09:04:01.837] #0 0x00007f6721ca8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:01.837] #1 0x00007f6721c59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:01.837] #2 0x00007f6721c44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:01.837] #3 0x00007f6721e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:01.837] #4 0x00007f6721e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:01.837] #5 0x00007f6721e0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5555ed43d5f... [09:04:01.837] #6 0x00005555ec6a1d42 in max_parallel_hazard_walker (node=0x5556015b8628, context=0x7ffe0d862ed0) at ../... [09:04:01.837] #7 0x00005555ec5cb902 in expression_tree_walker_impl (node=node@entry=0x5556015b9a78, walker=walker@entr... [09:04:01.837] #8 0x00005555ec6a1b29 in max_parallel_hazard_walker (node=0x5556015b9a78, context=0x7ffe0d862ed0) at ../... [09:04:01.837] #9 0x00005555ec5cc715 in expression_tree_walker_impl (node=0x5556015b86a8, walker=0x5555ec6a1a20 <max_pa... |
| core | [09:04:02.348] #0 0x00007f9f064a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:02.348] #1 0x00007f9f06459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:02.348] #2 0x00007f9f06444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:02.348] #3 0x00007f9f0661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:02.348] #4 0x00007f9f0662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:02.348] #5 0x00007f9f0660dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55574b66f5f... [09:04:02.348] #6 0x000055574a8d3d42 in max_parallel_hazard_walker (node=0x55578aa7bcd8, context=0x7ffc789aaa60) at ../... [09:04:02.348] #7 0x000055574a7fd902 in expression_tree_walker_impl (node=node@entry=0x55578aa7d128, walker=walker@entr... [09:04:02.348] #8 0x000055574a8d3b29 in max_parallel_hazard_walker (node=0x55578aa7d128, context=0x7ffc789aaa60) at ../... [09:04:02.348] #9 0x000055574a7fe715 in expression_tree_walker_impl (node=0x55578aa7bd58, walker=0x55574a8d3a20 <max_pa... |
| core | [09:04:02.848] #0 0x00007fd5e72a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:02.848] #1 0x00007fd5e7259fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:02.848] #2 0x00007fd5e7244472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:02.848] #3 0x00007fd5e741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:02.848] #4 0x00007fd5e742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:02.848] #5 0x00007fd5e740dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x558a5da8d5f... [09:04:02.848] #6 0x0000558a5ccf1d42 in max_parallel_hazard_walker (node=0x558a89d2b3e0, context=0x7fff4e180a70) at ../... [09:04:02.848] #7 0x0000558a5cc1c715 in expression_tree_walker_impl (node=0x558a89d2b460, walker=0x558a5ccf1a20 <max_pa... [09:04:02.848] #8 0x0000558a5cc1b66c in expression_tree_walker_impl (node=node@entry=0x558a89de5968, walker=walker@entr... [09:04:02.848] #9 0x0000558a5ccf1b29 in max_parallel_hazard_walker (node=0x558a89de5968, context=0x7fff4e180a70) at ../... |
| core | [09:04:03.387] #0 0x00007f0de6aa8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:03.387] #1 0x00007f0de6a59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:03.387] #2 0x00007f0de6a44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:03.387] #3 0x00007f0de6c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:03.387] #4 0x00007f0de6c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:03.387] #5 0x00007f0de6c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x556d4b1fc5f... [09:04:03.387] #6 0x0000556d4a460d42 in max_parallel_hazard_walker (node=0x556d6be021d8, context=0x7ffca20bdd10) at ../... [09:04:03.387] #7 0x0000556d4a38a902 in expression_tree_walker_impl (node=node@entry=0x556d6be022a8, walker=walker@entr... [09:04:03.387] #8 0x0000556d4a460b29 in max_parallel_hazard_walker (node=0x556d6be022a8, context=0x7ffca20bdd10) at ../... [09:04:03.387] #9 0x0000556d4a38b715 in expression_tree_walker_impl (node=0x556d6be02258, walker=0x556d4a460a20 <max_pa... |
| core | [09:04:04.045] #0 0x00007f9f064a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:04.045] #1 0x00007f9f06459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:04.045] #2 0x00007f9f06444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:04.045] #3 0x00007f9f0661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:04.045] #4 0x00007f9f0662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:04.045] #5 0x00007f9f0660dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55574b66f5f... [09:04:04.045] #6 0x000055574a8d3d42 in max_parallel_hazard_walker (node=0x55578ad3ab08, context=0x7ffc789aaa60) at ../... [09:04:04.045] #7 0x000055574a7fd902 in expression_tree_walker_impl (node=node@entry=0x55578ad3abd8, walker=walker@entr... [09:04:04.045] #8 0x000055574a8d3b29 in max_parallel_hazard_walker (node=0x55578ad3abd8, context=0x7ffc789aaa60) at ../... [09:04:04.045] #9 0x000055574a7fe715 in expression_tree_walker_impl (node=0x55578ad3ab88, walker=0x55574a8d3a20 <max_pa... |
| core | [09:04:04.554] #0 0x00007f9f064a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:04.554] #1 0x00007f9f06459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:04.554] #2 0x00007f9f06444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:04.554] #3 0x00007f9f0661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:04.554] #4 0x00007f9f0662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:04.554] #5 0x00007f9f0660dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55574b66f5f... [09:04:04.554] #6 0x000055574a8d3d42 in max_parallel_hazard_walker (node=0x55578a9272f0, context=0x7ffc789aaa60) at ../... [09:04:04.554] #7 0x000055574a7fe715 in expression_tree_walker_impl (node=0x55578a927370, walker=0x55574a8d3a20 <max_pa... [09:04:04.554] #8 0x000055574a7fd66c in expression_tree_walker_impl (node=node@entry=0x55578a927920, walker=walker@entr... [09:04:04.554] #9 0x000055574a8d3b29 in max_parallel_hazard_walker (node=0x55578a927920, context=0x7ffc789aaa60) at ../... |
| core | [09:04:05.083] #0 0x00007fe94b2a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:05.083] #1 0x00007fe94b259fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:05.083] #2 0x00007fe94b244472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:05.083] #3 0x00007fe94b41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:05.083] #4 0x00007fe94b42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:05.083] #5 0x00007fe94b40dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5558be9355f... [09:04:05.083] #6 0x00005558bdb99d42 in max_parallel_hazard_walker (node=0x5558dfc2bb08, context=0x7fffc84f16a0) at ../... [09:04:05.083] #7 0x00005558bdac3902 in expression_tree_walker_impl (node=node@entry=0x5558dfc2cf58, walker=walker@entr... [09:04:05.083] #8 0x00005558bdb99b29 in max_parallel_hazard_walker (node=0x5558dfc2cf58, context=0x7fffc84f16a0) at ../... [09:04:05.083] #9 0x00005558bdac4715 in expression_tree_walker_impl (node=0x5558dfc2bb88, walker=0x5558bdb99a20 <max_pa... |
| core | [09:04:05.610] #0 0x00007f9f064a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:05.610] #1 0x00007f9f06459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:05.610] #2 0x00007f9f06444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:05.610] #3 0x00007f9f0661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:05.610] #4 0x00007f9f0662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:05.610] #5 0x00007f9f0660dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55574b66f5f... [09:04:05.610] #6 0x000055574a8d3d42 in max_parallel_hazard_walker (node=0x55578aa40730, context=0x7ffc789aaa60) at ../... [09:04:05.610] #7 0x000055574a7fe715 in expression_tree_walker_impl (node=node@entry=0x55578aa40ba0, walker=walker@entr... [09:04:05.610] #8 0x000055574a8d3b29 in max_parallel_hazard_walker (node=0x55578aa40ba0, context=0x7ffc789aaa60) at ../... [09:04:05.610] #9 0x000055574a7fdd0c in expression_tree_walker_impl (node=node@entry=0x55578aa40bf0, walker=walker@entr... |
| core | [09:04:06.130] #0 0x00007f9f064a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:06.130] #1 0x00007f9f06459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:06.130] #2 0x00007f9f06444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:06.130] #3 0x00007f9f0661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:06.130] #4 0x00007f9f0662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:06.130] #5 0x00007f9f0660dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55574b66f5f... [09:04:06.130] #6 0x000055574a8d3d42 in max_parallel_hazard_walker (node=0x55578a97ab68, context=0x7ffc789aaa60) at ../... [09:04:06.130] #7 0x000055574a7fd902 in expression_tree_walker_impl (node=node@entry=0x55578a97bfb8, walker=walker@entr... [09:04:06.130] #8 0x000055574a8d3b29 in max_parallel_hazard_walker (node=0x55578a97bfb8, context=0x7ffc789aaa60) at ../... [09:04:06.130] #9 0x000055574a7fe715 in expression_tree_walker_impl (node=0x55578a97abe8, walker=0x55574a8d3a20 <max_pa... |
| core | [09:04:06.799] #0 0x00007f3f468a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:06.799] #1 0x00007f3f46859fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:06.799] #2 0x00007f3f46844472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:06.799] #3 0x00007f3f46a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:06.799] #4 0x00007f3f46a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:06.799] #5 0x00007f3f46a0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55e37e0b15f... [09:04:06.799] #6 0x000055e37d315d42 in max_parallel_hazard_walker (node=0x55e38dda8f88, context=0x7ffc985f2170) at ../... [09:04:06.799] #7 0x000055e37d23f902 in expression_tree_walker_impl (node=node@entry=0x55e38ddaa3d8, walker=walker@entr... [09:04:06.799] #8 0x000055e37d315b29 in max_parallel_hazard_walker (node=0x55e38ddaa3d8, context=0x7ffc985f2170) at ../... [09:04:06.799] #9 0x000055e37d240715 in expression_tree_walker_impl (node=0x55e38dda9008, walker=0x55e37d315a20 <max_pa... |
| core | [09:04:07.286] #0 0x00007fadee8a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:07.286] #1 0x00007fadee859fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:07.286] #2 0x00007fadee844472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:07.286] #3 0x00007fadeea1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:07.286] #4 0x00007fadeea2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:07.286] #5 0x00007fadeea0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x561ee66735f... [09:04:07.286] #6 0x0000561ee58d7d42 in max_parallel_hazard_walker (node=0x561ef9bd1a40, context=0x7fff70f06f60) at ../... [09:04:07.286] #7 0x0000561ee5801902 in expression_tree_walker_impl (node=node@entry=0x561ef9bd2c00, walker=walker@entr... [09:04:07.286] #8 0x0000561ee58d7b29 in max_parallel_hazard_walker (node=0x561ef9bd2c00, context=0x7fff70f06f60) at ../... [09:04:07.286] #9 0x0000561ee5802715 in expression_tree_walker_impl (node=0x561ef9bd1ac0, walker=0x561ee58d7a20 <max_pa... |
| core | [09:04:07.776] #0 0x00007faeb14a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:07.776] #1 0x00007faeb1459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:07.776] #2 0x00007faeb1444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:07.776] #3 0x00007faeb161e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:07.776] #4 0x00007faeb162aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:07.776] #5 0x00007faeb160dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x563226d825f... [09:04:07.776] #6 0x0000563225fe6d42 in max_parallel_hazard_walker (node=0x563229eb5378, context=0x7ffd38043830) at ../... [09:04:07.776] #7 0x0000563225f11715 in expression_tree_walker_impl (node=0x563229eb53f8, walker=0x563225fe6a20 <max_pa... [09:04:07.776] #8 0x0000563225f1066c in expression_tree_walker_impl (node=node@entry=0x563229eb5448, walker=walker@entr... [09:04:07.776] #9 0x0000563225fe6b29 in max_parallel_hazard_walker (node=0x563229eb5448, context=0x7ffd38043830) at ../... |
| core | [09:04:08.291] #0 0x00007ff1aaaa8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:08.291] #1 0x00007ff1aaa59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:08.291] #2 0x00007ff1aaa44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:08.291] #3 0x00007ff1aac1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:08.291] #4 0x00007ff1aac2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:08.291] #5 0x00007ff1aac0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x563c638815f... [09:04:08.291] #6 0x0000563c62ae5d42 in max_parallel_hazard_walker (node=0x563c6834d648, context=0x7fff0a585990) at ../... [09:04:08.291] #7 0x0000563c62a0f902 in expression_tree_walker_impl (node=node@entry=0x563c6834ea98, walker=walker@entr... [09:04:08.291] #8 0x0000563c62ae5b29 in max_parallel_hazard_walker (node=0x563c6834ea98, context=0x7fff0a585990) at ../... [09:04:08.291] #9 0x0000563c62a10715 in expression_tree_walker_impl (node=0x563c6834d6c8, walker=0x563c62ae5a20 <max_pa... |
| core | [09:04:08.778] #0 0x00007fbcee8a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:08.778] #1 0x00007fbcee859fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:08.778] #2 0x00007fbcee844472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:08.778] #3 0x00007fbceea1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:08.778] #4 0x00007fbceea2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:08.778] #5 0x00007fbceea0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55aca1b165f... [09:04:08.778] #6 0x000055aca0d7ad42 in max_parallel_hazard_walker (node=0x55aca5e47f68, context=0x7ffd0d9942b0) at ../... [09:04:08.778] #7 0x000055aca0ca5715 in expression_tree_walker_impl (node=0x55aca5e47fe8, walker=0x55aca0d7aa20 <max_pa... [09:04:08.778] #8 0x000055aca0ca466c in expression_tree_walker_impl (node=node@entry=0x55aca5e48038, walker=walker@entr... [09:04:08.778] #9 0x000055aca0d7ab29 in max_parallel_hazard_walker (node=0x55aca5e48038, context=0x7ffd0d9942b0) at ../... |
| core | [09:04:09.283] #0 0x00007f9f064a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:09.283] #1 0x00007f9f06459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:09.283] #2 0x00007f9f06444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:09.283] #3 0x00007f9f0661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:09.283] #4 0x00007f9f0662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:09.283] #5 0x00007f9f0660dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55574b66f5f... [09:04:09.283] #6 0x000055574a8d3d42 in max_parallel_hazard_walker (node=0x55578aa42e48, context=0x7ffc789aaa60) at ../... [09:04:09.283] #7 0x000055574a7fd902 in expression_tree_walker_impl (node=node@entry=0x55578aa44298, walker=walker@entr... [09:04:09.283] #8 0x000055574a8d3b29 in max_parallel_hazard_walker (node=0x55578aa44298, context=0x7ffc789aaa60) at ../... [09:04:09.283] #9 0x000055574a7fe715 in expression_tree_walker_impl (node=0x55578aa42ec8, walker=0x55574a8d3a20 <max_pa... |
| core | [09:04:10.283] #0 0x00007ff3d5ea8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:10.283] #1 0x00007ff3d5e59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:10.283] #2 0x00007ff3d5e44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:10.283] #3 0x00007ff3d601e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:10.283] #4 0x00007ff3d602aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:10.283] #5 0x00007ff3d600dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55f33d8975f... [09:04:10.283] #6 0x000055f33cafbd42 in max_parallel_hazard_walker (node=0x55f37bcec378, context=0x7ffd2b765700) at ../... [09:04:10.283] #7 0x000055f33ca26715 in expression_tree_walker_impl (node=0x55f37bcec3f8, walker=0x55f33cafba20 <max_pa... [09:04:10.283] #8 0x000055f33ca2566c in expression_tree_walker_impl (node=node@entry=0x55f37bcec448, walker=walker@entr... [09:04:10.283] #9 0x000055f33cafbb29 in max_parallel_hazard_walker (node=0x55f37bcec448, context=0x7ffd2b765700) at ../... |
| core | [09:04:10.972] #0 0x00007f9f064a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:10.972] #1 0x00007f9f06459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:10.972] #2 0x00007f9f06444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:10.972] #3 0x00007f9f0661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:10.972] #4 0x00007f9f0662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:10.972] #5 0x00007f9f0660dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55574b66f5f... [09:04:10.972] #6 0x000055574a8d3d42 in max_parallel_hazard_walker (node=0x55578aa2e4e8, context=0x7ffc789aaa60) at ../... [09:04:10.972] #7 0x000055574a7fe715 in expression_tree_walker_impl (node=0x55578aa2e568, walker=0x55574a8d3a20 <max_pa... [09:04:10.972] #8 0x000055574a7fd66c in expression_tree_walker_impl (node=node@entry=0x55578aa2e5b8, walker=walker@entr... [09:04:10.972] #9 0x000055574a8d3b29 in max_parallel_hazard_walker (node=0x55578aa2e5b8, context=0x7ffc789aaa60) at ../... |
| core | [09:04:11.474] #0 0x00007f14676a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:11.474] #1 0x00007f1467659fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:11.474] #2 0x00007f1467644472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:11.474] #3 0x00007f146781e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:11.474] #4 0x00007f146782aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:11.474] #5 0x00007f146780dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x56179b5025f... [09:04:11.474] #6 0x000056179a766d42 in max_parallel_hazard_walker (node=0x5617b9b049d0, context=0x7ffcbe032050) at ../... [09:04:11.474] #7 0x000056179a690902 in expression_tree_walker_impl (node=node@entry=0x5617b9b05b40, walker=walker@entr... [09:04:11.474] #8 0x000056179a766b29 in max_parallel_hazard_walker (node=0x5617b9b05b40, context=0x7ffcbe032050) at ../... [09:04:11.474] #9 0x000056179a691715 in expression_tree_walker_impl (node=0x5617b9b04a50, walker=0x56179a766a20 <max_pa... |
| core | [09:04:11.983] #0 0x00007f9f064a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:11.983] #1 0x00007f9f06459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:11.983] #2 0x00007f9f06444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:11.983] #3 0x00007f9f0661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:11.983] #4 0x00007f9f0662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:11.983] #5 0x00007f9f0660dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55574b66f5f... [09:04:11.983] #6 0x000055574a8d3d42 in max_parallel_hazard_walker (node=0x55578a97ab18, context=0x7ffc789aaa60) at ../... [09:04:11.983] #7 0x000055574a7fd902 in expression_tree_walker_impl (node=node@entry=0x55578a97bf68, walker=walker@entr... [09:04:11.983] #8 0x000055574a8d3b29 in max_parallel_hazard_walker (node=0x55578a97bf68, context=0x7ffc789aaa60) at ../... [09:04:11.983] #9 0x000055574a7fe715 in expression_tree_walker_impl (node=0x55578a97ab98, walker=0x55574a8d3a20 <max_pa... |
| core | [09:04:12.550] #0 0x00007f9f064a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:12.550] #1 0x00007f9f06459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:12.550] #2 0x00007f9f06444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:12.550] #3 0x00007f9f0661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:12.550] #4 0x00007f9f0662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:12.550] #5 0x00007f9f0660dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55574b66f5f... [09:04:12.550] #6 0x000055574a8d3d42 in max_parallel_hazard_walker (node=0x55578aa71c18, context=0x7ffc789aaa60) at ../... [09:04:12.550] #7 0x000055574a7fd902 in expression_tree_walker_impl (node=node@entry=0x55578aa73068, walker=walker@entr... [09:04:12.550] #8 0x000055574a8d3b29 in max_parallel_hazard_walker (node=0x55578aa73068, context=0x7ffc789aaa60) at ../... [09:04:12.550] #9 0x000055574a7fe715 in expression_tree_walker_impl (node=0x55578aa71c98, walker=0x55574a8d3a20 <max_pa... |
| core | [09:04:13.034] #0 0x00007ff1074a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:13.034] #1 0x00007ff107459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:13.034] #2 0x00007ff107444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:13.034] #3 0x00007ff10761e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:13.034] #4 0x00007ff10762aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:13.034] #5 0x00007ff10760dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x557dea7725f... [09:04:13.034] #6 0x0000557de99d6d42 in max_parallel_hazard_walker (node=0x557e1bad9910, context=0x7fff5c059e50) at ../... [09:04:13.034] #7 0x0000557de9900902 in expression_tree_walker_impl (node=node@entry=0x557e1badaa80, walker=walker@entr... [09:04:13.034] #8 0x0000557de99d6b29 in max_parallel_hazard_walker (node=0x557e1badaa80, context=0x7fff5c059e50) at ../... [09:04:13.034] #9 0x0000557de9901715 in expression_tree_walker_impl (node=0x557e1bad9990, walker=0x557de99d6a20 <max_pa... |
| core | [09:04:13.541] #0 0x00007f35bcea8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:13.541] #1 0x00007f35bce59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:13.541] #2 0x00007f35bce44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:13.541] #3 0x00007f35bd01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:13.541] #4 0x00007f35bd02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:13.541] #5 0x00007f35bd00dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x56049eef15f... [09:04:13.541] #6 0x000056049e155d42 in max_parallel_hazard_walker (node=0x5604b1b0b408, context=0x7ffc67182630) at ../... [09:04:13.541] #7 0x000056049e080715 in expression_tree_walker_impl (node=0x5604b1b0b488, walker=0x56049e155a20 <max_pa... [09:04:13.541] #8 0x000056049e07f66c in expression_tree_walker_impl (node=node@entry=0x5604b1b0b4d8, walker=walker@entr... [09:04:13.541] #9 0x000056049e155b29 in max_parallel_hazard_walker (node=0x5604b1b0b4d8, context=0x7ffc67182630) at ../... |
| core | [09:04:14.069] #0 0x00007f3dcd0a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:14.069] #1 0x00007f3dcd059fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:14.069] #2 0x00007f3dcd044472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:14.069] #3 0x00007f3dcd21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:14.069] #4 0x00007f3dcd22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:14.069] #5 0x00007f3dcd20dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55e80fdc35f... [09:04:14.069] #6 0x000055e80f027d42 in max_parallel_hazard_walker (node=0x55e821443738, context=0x7ffe6dcecd90) at ../... [09:04:14.069] #7 0x000055e80ef51902 in expression_tree_walker_impl (node=node@entry=0x55e821444b88, walker=walker@entr... [09:04:14.069] #8 0x000055e80f027b29 in max_parallel_hazard_walker (node=0x55e821444b88, context=0x7ffe6dcecd90) at ../... [09:04:14.069] #9 0x000055e80ef52715 in expression_tree_walker_impl (node=0x55e8214437b8, walker=0x55e80f027a20 <max_pa... |
| core | [09:04:14.554] #0 0x00007f471e2a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:14.554] #1 0x00007f471e259fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:14.554] #2 0x00007f471e244472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:14.554] #3 0x00007f471e41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:14.554] #4 0x00007f471e42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:14.554] #5 0x00007f471e40dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d536aa15f... [09:04:14.554] #6 0x000055d535d05d42 in max_parallel_hazard_walker (node=0x55d541cc2f68, context=0x7ffc9e8e5610) at ../... [09:04:14.554] #7 0x000055d535c30715 in expression_tree_walker_impl (node=0x55d541cc2fe8, walker=0x55d535d05a20 <max_pa... [09:04:14.554] #8 0x000055d535c2f66c in expression_tree_walker_impl (node=node@entry=0x55d541cc3038, walker=walker@entr... [09:04:14.554] #9 0x000055d535d05b29 in max_parallel_hazard_walker (node=0x55d541cc3038, context=0x7ffc9e8e5610) at ../... |
| core | [09:04:16.160] #0 0x00007f9f064a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:16.160] #1 0x00007f9f06459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:16.160] #2 0x00007f9f06444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:16.160] #3 0x00007f9f0661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:16.160] #4 0x00007f9f0662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:16.160] #5 0x00007f9f0660dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55574b66f5f... [09:04:16.160] #6 0x000055574a8d3d42 in max_parallel_hazard_walker (node=0x55578aa354b0, context=0x7ffc789aa630) at ../... [09:04:16.160] #7 0x000055574a7fe715 in expression_tree_walker_impl (node=0x55578aa35530, walker=0x55574a8d3a20 <max_pa... [09:04:16.160] #8 0x000055574a7fd66c in expression_tree_walker_impl (node=node@entry=0x55578aa35580, walker=walker@entr... [09:04:16.160] #9 0x000055574a8d3b29 in max_parallel_hazard_walker (node=0x55578aa35580, context=0x7ffc789aa630) at ../... |
| core | [09:04:16.822] #0 0x00007f9f064a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:16.822] #1 0x00007f9f06459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:16.822] #2 0x00007f9f06444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:16.822] #3 0x00007f9f0661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:16.822] #4 0x00007f9f0662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:16.822] #5 0x00007f9f0660dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55574b66f5f... [09:04:16.822] #6 0x000055574a8d3d42 in max_parallel_hazard_walker (node=0x55578aa2c588, context=0x7ffc789aaa60) at ../... [09:04:16.822] #7 0x000055574a7fd902 in expression_tree_walker_impl (node=node@entry=0x55578aa2d9d8, walker=walker@entr... [09:04:16.822] #8 0x000055574a8d3b29 in max_parallel_hazard_walker (node=0x55578aa2d9d8, context=0x7ffc789aaa60) at ../... [09:04:16.822] #9 0x000055574a7fe715 in expression_tree_walker_impl (node=0x55578aa2c608, walker=0x55574a8d3a20 <max_pa... |
| core | [09:04:17.326] #0 0x00007fe1bbea8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:17.326] #1 0x00007fe1bbe59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:17.326] #2 0x00007fe1bbe44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:17.326] #3 0x00007fe1bc01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:17.326] #4 0x00007fe1bc02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:17.326] #5 0x00007fe1bc00dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d940a875f... [09:04:17.326] #6 0x000055d93fcebd42 in max_parallel_hazard_walker (node=0x55d949543378, context=0x7fff34833fa0) at ../... [09:04:17.326] #7 0x000055d93fc16715 in expression_tree_walker_impl (node=0x55d9495433f8, walker=0x55d93fceba20 <max_pa... [09:04:17.326] #8 0x000055d93fc1566c in expression_tree_walker_impl (node=node@entry=0x55d949543448, walker=walker@entr... [09:04:17.326] #9 0x000055d93fcebb29 in max_parallel_hazard_walker (node=0x55d949543448, context=0x7fff34833fa0) at ../... |
| core | [09:04:17.831] #0 0x00007f9f064a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:17.831] #1 0x00007f9f06459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:17.831] #2 0x00007f9f06444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:17.831] #3 0x00007f9f0661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:17.831] #4 0x00007f9f0662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:17.831] #5 0x00007f9f0660dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55574b66f5f... [09:04:17.831] #6 0x000055574a8d3d42 in max_parallel_hazard_walker (node=0x55578aa41d68, context=0x7ffc789aaa60) at ../... [09:04:17.831] #7 0x000055574a7fe715 in expression_tree_walker_impl (node=0x55578aa41de8, walker=0x55574a8d3a20 <max_pa... [09:04:17.831] #8 0x000055574a7fd66c in expression_tree_walker_impl (node=node@entry=0x55578aa41e38, walker=walker@entr... [09:04:17.831] #9 0x000055574a8d3b29 in max_parallel_hazard_walker (node=0x55578aa41e38, context=0x7ffc789aaa60) at ../... |
| core | [09:04:18.467] #0 0x00007f6721ca8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:18.467] #1 0x00007f6721c59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:18.467] #2 0x00007f6721c44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:18.467] #3 0x00007f6721e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:18.467] #4 0x00007f6721e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:18.467] #5 0x00007f6721e0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5555ed43d5f... [09:04:18.467] #6 0x00005555ec6a1d42 in max_parallel_hazard_walker (node=0x55560156f898, context=0x7ffe0d862ed0) at ../... [09:04:18.467] #7 0x00005555ec5cb902 in expression_tree_walker_impl (node=node@entry=0x555601570ce8, walker=walker@entr... [09:04:18.467] #8 0x00005555ec6a1b29 in max_parallel_hazard_walker (node=0x555601570ce8, context=0x7ffe0d862ed0) at ../... [09:04:18.467] #9 0x00005555ec5cc715 in expression_tree_walker_impl (node=0x55560156f918, walker=0x5555ec6a1a20 <max_pa... |
| core | [09:04:18.957] #0 0x00007f3922ea8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:18.957] #1 0x00007f3922e59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:18.957] #2 0x00007f3922e44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:18.957] #3 0x00007f392301e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:18.957] #4 0x00007f392302aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:18.957] #5 0x00007f392300dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5623d33855f... [09:04:18.957] #6 0x00005623d25e9d42 in max_parallel_hazard_walker (node=0x5623e5d211d8, context=0x7ffe8252e6b0) at ../... [09:04:18.957] #7 0x00005623d2514715 in expression_tree_walker_impl (node=0x5623e5d21258, walker=0x5623d25e9a20 <max_pa... [09:04:18.957] #8 0x00005623d251366c in expression_tree_walker_impl (node=node@entry=0x5623e5d212a8, walker=walker@entr... [09:04:18.957] #9 0x00005623d25e9b29 in max_parallel_hazard_walker (node=0x5623e5d212a8, context=0x7ffe8252e6b0) at ../... |
| core | [09:04:19.458] #0 0x00007fabcd2a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:19.458] #1 0x00007fabcd259fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:19.458] #2 0x00007fabcd244472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:19.458] #3 0x00007fabcd41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:19.458] #4 0x00007fabcd42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:19.458] #5 0x00007fabcd40dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55e5f9b535f... [09:04:19.458] #6 0x000055e5f8db7d42 in max_parallel_hazard_walker (node=0x55e622fdd378, context=0x7ffc5ac93410) at ../... [09:04:19.458] #7 0x000055e5f8ce2715 in expression_tree_walker_impl (node=0x55e622fdd3f8, walker=0x55e5f8db7a20 <max_pa... [09:04:19.458] #8 0x000055e5f8ce166c in expression_tree_walker_impl (node=node@entry=0x55e622fdd448, walker=walker@entr... [09:04:19.458] #9 0x000055e5f8db7b29 in max_parallel_hazard_walker (node=0x55e622fdd448, context=0x7ffc5ac93410) at ../... |
| core | [09:04:19.967] #0 0x00007f7377aa8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:19.967] #1 0x00007f7377a59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:19.967] #2 0x00007f7377a44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:19.967] #3 0x00007f7377c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:19.967] #4 0x00007f7377c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:19.967] #5 0x00007f7377c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x563db74995f... [09:04:19.967] #6 0x0000563db66fdd42 in max_parallel_hazard_walker (node=0x563de8782378, context=0x7ffcf27a7410) at ../... [09:04:19.967] #7 0x0000563db6628715 in expression_tree_walker_impl (node=0x563de87823f8, walker=0x563db66fda20 <max_pa... [09:04:19.967] #8 0x0000563db662766c in expression_tree_walker_impl (node=node@entry=0x563de8782448, walker=walker@entr... [09:04:19.967] #9 0x0000563db66fdb29 in max_parallel_hazard_walker (node=0x563de8782448, context=0x7ffcf27a7410) at ../... |
| core | [09:04:20.508] #0 0x00007efc32aa8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:20.508] #1 0x00007efc32a59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:20.508] #2 0x00007efc32a44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [09:04:20.508] #3 0x00007efc32c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [09:04:20.508] #4 0x00007efc32c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [09:04:20.508] #5 0x00007efc32c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55e7a7c3e5f... [09:04:20.508] #6 0x000055e7a6ea2d42 in max_parallel_hazard_walker (node=0x55e7a8cfd1a0, context=0x7ffdc5fa1940) at ../... [09:04:20.508] #7 0x000055e7a6dcd715 in expression_tree_walker_impl (node=0x55e7a8cfd220, walker=0x55e7a6ea2a20 <max_pa... [09:04:20.508] #8 0x000055e7a6dcc66c in expression_tree_walker_impl (node=node@entry=0x55e7a8cfd2e0, walker=walker@entr... [09:04:20.508] #9 0x000055e7a6ea2b29 in max_parallel_hazard_walker (node=0x55e7a8cfd2e0, context=0x7ffdc5fa1940) at ../... |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out /tmp/cirrus-ci-build/build/testrun/btree_... --- /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out 2025-09-20 08:51:54.407536498 +0000 +++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/without_overlaps.out 2025-09-20 08:57:55.595629068 +00... @@ -9,84 +9,7 @@ CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) ); \d temporal_rng - Table "public.temporal_rng" - Column | Type | Collation | Nullable | Default -----------+-----------+-----------+----------+--------- - id | integer | | not null | - valid_at | daterange | | not null | -Indexes: - "temporal_rng_pk" PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) - -SELECT pg_get_constraintdef(oid) FROM pg_constraint WHERE conname = 'temporal_rng_pk'; - pg_get_constraintdef ---------------------------------------------- - PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) -(1 row) ... |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/earthdistance/expected/earthdistance.out /tmp/cirrus-ci-build/build/testrun/earthd... --- /tmp/cirrus-ci-build/contrib/earthdistance/expected/earthdistance.out 2025-09-20 08:51:54.427498058 +0000 +++ /tmp/cirrus-ci-build/build/testrun/earthdistance/regress/results/earthdistance.out 2025-09-20 08:57:56.755624067 +00... @@ -1053,46 +1053,7 @@ drop extension cube cascade; NOTICE: drop cascades to column f1 of table foo \d foo - Table "public.foo" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - f2 | integer | | | - --- list what's installed -\dT public.* - List of data types - Schema | Name | Description ---------+------+------------- -(0 rows) - -\df public.* ... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/bit.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg... --- /tmp/cirrus-ci-build/src/test/regress/expected/bit.out 2025-09-20 08:51:56.296273095 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/bit.out 2025-09-20 08:56:36.975911987 +000... @@ -772,79 +772,7 @@ b4 bit varying(5) DEFAULT B'0101' ); \d bit_defaults - Table "public.bit_defaults" - Column | Type | Collation | Nullable | Default ---------+----------------+-----------+----------+--------------------- - b1 | bit(4) | | | '1001'::"bit" - b2 | bit(4) | | | '0101'::"bit" - b3 | bit varying(5) | | | '1001'::bit varying - b4 | bit varying(5) | | | '0101'::"bit" - -INSERT INTO bit_defaults DEFAULT VALUES; -TABLE bit_defaults; - b1 | b2 | b3 | b4 -------+------+------+------ - 1001 | 0101 | 1001 | 0101 ... |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres... --- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out 2025-09-20 08:51:54.523313549 +0000 +++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2025-09-20 08:58:10.599563301 +0000 @@ -397,12314 +397,7 @@ -- subquery SELECT * FROM ft1 t1 WHERE t1.c3 IN (SELECT c3 FROM ft2 t2 WHERE c1 <= 10) ORDER BY c1; - c1 | c2 | c3 | c4 | c5 | c6 | c7 | c8 -----+----+-------+------------------------------+--------------------------+----+------------+----- - 1 | 1 | 00001 | Fri Jan 02 00:00:00 1970 PST | Fri Jan 02 00:00:00 1970 | 1 | 1 | foo - 2 | 2 | 00002 | Sat Jan 03 00:00:00 1970 PST | Sat Jan 03 00:00:00 1970 | 2 | 2 | foo - 3 | 3 | 00003 | Sun Jan 04 00:00:00 1970 PST | Sun Jan 04 00:00:00 1970 | 3 | 3 | foo - 4 | 4 | 00004 | Mon Jan 05 00:00:00 1970 PST | Mon Jan 05 00:00:00 1970 | 4 | 4 | foo - 5 | 5 | 00005 | Tue Jan 06 00:00:00 1970 PST | Tue Jan 06 00:00:00 1970 | 5 | 5 | foo - 6 | 6 | 00006 | Wed Jan 07 00:00:00 1970 PST | Wed Jan 07 00:00:00 1970 | 6 | 6 | foo - 7 | 7 | 00007 | Thu Jan 08 00:00:00 1970 PST | Thu Jan 08 00:00:00 1970 | 7 | 7 | foo - 8 | 8 | 00008 | Fri Jan 09 00:00:00 1970 PST | Fri Jan 09 00:00:00 1970 | 8 | 8 | foo - 9 | 9 | 00009 | Sat Jan 10 00:00:00 1970 PST | Sat Jan 10 00:00:00 1970 | 9 | 9 | foo - 10 | 0 | 00010 | Sun Jan 11 00:00:00 1970 PST | Sun Jan 11 00:00:00 1970 | 0 | 0 | foo -(10 rows) ... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/bit.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r... --- /tmp/cirrus-ci-build/src/test/regress/expected/bit.out 2025-09-20 08:51:56.296273095 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/bit.out 2025-09-20 08:57:19.655774821 +0... @@ -772,79 +772,7 @@ b4 bit varying(5) DEFAULT B'0101' ); \d bit_defaults - Table "public.bit_defaults" - Column | Type | Collation | Nullable | Default ---------+----------------+-----------+----------+--------------------- - b1 | bit(4) | | | '1001'::"bit" - b2 | bit(4) | | | '0101'::"bit" - b3 | bit varying(5) | | | '1001'::bit varying - b4 | bit varying(5) | | | '0101'::"bit" - -INSERT INTO bit_defaults DEFAULT VALUES; -TABLE bit_defaults; - b1 | b2 | b3 | b4 -------+------+------+------ - 1001 | 0101 | 1001 | 0101 ... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/bit.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul... --- /tmp/cirrus-ci-build/src/test/regress/expected/bit.out 2025-09-20 08:51:56.296273095 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/bit.out 2025-09-20 08:56:35.499915684 +0000 @@ -772,79 +772,7 @@ b4 bit varying(5) DEFAULT B'0101' ); \d bit_defaults - Table "public.bit_defaults" - Column | Type | Collation | Nullable | Default ---------+----------------+-----------+----------+--------------------- - b1 | bit(4) | | | '1001'::"bit" - b2 | bit(4) | | | '0101'::"bit" - b3 | bit varying(5) | | | '1001'::bit varying - b4 | bit varying(5) | | | '0101'::"bit" - -INSERT INTO bit_defaults DEFAULT VALUES; -TABLE bit_defaults; - b1 | b2 | b3 | b4 -------+------+------+------ - 1001 | 0101 | 1001 | 0101 ... |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/seg/expected/partition.out /tmp/cirrus-ci-build/build/testrun/seg/regress/results/... --- /tmp/cirrus-ci-build/contrib/seg/expected/partition.out 2025-09-20 08:51:54.535290485 +0000 +++ /tmp/cirrus-ci-build/build/testrun/seg/regress/results/partition.out 2025-09-20 08:58:10.459563926 +0000 @@ -24,31 +24,7 @@ create table pt34 partition of pt for values in (3,4); insert into pt values(4, '-1 .. 1'::seg, 'foo'); \d+ pt - Partitioned table "public.pt" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description -----------+---------+-----------+----------+---------+----------+--------------+------------- - category | integer | | | | plain | | - sdata | seg | | | | plain | | - tdata | text | | | | extended | | -Partition key: LIST (category) -Indexes: - "pti1" btree ((mydouble(category) + 1)) - "pti2" btree (sdata) - "pti3" btree (tdata COLLATE mycollation) -Partitions: pt12 FOR VALUES IN (1, 2), - pt34 FOR VALUES IN (3, 4) ... |
| regress | diff -U3 /tmp/cirrus-ci-build/contrib/test_decoding/expected/ddl.out /tmp/cirrus-ci-build/build/testrun/test_decoding/re...
--- /tmp/cirrus-ci-build/contrib/test_decoding/expected/ddl.out 2025-09-20 08:51:54.551259733 +0000
+++ /tmp/cirrus-ci-build/build/testrun/test_decoding/regress/results/ddl.out 2025-09-20 08:58:15.755540209 +0000
@@ -484,374 +484,7 @@
WITH (user_catalog_table = true)
;
\d+ replication_metadata
- Table "public.replication_metadata"
- Column | Type | Collation | Nullable | Default | Storage | Stats target...
-----------+---------+-----------+----------+--------------------------------------------------+----------+-------------...
- id | integer | | not null | nextval('replication_metadata_id_seq'::regclass) | plain | ...
- relation | name | | not null | | plain | ...
- options | text[] | | | | extended | ...
-Indexes:
- "replication_metadata_pkey" PRIMARY KEY, btree (id)
-Not-null constraints:
- "replication_metadata_id_not_null" NOT NULL "id"
- "replication_metadata_relation_not_null" NOT NULL "relation"
-Options: user_catalog_table=true
-
... |
| tap | [08:56:48.260](14.161s) not ok 5 - regression tests pass [08:56:59.377](2.310s) not ok 14 - run of pg_upgrade --check for new instance [08:56:59.378](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade --check success [08:56:59.548](0.170s) not ok 16 - run of pg_upgrade for new instance [08:56:59.548](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success [08:56:59.721](0.045s) not ok 18 - check that locales in new cluster match original cluster [08:57:00.172](0.022s) not ok 20 - old and new dumps match after pg_upgrade |
| tap | [08:56:38.563](0.001s) not ok 2 - run of pg_upgrade where the new cluster has insufficient "max_replication_slots" stdou... [08:56:41.192](0.000s) not ok 6 - run of pg_upgrade of old cluster with slots having unconsumed WAL records stdout /(?^:... |
| tap | [08:56:43.551](0.001s) not ok 2 - run of pg_upgrade where the new cluster has insufficient max_active_replication_origin... |
| tap | [08:56:44.811](6.452s) not ok 13 - run of pg_upgrade [08:56:44.831](0.000s) not ok 16 - the default char signedness is updated during pg_upgrade: matches |
| tap | [08:56:45.425](11.621s) not ok 1 - pg_upgrade with transfer mode --clone: stdout matches [08:56:55.067](5.594s) not ok 3 - pg_upgrade with transfer mode --copy: stdout matches [08:57:01.544](4.858s) not ok 5 - pg_upgrade with transfer mode --copy-file-range: stdout matches [08:57:08.465](5.290s) not ok 7 - pg_upgrade with transfer mode --link: stdout matches [08:57:16.425](5.585s) not ok 9 - pg_upgrade with transfer mode --swap: stdout matches |
| tap | [08:57:28.333](11.366s) not ok 2 - regression tests pass [08:57:28.334](0.000s) not ok 3 - primary alive after regression test run |
| test | [09:01:24.357] 6/351 postgresql:pg_upgrade / pg_upgrade/003_logical_slots ERROR ... [09:01:24.357] 7/351 postgresql:pg_upgrade / pg_upgrade/004_subscription ERROR ... [09:01:24.357] 8/351 postgresql:pg_upgrade / pg_upgrade/005_char_signedness ERROR ... [09:01:24.357] 5/351 postgresql:regress / regress/regress ERROR ... [09:01:24.357] 12/351 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [09:01:24.357] 9/351 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes ERROR ... [09:01:24.357] 41/351 postgresql:recovery / recovery/027_stream_regress ERROR ... [09:01:24.357] 74/351 postgresql:btree_gist / btree_gist/regress ERROR ... [09:01:24.357] 76/351 postgresql:earthdistance / earthdistance/regress ERROR ... [09:01:24.357] 103/351 postgresql:seg / seg/regress ERROR ... [09:01:24.357] 104/351 postgresql:postgres_fdw / postgres_fdw/regress ERROR ... [09:01:24.357] 115/351 postgresql:test_decoding / test_decoding/regress ERROR ... [09:01:24.357] 295/351 postgresql:subscription / subscription/025_rep_changes_for_schema ERROR ... [09:01:24.357] 299/351 postgresql:subscription / subscription/030_origin ERROR ... [09:01:24.357] 302/351 postgresql:subscription / subscription/035_conflicts ERROR ... |
| 55/5357 | New predefined role pg_manage_extensions |
| Windows - Server 2019, VS 2019 - Meson & ninja | |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re... --- C:/cirrus/src/pl/plperl/expected/plperl_setup.out 2025-09-20 06:03:19.784041700 +0000 +++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out 2025-09-20 06:09:43.175939000 +0000 @@ -12,7 +12,7 @@ HINT: Must have CREATE privilege on current database to create this extension. CREATE EXTENSION plperlu; -- fail ERROR: permission denied to create extension "plperlu" -HINT: Must be superuser to create this extension. +HINT: Must be superuser or member of pg_manage_extensions to create this extension. RESET ROLE; DO $$ begin @@ -24,7 +24,7 @@ CREATE EXTENSION plperl; CREATE EXTENSION plperlu; -- fail ERROR: permission denied to create extension "plperlu" -HINT: Must be superuser to create this extension. +HINT: Must be superuser or member of pg_manage_extensions to create this extension. CREATE SCHEMA plperl_setup_scratch; SET search_path = plperl_setup_scratch; ... |
| test | [06:17:15.742] 55/344 postgresql:plperl / plperl/regress ERROR ... |
| Windows - Server 2019, MinGW64 - Meson | |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re... --- C:/cirrus/src/pl/plperl/expected/plperl_setup.out 2025-09-20 06:03:22.407587900 +0000 +++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out 2025-09-20 06:10:57.445574200 +0000 @@ -12,7 +12,7 @@ HINT: Must have CREATE privilege on current database to create this extension. CREATE EXTENSION plperlu; -- fail ERROR: permission denied to create extension "plperlu" -HINT: Must be superuser to create this extension. +HINT: Must be superuser or member of pg_manage_extensions to create this extension. RESET ROLE; DO $$ begin @@ -24,7 +24,7 @@ CREATE EXTENSION plperl; CREATE EXTENSION plperlu; -- fail ERROR: permission denied to create extension "plperlu" -HINT: Must be superuser to create this extension. +HINT: Must be superuser or member of pg_manage_extensions to create this extension. CREATE SCHEMA plperl_setup_scratch; SET search_path = plperl_setup_scratch; ... |
| test | [06:18:18.221] 58/347 postgresql:plperl / plperl/regress ERROR ... |
| macOS - Sonoma - Meson | |
| regress | diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out /Users/admin/pgsql/build/testrun/plperl/regress/resu... --- /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out 2025-09-20 06:02:11 +++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_setup.out 2025-09-20 06:04:27 @@ -12,7 +12,7 @@ HINT: Must have CREATE privilege on current database to create this extension. CREATE EXTENSION plperlu; -- fail ERROR: permission denied to create extension "plperlu" -HINT: Must be superuser to create this extension. +HINT: Must be superuser or member of pg_manage_extensions to create this extension. RESET ROLE; DO $$ begin @@ -24,7 +24,7 @@ CREATE EXTENSION plperl; CREATE EXTENSION plperlu; -- fail ERROR: permission denied to create extension "plperlu" -HINT: Must be superuser to create this extension. +HINT: Must be superuser or member of pg_manage_extensions to create this extension. CREATE SCHEMA plperl_setup_scratch; SET search_path = plperl_setup_scratch; ... |
| test | [06:06:33.563] 55/350 postgresql:plperl / plperl/regress ERROR ... |
| Linux - Debian Bookworm - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/... --- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out 2025-09-20 06:03:11.768527650 +0000 +++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out 2025-09-20 06:07:15.883225241 +0000 @@ -12,7 +12,7 @@ HINT: Must have CREATE privilege on current database to create this extension. CREATE EXTENSION plperlu; -- fail ERROR: permission denied to create extension "plperlu" -HINT: Must be superuser to create this extension. +HINT: Must be superuser or member of pg_manage_extensions to create this extension. RESET ROLE; DO $$ begin @@ -24,7 +24,7 @@ CREATE EXTENSION plperl; CREATE EXTENSION plperlu; -- fail ERROR: permission denied to create extension "plperlu" -HINT: Must be superuser to create this extension. +HINT: Must be superuser or member of pg_manage_extensions to create this extension. CREATE SCHEMA plperl_setup_scratch; SET search_path = plperl_setup_scratch; ... |
| test | [06:10:57.760] 57/351 postgresql:plperl / plperl/regress ERROR ... |
| Linux - Debian Bookworm - Autoconf | |
| core | [06:15:56.159] #0 <unavailable> in ?? () |
| core | [06:15:56.159] #0 0x00007f84093dfdd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6 [06:15:56.159] #1 0x00007f840938c239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6 [06:15:56.159] #2 0x00007f8409447284 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [06:15:56.159] #3 0x00007f84094598dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
| regress | diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_... --- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out 2025-09-20 06:03:17.154618242 +0000 +++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out 2025-09-20 06:05:09.090593026 +0000 @@ -12,7 +12,7 @@ HINT: Must have CREATE privilege on current database to create this extension. CREATE EXTENSION plperlu; -- fail ERROR: permission denied to create extension "plperlu" -HINT: Must be superuser to create this extension. +HINT: Must be superuser or member of pg_manage_extensions to create this extension. RESET ROLE; DO $$ begin @@ -24,7 +24,7 @@ CREATE EXTENSION plperl; CREATE EXTENSION plperlu; -- fail ERROR: permission denied to create extension "plperlu" -HINT: Must be superuser to create this extension. +HINT: Must be superuser or member of pg_manage_extensions to create this extension. CREATE SCHEMA plperl_setup_scratch; SET search_path = plperl_setup_scratch; ... |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/pl/plperl/expected/plperl_setup.out /home/postgres/postgres/build/testrun/plperl/re... --- /home/postgres/postgres/src/pl/plperl/expected/plperl_setup.out 2025-09-20 06:03:35.282482774 +0000 +++ /home/postgres/postgres/build/testrun/plperl/regress/results/plperl_setup.out 2025-09-20 06:05:33.755792815 +0000 @@ -12,7 +12,7 @@ HINT: Must have CREATE privilege on current database to create this extension. CREATE EXTENSION plperlu; -- fail ERROR: permission denied to create extension "plperlu" -HINT: Must be superuser to create this extension. +HINT: Must be superuser or member of pg_manage_extensions to create this extension. RESET ROLE; DO $$ begin @@ -24,7 +24,7 @@ CREATE EXTENSION plperl; CREATE EXTENSION plperlu; -- fail ERROR: permission denied to create extension "plperlu" -HINT: Must be superuser to create this extension. +HINT: Must be superuser or member of pg_manage_extensions to create this extension. CREATE SCHEMA plperl_setup_scratch; SET search_path = plperl_setup_scratch; ... |
| test | [06:07:48.733] 54/349 postgresql:plperl / plperl/regress ERROR ... |
| FreeBSD - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/... --- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out 2025-09-20 06:03:13.323919000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out 2025-09-20 06:05:26.163662000 +0000 @@ -12,7 +12,7 @@ HINT: Must have CREATE privilege on current database to create this extension. CREATE EXTENSION plperlu; -- fail ERROR: permission denied to create extension "plperlu" -HINT: Must be superuser to create this extension. +HINT: Must be superuser or member of pg_manage_extensions to create this extension. RESET ROLE; DO $$ begin @@ -24,7 +24,7 @@ CREATE EXTENSION plperl; CREATE EXTENSION plperlu; -- fail ERROR: permission denied to create extension "plperlu" -HINT: Must be superuser to create this extension. +HINT: Must be superuser or member of pg_manage_extensions to create this extension. CREATE SCHEMA plperl_setup_scratch; SET search_path = plperl_setup_scratch; ... |
| test | [06:09:40.210] 54/350 postgresql:plperl / plperl/regress ERROR ... |
| 55/5588 | Improvement of var_eq_non_const() |
| macOS - Sonoma - Meson | |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/subselect.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_u...
--- /Users/admin/pgsql/src/test/regress/expected/subselect.out 2025-09-20 02:56:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out 2025-09-20 02:57:30
@@ -2913,13 +2913,15 @@
EXPLAIN (COSTS OFF)
SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
WHERE onek.stringu1 = v.i;
- QUERY PLAN
--------------------------------------------------------------
+ QUERY PLAN
+-------------------------------------------------------------------
Nested Loop
-> Values Scan on "*VALUES*"
- -> Index Scan using onek_stringu1 on onek
- Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+ -> Bitmap Heap Scan on onek
+ Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+ -> Bitmap Index Scan on onek_stringu1
+ Index Cond: (stringu1 = ("*VALUES*".column1)::text)
... |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/subselect.out /Users/admin/pgsql/build/testrun/recovery/027_stream...
--- /Users/admin/pgsql/src/test/regress/expected/subselect.out 2025-09-20 02:56:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/subselect.out 2025-09-20 02:58:09
@@ -2913,13 +2913,15 @@
EXPLAIN (COSTS OFF)
SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
WHERE onek.stringu1 = v.i;
- QUERY PLAN
--------------------------------------------------------------
+ QUERY PLAN
+-------------------------------------------------------------------
Nested Loop
-> Values Scan on "*VALUES*"
- -> Index Scan using onek_stringu1 on onek
- Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+ -> Bitmap Heap Scan on onek
+ Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+ -> Bitmap Index Scan on onek_stringu1
+ Index Cond: (stringu1 = ("*VALUES*".column1)::text)
... |
| regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/subselect.out /Users/admin/pgsql/build/testrun/regress/regress/res...
--- /Users/admin/pgsql/src/test/regress/expected/subselect.out 2025-09-20 02:56:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/subselect.out 2025-09-20 02:57:29
@@ -2913,13 +2913,15 @@
EXPLAIN (COSTS OFF)
SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
WHERE onek.stringu1 = v.i;
- QUERY PLAN
--------------------------------------------------------------
+ QUERY PLAN
+-------------------------------------------------------------------
Nested Loop
-> Values Scan on "*VALUES*"
- -> Index Scan using onek_stringu1 on onek
- Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+ -> Bitmap Heap Scan on onek
+ Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+ -> Bitmap Index Scan on onek_stringu1
+ Index Cond: (stringu1 = ("*VALUES*".column1)::text)
... |
| tap | [02:57:52.236](32.760s) not ok 5 - regression tests pass |
| tap | [02:58:45.885](49.409s) not ok 2 - regression tests pass |
| test | [03:00:29.059] 10/350 postgresql:regress / regress/regress ERROR ... [03:00:29.059] 25/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [03:00:29.059] 133/350 postgresql:recovery / recovery/027_stream_regress ERROR ... |
| Windows - Server 2019, MinGW64 - Meson | |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/subselect.out 2025-09-20 02:57:15.518797000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out 2025-09-20 02:59:33.953355500 +0000
@@ -2913,13 +2913,15 @@
EXPLAIN (COSTS OFF)
SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
WHERE onek.stringu1 = v.i;
- QUERY PLAN
--------------------------------------------------------------
+ QUERY PLAN
+-------------------------------------------------------------------
Nested Loop
-> Values Scan on "*VALUES*"
- -> Index Scan using onek_stringu1 on onek
- Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+ -> Bitmap Heap Scan on onek
+ Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+ -> Bitmap Index Scan on onek_stringu1
+ Index Cond: (stringu1 = ("*VALUES*".column1)::text)
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/recovery/027_stre...
--- C:/cirrus/src/test/regress/expected/subselect.out 2025-09-20 02:57:15.518797000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/subselect.out 2025-09-20 03:02:35.616405900 +0000
@@ -2913,13 +2913,15 @@
EXPLAIN (COSTS OFF)
SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
WHERE onek.stringu1 = v.i;
- QUERY PLAN
--------------------------------------------------------------
+ QUERY PLAN
+-------------------------------------------------------------------
Nested Loop
-> Values Scan on "*VALUES*"
- -> Index Scan using onek_stringu1 on onek
- Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+ -> Bitmap Heap Scan on onek
+ Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+ -> Bitmap Index Scan on onek_stringu1
+ Index Cond: (stringu1 = ("*VALUES*".column1)::text)
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/regress/regress/r...
--- C:/cirrus/src/test/regress/expected/subselect.out 2025-09-20 02:57:15.518797000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/subselect.out 2025-09-20 02:59:26.761485800 +0000
@@ -2913,13 +2913,15 @@
EXPLAIN (COSTS OFF)
SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
WHERE onek.stringu1 = v.i;
- QUERY PLAN
--------------------------------------------------------------
+ QUERY PLAN
+-------------------------------------------------------------------
Nested Loop
-> Values Scan on "*VALUES*"
- -> Index Scan using onek_stringu1 on onek
- Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+ -> Bitmap Heap Scan on onek
+ Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+ -> Bitmap Index Scan on onek_stringu1
+ Index Cond: (stringu1 = ("*VALUES*".column1)::text)
... |
| tap | [03:00:17.534](63.464s) not ok 5 - regression tests pass |
| tap | [03:03:23.251](77.826s) not ok 2 - regression tests pass |
| test | [03:11:19.004] 5/347 postgresql:regress / regress/regress ERROR ... [03:11:19.004] 9/347 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [03:11:19.004] 47/347 postgresql:recovery / recovery/027_stream_regress ERROR ... |
| Linux - Debian Bookworm - Meson | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out 2025-09-20 02:57:16.641347994 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out 2025-09-20 02:59:03.28685357...
@@ -2913,13 +2913,15 @@
EXPLAIN (COSTS OFF)
SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
WHERE onek.stringu1 = v.i;
- QUERY PLAN
--------------------------------------------------------------
+ QUERY PLAN
+-------------------------------------------------------------------
Nested Loop
-> Values Scan on "*VALUES*"
- -> Index Scan using onek_stringu1 on onek
- Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+ -> Bitmap Heap Scan on onek
+ Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+ -> Bitmap Index Scan on onek_stringu1
+ Index Cond: (stringu1 = ("*VALUES*".column1)::text)
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/recovery/027_st...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out 2025-09-20 02:57:16.641347994 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/subselect.out 2025-09-20 03:00:22.894639...
@@ -2913,13 +2913,15 @@
EXPLAIN (COSTS OFF)
SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
WHERE onek.stringu1 = v.i;
- QUERY PLAN
--------------------------------------------------------------
+ QUERY PLAN
+-------------------------------------------------------------------
Nested Loop
-> Values Scan on "*VALUES*"
- -> Index Scan using onek_stringu1 on onek
- Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+ -> Bitmap Heap Scan on onek
+ Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+ -> Bitmap Index Scan on onek_stringu1
+ Index Cond: (stringu1 = ("*VALUES*".column1)::text)
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/regress/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out 2025-09-20 02:57:16.641347994 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/subselect.out 2025-09-20 02:59:00.126844724 +0000
@@ -2913,13 +2913,15 @@
EXPLAIN (COSTS OFF)
SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
WHERE onek.stringu1 = v.i;
- QUERY PLAN
--------------------------------------------------------------
+ QUERY PLAN
+-------------------------------------------------------------------
Nested Loop
-> Values Scan on "*VALUES*"
- -> Index Scan using onek_stringu1 on onek
- Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+ -> Bitmap Heap Scan on onek
+ Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+ -> Bitmap Index Scan on onek_stringu1
+ Index Cond: (stringu1 = ("*VALUES*".column1)::text)
... |
| tap | [03:00:04.324](82.140s) not ok 5 - regression tests pass |
| tap | [03:01:21.046](80.249s) not ok 2 - regression tests pass |
| test | [03:04:40.751] 9/351 postgresql:regress / regress/regress ERROR ... [03:04:40.751] 33/351 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [03:04:40.751] 105/351 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| Windows - Server 2019, VS 2019 - Meson & ninja | |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/subselect.out 2025-09-20 02:57:15.017158800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out 2025-09-20 03:00:11.461488900 +0000
@@ -2913,13 +2913,15 @@
EXPLAIN (COSTS OFF)
SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
WHERE onek.stringu1 = v.i;
- QUERY PLAN
--------------------------------------------------------------
+ QUERY PLAN
+-------------------------------------------------------------------
Nested Loop
-> Values Scan on "*VALUES*"
- -> Index Scan using onek_stringu1 on onek
- Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+ -> Bitmap Heap Scan on onek
+ Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+ -> Bitmap Index Scan on onek_stringu1
+ Index Cond: (stringu1 = ("*VALUES*".column1)::text)
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/recovery/027_stre...
--- C:/cirrus/src/test/regress/expected/subselect.out 2025-09-20 02:57:15.017158800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/subselect.out 2025-09-20 03:03:02.678693500 +0000
@@ -2913,13 +2913,15 @@
EXPLAIN (COSTS OFF)
SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
WHERE onek.stringu1 = v.i;
- QUERY PLAN
--------------------------------------------------------------
+ QUERY PLAN
+-------------------------------------------------------------------
Nested Loop
-> Values Scan on "*VALUES*"
- -> Index Scan using onek_stringu1 on onek
- Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+ -> Bitmap Heap Scan on onek
+ Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+ -> Bitmap Index Scan on onek_stringu1
+ Index Cond: (stringu1 = ("*VALUES*".column1)::text)
... |
| regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/regress/regress/r...
--- C:/cirrus/src/test/regress/expected/subselect.out 2025-09-20 02:57:15.017158800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/subselect.out 2025-09-20 03:00:05.952216700 +0000
@@ -2913,13 +2913,15 @@
EXPLAIN (COSTS OFF)
SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
WHERE onek.stringu1 = v.i;
- QUERY PLAN
--------------------------------------------------------------
+ QUERY PLAN
+-------------------------------------------------------------------
Nested Loop
-> Values Scan on "*VALUES*"
- -> Index Scan using onek_stringu1 on onek
- Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+ -> Bitmap Heap Scan on onek
+ Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+ -> Bitmap Index Scan on onek_stringu1
+ Index Cond: (stringu1 = ("*VALUES*".column1)::text)
... |
| tap | [03:01:39.505](121.082s) not ok 5 - regression tests pass |
| tap | [03:04:32.321](140.853s) not ok 2 - regression tests pass |
| test | [03:11:47.355] 6/344 postgresql:regress / regress/regress ERROR 1... [03:11:47.355] 17/344 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [03:11:47.355] 76/344 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| OpenBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/subselect.out /home/postgres/postgres/build/testrun/pg_upgrad...
--- /home/postgres/postgres/src/test/regress/expected/subselect.out Sat Sep 20 02:57:22 2025
+++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out Sat Sep 20 02:59:23 2025
@@ -2913,13 +2913,15 @@
EXPLAIN (COSTS OFF)
SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
WHERE onek.stringu1 = v.i;
- QUERY PLAN
--------------------------------------------------------------
+ QUERY PLAN
+-------------------------------------------------------------------
Nested Loop
-> Values Scan on "*VALUES*"
- -> Index Scan using onek_stringu1 on onek
- Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+ -> Bitmap Heap Scan on onek
+ Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+ -> Bitmap Index Scan on onek_stringu1
+ Index Cond: (stringu1 = ("*VALUES*".column1)::text)
... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/subselect.out /home/postgres/postgres/build/testrun/recovery/...
--- /home/postgres/postgres/src/test/regress/expected/subselect.out Sat Sep 20 02:57:22 2025
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/subselect.out Sat Sep 20 03:01:06 202...
@@ -2913,13 +2913,15 @@
EXPLAIN (COSTS OFF)
SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
WHERE onek.stringu1 = v.i;
- QUERY PLAN
--------------------------------------------------------------
+ QUERY PLAN
+-------------------------------------------------------------------
Nested Loop
-> Values Scan on "*VALUES*"
- -> Index Scan using onek_stringu1 on onek
- Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+ -> Bitmap Heap Scan on onek
+ Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+ -> Bitmap Index Scan on onek_stringu1
+ Index Cond: (stringu1 = ("*VALUES*".column1)::text)
... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/subselect.out /home/postgres/postgres/build/testrun/regress/r...
--- /home/postgres/postgres/src/test/regress/expected/subselect.out Sat Sep 20 02:57:22 2025
+++ /home/postgres/postgres/build/testrun/regress/regress/results/subselect.out Sat Sep 20 02:59:13 2025
@@ -2913,13 +2913,15 @@
EXPLAIN (COSTS OFF)
SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
WHERE onek.stringu1 = v.i;
- QUERY PLAN
--------------------------------------------------------------
+ QUERY PLAN
+-------------------------------------------------------------------
Nested Loop
-> Values Scan on "*VALUES*"
- -> Index Scan using onek_stringu1 on onek
- Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+ -> Bitmap Heap Scan on onek
+ Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+ -> Bitmap Index Scan on onek_stringu1
+ Index Cond: (stringu1 = ("*VALUES*".column1)::text)
... |
| tap | [03:00:41.849](111.748s) not ok 5 - regression tests pass |
| tap | [03:03:01.730](179.921s) not ok 2 - regression tests pass |
| test | [03:05:57.068] 13/349 postgresql:regress / regress/regress ERROR 1... [03:05:57.068] 45/349 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 2... [03:05:57.068] 191/349 postgresql:recovery / recovery/027_stream_regress ERROR 2... |
| FreeBSD - Meson | |
| core | [03:06:21.850] #0 0x000000082cd161ba in thr_kill () from /lib/libc.so.7 [03:06:21.850] #1 0x000000082cc8f5d4 in raise () from /lib/libc.so.7 [03:06:21.850] #2 0x000000082cd42b59 in abort () from /lib/libc.so.7 [03:06:21.850] #3 0x0000000000ac8715 in ExceptionalCondition (conditionName=0x3993e2 "latch->maybe_sleeping == false", ... [03:06:21.850] #4 0x000000000094aad7 in ResetLatch (latch=<optimized out>) at ../src/backend/storage/ipc/latch.c:378 [03:06:21.850] #5 0x00000000008cc349 in WalWriterMain (startup_data=<optimized out>, startup_data_len=<optimized out>) ... [03:06:21.850] #6 0x00000000008c263b in postmaster_child_launch (child_type=child_type@entry=B_WAL_WRITER, child_slot=2... [03:06:21.850] #7 0x00000000008c5477 in StartChildProcess (type=type@entry=B_WAL_WRITER) at ../src/backend/postmaster/p... [03:06:21.850] #8 0x00000000008c7246 in LaunchMissingBackgroundProcesses () at ../src/backend/postmaster/postmaster.c:3... [03:06:21.850] #9 ServerLoop () at ../src/backend/postmaster/postmaster.c:1720 |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out 2025-09-20 02:57:12.548550000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out 2025-09-20 02:58:49.25952500...
@@ -2913,13 +2913,15 @@
EXPLAIN (COSTS OFF)
SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
WHERE onek.stringu1 = v.i;
- QUERY PLAN
--------------------------------------------------------------
+ QUERY PLAN
+-------------------------------------------------------------------
Nested Loop
-> Values Scan on "*VALUES*"
- -> Index Scan using onek_stringu1 on onek
- Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+ -> Bitmap Heap Scan on onek
+ Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+ -> Bitmap Index Scan on onek_stringu1
+ Index Cond: (stringu1 = ("*VALUES*".column1)::text)
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/recovery/027_st...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out 2025-09-20 02:57:12.548550000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/subselect.out 2025-09-20 02:59:53.073612...
@@ -2913,13 +2913,15 @@
EXPLAIN (COSTS OFF)
SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
WHERE onek.stringu1 = v.i;
- QUERY PLAN
--------------------------------------------------------------
+ QUERY PLAN
+-------------------------------------------------------------------
Nested Loop
-> Values Scan on "*VALUES*"
- -> Index Scan using onek_stringu1 on onek
- Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+ -> Bitmap Heap Scan on onek
+ Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+ -> Bitmap Index Scan on onek_stringu1
+ Index Cond: (stringu1 = ("*VALUES*".column1)::text)
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/regress/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out 2025-09-20 02:57:12.548550000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/subselect.out 2025-09-20 02:58:46.257080000 +0000
@@ -2913,13 +2913,15 @@
EXPLAIN (COSTS OFF)
SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
WHERE onek.stringu1 = v.i;
- QUERY PLAN
--------------------------------------------------------------
+ QUERY PLAN
+-------------------------------------------------------------------
Nested Loop
-> Values Scan on "*VALUES*"
- -> Index Scan using onek_stringu1 on onek
- Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+ -> Bitmap Heap Scan on onek
+ Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+ -> Bitmap Index Scan on onek_stringu1
+ Index Cond: (stringu1 = ("*VALUES*".column1)::text)
... |
| tap | [03:01:19.731](203.766s) not ok 5 - regression tests pass |
| tap | [03:02:34.989](233.835s) not ok 2 - regression tests pass |
| test | [03:03:58.163] 38/350 postgresql:regress / regress/regress ERROR 2... [03:03:58.163] 178/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 2... [03:03:58.163] 270/350 postgresql:recovery / recovery/027_stream_regress ERROR 3... |
| Linux - Debian Bookworm - Autoconf | |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out 2025-09-20 02:57:07.331075383 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/subselect.out 2025-09-20 03:01:36.385819009 +0000
@@ -2913,13 +2913,15 @@
EXPLAIN (COSTS OFF)
SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
WHERE onek.stringu1 = v.i;
- QUERY PLAN
--------------------------------------------------------------
+ QUERY PLAN
+-------------------------------------------------------------------
Nested Loop
-> Values Scan on "*VALUES*"
- -> Index Scan using onek_stringu1 on onek
- Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+ -> Bitmap Heap Scan on onek
+ Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+ -> Bitmap Index Scan on onek_stringu1
+ Index Cond: (stringu1 = ("*VALUES*".column1)::text)
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out 2025-09-20 02:57:07.331075383 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/subselect.out 2025-09-20 03:04:18.499155171 +0000
@@ -2913,13 +2913,15 @@
EXPLAIN (COSTS OFF)
SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
WHERE onek.stringu1 = v.i;
- QUERY PLAN
--------------------------------------------------------------
+ QUERY PLAN
+-------------------------------------------------------------------
Nested Loop
-> Values Scan on "*VALUES*"
- -> Index Scan using onek_stringu1 on onek
- Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+ -> Bitmap Heap Scan on onek
+ Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+ -> Bitmap Index Scan on onek_stringu1
+ Index Cond: (stringu1 = ("*VALUES*".column1)::text)
... |
| regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/src/test/regress/results/subs...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out 2025-09-20 02:57:07.331075383 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/subselect.out 2025-09-20 02:59:01.333374161 +0000
@@ -2913,13 +2913,15 @@
EXPLAIN (COSTS OFF)
SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
WHERE onek.stringu1 = v.i;
- QUERY PLAN
--------------------------------------------------------------
+ QUERY PLAN
+-------------------------------------------------------------------
Nested Loop
-> Values Scan on "*VALUES*"
- -> Index Scan using onek_stringu1 on onek
- Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+ -> Bitmap Heap Scan on onek
+ Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+ -> Bitmap Index Scan on onek_stringu1
+ Index Cond: (stringu1 = ("*VALUES*".column1)::text)
... |
| tap | [03:03:22.150](137.115s) not ok 5 - regression tests pass |
| tap | [03:05:18.090](78.239s) not ok 2 - regression tests pass |
| NetBSD - Meson | |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/subselect.out /home/postgres/postgres/build/testrun/pg_upgrad...
--- /home/postgres/postgres/src/test/regress/expected/subselect.out 2025-09-20 02:57:27.411096205 +0000
+++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out 2025-09-20 02:58:40.28591...
@@ -2913,13 +2913,15 @@
EXPLAIN (COSTS OFF)
SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
WHERE onek.stringu1 = v.i;
- QUERY PLAN
--------------------------------------------------------------
+ QUERY PLAN
+-------------------------------------------------------------------
Nested Loop
-> Values Scan on "*VALUES*"
- -> Index Scan using onek_stringu1 on onek
- Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+ -> Bitmap Heap Scan on onek
+ Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+ -> Bitmap Index Scan on onek_stringu1
+ Index Cond: (stringu1 = ("*VALUES*".column1)::text)
... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/subselect.out /home/postgres/postgres/build/testrun/recovery/...
--- /home/postgres/postgres/src/test/regress/expected/subselect.out 2025-09-20 02:57:27.411096205 +0000
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/subselect.out 2025-09-20 02:59:11.091...
@@ -2913,13 +2913,15 @@
EXPLAIN (COSTS OFF)
SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
WHERE onek.stringu1 = v.i;
- QUERY PLAN
--------------------------------------------------------------
+ QUERY PLAN
+-------------------------------------------------------------------
Nested Loop
-> Values Scan on "*VALUES*"
- -> Index Scan using onek_stringu1 on onek
- Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+ -> Bitmap Heap Scan on onek
+ Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+ -> Bitmap Index Scan on onek_stringu1
+ Index Cond: (stringu1 = ("*VALUES*".column1)::text)
... |
| regress | diff -U3 /home/postgres/postgres/src/test/regress/expected/subselect.out /home/postgres/postgres/build/testrun/regress/r...
--- /home/postgres/postgres/src/test/regress/expected/subselect.out 2025-09-20 02:57:27.411096205 +0000
+++ /home/postgres/postgres/build/testrun/regress/regress/results/subselect.out 2025-09-20 02:58:38.010728569 +0000
@@ -2913,13 +2913,15 @@
EXPLAIN (COSTS OFF)
SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
WHERE onek.stringu1 = v.i;
- QUERY PLAN
--------------------------------------------------------------
+ QUERY PLAN
+-------------------------------------------------------------------
Nested Loop
-> Values Scan on "*VALUES*"
- -> Index Scan using onek_stringu1 on onek
- Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+ -> Bitmap Heap Scan on onek
+ Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+ -> Bitmap Index Scan on onek_stringu1
+ Index Cond: (stringu1 = ("*VALUES*".column1)::text)
... |
| tap | [02:59:49.853](88.028s) not ok 5 - regression tests pass |
| tap | [03:00:25.266](95.344s) not ok 2 - regression tests pass |
| test | [03:01:34.234] 22/349 postgresql:regress / regress/regress ERROR ... [03:01:34.234] 156/349 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [03:01:34.234] 204/349 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
| 55/5644 | Add arbitrary xid and mxid to pg_resetwal |
| Windows - Server 2019, MinGW64 - Meson | |
| tap | [02:30:32.574](4.679s) not ok 16 - run of pg_upgrade for new instance [02:30:32.575](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success [02:30:33.283](0.127s) not ok 20 - old and new dumps match after pg_upgrade |
| test | [02:40:18.447] 9/347 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... |
| Windows - Server 2019, VS 2019 - Meson & ninja | |
| tap | [02:32:05.996](10.850s) not ok 16 - run of pg_upgrade for new instance [02:32:05.997](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success [02:32:07.351](0.133s) not ok 20 - old and new dumps match after pg_upgrade |
| tap | [02:32:46.619](0.000s) not ok 2 - can't connect to invalid database - error message |
| test | [02:41:11.822] 27/344 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [02:41:11.822] 40/344 postgresql:recovery / recovery/037_invalid_database ERROR ... |
| macOS - Sonoma - Meson | |
| tap | [02:28:06.994](4.630s) not ok 16 - run of pg_upgrade for new instance [02:28:06.995](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success [02:28:07.436](0.037s) not ok 20 - old and new dumps match after pg_upgrade |
| test | [02:30:31.100] 35/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... |
| Linux - Debian Bookworm - Meson | |
| tap | [02:30:39.606](9.374s) not ok 16 - run of pg_upgrade for new instance [02:30:39.607](0.001s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success [02:30:41.007](0.127s) not ok 20 - old and new dumps match after pg_upgrade |
| test | [02:34:44.110] 44/351 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... |
| OpenBSD - Meson | |
| tap | [02:31:53.923](14.283s) not ok 16 - run of pg_upgrade for new instance [02:31:53.925](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success [02:31:56.156](0.369s) not ok 20 - old and new dumps match after pg_upgrade |
| test | [02:35:59.998] 95/349 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... |
| Linux - Debian Bookworm - Autoconf | |
| tap | [02:31:36.434](10.555s) Bail out! command "pg_resetwal -D /tmp/cirrus-ci-build/src/bin/pg_resetwal/tmp_check/t_003_adva... |
| FreeBSD - Meson | |
| tap | [02:32:01.524](18.014s) not ok 16 - run of pg_upgrade for new instance [02:32:01.525](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success [02:32:03.021](0.033s) not ok 20 - old and new dumps match after pg_upgrade |
| test | [02:33:53.360] 221/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 2... |
| NetBSD - Meson | |
| tap | [02:30:07.157](4.185s) not ok 16 - run of pg_upgrade for new instance [02:30:07.159](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success [02:30:07.682](0.053s) not ok 20 - old and new dumps match after pg_upgrade |
| test | [02:31:36.587] 167/349 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... |