2026-05-06 14:58:06.809 UTC postmaster[77401] LOG: starting PostgreSQL 19devel on x86_64-linux, compiled by gcc-14.2.0, 64-bit 2026-05-06 14:58:06.809 UTC postmaster[77401] LOG: listening on Unix socket "/tmp/5q7_qdCgog/.s.PGSQL.22169" 2026-05-06 14:58:06.818 UTC startup[77429] LOG: database system was shut down at 2026-05-06 14:58:06 UTC 2026-05-06 14:58:06.826 UTC postmaster[77401] LOG: database system is ready to accept connections 2026-05-06 14:58:06.865 UTC client backend[77450] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:06.873 UTC client backend[77450] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:06.873 UTC client backend[77450] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:06.894 UTC client backend[77450] 026_stats.pl LOG: connection ready: setup total=35.173 ms, fork=5.643 ms, authentication=6.756 ms 2026-05-06 14:58:06.896 UTC client backend[77450] 026_stats.pl LOG: statement: SELECT count(1) FROM pg_stat_subscription_stats 2026-05-06 14:58:06.900 UTC client backend[77450] 026_stats.pl LOG: disconnection: session time: 0:00:00.034 user=postgres database=postgres host=[local] 2026-05-06 14:58:06.971 UTC client backend[77487] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:06.972 UTC client backend[77487] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:06.972 UTC client backend[77487] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:06.974 UTC client backend[77487] 026_stats.pl LOG: connection ready: setup total=3.652 ms, fork=0.799 ms, authentication=0.407 ms 2026-05-06 14:58:06.974 UTC client backend[77487] 026_stats.pl LOG: statement: BEGIN; 2026-05-06 14:58:06.974 UTC client backend[77487] 026_stats.pl LOG: statement: CREATE TABLE test_tab1(a int primary key); 2026-05-06 14:58:06.990 UTC client backend[77487] 026_stats.pl LOG: statement: INSERT INTO test_tab1 VALUES (1); 2026-05-06 14:58:06.990 UTC client backend[77487] 026_stats.pl LOG: statement: CREATE SEQUENCE test_seq1 INCREMENT BY 10; 2026-05-06 14:58:06.991 UTC client backend[77487] 026_stats.pl LOG: statement: COMMIT; 2026-05-06 14:58:06.992 UTC client backend[77487] 026_stats.pl LOG: disconnection: session time: 0:00:00.021 user=postgres database=postgres host=[local] 2026-05-06 14:58:07.048 UTC client backend[77510] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:07.050 UTC client backend[77510] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:07.050 UTC client backend[77510] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:07.051 UTC client backend[77510] 026_stats.pl LOG: connection ready: setup total=5.679 ms, fork=0.971 ms, authentication=0.335 ms 2026-05-06 14:58:07.057 UTC client backend[77510] 026_stats.pl LOG: statement: CREATE SUBSCRIPTION test_tab1_sub CONNECTION 'port=22168 host=/tmp/5q7_qdCgog dbname=postgres' PUBLICATION test_tab1_pub, test_seq1_pub 2026-05-06 14:58:07.092 UTC client backend[77510] 026_stats.pl LOG: disconnection: session time: 0:00:00.044 user=postgres database=postgres host=[local] 2026-05-06 14:58:07.106 UTC logical replication apply worker[77528] LOG: logical replication apply worker for subscription "test_tab1_sub" has started 2026-05-06 14:58:07.137 UTC logical replication tablesync worker[77537] LOG: logical replication table synchronization worker for subscription "test_tab1_sub", table "test_tab1" has started 2026-05-06 14:58:07.144 UTC logical replication sequencesync worker[77542] LOG: logical replication sequence synchronization worker for subscription "test_tab1_sub" has started 2026-05-06 14:58:07.162 UTC logical replication tablesync worker[77537] ERROR: duplicate key value violates unique constraint "test_tab1_pkey" 2026-05-06 14:58:07.162 UTC logical replication tablesync worker[77537] DETAIL: Key (a)=(1) already exists. 2026-05-06 14:58:07.162 UTC logical replication tablesync worker[77537] CONTEXT: COPY test_tab1, line 1 2026-05-06 14:58:07.171 UTC postmaster[77401] LOG: background worker "logical replication tablesync worker" (PID 77537) exited with exit code 1 2026-05-06 14:58:07.211 UTC logical replication sequencesync worker[77542] WARNING: mismatched or renamed sequence on subscriber ("public.test_seq1") 2026-05-06 14:58:07.211 UTC logical replication sequencesync worker[77542] ERROR: logical replication sequence synchronization failed for subscription "test_tab1_sub" 2026-05-06 14:58:07.213 UTC postmaster[77401] LOG: background worker "logical replication sequencesync worker" (PID 77542) exited with exit code 1 2026-05-06 14:58:07.241 UTC client backend[77566] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:07.242 UTC client backend[77566] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:07.242 UTC client backend[77566] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:07.243 UTC client backend[77566] 026_stats.pl LOG: connection ready: setup total=8.622 ms, fork=0.677 ms, authentication=0.299 ms 2026-05-06 14:58:07.243 UTC client backend[77566] 026_stats.pl LOG: statement: SELECT count(1) = 1 FROM pg_stat_subscription_stats WHERE subname = 'test_tab1_sub' AND sync_seq_error_count > 0 AND sync_table_error_count > 0 2026-05-06 14:58:07.253 UTC client backend[77566] 026_stats.pl LOG: disconnection: session time: 0:00:00.018 user=postgres database=postgres host=[local] 2026-05-06 14:58:07.267 UTC client backend[77571] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:07.271 UTC client backend[77571] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:07.271 UTC client backend[77571] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:07.272 UTC client backend[77571] 026_stats.pl LOG: connection ready: setup total=6.846 ms, fork=1.702 ms, authentication=2.729 ms 2026-05-06 14:58:07.272 UTC client backend[77571] 026_stats.pl LOG: statement: ALTER SEQUENCE test_seq1 INCREMENT 1 2026-05-06 14:58:07.275 UTC client backend[77571] 026_stats.pl LOG: disconnection: session time: 0:00:00.007 user=postgres database=postgres host=[local] 2026-05-06 14:58:07.286 UTC client backend[77578] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:07.287 UTC client backend[77578] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:07.287 UTC client backend[77578] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:07.288 UTC client backend[77578] 026_stats.pl LOG: connection ready: setup total=3.512 ms, fork=0.695 ms, authentication=0.322 ms 2026-05-06 14:58:07.291 UTC client backend[77578] 026_stats.pl LOG: statement: SELECT count(1) = 1 FROM pg_subscription_rel WHERE srrelid = 'test_seq1'::regclass AND srsubstate = 'r' 2026-05-06 14:58:07.295 UTC client backend[77578] 026_stats.pl LOG: disconnection: session time: 0:00:00.009 user=postgres database=postgres host=[local] 2026-05-06 14:58:07.414 UTC client backend[77607] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:07.415 UTC client backend[77607] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:07.415 UTC client backend[77607] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:07.416 UTC client backend[77607] 026_stats.pl LOG: connection ready: setup total=3.428 ms, fork=0.749 ms, authentication=0.300 ms 2026-05-06 14:58:07.416 UTC client backend[77607] 026_stats.pl LOG: statement: SELECT count(1) = 1 FROM pg_subscription_rel WHERE srrelid = 'test_seq1'::regclass AND srsubstate = 'r' 2026-05-06 14:58:07.420 UTC client backend[77607] 026_stats.pl LOG: disconnection: session time: 0:00:00.007 user=postgres database=postgres host=[local] 2026-05-06 14:58:07.554 UTC client backend[77644] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:07.555 UTC client backend[77644] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:07.555 UTC client backend[77644] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:07.556 UTC client backend[77644] 026_stats.pl LOG: connection ready: setup total=8.709 ms, fork=5.881 ms, authentication=0.329 ms 2026-05-06 14:58:07.560 UTC client backend[77644] 026_stats.pl LOG: statement: SELECT count(1) = 1 FROM pg_subscription_rel WHERE srrelid = 'test_seq1'::regclass AND srsubstate = 'r' 2026-05-06 14:58:07.567 UTC client backend[77644] 026_stats.pl LOG: disconnection: session time: 0:00:00.013 user=postgres database=postgres host=[local] 2026-05-06 14:58:07.681 UTC client backend[77684] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:07.682 UTC client backend[77684] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:07.682 UTC client backend[77684] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:07.684 UTC client backend[77684] 026_stats.pl LOG: connection ready: setup total=4.640 ms, fork=0.676 ms, authentication=0.291 ms 2026-05-06 14:58:07.684 UTC client backend[77684] 026_stats.pl LOG: statement: SELECT count(1) = 1 FROM pg_subscription_rel WHERE srrelid = 'test_seq1'::regclass AND srsubstate = 'r' 2026-05-06 14:58:07.694 UTC client backend[77684] 026_stats.pl LOG: disconnection: session time: 0:00:00.014 user=postgres database=postgres host=[local] 2026-05-06 14:58:07.816 UTC client backend[77720] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:07.817 UTC client backend[77720] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:07.817 UTC client backend[77720] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:07.820 UTC client backend[77720] 026_stats.pl LOG: connection ready: setup total=6.190 ms, fork=0.651 ms, authentication=0.297 ms 2026-05-06 14:58:07.822 UTC client backend[77720] 026_stats.pl LOG: statement: SELECT count(1) = 1 FROM pg_subscription_rel WHERE srrelid = 'test_seq1'::regclass AND srsubstate = 'r' 2026-05-06 14:58:07.825 UTC client backend[77720] 026_stats.pl LOG: disconnection: session time: 0:00:00.010 user=postgres database=postgres host=[local] 2026-05-06 14:58:07.936 UTC client backend[77740] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:07.937 UTC client backend[77740] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:07.937 UTC client backend[77740] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:07.939 UTC client backend[77740] 026_stats.pl LOG: connection ready: setup total=3.350 ms, fork=0.613 ms, authentication=0.314 ms 2026-05-06 14:58:07.939 UTC client backend[77740] 026_stats.pl LOG: statement: SELECT count(1) = 1 FROM pg_subscription_rel WHERE srrelid = 'test_seq1'::regclass AND srsubstate = 'r' 2026-05-06 14:58:07.948 UTC client backend[77740] 026_stats.pl LOG: disconnection: session time: 0:00:00.011 user=postgres database=postgres host=[local] 2026-05-06 14:58:08.059 UTC client backend[77767] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:08.060 UTC client backend[77767] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:08.060 UTC client backend[77767] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:08.062 UTC client backend[77767] 026_stats.pl LOG: connection ready: setup total=3.273 ms, fork=0.685 ms, authentication=0.301 ms 2026-05-06 14:58:08.062 UTC client backend[77767] 026_stats.pl LOG: statement: SELECT count(1) = 1 FROM pg_subscription_rel WHERE srrelid = 'test_seq1'::regclass AND srsubstate = 'r' 2026-05-06 14:58:08.065 UTC client backend[77767] 026_stats.pl LOG: disconnection: session time: 0:00:00.005 user=postgres database=postgres host=[local] 2026-05-06 14:58:08.183 UTC client backend[77788] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:08.190 UTC client backend[77788] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:08.190 UTC client backend[77788] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:08.191 UTC client backend[77788] 026_stats.pl LOG: connection ready: setup total=9.298 ms, fork=0.652 ms, authentication=6.289 ms 2026-05-06 14:58:08.191 UTC client backend[77788] 026_stats.pl LOG: statement: SELECT count(1) = 1 FROM pg_subscription_rel WHERE srrelid = 'test_seq1'::regclass AND srsubstate = 'r' 2026-05-06 14:58:08.194 UTC client backend[77788] 026_stats.pl LOG: disconnection: session time: 0:00:00.011 user=postgres database=postgres host=[local] 2026-05-06 14:58:08.220 UTC logical replication tablesync worker[77793] LOG: logical replication table synchronization worker for subscription "test_tab1_sub", table "test_tab1" has started 2026-05-06 14:58:08.229 UTC logical replication sequencesync worker[77797] LOG: logical replication sequence synchronization worker for subscription "test_tab1_sub" has started 2026-05-06 14:58:08.270 UTC logical replication sequencesync worker[77797] LOG: logical replication sequence synchronization worker for subscription "test_tab1_sub" has finished 2026-05-06 14:58:08.281 UTC logical replication tablesync worker[77793] ERROR: duplicate key value violates unique constraint "test_tab1_pkey" 2026-05-06 14:58:08.281 UTC logical replication tablesync worker[77793] DETAIL: Key (a)=(1) already exists. 2026-05-06 14:58:08.281 UTC logical replication tablesync worker[77793] CONTEXT: COPY test_tab1, line 1 2026-05-06 14:58:08.289 UTC postmaster[77401] LOG: background worker "logical replication tablesync worker" (PID 77793) exited with exit code 1 2026-05-06 14:58:08.307 UTC client backend[77812] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:08.308 UTC client backend[77812] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:08.308 UTC client backend[77812] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:08.309 UTC client backend[77812] 026_stats.pl LOG: connection ready: setup total=3.517 ms, fork=0.703 ms, authentication=0.294 ms 2026-05-06 14:58:08.310 UTC client backend[77812] 026_stats.pl LOG: statement: SELECT count(1) = 1 FROM pg_subscription_rel WHERE srrelid = 'test_seq1'::regclass AND srsubstate = 'r' 2026-05-06 14:58:08.317 UTC client backend[77812] 026_stats.pl LOG: disconnection: session time: 0:00:00.010 user=postgres database=postgres host=[local] 2026-05-06 14:58:08.326 UTC client backend[77817] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:08.328 UTC client backend[77817] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:08.328 UTC client backend[77817] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:08.329 UTC client backend[77817] 026_stats.pl LOG: connection ready: setup total=4.127 ms, fork=1.434 ms, authentication=0.319 ms 2026-05-06 14:58:08.329 UTC client backend[77817] 026_stats.pl LOG: statement: TRUNCATE test_tab1 2026-05-06 14:58:08.333 UTC client backend[77817] 026_stats.pl LOG: disconnection: session time: 0:00:00.007 user=postgres database=postgres host=[local] 2026-05-06 14:58:08.350 UTC client backend[77823] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:08.351 UTC client backend[77823] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:08.351 UTC client backend[77823] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:08.353 UTC client backend[77823] 026_stats.pl LOG: connection ready: setup total=3.439 ms, fork=0.702 ms, authentication=0.301 ms 2026-05-06 14:58:08.353 UTC client backend[77823] 026_stats.pl LOG: statement: SELECT count(1) = 1 FROM pg_subscription_rel WHERE srrelid = 'test_tab1'::regclass AND srsubstate in ('r', 's') 2026-05-06 14:58:08.356 UTC client backend[77823] 026_stats.pl LOG: disconnection: session time: 0:00:00.006 user=postgres database=postgres host=[local] 2026-05-06 14:58:08.478 UTC client backend[77845] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:08.479 UTC client backend[77845] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:08.479 UTC client backend[77845] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:08.480 UTC client backend[77845] 026_stats.pl LOG: connection ready: setup total=3.558 ms, fork=0.730 ms, authentication=0.333 ms 2026-05-06 14:58:08.481 UTC client backend[77845] 026_stats.pl LOG: statement: SELECT count(1) = 1 FROM pg_subscription_rel WHERE srrelid = 'test_tab1'::regclass AND srsubstate in ('r', 's') 2026-05-06 14:58:08.485 UTC client backend[77845] 026_stats.pl LOG: disconnection: session time: 0:00:00.007 user=postgres database=postgres host=[local] 2026-05-06 14:58:08.600 UTC client backend[77855] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:08.601 UTC client backend[77855] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:08.601 UTC client backend[77855] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:08.602 UTC client backend[77855] 026_stats.pl LOG: connection ready: setup total=3.364 ms, fork=0.632 ms, authentication=0.334 ms 2026-05-06 14:58:08.602 UTC client backend[77855] 026_stats.pl LOG: statement: SELECT count(1) = 1 FROM pg_subscription_rel WHERE srrelid = 'test_tab1'::regclass AND srsubstate in ('r', 's') 2026-05-06 14:58:08.606 UTC client backend[77855] 026_stats.pl LOG: disconnection: session time: 0:00:00.006 user=postgres database=postgres host=[local] 2026-05-06 14:58:08.729 UTC client backend[77864] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:08.730 UTC client backend[77864] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:08.730 UTC client backend[77864] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:08.732 UTC client backend[77864] 026_stats.pl LOG: connection ready: setup total=7.329 ms, fork=0.705 ms, authentication=0.310 ms 2026-05-06 14:58:08.732 UTC client backend[77864] 026_stats.pl LOG: statement: SELECT count(1) = 1 FROM pg_subscription_rel WHERE srrelid = 'test_tab1'::regclass AND srsubstate in ('r', 's') 2026-05-06 14:58:08.741 UTC client backend[77864] 026_stats.pl LOG: disconnection: session time: 0:00:00.016 user=postgres database=postgres host=[local] 2026-05-06 14:58:08.857 UTC client backend[77886] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:08.858 UTC client backend[77886] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:08.858 UTC client backend[77886] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:08.860 UTC client backend[77886] 026_stats.pl LOG: connection ready: setup total=6.313 ms, fork=0.686 ms, authentication=0.300 ms 2026-05-06 14:58:08.862 UTC client backend[77886] 026_stats.pl LOG: statement: SELECT count(1) = 1 FROM pg_subscription_rel WHERE srrelid = 'test_tab1'::regclass AND srsubstate in ('r', 's') 2026-05-06 14:58:08.869 UTC client backend[77886] 026_stats.pl LOG: disconnection: session time: 0:00:00.015 user=postgres database=postgres host=[local] 2026-05-06 14:58:08.987 UTC client backend[77904] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:08.988 UTC client backend[77904] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:08.988 UTC client backend[77904] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:08.990 UTC client backend[77904] 026_stats.pl LOG: connection ready: setup total=4.937 ms, fork=0.976 ms, authentication=0.294 ms 2026-05-06 14:58:08.991 UTC client backend[77904] 026_stats.pl LOG: statement: SELECT count(1) = 1 FROM pg_subscription_rel WHERE srrelid = 'test_tab1'::regclass AND srsubstate in ('r', 's') 2026-05-06 14:58:08.998 UTC client backend[77904] 026_stats.pl LOG: disconnection: session time: 0:00:00.011 user=postgres database=postgres host=[local] 2026-05-06 14:58:09.117 UTC client backend[77944] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:09.118 UTC client backend[77944] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:09.118 UTC client backend[77944] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:09.120 UTC client backend[77944] 026_stats.pl LOG: connection ready: setup total=4.642 ms, fork=1.178 ms, authentication=0.318 ms 2026-05-06 14:58:09.128 UTC client backend[77944] 026_stats.pl LOG: statement: SELECT count(1) = 1 FROM pg_subscription_rel WHERE srrelid = 'test_tab1'::regclass AND srsubstate in ('r', 's') 2026-05-06 14:58:09.138 UTC client backend[77944] 026_stats.pl LOG: disconnection: session time: 0:00:00.021 user=postgres database=postgres host=[local] 2026-05-06 14:58:09.252 UTC client backend[77960] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:09.253 UTC client backend[77960] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:09.253 UTC client backend[77960] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:09.254 UTC client backend[77960] 026_stats.pl LOG: connection ready: setup total=6.302 ms, fork=0.692 ms, authentication=0.306 ms 2026-05-06 14:58:09.257 UTC client backend[77960] 026_stats.pl LOG: statement: SELECT count(1) = 1 FROM pg_subscription_rel WHERE srrelid = 'test_tab1'::regclass AND srsubstate in ('r', 's') 2026-05-06 14:58:09.260 UTC client backend[77960] 026_stats.pl LOG: disconnection: session time: 0:00:00.011 user=postgres database=postgres host=[local] 2026-05-06 14:58:09.297 UTC logical replication tablesync worker[77964] LOG: logical replication table synchronization worker for subscription "test_tab1_sub", table "test_tab1" has started 2026-05-06 14:58:09.358 UTC logical replication tablesync worker[77964] LOG: logical replication table synchronization worker for subscription "test_tab1_sub", table "test_tab1" has finished 2026-05-06 14:58:09.385 UTC client backend[77973] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:09.386 UTC client backend[77973] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:09.386 UTC client backend[77973] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:09.388 UTC client backend[77973] 026_stats.pl LOG: connection ready: setup total=7.078 ms, fork=0.740 ms, authentication=0.299 ms 2026-05-06 14:58:09.388 UTC client backend[77973] 026_stats.pl LOG: statement: SELECT count(1) = 1 FROM pg_subscription_rel WHERE srrelid = 'test_tab1'::regclass AND srsubstate in ('r', 's') 2026-05-06 14:58:09.395 UTC client backend[77973] 026_stats.pl LOG: disconnection: session time: 0:00:00.014 user=postgres database=postgres host=[local] 2026-05-06 14:58:09.418 UTC client backend[77975] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:09.419 UTC client backend[77975] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:09.419 UTC client backend[77975] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:09.420 UTC client backend[77975] 026_stats.pl LOG: connection ready: setup total=7.379 ms, fork=4.888 ms, authentication=0.267 ms 2026-05-06 14:58:09.420 UTC client backend[77975] 026_stats.pl LOG: statement: SELECT a FROM test_tab1 2026-05-06 14:58:09.422 UTC client backend[77975] 026_stats.pl LOG: disconnection: session time: 0:00:00.004 user=postgres database=postgres host=[local] TRAP: failed Assert("conflictlogrel != NULL"), File: "../src/backend/replication/logical/conflict.c", Line: 195, PID: 77528 postgres: subscriber: logical replication apply worker for subscription 16391 (ExceptionalCondition+0x53) [0x55d0d6a78ed8] postgres: subscriber: logical replication apply worker for subscription 16391 (ReportApplyConflict+0x158) [0x55d0d66ca637] postgres: subscriber: logical replication apply worker for subscription 16391 (+0xcaedc4) [0x55d0d63b8dc4] postgres: subscriber: logical replication apply worker for subscription 16391 (ExecSimpleRelationInsert+0x3d5) [0x55d0d63bafd0] postgres: subscriber: logical replication apply worker for subscription 16391 (+0xffff37) [0x55d0d6709f37] postgres: subscriber: logical replication apply worker for subscription 16391 (+0x1003d6a) [0x55d0d670dd6a] postgres: subscriber: logical replication apply worker for subscription 16391 (apply_dispatch+0x5f) [0x55d0d67108d8] postgres: subscriber: logical replication apply worker for subscription 16391 (+0x100736c) [0x55d0d671136c] postgres: subscriber: logical replication apply worker for subscription 16391 (start_apply+0x57) [0x55d0d67128b9] postgres: subscriber: logical replication apply worker for subscription 16391 (+0x100934b) [0x55d0d671334b] postgres: subscriber: logical replication apply worker for subscription 16391 (ApplyWorkerMain+0x18) [0x55d0d6713376] postgres: subscriber: logical replication apply worker for subscription 16391 (BackgroundWorkerMain+0x330) [0x55d0d6669927] postgres: subscriber: logical replication apply worker for subscription 16391 (postmaster_child_launch+0x1d4) [0x55d0d6671e72] postgres: subscriber: logical replication apply worker for subscription 16391 (+0xf6ba6b) [0x55d0d6675a6b] postgres: subscriber: logical replication apply worker for subscription 16391 (+0xf6bef6) [0x55d0d6675ef6] postgres: subscriber: logical replication apply worker for subscription 16391 (+0xf6d934) [0x55d0d6677934] postgres: subscriber: logical replication apply worker for subscription 16391 (+0xf6f6c8) [0x55d0d66796c8] postgres: subscriber: logical replication apply worker for subscription 16391 (PostmasterMain+0x147c) [0x55d0d667afa1] postgres: subscriber: logical replication apply worker for subscription 16391 (main+0x293) [0x55d0d648f0bd] /lib/x86_64-linux-gnu/libc.so.6(+0x29ca8) [0x7efccf835ca8] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7efccf835d65] postgres: subscriber: logical replication apply worker for subscription 16391 (_start+0x21) [0x55d0d5ffc321] 2026-05-06 14:58:09.509 UTC client backend[78001] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:09.510 UTC client backend[78001] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:09.510 UTC client backend[78001] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:09.512 UTC client backend[78001] 026_stats.pl LOG: connection ready: setup total=8.445 ms, fork=0.744 ms, authentication=0.296 ms 2026-05-06 14:58:09.512 UTC client backend[78001] 026_stats.pl LOG: statement: SELECT apply_error_count > 0 AND confl_insert_exists > 0 FROM pg_stat_subscription_stats WHERE subname = 'test_tab1_sub' 2026-05-06 14:58:09.522 UTC client backend[78001] 026_stats.pl LOG: disconnection: session time: 0:00:00.018 user=postgres database=postgres host=[local] 2026-05-06 14:58:09.637 UTC client backend[78017] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:09.642 UTC client backend[78017] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:09.642 UTC client backend[78017] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:09.643 UTC client backend[78017] 026_stats.pl LOG: connection ready: setup total=9.556 ms, fork=0.687 ms, authentication=0.284 ms 2026-05-06 14:58:09.644 UTC client backend[78017] 026_stats.pl LOG: statement: SELECT apply_error_count > 0 AND confl_insert_exists > 0 FROM pg_stat_subscription_stats WHERE subname = 'test_tab1_sub' 2026-05-06 14:58:09.649 UTC client backend[78017] 026_stats.pl LOG: disconnection: session time: 0:00:00.014 user=postgres database=postgres host=[local] 2026-05-06 14:58:09.774 UTC client backend[78035] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:09.775 UTC client backend[78035] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:09.775 UTC client backend[78035] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:58:09.777 UTC client backend[78035] 026_stats.pl LOG: connection ready: setup total=6.519 ms, fork=0.729 ms, authentication=0.288 ms 2026-05-06 14:58:09.778 UTC client backend[78035] 026_stats.pl LOG: statement: SELECT apply_error_count > 0 AND confl_insert_exists > 0 FROM pg_stat_subscription_stats WHERE subname = 'test_tab1_sub' 2026-05-06 14:58:09.783 UTC client backend[78035] 026_stats.pl LOG: disconnection: session time: 0:00:00.011 user=postgres database=postgres host=[local] 2026-05-06 14:58:09.811 UTC postmaster[77401] LOG: background worker "logical replication apply worker" (PID 77528) was terminated by signal 6: Aborted 2026-05-06 14:58:09.811 UTC postmaster[77401] LOG: terminating any other active server processes 2026-05-06 14:58:09.817 UTC postmaster[77401] LOG: shutting down because "restart_after_crash" is off 2026-05-06 14:58:09.869 UTC postmaster[77401] LOG: database system is shut down