2026-05-06 14:56:00.904 UTC postmaster[50592] LOG: starting PostgreSQL 19devel on x86_64-freebsd, compiled by clang-19.1.7, 64-bit 2026-05-06 14:56:00.904 UTC postmaster[50592] LOG: listening on Unix socket "/tmp/MVLxYME8Ur/.s.PGSQL.22097" 2026-05-06 14:56:00.912 UTC startup[50603] LOG: database system was shut down at 2026-05-06 14:56:00 UTC 2026-05-06 14:56:00.914 UTC postmaster[50592] LOG: database system is ready to accept connections 2026-05-06 14:56:02.677 UTC client backend[51117] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:02.678 UTC client backend[51117] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:02.678 UTC client backend[51117] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:02.684 UTC client backend[51117] 013_partition.pl LOG: connection ready: setup total=7.912 ms, fork=0.569 ms, authentication=0.220 ms 2026-05-06 14:56:02.684 UTC client backend[51117] 013_partition.pl LOG: statement: CREATE TABLE tab1 (c text, a int PRIMARY KEY, b text) PARTITION BY LIST (a) 2026-05-06 14:56:02.689 UTC client backend[51117] 013_partition.pl LOG: disconnection: session time: 0:00:00.012 user=postgres database=postgres host=[local] 2026-05-06 14:56:02.698 UTC client backend[51133] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:02.699 UTC client backend[51133] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:02.699 UTC client backend[51133] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:02.699 UTC client backend[51133] 013_partition.pl LOG: connection ready: setup total=2.677 ms, fork=1.257 ms, authentication=0.187 ms 2026-05-06 14:56:02.700 UTC client backend[51133] 013_partition.pl LOG: statement: CREATE INDEX tab1_c_brin_idx ON tab1 USING brin (c) 2026-05-06 14:56:02.702 UTC client backend[51133] 013_partition.pl LOG: disconnection: session time: 0:00:00.004 user=postgres database=postgres host=[local] 2026-05-06 14:56:02.713 UTC client backend[51141] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:02.713 UTC client backend[51141] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:02.713 UTC client backend[51141] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:02.714 UTC client backend[51141] 013_partition.pl LOG: connection ready: setup total=5.863 ms, fork=4.708 ms, authentication=0.118 ms 2026-05-06 14:56:02.714 UTC client backend[51141] 013_partition.pl LOG: statement: CREATE TABLE tab1_1 (b text, c text DEFAULT 'sub1_tab1', a int NOT NULL) 2026-05-06 14:56:02.720 UTC client backend[51141] 013_partition.pl LOG: disconnection: session time: 0:00:00.006 user=postgres database=postgres host=[local] 2026-05-06 14:56:02.728 UTC client backend[51150] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:02.729 UTC client backend[51150] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:02.729 UTC client backend[51150] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:02.730 UTC client backend[51150] 013_partition.pl LOG: connection ready: setup total=3.520 ms, fork=1.542 ms, authentication=0.138 ms 2026-05-06 14:56:02.730 UTC client backend[51150] 013_partition.pl LOG: statement: ALTER TABLE tab1 ATTACH PARTITION tab1_1 FOR VALUES IN (1, 2, 3) 2026-05-06 14:56:02.738 UTC client backend[51150] 013_partition.pl LOG: disconnection: session time: 0:00:00.010 user=postgres database=postgres host=[local] 2026-05-06 14:56:02.745 UTC client backend[51160] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:02.746 UTC client backend[51160] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:02.746 UTC client backend[51160] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:02.746 UTC client backend[51160] 013_partition.pl LOG: connection ready: setup total=1.856 ms, fork=0.658 ms, authentication=0.121 ms 2026-05-06 14:56:02.747 UTC client backend[51160] 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:56:02.756 UTC client backend[51160] 013_partition.pl LOG: disconnection: session time: 0:00:00.011 user=postgres database=postgres host=[local] 2026-05-06 14:56:02.771 UTC client backend[51170] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:02.771 UTC client backend[51170] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:02.771 UTC client backend[51170] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:02.772 UTC client backend[51170] 013_partition.pl LOG: connection ready: setup total=3.837 ms, fork=2.663 ms, authentication=0.120 ms 2026-05-06 14:56:02.772 UTC client backend[51170] 013_partition.pl LOG: statement: CREATE TABLE tab1_2_1 (c text, b text, a int NOT NULL) 2026-05-06 14:56:02.778 UTC client backend[51170] 013_partition.pl LOG: disconnection: session time: 0:00:00.006 user=postgres database=postgres host=[local] 2026-05-06 14:56:02.788 UTC client backend[51177] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:02.794 UTC client backend[51177] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:02.794 UTC client backend[51177] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:02.794 UTC client backend[51177] 013_partition.pl LOG: connection ready: setup total=8.894 ms, fork=2.588 ms, authentication=0.147 ms 2026-05-06 14:56:02.795 UTC client backend[51177] 013_partition.pl LOG: statement: ALTER TABLE tab1_2 ATTACH PARTITION tab1_2_1 FOR VALUES IN (5) 2026-05-06 14:56:02.801 UTC client backend[51177] 013_partition.pl LOG: disconnection: session time: 0:00:00.013 user=postgres database=postgres host=[local] 2026-05-06 14:56:02.812 UTC client backend[51193] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:02.813 UTC client backend[51193] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:02.813 UTC client backend[51193] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:02.814 UTC client backend[51193] 013_partition.pl LOG: connection ready: setup total=1.862 ms, fork=0.606 ms, authentication=0.125 ms 2026-05-06 14:56:02.814 UTC client backend[51193] 013_partition.pl LOG: statement: CREATE TABLE tab1_2_2 PARTITION OF tab1_2 FOR VALUES IN (4, 6) 2026-05-06 14:56:02.823 UTC client backend[51193] 013_partition.pl LOG: disconnection: session time: 0:00:00.011 user=postgres database=postgres host=[local] 2026-05-06 14:56:02.835 UTC client backend[51204] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:02.835 UTC client backend[51204] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:02.835 UTC client backend[51204] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:02.836 UTC client backend[51204] 013_partition.pl LOG: connection ready: setup total=2.667 ms, fork=1.427 ms, authentication=0.130 ms 2026-05-06 14:56:02.836 UTC client backend[51204] 013_partition.pl LOG: statement: CREATE TABLE tab1_def PARTITION OF tab1 (c DEFAULT 'sub1_tab1') DEFAULT 2026-05-06 14:56:02.845 UTC client backend[51204] 013_partition.pl LOG: disconnection: session time: 0:00:00.010 user=postgres database=postgres host=[local] 2026-05-06 14:56:02.862 UTC client backend[51215] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:02.862 UTC client backend[51215] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:02.862 UTC client backend[51215] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:02.863 UTC client backend[51215] 013_partition.pl LOG: connection ready: setup total=7.565 ms, fork=1.393 ms, authentication=0.129 ms 2026-05-06 14:56:02.863 UTC client backend[51215] 013_partition.pl LOG: statement: CREATE SUBSCRIPTION sub1 CONNECTION 'port=22096 host=/tmp/MVLxYME8Ur dbname=postgres' PUBLICATION pub1 2026-05-06 14:56:02.863 UTC client backend[51215] 013_partition.pl WARNING: subscriptions created by regression test cases should have names starting with "regress_" 2026-05-06 14:56:02.918 UTC client backend[51215] 013_partition.pl LOG: disconnection: session time: 0:00:00.061 user=postgres database=postgres host=[local] 2026-05-06 14:56:02.920 UTC logical replication apply worker[51233] LOG: logical replication apply worker for subscription "sub1" has started 2026-05-06 14:56:02.931 UTC logical replication tablesync worker[51240] LOG: logical replication table synchronization worker for subscription "sub1", table "tab1_2" has started 2026-05-06 14:56:02.937 UTC client backend[51246] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:02.938 UTC client backend[51246] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:02.938 UTC client backend[51246] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:02.939 UTC client backend[51246] 013_partition.pl LOG: connection ready: setup total=2.031 ms, fork=0.669 ms, authentication=0.132 ms 2026-05-06 14:56:02.939 UTC client backend[51246] 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:56:02.942 UTC client backend[51246] 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:56:02.943 UTC logical replication tablesync worker[51247] LOG: logical replication table synchronization worker for subscription "sub1", table "tab1_1" has started 2026-05-06 14:56:02.944 UTC client backend[51246] 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:56:03.049 UTC client backend[51246] 013_partition.pl LOG: statement: ALTER TABLE ONLY tab1 ENABLE REPLICA TRIGGER sub1_tab1_log_op_trigger; 2026-05-06 14:56:03.049 UTC client backend[51246] 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:56:03.052 UTC client backend[51246] 013_partition.pl LOG: statement: ALTER TABLE ONLY tab1_2 ENABLE REPLICA TRIGGER sub1_tab1_2_log_op_trigger; 2026-05-06 14:56:03.054 UTC client backend[51246] 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:56:03.054 UTC logical replication tablesync worker[51240] LOG: logical replication table synchronization worker for subscription "sub1", table "tab1_2" has finished 2026-05-06 14:56:03.055 UTC client backend[51246] 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:56:03.055 UTC client backend[51246] 013_partition.pl LOG: disconnection: session time: 0:00:00.117 user=postgres database=postgres host=[local] 2026-05-06 14:56:03.067 UTC logical replication tablesync worker[51291] LOG: logical replication table synchronization worker for subscription "sub1", table "tab1_def" has started 2026-05-06 14:56:03.105 UTC logical replication tablesync worker[51247] LOG: logical replication table synchronization worker for subscription "sub1", table "tab1_1" has finished 2026-05-06 14:56:03.164 UTC logical replication tablesync worker[51291] LOG: logical replication table synchronization worker for subscription "sub1", table "tab1_def" has finished 2026-05-06 14:56:03.413 UTC client backend[51411] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:03.414 UTC client backend[51411] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:03.414 UTC client backend[51411] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:03.415 UTC client backend[51411] 013_partition.pl LOG: connection ready: setup total=4.424 ms, fork=1.930 ms, authentication=0.125 ms 2026-05-06 14:56:03.415 UTC client backend[51411] 013_partition.pl LOG: statement: SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('r', 's'); 2026-05-06 14:56:03.424 UTC client backend[51411] 013_partition.pl LOG: disconnection: session time: 0:00:00.011 user=postgres database=postgres host=[local] 2026-05-06 14:56:04.283 UTC client backend[51697] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:04.284 UTC client backend[51697] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:04.284 UTC client backend[51697] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:04.284 UTC client backend[51697] 013_partition.pl LOG: connection ready: setup total=2.780 ms, fork=1.497 ms, authentication=0.128 ms 2026-05-06 14:56:04.285 UTC client backend[51697] 013_partition.pl LOG: statement: SELECT c, a FROM tab1 ORDER BY 1, 2 2026-05-06 14:56:04.295 UTC client backend[51697] 013_partition.pl LOG: disconnection: session time: 0:00:00.011 user=postgres database=postgres host=[local] 2026-05-06 14:56:04.317 UTC client backend[51708] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:04.318 UTC client backend[51708] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:04.318 UTC client backend[51708] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:04.319 UTC client backend[51708] 013_partition.pl LOG: connection ready: setup total=4.170 ms, fork=2.367 ms, authentication=0.192 ms 2026-05-06 14:56:04.319 UTC client backend[51708] 013_partition.pl LOG: statement: SELECT a FROM tab1_2_1 ORDER BY 1 2026-05-06 14:56:04.332 UTC client backend[51708] 013_partition.pl LOG: disconnection: session time: 0:00:00.014 user=postgres database=postgres host=[local] 2026-05-06 14:56:04.348 UTC client backend[51721] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:04.349 UTC client backend[51721] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:04.349 UTC client backend[51721] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:04.349 UTC client backend[51721] 013_partition.pl LOG: connection ready: setup total=6.025 ms, fork=4.638 ms, authentication=0.131 ms 2026-05-06 14:56:04.350 UTC client backend[51721] 013_partition.pl LOG: statement: SELECT a FROM tab1_2_2 ORDER BY 1 2026-05-06 14:56:04.373 UTC client backend[51721] 013_partition.pl LOG: disconnection: session time: 0:00:00.025 user=postgres database=postgres host=[local] 2026-05-06 14:56:04.575 UTC logical replication apply worker[51233] WARNING: resource was not closed: relation "tab1_2_2" 2026-05-06 14:56:04.575 UTC logical replication apply worker[51233] CONTEXT: processing remote data for replication origin "pg_16438" during message type "COMMIT" in transaction 706, finished at 0/017EAE18 2026-05-06 14:56:04.594 UTC logical replication apply worker[51233] WARNING: resource was not closed: relation "tab1_2_2" 2026-05-06 14:56:04.594 UTC logical replication apply worker[51233] CONTEXT: processing remote data for replication origin "pg_16438" during message type "COMMIT" in transaction 707, finished at 0/017EAED8 2026-05-06 14:56:04.616 UTC logical replication apply worker[51233] WARNING: resource was not closed: relation "tab1_2_2" 2026-05-06 14:56:04.616 UTC logical replication apply worker[51233] CONTEXT: processing remote data for replication origin "pg_16438" during message type "COMMIT" in transaction 708, finished at 0/017EAF98 2026-05-06 14:56:04.774 UTC client backend[51889] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:04.774 UTC client backend[51889] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:04.774 UTC client backend[51889] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:04.775 UTC client backend[51889] 013_partition.pl LOG: connection ready: setup total=1.860 ms, fork=0.592 ms, authentication=0.125 ms 2026-05-06 14:56:04.775 UTC client backend[51889] 013_partition.pl LOG: statement: SELECT c, a FROM tab1 ORDER BY 1, 2 2026-05-06 14:56:04.787 UTC client backend[51889] 013_partition.pl LOG: disconnection: session time: 0:00:00.013 user=postgres database=postgres host=[local] 2026-05-06 14:56:04.799 UTC client backend[51899] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:04.799 UTC client backend[51899] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:04.799 UTC client backend[51899] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:04.800 UTC client backend[51899] 013_partition.pl LOG: connection ready: setup total=4.958 ms, fork=3.631 ms, authentication=0.133 ms 2026-05-06 14:56:04.800 UTC client backend[51899] 013_partition.pl LOG: statement: SELECT a FROM tab1_2_1 ORDER BY 1 2026-05-06 14:56:04.824 UTC client backend[51899] 013_partition.pl LOG: disconnection: session time: 0:00:00.025 user=postgres database=postgres host=[local] 2026-05-06 14:56:04.832 UTC client backend[51924] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:04.833 UTC client backend[51924] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:04.833 UTC client backend[51924] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:04.834 UTC client backend[51924] 013_partition.pl LOG: connection ready: setup total=2.267 ms, fork=0.917 ms, authentication=0.128 ms 2026-05-06 14:56:04.834 UTC client backend[51924] 013_partition.pl LOG: statement: SELECT a FROM tab1_2_2 ORDER BY 1 2026-05-06 14:56:04.842 UTC client backend[51924] 013_partition.pl LOG: disconnection: session time: 0:00:00.009 user=postgres database=postgres host=[local] 2026-05-06 14:56:04.851 UTC client backend[51936] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:04.851 UTC client backend[51936] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:04.851 UTC client backend[51936] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:04.852 UTC client backend[51936] 013_partition.pl LOG: connection ready: setup total=2.021 ms, fork=0.801 ms, authentication=0.117 ms 2026-05-06 14:56:04.852 UTC client backend[51936] 013_partition.pl LOG: statement: SELECT * FROM sub1_trigger_activity ORDER BY tgtab, tgop, tgwhen, olda, newa; 2026-05-06 14:56:04.860 UTC client backend[51936] 013_partition.pl LOG: disconnection: session time: 0:00:00.009 user=postgres database=postgres host=[local] 2026-05-06 14:56:05.008 UTC logical replication apply worker[51233] WARNING: resource was not closed: relation "tab1_2_2" 2026-05-06 14:56:05.008 UTC logical replication apply worker[51233] CONTEXT: processing remote data for replication origin "pg_16438" during message type "COMMIT" in transaction 710, finished at 0/017EB178 2026-05-06 14:56:05.171 UTC client backend[52091] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:05.171 UTC client backend[52091] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:05.171 UTC client backend[52091] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:05.172 UTC client backend[52091] 013_partition.pl LOG: connection ready: setup total=2.038 ms, fork=0.652 ms, authentication=0.145 ms 2026-05-06 14:56:05.172 UTC client backend[52091] 013_partition.pl LOG: statement: SELECT c, a FROM tab1 ORDER BY 1, 2 2026-05-06 14:56:05.185 UTC client backend[52091] 013_partition.pl LOG: disconnection: session time: 0:00:00.014 user=postgres database=postgres host=[local] 2026-05-06 14:56:05.199 UTC client backend[52098] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:05.200 UTC client backend[52098] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:05.200 UTC client backend[52098] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:05.200 UTC client backend[52098] 013_partition.pl LOG: connection ready: setup total=2.041 ms, fork=0.617 ms, authentication=0.134 ms 2026-05-06 14:56:05.201 UTC client backend[52098] 013_partition.pl LOG: statement: SELECT a FROM tab1_2_2 ORDER BY 1 2026-05-06 14:56:05.208 UTC client backend[52098] 013_partition.pl LOG: disconnection: session time: 0:00:00.009 user=postgres database=postgres host=[local] 2026-05-06 14:56:05.790 UTC client backend[52244] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:05.791 UTC client backend[52244] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:05.791 UTC client backend[52244] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:05.791 UTC client backend[52244] 013_partition.pl LOG: connection ready: setup total=2.024 ms, fork=0.636 ms, authentication=0.142 ms 2026-05-06 14:56:05.791 UTC client backend[52244] 013_partition.pl LOG: statement: SELECT a FROM tab1 2026-05-06 14:56:05.808 UTC client backend[52244] 013_partition.pl LOG: disconnection: session time: 0:00:00.018 user=postgres database=postgres host=[local] 2026-05-06 14:56:05.872 UTC client backend[52275] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:05.873 UTC client backend[52275] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:05.873 UTC client backend[52275] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:05.874 UTC client backend[52275] 013_partition.pl LOG: connection ready: setup total=2.723 ms, fork=0.830 ms, authentication=0.118 ms 2026-05-06 14:56:05.874 UTC client backend[52275] 013_partition.pl LOG: statement: INSERT INTO tab1 (a) VALUES (1), (2), (5) 2026-05-06 14:56:05.878 UTC client backend[52275] 013_partition.pl LOG: disconnection: session time: 0:00:00.006 user=postgres database=postgres host=[local] 2026-05-06 14:56:06.126 UTC client backend[52392] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:06.132 UTC client backend[52392] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:06.132 UTC client backend[52392] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:06.133 UTC client backend[52392] 013_partition.pl LOG: connection ready: setup total=8.443 ms, fork=1.347 ms, authentication=0.120 ms 2026-05-06 14:56:06.135 UTC client backend[52392] 013_partition.pl LOG: statement: SELECT a FROM tab1 ORDER BY 1 2026-05-06 14:56:06.146 UTC client backend[52392] 013_partition.pl LOG: disconnection: session time: 0:00:00.019 user=postgres database=postgres host=[local] 2026-05-06 14:56:06.333 UTC client backend[52481] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:06.333 UTC client backend[52481] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:06.333 UTC client backend[52481] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:06.334 UTC client backend[52481] 013_partition.pl LOG: connection ready: setup total=2.718 ms, fork=1.369 ms, authentication=0.129 ms 2026-05-06 14:56:06.346 UTC client backend[52481] 013_partition.pl LOG: statement: SELECT a FROM tab1 ORDER BY 1 2026-05-06 14:56:06.371 UTC client backend[52481] 013_partition.pl LOG: disconnection: session time: 0:00:00.038 user=postgres database=postgres host=[local] 2026-05-06 14:56:06.408 UTC logical replication apply worker[51233] WARNING: resource was not closed: relation "tab1_2_2" 2026-05-06 14:56:06.408 UTC logical replication apply worker[51233] CONTEXT: processing remote data for replication origin "pg_16438" during message type "COMMIT" in transaction 715, finished at 0/017F1DF8 2026-05-06 14:56:06.556 UTC client backend[52566] [unknown] LOG: connection received: host=[local] 2026-05-06 14:56:06.557 UTC client backend[52566] [unknown] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/t_013_partition_subscriber1_data/pgdata/pg_hba.conf:117) 2026-05-06 14:56:06.557 UTC client backend[52566] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=013_partition.pl 2026-05-06 14:56:06.557 UTC client backend[52566] 013_partition.pl LOG: connection ready: setup total=1.863 ms, fork=0.695 ms, authentication=0.120 ms 2026-05-06 14:56:06.558 UTC client backend[52566] 013_partition.pl LOG: statement: DELETE FROM tab1 2026-05-06 14:56:06.562 UTC client backend[52566] 013_partition.pl LOG: disconnection: session time: 0:00:00.005 user=postgres database=postgres host=[local] TRAP: failed Assert("conflictlogrel != NULL"), File: "../src/backend/replication/logical/conflict.c", Line: 195, PID: 51233 0xb3a472 at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres 0x9433b8 at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres 0x9685a5 at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres 0x96418e at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres 0x966150 at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres 0x967010 at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres 0x966d6d at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres 0x90ff0c at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres 0x914a25 at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres 0x917b77 at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres 0x9198f5 at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres 0x917156 at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres 0x83c16d at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres 0x82b3a7e34 <__libc_start1+0x124> at /lib/libc.so.7 2026-05-06 14:56:07.281 UTC postmaster[50592] LOG: background worker "logical replication apply worker" (PID 51233) was terminated by signal 6: Abort trap 2026-05-06 14:56:07.300 UTC postmaster[50592] LOG: terminating any other active server processes 2026-05-06 14:56:07.323 UTC postmaster[50592] LOG: shutting down because "restart_after_crash" is off 2026-05-06 14:56:07.324 UTC postmaster[50592] LOG: database system is shut down