2026-05-06 15:00:07.924 UTC postmaster[61654] LOG: starting PostgreSQL 19devel on x86_64-openbsd, compiled by clang-16.0.6, 64-bit 2026-05-06 15:00:07.929 UTC postmaster[61654] LOG: listening on Unix socket "/tmp/hRufIj9kcC/.s.PGSQL.31489" 2026-05-06 15:00:07.943 UTC startup[42985] LOG: database system was shut down at 2026-05-06 14:51:52 UTC 2026-05-06 15:00:07.969 UTC postmaster[61654] LOG: database system is ready to accept connections 2026-05-06 15:00:09.714 UTC client backend[87442] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:09.723 UTC client backend[87442] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:09.723 UTC client backend[87442] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:09.782 UTC client backend[87442] 013_partition.pl LOG: connection ready: setup total=107.945 ms, fork=22.332 ms, authentication=1.963 ms 2026-05-06 15:00:09.786 UTC client backend[87442] 013_partition.pl LOG: statement: CREATE TABLE tab1 (c text, a int PRIMARY KEY, b text) PARTITION BY LIST (a) 2026-05-06 15:00:09.802 UTC client backend[87442] 013_partition.pl LOG: disconnection: session time: 0:00:00.103 user=postgres database=postgres host=[local] 2026-05-06 15:00:09.843 UTC client backend[50394] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:09.848 UTC client backend[50394] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:09.848 UTC client backend[50394] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:09.852 UTC client backend[50394] 013_partition.pl LOG: connection ready: setup total=13.347 ms, fork=3.241 ms, authentication=1.003 ms 2026-05-06 15:00:09.853 UTC client backend[50394] 013_partition.pl LOG: statement: CREATE INDEX tab1_c_brin_idx ON tab1 USING brin (c) 2026-05-06 15:00:09.856 UTC client backend[50394] 013_partition.pl LOG: disconnection: session time: 0:00:00.014 user=postgres database=postgres host=[local] 2026-05-06 15:00:09.927 UTC client backend[80152] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:09.929 UTC client backend[80152] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:09.929 UTC client backend[80152] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:09.934 UTC client backend[80152] 013_partition.pl LOG: connection ready: setup total=10.389 ms, fork=0.737 ms, authentication=0.657 ms 2026-05-06 15:00:09.936 UTC client backend[80152] 013_partition.pl LOG: statement: CREATE TABLE tab1_1 (b text, c text DEFAULT 'sub1_tab1', a int NOT NULL) 2026-05-06 15:00:09.948 UTC client backend[80152] 013_partition.pl LOG: disconnection: session time: 0:00:00.024 user=postgres database=postgres host=[local] 2026-05-06 15:00:09.979 UTC client backend[13561] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:09.983 UTC client backend[13561] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:09.983 UTC client backend[13561] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:09.985 UTC client backend[13561] 013_partition.pl LOG: connection ready: setup total=8.454 ms, fork=0.684 ms, authentication=0.641 ms 2026-05-06 15:00:09.988 UTC client backend[13561] 013_partition.pl LOG: statement: ALTER TABLE tab1 ATTACH PARTITION tab1_1 FOR VALUES IN (1, 2, 3) 2026-05-06 15:00:10.015 UTC client backend[13561] 013_partition.pl LOG: disconnection: session time: 0:00:00.037 user=postgres database=postgres host=[local] 2026-05-06 15:00:10.072 UTC client backend[95842] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:10.099 UTC client backend[95842] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:10.099 UTC client backend[95842] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:10.101 UTC client backend[95842] 013_partition.pl LOG: connection ready: setup total=35.326 ms, fork=4.611 ms, authentication=20.305 ms 2026-05-06 15:00:10.106 UTC client backend[95842] 013_partition.pl LOG: statement: CREATE TABLE tab1_2 PARTITION OF tab1 (c DEFAULT 'sub1_tab1') FOR VALUES IN (4, 5, 6) PARTITION BY LIST (a) 2026-05-06 15:00:10.113 UTC client backend[95842] 013_partition.pl LOG: disconnection: session time: 0:00:00.042 user=postgres database=postgres host=[local] 2026-05-06 15:00:10.151 UTC client backend[73192] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:10.153 UTC client backend[73192] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:10.153 UTC client backend[73192] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:10.158 UTC client backend[73192] 013_partition.pl LOG: connection ready: setup total=12.515 ms, fork=0.825 ms, authentication=0.589 ms 2026-05-06 15:00:10.161 UTC client backend[73192] 013_partition.pl LOG: statement: CREATE TABLE tab1_2_1 (c text, b text, a int NOT NULL) 2026-05-06 15:00:10.168 UTC client backend[73192] 013_partition.pl LOG: disconnection: session time: 0:00:00.021 user=postgres database=postgres host=[local] 2026-05-06 15:00:10.225 UTC client backend[34661] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:10.227 UTC client backend[34661] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:10.227 UTC client backend[34661] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:10.232 UTC client backend[34661] 013_partition.pl LOG: connection ready: setup total=11.938 ms, fork=1.422 ms, authentication=0.467 ms 2026-05-06 15:00:10.233 UTC client backend[34661] 013_partition.pl LOG: statement: ALTER TABLE tab1_2 ATTACH PARTITION tab1_2_1 FOR VALUES IN (5) 2026-05-06 15:00:10.249 UTC client backend[34661] 013_partition.pl LOG: disconnection: session time: 0:00:00.027 user=postgres database=postgres host=[local] 2026-05-06 15:00:10.322 UTC client backend[53504] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:10.324 UTC client backend[53504] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:10.324 UTC client backend[53504] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:10.329 UTC client backend[53504] 013_partition.pl LOG: connection ready: setup total=9.437 ms, fork=0.693 ms, authentication=0.708 ms 2026-05-06 15:00:10.331 UTC client backend[53504] 013_partition.pl LOG: statement: CREATE TABLE tab1_2_2 PARTITION OF tab1_2 FOR VALUES IN (4, 6) 2026-05-06 15:00:10.341 UTC client backend[53504] 013_partition.pl LOG: disconnection: session time: 0:00:00.020 user=postgres database=postgres host=[local] 2026-05-06 15:00:10.412 UTC client backend[98781] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:10.418 UTC client backend[98781] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:10.418 UTC client backend[98781] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:10.422 UTC client backend[98781] 013_partition.pl LOG: connection ready: setup total=13.061 ms, fork=2.357 ms, authentication=1.001 ms 2026-05-06 15:00:10.423 UTC client backend[98781] 013_partition.pl LOG: statement: CREATE TABLE tab1_def PARTITION OF tab1 (c DEFAULT 'sub1_tab1') DEFAULT 2026-05-06 15:00:10.433 UTC client backend[98781] 013_partition.pl LOG: disconnection: session time: 0:00:00.021 user=postgres database=postgres host=[local] 2026-05-06 15:00:10.513 UTC client backend[35344] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:10.515 UTC client backend[35344] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:10.515 UTC client backend[35344] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:10.518 UTC client backend[35344] 013_partition.pl LOG: connection ready: setup total=9.964 ms, fork=0.605 ms, authentication=0.515 ms 2026-05-06 15:00:10.519 UTC client backend[35344] 013_partition.pl LOG: statement: CREATE SUBSCRIPTION sub1 CONNECTION 'port=31488 host=/tmp/hRufIj9kcC dbname=postgres' PUBLICATION pub1 2026-05-06 15:00:10.613 UTC client backend[35344] 013_partition.pl LOG: disconnection: session time: 0:00:00.104 user=postgres database=postgres host=[local] 2026-05-06 15:00:10.628 UTC logical replication apply worker[35809] LOG: logical replication apply worker for subscription "sub1" has started 2026-05-06 15:00:10.656 UTC logical replication tablesync worker[6915] LOG: logical replication table synchronization worker for subscription "sub1", table "tab1_2" has started 2026-05-06 15:00:10.677 UTC logical replication tablesync worker[18118] LOG: logical replication table synchronization worker for subscription "sub1", table "tab1_1" has started 2026-05-06 15:00:10.686 UTC client backend[63283] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:10.692 UTC client backend[63283] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:10.692 UTC client backend[63283] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:10.695 UTC client backend[63283] 013_partition.pl LOG: connection ready: setup total=44.869 ms, fork=34.519 ms, authentication=2.939 ms 2026-05-06 15:00:10.697 UTC client backend[63283] 013_partition.pl LOG: statement: CREATE TABLE sub1_trigger_activity (tgtab text, tgop text, tgwhen text, tglevel text, olda int, newa int); 2026-05-06 15:00:10.730 UTC client backend[63283] 013_partition.pl LOG: statement: CREATE FUNCTION sub1_trigger_activity_func() RETURNS TRIGGER AS $$ BEGIN IF (TG_OP = 'INSERT') THEN INSERT INTO public.sub1_trigger_activity SELECT TG_RELNAME, TG_OP, TG_WHEN, TG_LEVEL, NULL, NEW.a; ELSIF (TG_OP = 'UPDATE') THEN INSERT INTO public.sub1_trigger_activity SELECT TG_RELNAME, TG_OP, TG_WHEN, TG_LEVEL, OLD.a, NEW.a; END IF; RETURN NULL; END; $$ LANGUAGE plpgsql; 2026-05-06 15:00:10.741 UTC logical replication tablesync worker[18118] LOG: logical replication table synchronization worker for subscription "sub1", table "tab1_1" has finished 2026-05-06 15:00:10.754 UTC client backend[63283] 013_partition.pl LOG: statement: CREATE TRIGGER sub1_tab1_log_op_trigger AFTER INSERT OR UPDATE ON tab1 FOR EACH ROW EXECUTE PROCEDURE sub1_trigger_activity_func(); 2026-05-06 15:00:10.768 UTC client backend[63283] 013_partition.pl LOG: statement: ALTER TABLE ONLY tab1 ENABLE REPLICA TRIGGER sub1_tab1_log_op_trigger; 2026-05-06 15:00:10.768 UTC client backend[63283] 013_partition.pl LOG: statement: CREATE TRIGGER sub1_tab1_2_log_op_trigger AFTER INSERT OR UPDATE ON tab1_2 FOR EACH ROW EXECUTE PROCEDURE sub1_trigger_activity_func(); 2026-05-06 15:00:10.771 UTC client backend[63283] 013_partition.pl LOG: statement: ALTER TABLE ONLY tab1_2 ENABLE REPLICA TRIGGER sub1_tab1_2_log_op_trigger; 2026-05-06 15:00:10.772 UTC client backend[63283] 013_partition.pl LOG: statement: CREATE TRIGGER sub1_tab1_2_2_log_op_trigger AFTER INSERT OR UPDATE ON tab1_2_2 FOR EACH ROW EXECUTE PROCEDURE sub1_trigger_activity_func(); 2026-05-06 15:00:10.772 UTC client backend[63283] 013_partition.pl LOG: statement: ALTER TABLE ONLY tab1_2_2 ENABLE REPLICA TRIGGER sub1_tab1_2_2_log_op_trigger; 2026-05-06 15:00:10.773 UTC client backend[63283] 013_partition.pl LOG: disconnection: session time: 0:00:00.087 user=postgres database=postgres host=[local] 2026-05-06 15:00:10.839 UTC logical replication tablesync worker[6915] LOG: logical replication table synchronization worker for subscription "sub1", table "tab1_2" has finished 2026-05-06 15:00:10.924 UTC logical replication tablesync worker[30101] LOG: logical replication table synchronization worker for subscription "sub1", table "tab1_def" has started 2026-05-06 15:00:10.963 UTC logical replication tablesync worker[30101] LOG: logical replication table synchronization worker for subscription "sub1", table "tab1_def" has finished 2026-05-06 15:00:11.446 UTC client backend[45703] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:11.448 UTC client backend[45703] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:11.448 UTC client backend[45703] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:11.453 UTC client backend[45703] 013_partition.pl LOG: connection ready: setup total=8.402 ms, fork=0.663 ms, authentication=0.621 ms 2026-05-06 15:00:11.454 UTC client backend[45703] 013_partition.pl LOG: statement: SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('r', 's'); 2026-05-06 15:00:11.461 UTC client backend[45703] 013_partition.pl LOG: disconnection: session time: 0:00:00.015 user=postgres database=postgres host=[local] 2026-05-06 15:00:12.508 UTC client backend[26450] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:12.515 UTC client backend[26450] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:12.515 UTC client backend[26450] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:12.517 UTC client backend[26450] 013_partition.pl LOG: connection ready: setup total=12.747 ms, fork=2.041 ms, authentication=4.966 ms 2026-05-06 15:00:12.519 UTC client backend[26450] 013_partition.pl LOG: statement: SELECT c, a FROM tab1 ORDER BY 1, 2 2026-05-06 15:00:12.543 UTC client backend[26450] 013_partition.pl LOG: disconnection: session time: 0:00:00.036 user=postgres database=postgres host=[local] 2026-05-06 15:00:12.614 UTC client backend[50622] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:12.615 UTC client backend[50622] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:12.615 UTC client backend[50622] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:12.620 UTC client backend[50622] 013_partition.pl LOG: connection ready: setup total=8.517 ms, fork=1.066 ms, authentication=0.454 ms 2026-05-06 15:00:12.634 UTC client backend[50622] 013_partition.pl LOG: statement: SELECT a FROM tab1_2_1 ORDER BY 1 2026-05-06 15:00:12.643 UTC client backend[50622] 013_partition.pl LOG: disconnection: session time: 0:00:00.030 user=postgres database=postgres host=[local] 2026-05-06 15:00:12.825 UTC client backend[79064] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:12.827 UTC client backend[79064] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:12.827 UTC client backend[79064] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:12.829 UTC client backend[79064] 013_partition.pl LOG: connection ready: setup total=4.845 ms, fork=0.629 ms, authentication=0.448 ms 2026-05-06 15:00:12.830 UTC client backend[79064] 013_partition.pl LOG: statement: SELECT a FROM tab1_2_2 ORDER BY 1 2026-05-06 15:00:12.835 UTC client backend[79064] 013_partition.pl LOG: disconnection: session time: 0:00:00.009 user=postgres database=postgres host=[local] 2026-05-06 15:00:13.437 UTC logical replication apply worker[35809] WARNING: resource was not closed: relation "tab1_2_2" 2026-05-06 15:00:13.437 UTC logical replication apply worker[35809] CONTEXT: processing remote data for replication origin "pg_16438" during message type "COMMIT" in transaction 706, finished at 0/017D3F58 2026-05-06 15:00:13.486 UTC logical replication apply worker[35809] WARNING: resource was not closed: relation "tab1_2_2" 2026-05-06 15:00:13.486 UTC logical replication apply worker[35809] CONTEXT: processing remote data for replication origin "pg_16438" during message type "COMMIT" in transaction 707, finished at 0/017D4030 2026-05-06 15:00:13.606 UTC logical replication apply worker[35809] WARNING: resource was not closed: relation "tab1_2_2" 2026-05-06 15:00:13.606 UTC logical replication apply worker[35809] CONTEXT: processing remote data for replication origin "pg_16438" during message type "COMMIT" in transaction 708, finished at 0/017D40F0 2026-05-06 15:00:14.217 UTC client backend[13935] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:14.236 UTC client backend[13935] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:14.236 UTC client backend[13935] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:14.245 UTC client backend[13935] 013_partition.pl LOG: connection ready: setup total=39.798 ms, fork=9.760 ms, authentication=0.580 ms 2026-05-06 15:00:14.249 UTC client backend[13935] 013_partition.pl LOG: statement: SELECT c, a FROM tab1 ORDER BY 1, 2 2026-05-06 15:00:14.266 UTC client backend[13935] 013_partition.pl LOG: disconnection: session time: 0:00:00.050 user=postgres database=postgres host=[local] 2026-05-06 15:00:14.308 UTC client backend[57786] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:14.312 UTC client backend[57786] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:14.312 UTC client backend[57786] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:14.315 UTC client backend[57786] 013_partition.pl LOG: connection ready: setup total=8.925 ms, fork=0.765 ms, authentication=0.731 ms 2026-05-06 15:00:14.316 UTC client backend[57786] 013_partition.pl LOG: statement: SELECT a FROM tab1_2_1 ORDER BY 1 2026-05-06 15:00:14.320 UTC client backend[57786] 013_partition.pl LOG: disconnection: session time: 0:00:00.012 user=postgres database=postgres host=[local] 2026-05-06 15:00:14.343 UTC client backend[59025] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:14.346 UTC client backend[59025] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:14.346 UTC client backend[59025] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:14.352 UTC client backend[59025] 013_partition.pl LOG: connection ready: setup total=10.004 ms, fork=0.651 ms, authentication=1.537 ms 2026-05-06 15:00:14.364 UTC client backend[59025] 013_partition.pl LOG: statement: SELECT a FROM tab1_2_2 ORDER BY 1 2026-05-06 15:00:14.367 UTC client backend[59025] 013_partition.pl LOG: disconnection: session time: 0:00:00.025 user=postgres database=postgres host=[local] 2026-05-06 15:00:14.403 UTC client backend[65124] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:14.405 UTC client backend[65124] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:14.405 UTC client backend[65124] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:14.407 UTC client backend[65124] 013_partition.pl LOG: connection ready: setup total=5.616 ms, fork=0.729 ms, authentication=0.467 ms 2026-05-06 15:00:14.413 UTC client backend[65124] 013_partition.pl LOG: statement: SELECT * FROM sub1_trigger_activity ORDER BY tgtab, tgop, tgwhen, olda, newa; 2026-05-06 15:00:14.415 UTC client backend[65124] 013_partition.pl LOG: disconnection: session time: 0:00:00.013 user=postgres database=postgres host=[local] 2026-05-06 15:00:14.697 UTC logical replication apply worker[35809] WARNING: resource was not closed: relation "tab1_2_2" 2026-05-06 15:00:14.697 UTC logical replication apply worker[35809] CONTEXT: processing remote data for replication origin "pg_16438" during message type "COMMIT" in transaction 710, finished at 0/017D42D0 2026-05-06 15:00:15.295 UTC client backend[23636] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:15.298 UTC client backend[23636] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:15.298 UTC client backend[23636] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:15.302 UTC client backend[23636] 013_partition.pl LOG: connection ready: setup total=114.349 ms, fork=105.597 ms, authentication=0.835 ms 2026-05-06 15:00:15.304 UTC client backend[23636] 013_partition.pl LOG: statement: SELECT c, a FROM tab1 ORDER BY 1, 2 2026-05-06 15:00:15.315 UTC client backend[23636] 013_partition.pl LOG: disconnection: session time: 0:00:00.021 user=postgres database=postgres host=[local] 2026-05-06 15:00:15.449 UTC client backend[26495] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:15.456 UTC client backend[26495] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:15.456 UTC client backend[26495] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:15.464 UTC client backend[26495] 013_partition.pl LOG: connection ready: setup total=17.127 ms, fork=0.766 ms, authentication=1.017 ms 2026-05-06 15:00:15.466 UTC client backend[26495] 013_partition.pl LOG: statement: SELECT a FROM tab1_2_2 ORDER BY 1 2026-05-06 15:00:15.483 UTC client backend[26495] 013_partition.pl LOG: disconnection: session time: 0:00:00.035 user=postgres database=postgres host=[local] 2026-05-06 15:00:16.237 UTC client backend[25355] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:16.241 UTC client backend[25355] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:16.241 UTC client backend[25355] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:16.244 UTC client backend[25355] 013_partition.pl LOG: connection ready: setup total=19.682 ms, fork=11.230 ms, authentication=0.652 ms 2026-05-06 15:00:16.246 UTC client backend[25355] 013_partition.pl LOG: statement: SELECT a FROM tab1 2026-05-06 15:00:16.263 UTC client backend[25355] 013_partition.pl LOG: disconnection: session time: 0:00:00.026 user=postgres database=postgres host=[local] 2026-05-06 15:00:16.390 UTC client backend[44132] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:16.405 UTC client backend[44132] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:16.405 UTC client backend[44132] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:16.409 UTC client backend[44132] 013_partition.pl LOG: connection ready: setup total=45.683 ms, fork=26.016 ms, authentication=0.820 ms 2026-05-06 15:00:16.414 UTC client backend[44132] 013_partition.pl LOG: statement: INSERT INTO tab1 (a) VALUES (1), (2), (5) 2026-05-06 15:00:16.424 UTC client backend[44132] 013_partition.pl LOG: disconnection: session time: 0:00:00.034 user=postgres database=postgres host=[local] 2026-05-06 15:00:16.823 UTC client backend[33876] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:16.824 UTC client backend[33876] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:16.824 UTC client backend[33876] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:16.826 UTC client backend[33876] 013_partition.pl LOG: connection ready: setup total=5.339 ms, fork=0.613 ms, authentication=0.535 ms 2026-05-06 15:00:16.828 UTC client backend[33876] 013_partition.pl LOG: statement: SELECT a FROM tab1 ORDER BY 1 2026-05-06 15:00:16.837 UTC client backend[33876] 013_partition.pl LOG: disconnection: session time: 0:00:00.014 user=postgres database=postgres host=[local] 2026-05-06 15:00:17.512 UTC client backend[77626] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:17.519 UTC client backend[77626] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:17.520 UTC client backend[77626] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:17.528 UTC client backend[77626] 013_partition.pl LOG: connection ready: setup total=46.287 ms, fork=12.115 ms, authentication=0.466 ms 2026-05-06 15:00:17.530 UTC client backend[77626] 013_partition.pl LOG: statement: SELECT a FROM tab1 ORDER BY 1 2026-05-06 15:00:17.545 UTC client backend[77626] 013_partition.pl LOG: disconnection: session time: 0:00:00.050 user=postgres database=postgres host=[local] 2026-05-06 15:00:17.692 UTC logical replication apply worker[35809] WARNING: resource was not closed: relation "tab1_2_2" 2026-05-06 15:00:17.692 UTC logical replication apply worker[35809] CONTEXT: processing remote data for replication origin "pg_16438" during message type "COMMIT" in transaction 715, finished at 0/017DAF50 2026-05-06 15:00:18.307 UTC client backend[24348] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:18.309 UTC client backend[24348] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:18.309 UTC client backend[24348] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 15:00:18.312 UTC client backend[24348] 013_partition.pl LOG: connection ready: setup total=36.928 ms, fork=26.379 ms, authentication=0.619 ms 2026-05-06 15:00:18.315 UTC client backend[24348] 013_partition.pl LOG: statement: DELETE FROM tab1 2026-05-06 15:00:18.319 UTC client backend[24348] 013_partition.pl LOG: disconnection: session time: 0:00:00.017 user=postgres database=postgres host=[local] TRAP: failed Assert("conflictlogrel != NULL"), File: "../src/backend/replication/logical/conflict.c", Line: 195, PID: 35809 0xcb1f4fc259f at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0xcb1f4d8337a at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0xcb1f4dabaff at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0xcb1f4da775f at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0xcb1f4da9469 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0xcb1f4daa28f at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0xcb1f4da9fc4 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0xcb1f4d4b2bb at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0xcb1f4d5039f at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0xcb1f4d53cb3 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0xcb1f4d557d5 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0xcb1f4d52e5e at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0xcb1f4c68ee5 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 2026-05-06 15:00:19.053 UTC postmaster[61654] LOG: background worker "logical replication apply worker" (PID 35809) was terminated by signal 6: Abort trap 2026-05-06 15:00:19.053 UTC postmaster[61654] LOG: terminating any other active server processes 2026-05-06 15:00:19.441 UTC postmaster[61654] LOG: shutting down because "restart_after_crash" is off 2026-05-06 15:00:19.545 UTC postmaster[61654] LOG: database system is shut down