2026-05-06 14:54:02.814 UTC postmaster[9269] LOG: starting PostgreSQL 19devel on x86_64-netbsd, compiled by gcc-10.5.0, 64-bit 2026-05-06 14:54:02.814 UTC postmaster[9269] LOG: listening on Unix socket "/tmp/QFYxMOtsi0/.s.PGSQL.17232" 2026-05-06 14:54:02.820 UTC startup[7761] LOG: database system was shut down at 2026-05-06 14:50:16 UTC 2026-05-06 14:54:02.823 UTC postmaster[9269] LOG: database system is ready to accept connections 2026-05-06 14:54:02.894 UTC client backend[9525] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:02.895 UTC client backend[9525] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:02.895 UTC client backend[9525] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:02.901 UTC client backend[9525] 026_stats.pl LOG: connection ready: setup total=8.601 ms, fork=0.509 ms, authentication=0.383 ms 2026-05-06 14:54:02.902 UTC client backend[9525] 026_stats.pl LOG: statement: SELECT count(1) FROM pg_stat_subscription_stats 2026-05-06 14:54:02.903 UTC client backend[9525] 026_stats.pl LOG: disconnection: session time: 0:00:00.010 user=postgres database=postgres host=[local] 2026-05-06 14:54:02.946 UTC client backend[22812] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:02.947 UTC client backend[22812] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:02.947 UTC client backend[22812] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:02.949 UTC client backend[22812] 026_stats.pl LOG: connection ready: setup total=3.578 ms, fork=0.510 ms, authentication=0.409 ms 2026-05-06 14:54:02.949 UTC client backend[22812] 026_stats.pl LOG: statement: BEGIN; 2026-05-06 14:54:02.949 UTC client backend[22812] 026_stats.pl LOG: statement: CREATE TABLE test_tab1(a int primary key); 2026-05-06 14:54:02.952 UTC client backend[22812] 026_stats.pl LOG: statement: INSERT INTO test_tab1 VALUES (1); 2026-05-06 14:54:02.952 UTC client backend[22812] 026_stats.pl LOG: statement: CREATE SEQUENCE test_seq1 INCREMENT BY 10; 2026-05-06 14:54:02.952 UTC client backend[22812] 026_stats.pl LOG: statement: COMMIT; 2026-05-06 14:54:02.953 UTC client backend[22812] 026_stats.pl LOG: disconnection: session time: 0:00:00.008 user=postgres database=postgres host=[local] 2026-05-06 14:54:02.994 UTC client backend[26893] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:02.995 UTC client backend[26893] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:02.995 UTC client backend[26893] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:02.999 UTC client backend[26893] 026_stats.pl LOG: connection ready: setup total=6.071 ms, fork=0.486 ms, authentication=0.297 ms 2026-05-06 14:54:03.000 UTC client backend[26893] 026_stats.pl LOG: statement: CREATE SUBSCRIPTION test_tab1_sub CONNECTION 'port=17231 host=/tmp/QFYxMOtsi0 dbname=postgres' PUBLICATION test_tab1_pub, test_seq1_pub 2026-05-06 14:54:03.020 UTC client backend[26893] 026_stats.pl LOG: disconnection: session time: 0:00:00.026 user=postgres database=postgres host=[local] 2026-05-06 14:54:03.026 UTC logical replication apply worker[10990] LOG: logical replication apply worker for subscription "test_tab1_sub" has started 2026-05-06 14:54:03.039 UTC logical replication tablesync worker[29927] LOG: logical replication table synchronization worker for subscription "test_tab1_sub", table "test_tab1" has started 2026-05-06 14:54:03.049 UTC logical replication sequencesync worker[12283] LOG: logical replication sequence synchronization worker for subscription "test_tab1_sub" has started 2026-05-06 14:54:03.051 UTC logical replication tablesync worker[29927] ERROR: duplicate key value violates unique constraint "test_tab1_pkey" 2026-05-06 14:54:03.051 UTC logical replication tablesync worker[29927] DETAIL: Key (a)=(1) already exists. 2026-05-06 14:54:03.051 UTC logical replication tablesync worker[29927] CONTEXT: COPY test_tab1, line 1 2026-05-06 14:54:03.054 UTC postmaster[9269] LOG: background worker "logical replication tablesync worker" (PID 29927) exited with exit code 1 2026-05-06 14:54:03.061 UTC logical replication sequencesync worker[12283] WARNING: mismatched or renamed sequence on subscriber ("public.test_seq1") 2026-05-06 14:54:03.061 UTC logical replication sequencesync worker[12283] ERROR: logical replication sequence synchronization failed for subscription "test_tab1_sub" 2026-05-06 14:54:03.066 UTC postmaster[9269] LOG: background worker "logical replication sequencesync worker" (PID 12283) exited with exit code 1 2026-05-06 14:54:03.093 UTC client backend[16306] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:03.094 UTC client backend[16306] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:03.094 UTC client backend[16306] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:03.099 UTC client backend[16306] 026_stats.pl LOG: connection ready: setup total=7.480 ms, fork=0.517 ms, authentication=0.355 ms 2026-05-06 14:54:03.100 UTC client backend[16306] 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:54:03.103 UTC client backend[16306] 026_stats.pl LOG: disconnection: session time: 0:00:00.010 user=postgres database=postgres host=[local] 2026-05-06 14:54:03.122 UTC client backend[26872] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:03.123 UTC client backend[26872] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:03.123 UTC client backend[26872] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:03.125 UTC client backend[26872] 026_stats.pl LOG: connection ready: setup total=12.911 ms, fork=3.361 ms, authentication=0.328 ms 2026-05-06 14:54:03.125 UTC client backend[26872] 026_stats.pl LOG: statement: ALTER SEQUENCE test_seq1 INCREMENT 1 2026-05-06 14:54:03.126 UTC client backend[26872] 026_stats.pl LOG: disconnection: session time: 0:00:00.008 user=postgres database=postgres host=[local] 2026-05-06 14:54:03.142 UTC client backend[20983] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:03.143 UTC client backend[20983] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:03.143 UTC client backend[20983] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:03.145 UTC client backend[20983] 026_stats.pl LOG: connection ready: setup total=3.548 ms, fork=0.443 ms, authentication=0.305 ms 2026-05-06 14:54:03.145 UTC client backend[20983] 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:54:03.147 UTC client backend[20983] 026_stats.pl LOG: disconnection: session time: 0:00:00.005 user=postgres database=postgres host=[local] 2026-05-06 14:54:03.260 UTC client backend[17598] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:03.263 UTC client backend[17598] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:03.263 UTC client backend[17598] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:03.265 UTC client backend[17598] 026_stats.pl LOG: connection ready: setup total=5.238 ms, fork=0.468 ms, authentication=1.746 ms 2026-05-06 14:54:03.265 UTC client backend[17598] 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:54:03.267 UTC client backend[17598] 026_stats.pl LOG: disconnection: session time: 0:00:00.007 user=postgres database=postgres host=[local] 2026-05-06 14:54:03.387 UTC client backend[970] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:03.388 UTC client backend[970] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:03.388 UTC client backend[970] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:03.390 UTC client backend[970] 026_stats.pl LOG: connection ready: setup total=3.911 ms, fork=0.484 ms, authentication=0.288 ms 2026-05-06 14:54:03.390 UTC client backend[970] 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:54:03.392 UTC client backend[970] 026_stats.pl LOG: disconnection: session time: 0:00:00.005 user=postgres database=postgres host=[local] 2026-05-06 14:54:03.510 UTC client backend[22395] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:03.511 UTC client backend[22395] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:03.511 UTC client backend[22395] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:03.513 UTC client backend[22395] 026_stats.pl LOG: connection ready: setup total=3.459 ms, fork=0.451 ms, authentication=0.306 ms 2026-05-06 14:54:03.513 UTC client backend[22395] 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:54:03.515 UTC client backend[22395] 026_stats.pl LOG: disconnection: session time: 0:00:00.005 user=postgres database=postgres host=[local] 2026-05-06 14:54:03.630 UTC client backend[19743] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:03.634 UTC client backend[19743] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:03.634 UTC client backend[19743] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:03.637 UTC client backend[19743] 026_stats.pl LOG: connection ready: setup total=8.316 ms, fork=0.570 ms, authentication=2.928 ms 2026-05-06 14:54:03.638 UTC client backend[19743] 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:54:03.639 UTC client backend[19743] 026_stats.pl LOG: disconnection: session time: 0:00:00.010 user=postgres database=postgres host=[local] 2026-05-06 14:54:03.759 UTC client backend[9261] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:03.763 UTC client backend[9261] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:03.763 UTC client backend[9261] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:03.767 UTC client backend[9261] 026_stats.pl LOG: connection ready: setup total=8.706 ms, fork=0.490 ms, authentication=0.404 ms 2026-05-06 14:54:03.768 UTC client backend[9261] 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:54:03.770 UTC client backend[9261] 026_stats.pl LOG: disconnection: session time: 0:00:00.010 user=postgres database=postgres host=[local] 2026-05-06 14:54:03.898 UTC client backend[20387] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:03.901 UTC client backend[20387] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:03.901 UTC client backend[20387] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:03.908 UTC client backend[20387] 026_stats.pl LOG: connection ready: setup total=11.207 ms, fork=0.994 ms, authentication=1.083 ms 2026-05-06 14:54:03.909 UTC client backend[20387] 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:54:03.922 UTC client backend[20387] 026_stats.pl LOG: disconnection: session time: 0:00:00.025 user=postgres database=postgres host=[local] 2026-05-06 14:54:04.041 UTC client backend[9957] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:04.043 UTC client backend[9957] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:04.043 UTC client backend[9957] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:04.045 UTC client backend[9957] 026_stats.pl LOG: connection ready: setup total=5.274 ms, fork=1.310 ms, authentication=0.531 ms 2026-05-06 14:54:04.045 UTC client backend[9957] 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:54:04.047 UTC client backend[9957] 026_stats.pl LOG: disconnection: session time: 0:00:00.006 user=postgres database=postgres host=[local] 2026-05-06 14:54:04.082 UTC logical replication tablesync worker[262] LOG: logical replication table synchronization worker for subscription "test_tab1_sub", table "test_tab1" has started 2026-05-06 14:54:04.100 UTC logical replication tablesync worker[262] ERROR: duplicate key value violates unique constraint "test_tab1_pkey" 2026-05-06 14:54:04.100 UTC logical replication tablesync worker[262] DETAIL: Key (a)=(1) already exists. 2026-05-06 14:54:04.100 UTC logical replication tablesync worker[262] CONTEXT: COPY test_tab1, line 1 2026-05-06 14:54:04.107 UTC postmaster[9269] LOG: background worker "logical replication tablesync worker" (PID 262) exited with exit code 1 2026-05-06 14:54:04.107 UTC logical replication sequencesync worker[5608] LOG: logical replication sequence synchronization worker for subscription "test_tab1_sub" has started 2026-05-06 14:54:04.116 UTC logical replication sequencesync worker[5608] LOG: logical replication sequence synchronization worker for subscription "test_tab1_sub" has finished 2026-05-06 14:54:04.175 UTC client backend[18877] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:04.176 UTC client backend[18877] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:04.176 UTC client backend[18877] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:04.178 UTC client backend[18877] 026_stats.pl LOG: connection ready: setup total=18.133 ms, fork=1.226 ms, authentication=0.311 ms 2026-05-06 14:54:04.178 UTC client backend[18877] 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:54:04.180 UTC client backend[18877] 026_stats.pl LOG: disconnection: session time: 0:00:00.005 user=postgres database=postgres host=[local] 2026-05-06 14:54:04.190 UTC client backend[12150] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:04.192 UTC client backend[12150] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:04.192 UTC client backend[12150] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:04.194 UTC client backend[12150] 026_stats.pl LOG: connection ready: setup total=4.477 ms, fork=0.563 ms, authentication=0.314 ms 2026-05-06 14:54:04.194 UTC client backend[12150] 026_stats.pl LOG: statement: TRUNCATE test_tab1 2026-05-06 14:54:04.196 UTC client backend[12150] 026_stats.pl LOG: disconnection: session time: 0:00:00.006 user=postgres database=postgres host=[local] 2026-05-06 14:54:04.206 UTC client backend[879] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:04.207 UTC client backend[879] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:04.207 UTC client backend[879] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:04.209 UTC client backend[879] 026_stats.pl LOG: connection ready: setup total=3.419 ms, fork=0.468 ms, authentication=0.289 ms 2026-05-06 14:54:04.209 UTC client backend[879] 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:54:04.211 UTC client backend[879] 026_stats.pl LOG: disconnection: session time: 0:00:00.005 user=postgres database=postgres host=[local] 2026-05-06 14:54:04.329 UTC client backend[7755] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:04.330 UTC client backend[7755] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:04.330 UTC client backend[7755] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:04.332 UTC client backend[7755] 026_stats.pl LOG: connection ready: setup total=3.776 ms, fork=0.476 ms, authentication=0.337 ms 2026-05-06 14:54:04.332 UTC client backend[7755] 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:54:04.335 UTC client backend[7755] 026_stats.pl LOG: disconnection: session time: 0:00:00.006 user=postgres database=postgres host=[local] 2026-05-06 14:54:04.448 UTC client backend[630] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:04.449 UTC client backend[630] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:04.449 UTC client backend[630] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:04.451 UTC client backend[630] 026_stats.pl LOG: connection ready: setup total=3.251 ms, fork=0.479 ms, authentication=0.280 ms 2026-05-06 14:54:04.451 UTC client backend[630] 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:54:04.453 UTC client backend[630] 026_stats.pl LOG: disconnection: session time: 0:00:00.005 user=postgres database=postgres host=[local] 2026-05-06 14:54:04.576 UTC client backend[21422] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:04.581 UTC client backend[21422] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:04.581 UTC client backend[21422] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:04.583 UTC client backend[21422] 026_stats.pl LOG: connection ready: setup total=8.047 ms, fork=0.634 ms, authentication=0.443 ms 2026-05-06 14:54:04.584 UTC client backend[21422] 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:54:04.588 UTC client backend[21422] 026_stats.pl LOG: disconnection: session time: 0:00:00.011 user=postgres database=postgres host=[local] 2026-05-06 14:54:04.702 UTC client backend[29562] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:04.703 UTC client backend[29562] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:04.703 UTC client backend[29562] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:04.705 UTC client backend[29562] 026_stats.pl LOG: connection ready: setup total=5.235 ms, fork=2.282 ms, authentication=0.308 ms 2026-05-06 14:54:04.705 UTC client backend[29562] 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:54:04.710 UTC client backend[29562] 026_stats.pl LOG: disconnection: session time: 0:00:00.008 user=postgres database=postgres host=[local] 2026-05-06 14:54:04.853 UTC client backend[24861] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:04.854 UTC client backend[24861] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:04.854 UTC client backend[24861] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:04.856 UTC client backend[24861] 026_stats.pl LOG: connection ready: setup total=3.885 ms, fork=0.636 ms, authentication=0.380 ms 2026-05-06 14:54:04.856 UTC client backend[24861] 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:54:04.877 UTC client backend[24861] 026_stats.pl LOG: disconnection: session time: 0:00:00.024 user=postgres database=postgres host=[local] 2026-05-06 14:54:04.991 UTC client backend[29971] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:04.992 UTC client backend[29971] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:04.992 UTC client backend[29971] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:04.994 UTC client backend[29971] 026_stats.pl LOG: connection ready: setup total=3.691 ms, fork=0.520 ms, authentication=0.314 ms 2026-05-06 14:54:04.994 UTC client backend[29971] 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:54:04.996 UTC client backend[29971] 026_stats.pl LOG: disconnection: session time: 0:00:00.005 user=postgres database=postgres host=[local] 2026-05-06 14:54:05.112 UTC client backend[11935] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:05.118 UTC client backend[11935] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:05.118 UTC client backend[11935] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:05.120 UTC client backend[11935] 026_stats.pl LOG: connection ready: setup total=8.064 ms, fork=0.547 ms, authentication=3.074 ms 2026-05-06 14:54:05.120 UTC client backend[11935] 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:54:05.125 UTC client backend[11935] 026_stats.pl LOG: disconnection: session time: 0:00:00.013 user=postgres database=postgres host=[local] 2026-05-06 14:54:05.132 UTC logical replication tablesync worker[452] LOG: logical replication table synchronization worker for subscription "test_tab1_sub", table "test_tab1" has started 2026-05-06 14:54:05.146 UTC logical replication tablesync worker[452] LOG: logical replication table synchronization worker for subscription "test_tab1_sub", table "test_tab1" has finished 2026-05-06 14:54:05.239 UTC client backend[13032] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:05.240 UTC client backend[13032] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:05.240 UTC client backend[13032] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:05.257 UTC client backend[13032] 026_stats.pl LOG: connection ready: setup total=18.743 ms, fork=0.775 ms, authentication=0.300 ms 2026-05-06 14:54:05.257 UTC client backend[13032] 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:54:05.260 UTC client backend[13032] 026_stats.pl LOG: disconnection: session time: 0:00:00.020 user=postgres database=postgres host=[local] 2026-05-06 14:54:05.270 UTC client backend[4842] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:05.272 UTC client backend[4842] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_subscriber_data/pgdata/pg_hba.conf:117) 2026-05-06 14:54:05.272 UTC client backend[4842] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=026_stats.pl 2026-05-06 14:54:05.273 UTC client backend[4842] 026_stats.pl LOG: connection ready: setup total=4.117 ms, fork=0.723 ms, authentication=0.316 ms 2026-05-06 14:54:05.274 UTC client backend[4842] 026_stats.pl LOG: statement: SELECT a FROM test_tab1 2026-05-06 14:54:05.275 UTC client backend[4842] 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: 10990 0x964414 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x79c115 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x66075d at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x661526 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x7bd1f4 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x7be898 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x7beede at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x76c02f at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x770342 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x771ba0 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x77315b at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x775845 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0xaf2af4 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 2026-05-06 14:54:05.330 UTC client backend[13819] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:05.342 UTC postmaster[9269] LOG: background worker "logical replication apply worker" (PID 10990) was terminated by signal 6: Abort trap 2026-05-06 14:54:05.342 UTC postmaster[9269] LOG: terminating any other active server processes 2026-05-06 14:54:05.355 UTC postmaster[9269] LOG: shutting down because "restart_after_crash" is off 2026-05-06 14:54:05.358 UTC postmaster[9269] LOG: database system is shut down