2026-05-06 14:57:05.794 UTC postmaster[47136] LOG: starting PostgreSQL 19devel on aarch64-darwin, compiled by clang-17.0.0, 64-bit 2026-05-06 14:57:05.794 UTC postmaster[47136] LOG: listening on Unix socket "/var/folders/hm/d7rr9ds96qx995ns72ry9g4m0000gn/T/y2aTd7Fl5Z/.s.PGSQL.14840" 2026-05-06 14:57:05.810 UTC startup[47148] LOG: database system was shut down at 2026-05-06 14:49:11 UTC 2026-05-06 14:57:05.817 UTC postmaster[47136] LOG: database system is ready to accept connections 2026-05-06 14:57:10.004 UTC client backend[47583] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:10.017 UTC client backend[47583] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:10.017 UTC client backend[47583] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:10.172 UTC client backend[47583] 013_partition.pl LOG: connection ready: setup total=170.845 ms, fork=1.986 ms, authentication=5.170 ms 2026-05-06 14:57:10.172 UTC client backend[47583] 013_partition.pl LOG: statement: CREATE TABLE tab1 (c text, a int PRIMARY KEY, b text) PARTITION BY LIST (a) 2026-05-06 14:57:10.270 UTC client backend[47583] 013_partition.pl LOG: disconnection: session time: 0:00:00.266 user=admin database=postgres host=[local] 2026-05-06 14:57:10.309 UTC client backend[47632] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:10.312 UTC client backend[47632] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:10.312 UTC client backend[47632] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:10.324 UTC client backend[47632] 013_partition.pl LOG: connection ready: setup total=17.261 ms, fork=1.788 ms, authentication=2.475 ms 2026-05-06 14:57:10.325 UTC client backend[47632] 013_partition.pl LOG: statement: CREATE INDEX tab1_c_brin_idx ON tab1 USING brin (c) 2026-05-06 14:57:10.345 UTC client backend[47632] 013_partition.pl LOG: disconnection: session time: 0:00:00.035 user=admin database=postgres host=[local] 2026-05-06 14:57:10.377 UTC client backend[47648] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:10.377 UTC client backend[47648] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:10.377 UTC client backend[47648] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:10.379 UTC client backend[47648] 013_partition.pl LOG: connection ready: setup total=5.552 ms, fork=3.322 ms, authentication=0.267 ms 2026-05-06 14:57:10.380 UTC client backend[47648] 013_partition.pl LOG: statement: CREATE TABLE tab1_1 (b text, c text DEFAULT 'sub1_tab1', a int NOT NULL) 2026-05-06 14:57:10.396 UTC client backend[47648] 013_partition.pl LOG: disconnection: session time: 0:00:00.019 user=admin database=postgres host=[local] 2026-05-06 14:57:10.480 UTC client backend[47663] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:10.481 UTC client backend[47663] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:10.481 UTC client backend[47663] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:10.483 UTC client backend[47663] 013_partition.pl LOG: connection ready: setup total=4.622 ms, fork=1.762 ms, authentication=0.227 ms 2026-05-06 14:57:10.498 UTC client backend[47663] 013_partition.pl LOG: statement: ALTER TABLE tab1 ATTACH PARTITION tab1_1 FOR VALUES IN (1, 2, 3) 2026-05-06 14:57:10.512 UTC client backend[47663] 013_partition.pl LOG: disconnection: session time: 0:00:00.032 user=admin database=postgres host=[local] 2026-05-06 14:57:10.546 UTC client backend[47670] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:10.547 UTC client backend[47670] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:10.547 UTC client backend[47670] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:10.548 UTC client backend[47670] 013_partition.pl LOG: connection ready: setup total=3.488 ms, fork=1.686 ms, authentication=0.124 ms 2026-05-06 14:57:10.549 UTC client backend[47670] 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 14:57:10.552 UTC client backend[47670] 013_partition.pl LOG: disconnection: session time: 0:00:00.006 user=admin database=postgres host=[local] 2026-05-06 14:57:10.603 UTC client backend[47680] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:10.603 UTC client backend[47680] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:10.604 UTC client backend[47680] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:10.605 UTC client backend[47680] 013_partition.pl LOG: connection ready: setup total=5.276 ms, fork=3.061 ms, authentication=0.252 ms 2026-05-06 14:57:10.619 UTC client backend[47680] 013_partition.pl LOG: statement: CREATE TABLE tab1_2_1 (c text, b text, a int NOT NULL) 2026-05-06 14:57:10.626 UTC client backend[47680] 013_partition.pl LOG: disconnection: session time: 0:00:00.023 user=admin database=postgres host=[local] 2026-05-06 14:57:10.751 UTC client backend[47702] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:10.752 UTC client backend[47702] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:10.752 UTC client backend[47702] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:10.753 UTC client backend[47702] 013_partition.pl LOG: connection ready: setup total=11.647 ms, fork=8.730 ms, authentication=0.152 ms 2026-05-06 14:57:10.760 UTC client backend[47702] 013_partition.pl LOG: statement: ALTER TABLE tab1_2 ATTACH PARTITION tab1_2_1 FOR VALUES IN (5) 2026-05-06 14:57:10.777 UTC client backend[47702] 013_partition.pl LOG: disconnection: session time: 0:00:00.026 user=admin database=postgres host=[local] 2026-05-06 14:57:10.920 UTC client backend[47722] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:10.921 UTC client backend[47722] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:10.921 UTC client backend[47722] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:10.926 UTC client backend[47722] 013_partition.pl LOG: connection ready: setup total=7.328 ms, fork=1.998 ms, authentication=0.195 ms 2026-05-06 14:57:10.927 UTC client backend[47722] 013_partition.pl LOG: statement: CREATE TABLE tab1_2_2 PARTITION OF tab1_2 FOR VALUES IN (4, 6) 2026-05-06 14:57:10.941 UTC client backend[47722] 013_partition.pl LOG: disconnection: session time: 0:00:00.020 user=admin database=postgres host=[local] 2026-05-06 14:57:11.043 UTC client backend[47739] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:11.044 UTC client backend[47739] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:11.044 UTC client backend[47739] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:11.045 UTC client backend[47739] 013_partition.pl LOG: connection ready: setup total=3.388 ms, fork=1.965 ms, authentication=0.124 ms 2026-05-06 14:57:11.045 UTC client backend[47739] 013_partition.pl LOG: statement: CREATE TABLE tab1_def PARTITION OF tab1 (c DEFAULT 'sub1_tab1') DEFAULT 2026-05-06 14:57:11.049 UTC client backend[47739] 013_partition.pl LOG: disconnection: session time: 0:00:00.005 user=admin database=postgres host=[local] 2026-05-06 14:57:11.097 UTC client backend[47748] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:11.098 UTC client backend[47748] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:11.098 UTC client backend[47748] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:11.100 UTC client backend[47748] 013_partition.pl LOG: connection ready: setup total=7.135 ms, fork=4.861 ms, authentication=0.130 ms 2026-05-06 14:57:11.100 UTC client backend[47748] 013_partition.pl LOG: statement: CREATE SUBSCRIPTION sub1 CONNECTION 'port=14839 host=/var/folders/hm/d7rr9ds96qx995ns72ry9g4m0000gn/T/y2aTd7Fl5Z dbname=postgres' PUBLICATION pub1 2026-05-06 14:57:11.385 UTC client backend[47748] 013_partition.pl LOG: disconnection: session time: 0:00:00.287 user=admin database=postgres host=[local] 2026-05-06 14:57:11.402 UTC logical replication apply worker[47761] LOG: logical replication apply worker for subscription "sub1" has started 2026-05-06 14:57:11.447 UTC logical replication tablesync worker[47770] LOG: logical replication table synchronization worker for subscription "sub1", table "tab1_2" has started 2026-05-06 14:57:11.455 UTC client backend[47772] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:11.458 UTC client backend[47772] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:11.458 UTC client backend[47772] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:11.460 UTC client backend[47772] 013_partition.pl LOG: connection ready: setup total=9.903 ms, fork=5.049 ms, authentication=0.206 ms 2026-05-06 14:57:11.469 UTC client backend[47772] 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 14:57:11.483 UTC logical replication tablesync worker[47775] LOG: logical replication table synchronization worker for subscription "sub1", table "tab1_1" has started 2026-05-06 14:57:11.513 UTC client backend[47772] 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 14:57:11.546 UTC client backend[47772] 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 14:57:11.619 UTC logical replication tablesync worker[47775] LOG: logical replication table synchronization worker for subscription "sub1", table "tab1_1" has finished 2026-05-06 14:57:11.633 UTC logical replication tablesync worker[47790] LOG: logical replication table synchronization worker for subscription "sub1", table "tab1_def" has started 2026-05-06 14:57:11.732 UTC logical replication tablesync worker[47790] LOG: logical replication table synchronization worker for subscription "sub1", table "tab1_def" has finished 2026-05-06 14:57:11.758 UTC logical replication tablesync worker[47770] LOG: logical replication table synchronization worker for subscription "sub1", table "tab1_2" has finished 2026-05-06 14:57:11.759 UTC client backend[47772] 013_partition.pl LOG: statement: ALTER TABLE ONLY tab1 ENABLE REPLICA TRIGGER sub1_tab1_log_op_trigger; 2026-05-06 14:57:11.759 UTC client backend[47772] 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 14:57:11.759 UTC client backend[47772] 013_partition.pl LOG: statement: ALTER TABLE ONLY tab1_2 ENABLE REPLICA TRIGGER sub1_tab1_2_log_op_trigger; 2026-05-06 14:57:11.760 UTC client backend[47772] 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 14:57:11.760 UTC client backend[47772] 013_partition.pl LOG: statement: ALTER TABLE ONLY tab1_2_2 ENABLE REPLICA TRIGGER sub1_tab1_2_2_log_op_trigger; 2026-05-06 14:57:11.760 UTC client backend[47772] 013_partition.pl LOG: disconnection: session time: 0:00:00.305 user=admin database=postgres host=[local] 2026-05-06 14:57:13.301 UTC client backend[47934] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:13.302 UTC client backend[47934] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:13.302 UTC client backend[47934] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:13.304 UTC client backend[47934] 013_partition.pl LOG: connection ready: setup total=5.772 ms, fork=2.406 ms, authentication=0.252 ms 2026-05-06 14:57:13.305 UTC client backend[47934] 013_partition.pl LOG: statement: SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('r', 's'); 2026-05-06 14:57:13.312 UTC client backend[47934] 013_partition.pl LOG: disconnection: session time: 0:00:00.011 user=admin database=postgres host=[local] 2026-05-06 14:57:14.344 UTC client backend[48061] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:14.353 UTC client backend[48061] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:14.353 UTC client backend[48061] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:14.357 UTC client backend[48061] 013_partition.pl LOG: connection ready: setup total=19.799 ms, fork=5.085 ms, authentication=0.435 ms 2026-05-06 14:57:14.357 UTC client backend[48061] 013_partition.pl LOG: statement: SELECT c, a FROM tab1 ORDER BY 1, 2 2026-05-06 14:57:14.359 UTC client backend[48061] 013_partition.pl LOG: disconnection: session time: 0:00:00.017 user=admin database=postgres host=[local] 2026-05-06 14:57:14.411 UTC client backend[48066] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:14.412 UTC client backend[48066] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:14.412 UTC client backend[48066] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:14.413 UTC client backend[48066] 013_partition.pl LOG: connection ready: setup total=4.223 ms, fork=1.723 ms, authentication=0.345 ms 2026-05-06 14:57:14.413 UTC client backend[48066] 013_partition.pl LOG: statement: SELECT a FROM tab1_2_1 ORDER BY 1 2026-05-06 14:57:14.416 UTC client backend[48066] 013_partition.pl LOG: disconnection: session time: 0:00:00.005 user=admin database=postgres host=[local] 2026-05-06 14:57:14.596 UTC client backend[48079] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:14.597 UTC client backend[48079] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:14.597 UTC client backend[48079] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:14.598 UTC client backend[48079] 013_partition.pl LOG: connection ready: setup total=7.646 ms, fork=5.965 ms, authentication=0.182 ms 2026-05-06 14:57:14.606 UTC client backend[48079] 013_partition.pl LOG: statement: SELECT a FROM tab1_2_2 ORDER BY 1 2026-05-06 14:57:14.610 UTC client backend[48079] 013_partition.pl LOG: disconnection: session time: 0:00:00.014 user=admin database=postgres host=[local] 2026-05-06 14:57:15.110 UTC logical replication apply worker[47761] WARNING: resource was not closed: relation "tab1_2_2" 2026-05-06 14:57:15.110 UTC logical replication apply worker[47761] CONTEXT: processing remote data for replication origin "pg_16438" during message type "COMMIT" in transaction 706, finished at 0/017EB378 2026-05-06 14:57:15.196 UTC logical replication apply worker[47761] WARNING: resource was not closed: relation "tab1_2_2" 2026-05-06 14:57:15.196 UTC logical replication apply worker[47761] CONTEXT: processing remote data for replication origin "pg_16438" during message type "COMMIT" in transaction 707, finished at 0/017EB438 2026-05-06 14:57:15.296 UTC logical replication apply worker[47761] WARNING: resource was not closed: relation "tab1_2_2" 2026-05-06 14:57:15.296 UTC logical replication apply worker[47761] CONTEXT: processing remote data for replication origin "pg_16438" during message type "COMMIT" in transaction 708, finished at 0/017EB4F8 2026-05-06 14:57:16.047 UTC client backend[48159] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:16.054 UTC client backend[48159] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:16.054 UTC client backend[48159] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:16.055 UTC client backend[48159] 013_partition.pl LOG: connection ready: setup total=9.147 ms, fork=0.519 ms, authentication=0.287 ms 2026-05-06 14:57:16.057 UTC client backend[48159] 013_partition.pl LOG: statement: SELECT c, a FROM tab1 ORDER BY 1, 2 2026-05-06 14:57:16.061 UTC client backend[48159] 013_partition.pl LOG: disconnection: session time: 0:00:00.014 user=admin database=postgres host=[local] 2026-05-06 14:57:16.105 UTC client backend[48161] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:16.106 UTC client backend[48161] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:16.106 UTC client backend[48161] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:16.108 UTC client backend[48161] 013_partition.pl LOG: connection ready: setup total=4.469 ms, fork=1.859 ms, authentication=0.156 ms 2026-05-06 14:57:16.109 UTC client backend[48161] 013_partition.pl LOG: statement: SELECT a FROM tab1_2_1 ORDER BY 1 2026-05-06 14:57:16.111 UTC client backend[48161] 013_partition.pl LOG: disconnection: session time: 0:00:00.005 user=admin database=postgres host=[local] 2026-05-06 14:57:16.177 UTC client backend[48167] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:16.179 UTC client backend[48167] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:16.179 UTC client backend[48167] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:16.179 UTC client backend[48167] 013_partition.pl LOG: connection ready: setup total=21.378 ms, fork=14.873 ms, authentication=0.270 ms 2026-05-06 14:57:16.181 UTC client backend[48167] 013_partition.pl LOG: statement: SELECT a FROM tab1_2_2 ORDER BY 1 2026-05-06 14:57:16.200 UTC client backend[48167] 013_partition.pl LOG: disconnection: session time: 0:00:00.026 user=admin database=postgres host=[local] 2026-05-06 14:57:16.246 UTC client backend[48172] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:16.246 UTC client backend[48172] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:16.247 UTC client backend[48172] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:16.252 UTC client backend[48172] 013_partition.pl LOG: connection ready: setup total=9.267 ms, fork=3.400 ms, authentication=0.164 ms 2026-05-06 14:57:16.252 UTC client backend[48172] 013_partition.pl LOG: statement: SELECT * FROM sub1_trigger_activity ORDER BY tgtab, tgop, tgwhen, olda, newa; 2026-05-06 14:57:16.253 UTC client backend[48172] 013_partition.pl LOG: disconnection: session time: 0:00:00.007 user=admin database=postgres host=[local] 2026-05-06 14:57:16.753 UTC logical replication apply worker[47761] WARNING: resource was not closed: relation "tab1_2_2" 2026-05-06 14:57:16.753 UTC logical replication apply worker[47761] CONTEXT: processing remote data for replication origin "pg_16438" during message type "COMMIT" in transaction 710, finished at 0/017EB6D8 2026-05-06 14:57:17.194 UTC client backend[48225] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:17.199 UTC client backend[48225] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:17.200 UTC client backend[48225] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:17.201 UTC client backend[48225] 013_partition.pl LOG: connection ready: setup total=11.107 ms, fork=2.813 ms, authentication=0.302 ms 2026-05-06 14:57:17.202 UTC client backend[48225] 013_partition.pl LOG: statement: SELECT c, a FROM tab1 ORDER BY 1, 2 2026-05-06 14:57:17.207 UTC client backend[48225] 013_partition.pl LOG: disconnection: session time: 0:00:00.014 user=admin database=postgres host=[local] 2026-05-06 14:57:17.240 UTC client backend[48229] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:17.241 UTC client backend[48229] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:17.241 UTC client backend[48229] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:17.241 UTC client backend[48229] 013_partition.pl LOG: connection ready: setup total=3.943 ms, fork=2.506 ms, authentication=0.130 ms 2026-05-06 14:57:17.242 UTC client backend[48229] 013_partition.pl LOG: statement: SELECT a FROM tab1_2_2 ORDER BY 1 2026-05-06 14:57:17.243 UTC client backend[48229] 013_partition.pl LOG: disconnection: session time: 0:00:00.002 user=admin database=postgres host=[local] 2026-05-06 14:57:18.219 UTC client backend[48304] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:18.220 UTC client backend[48304] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:18.220 UTC client backend[48304] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:18.221 UTC client backend[48304] 013_partition.pl LOG: connection ready: setup total=11.815 ms, fork=9.198 ms, authentication=0.293 ms 2026-05-06 14:57:18.223 UTC client backend[48304] 013_partition.pl LOG: statement: SELECT a FROM tab1 2026-05-06 14:57:18.224 UTC client backend[48304] 013_partition.pl LOG: disconnection: session time: 0:00:00.005 user=admin database=postgres host=[local] 2026-05-06 14:57:18.555 UTC client backend[48340] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:18.555 UTC client backend[48340] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:18.555 UTC client backend[48340] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:18.557 UTC client backend[48340] 013_partition.pl LOG: connection ready: setup total=5.158 ms, fork=2.553 ms, authentication=0.178 ms 2026-05-06 14:57:18.557 UTC client backend[48340] 013_partition.pl LOG: statement: INSERT INTO tab1 (a) VALUES (1), (2), (5) 2026-05-06 14:57:18.574 UTC client backend[48340] 013_partition.pl LOG: disconnection: session time: 0:00:00.019 user=admin database=postgres host=[local] 2026-05-06 14:57:19.400 UTC client backend[48388] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:19.411 UTC client backend[48388] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:19.411 UTC client backend[48388] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:19.414 UTC client backend[48388] 013_partition.pl LOG: connection ready: setup total=15.419 ms, fork=1.930 ms, authentication=5.931 ms 2026-05-06 14:57:19.414 UTC client backend[48388] 013_partition.pl LOG: statement: SELECT a FROM tab1 ORDER BY 1 2026-05-06 14:57:19.419 UTC client backend[48388] 013_partition.pl LOG: disconnection: session time: 0:00:00.019 user=admin database=postgres host=[local] 2026-05-06 14:57:20.009 UTC client backend[48425] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:20.010 UTC client backend[48425] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:20.010 UTC client backend[48425] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:20.012 UTC client backend[48425] 013_partition.pl LOG: connection ready: setup total=5.379 ms, fork=2.028 ms, authentication=0.301 ms 2026-05-06 14:57:20.013 UTC client backend[48425] 013_partition.pl LOG: statement: SELECT a FROM tab1 ORDER BY 1 2026-05-06 14:57:20.035 UTC client backend[48425] 013_partition.pl LOG: disconnection: session time: 0:00:00.026 user=admin database=postgres host=[local] 2026-05-06 14:57:20.271 UTC logical replication apply worker[47761] WARNING: resource was not closed: relation "tab1_2_2" 2026-05-06 14:57:20.271 UTC logical replication apply worker[47761] CONTEXT: processing remote data for replication origin "pg_16438" during message type "COMMIT" in transaction 715, finished at 0/017F11E0 2026-05-06 14:57:20.779 UTC client backend[48496] [unknown] LOG: connection received: host=[local] 2026-05-06 14:57:20.780 UTC client backend[48496] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:57:20.780 UTC client backend[48496] [unknown] LOG: connection authorized: user=admin database=postgres application_name=013_partition.pl 2026-05-06 14:57:20.783 UTC client backend[48496] 013_partition.pl LOG: connection ready: setup total=8.385 ms, fork=5.156 ms, authentication=0.298 ms 2026-05-06 14:57:20.783 UTC client backend[48496] 013_partition.pl LOG: statement: DELETE FROM tab1 2026-05-06 14:57:20.786 UTC client backend[48496] 013_partition.pl LOG: disconnection: session time: 0:00:00.007 user=admin database=postgres host=[local] TRAP: failed Assert("conflictlogrel != NULL"), File: "../src/backend/replication/logical/conflict.c", Line: 195, PID: 47761 0 postgres 0x0000000104cd58d8 ExceptionalCondition + 108 1 postgres 0x0000000104b14ca8 ReportApplyConflict + 4640 2 postgres 0x0000000104b35bdc apply_handle_tuple_routing + 1124 3 postgres 0x0000000104b32a54 apply_dispatch + 6860 4 postgres 0x0000000104b33a24 start_apply + 712 5 postgres 0x0000000104b348d8 run_apply_worker + 788 6 postgres 0x0000000104b345bc ApplyWorkerMain + 36 7 postgres 0x0000000104ae48dc BackgroundWorkerMain + 472 8 postgres 0x0000000104ae8ef8 postmaster_child_launch + 376 9 postgres 0x0000000104aebd60 maybe_start_bgworkers + 488 10 postgres 0x0000000104aed974 ServerLoop + 6976 11 postgres 0x0000000104aeb3b8 InitProcessGlobals + 0 12 postgres 0x0000000104a2d5a0 main + 1036 13 dyld 0x0000000180f2eb98 start + 6076 2026-05-06 14:57:49.510 UTC postmaster[47136] LOG: background worker "logical replication apply worker" (PID 47761) was terminated by signal 6: Abort trap: 6 2026-05-06 14:57:49.515 UTC postmaster[47136] LOG: terminating any other active server processes 2026-05-06 14:57:49.526 UTC postmaster[47136] LOG: shutting down because "restart_after_crash" is off 2026-05-06 14:57:49.564 UTC postmaster[47136] LOG: database system is shut down