2026-05-06 15:00:41.620 UTC postmaster[11353] LOG: starting PostgreSQL 19devel on x86_64-openbsd, compiled by clang-16.0.6, 64-bit 2026-05-06 15:00:41.629 UTC postmaster[11353] LOG: listening on Unix socket "/tmp/UMeSzixEtT/.s.PGSQL.18682" 2026-05-06 15:00:41.651 UTC startup[65218] LOG: database system was shut down at 2026-05-06 14:51:52 UTC 2026-05-06 15:00:41.737 UTC postmaster[11353] LOG: database system is ready to accept connections 2026-05-06 15:00:41.950 UTC client backend[67759] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:41.952 UTC client backend[67759] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:41.952 UTC client backend[67759] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=030_origin.pl 2026-05-06 15:00:41.970 UTC client backend[67759] 030_origin.pl LOG: connection ready: setup total=24.635 ms, fork=0.944 ms, authentication=0.668 ms 2026-05-06 15:00:41.971 UTC client backend[67759] 030_origin.pl LOG: statement: CREATE TABLE tab (a int PRIMARY KEY) 2026-05-06 15:00:41.996 UTC client backend[67759] 030_origin.pl LOG: disconnection: session time: 0:00:00.049 user=postgres database=postgres host=[local] 2026-05-06 15:00:42.080 UTC client backend[97242] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:42.082 UTC client backend[97242] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:42.082 UTC client backend[97242] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=030_origin.pl 2026-05-06 15:00:42.088 UTC client backend[97242] 030_origin.pl LOG: connection ready: setup total=12.375 ms, fork=2.872 ms, authentication=0.872 ms 2026-05-06 15:00:42.090 UTC client backend[97242] 030_origin.pl LOG: statement: CREATE SUBSCRIPTION tap_sub_B_A CONNECTION 'port=18681 host=/tmp/UMeSzixEtT dbname=postgres application_name=tap_sub_B_A' PUBLICATION tap_pub_A WITH (origin = none) 2026-05-06 15:00:42.146 UTC client backend[97242] 030_origin.pl LOG: disconnection: session time: 0:00:00.067 user=postgres database=postgres host=[local] 2026-05-06 15:00:42.159 UTC logical replication apply worker[33816] LOG: logical replication apply worker for subscription "tap_sub_b_a" has started 2026-05-06 15:00:42.228 UTC client backend[92052] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:42.231 UTC client backend[92052] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:42.231 UTC client backend[92052] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=030_origin.pl 2026-05-06 15:00:42.236 UTC client backend[92052] 030_origin.pl LOG: connection ready: setup total=12.248 ms, fork=0.854 ms, authentication=0.537 ms 2026-05-06 15:00:42.242 UTC client backend[92052] 030_origin.pl LOG: statement: CREATE PUBLICATION tap_pub_B FOR TABLE tab 2026-05-06 15:00:42.247 UTC client backend[92052] 030_origin.pl LOG: disconnection: session time: 0:00:00.022 user=postgres database=postgres host=[local] 2026-05-06 15:00:42.250 UTC logical replication tablesync worker[75632] LOG: logical replication table synchronization worker for subscription "tap_sub_b_a", table "tab" has started 2026-05-06 15:00:42.352 UTC logical replication tablesync worker[75632] LOG: logical replication table synchronization worker for subscription "tap_sub_b_a", table "tab" has finished 2026-05-06 15:00:42.397 UTC client backend[3241] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:42.400 UTC walsender[3241] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:42.400 UTC walsender[3241] [unknown] LOG: replication connection authorized: user=postgres application_name=tap_sub_A_B 2026-05-06 15:00:42.403 UTC walsender[3241] tap_sub_A_B LOG: connection ready: setup total=9.075 ms, fork=2.228 ms, authentication=0.860 ms 2026-05-06 15:00:42.409 UTC walsender[3241] tap_sub_A_B LOG: statement: SELECT pg_catalog.set_config('search_path', '', false); 2026-05-06 15:00:42.411 UTC walsender[3241] tap_sub_A_B LOG: statement: SELECT t.pubname FROM pg_catalog.pg_publication t WHERE t.pubname IN ('tap_pub_b') 2026-05-06 15:00:42.413 UTC walsender[3241] tap_sub_A_B LOG: statement: SELECT DISTINCT n.nspname, c.relname, c.relkind, gpt.attrs FROM pg_class c JOIN pg_namespace n ON n.oid = c.relnamespace JOIN ( SELECT (pg_get_publication_tables(VARIADIC array_agg(pubname::text))).* FROM pg_publication WHERE pubname IN ( 'tap_pub_b' )) AS gpt ON gpt.relid = c.oid UNION ALL SELECT DISTINCT s.schemaname, s.sequencename, 'S'::"char" AS relkind, NULL::int2vector AS attrs FROM pg_catalog.pg_publication_sequences s WHERE s.pubname IN ( 'tap_pub_b' ) 2026-05-06 15:00:42.424 UTC walsender[3241] tap_sub_A_B LOG: received replication command: CREATE_REPLICATION_SLOT "tap_sub_a_b" LOGICAL pgoutput (SNAPSHOT 'nothing') 2026-05-06 15:00:42.424 UTC walsender[3241] tap_sub_A_B STATEMENT: CREATE_REPLICATION_SLOT "tap_sub_a_b" LOGICAL pgoutput (SNAPSHOT 'nothing') 2026-05-06 15:00:42.427 UTC walsender[3241] tap_sub_A_B LOG: logical decoding found consistent point at 0/017B2DC0 2026-05-06 15:00:42.427 UTC walsender[3241] tap_sub_A_B DETAIL: There are no running transactions. 2026-05-06 15:00:42.427 UTC walsender[3241] tap_sub_A_B STATEMENT: CREATE_REPLICATION_SLOT "tap_sub_a_b" LOGICAL pgoutput (SNAPSHOT 'nothing') 2026-05-06 15:00:42.428 UTC walsender[3241] tap_sub_A_B LOG: released logical replication slot "tap_sub_a_b" 2026-05-06 15:00:42.428 UTC walsender[3241] tap_sub_A_B STATEMENT: CREATE_REPLICATION_SLOT "tap_sub_a_b" LOGICAL pgoutput (SNAPSHOT 'nothing') 2026-05-06 15:00:42.429 UTC walsender[3241] tap_sub_A_B LOG: disconnection: session time: 0:00:00.032 user=postgres database=postgres host=[local] 2026-05-06 15:00:42.455 UTC client backend[79102] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:42.460 UTC walsender[79102] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:42.460 UTC walsender[79102] [unknown] LOG: replication connection authorized: user=postgres application_name=tap_sub_A_B 2026-05-06 15:00:42.465 UTC walsender[79102] tap_sub_A_B LOG: connection ready: setup total=13.250 ms, fork=2.914 ms, authentication=3.334 ms 2026-05-06 15:00:42.465 UTC walsender[79102] tap_sub_A_B LOG: statement: SELECT pg_catalog.set_config('search_path', '', false); 2026-05-06 15:00:42.467 UTC walsender[79102] tap_sub_A_B LOG: received replication command: IDENTIFY_SYSTEM 2026-05-06 15:00:42.467 UTC walsender[79102] tap_sub_A_B STATEMENT: IDENTIFY_SYSTEM 2026-05-06 15:00:42.467 UTC walsender[79102] tap_sub_A_B LOG: received replication command: START_REPLICATION SLOT "tap_sub_a_b" LOGICAL 0/00000000 (proto_version '4', streaming 'parallel', origin 'none', publication_names '"tap_pub_b"') 2026-05-06 15:00:42.467 UTC walsender[79102] tap_sub_A_B STATEMENT: START_REPLICATION SLOT "tap_sub_a_b" LOGICAL 0/00000000 (proto_version '4', streaming 'parallel', origin 'none', publication_names '"tap_pub_b"') 2026-05-06 15:00:42.467 UTC walsender[79102] tap_sub_A_B LOG: acquired logical replication slot "tap_sub_a_b" 2026-05-06 15:00:42.467 UTC walsender[79102] tap_sub_A_B STATEMENT: START_REPLICATION SLOT "tap_sub_a_b" LOGICAL 0/00000000 (proto_version '4', streaming 'parallel', origin 'none', publication_names '"tap_pub_b"') 2026-05-06 15:00:42.469 UTC walsender[79102] tap_sub_A_B LOG: starting logical decoding for slot "tap_sub_a_b" 2026-05-06 15:00:42.469 UTC walsender[79102] tap_sub_A_B DETAIL: Streaming transactions committing after 0/017B2DF8, reading WAL from 0/017B2DC0. 2026-05-06 15:00:42.469 UTC walsender[79102] tap_sub_A_B STATEMENT: START_REPLICATION SLOT "tap_sub_a_b" LOGICAL 0/00000000 (proto_version '4', streaming 'parallel', origin 'none', publication_names '"tap_pub_b"') 2026-05-06 15:00:42.469 UTC walsender[79102] tap_sub_A_B LOG: logical decoding found consistent point at 0/017B2DC0 2026-05-06 15:00:42.469 UTC walsender[79102] tap_sub_A_B DETAIL: There are no running transactions. 2026-05-06 15:00:42.469 UTC walsender[79102] tap_sub_A_B STATEMENT: START_REPLICATION SLOT "tap_sub_a_b" LOGICAL 0/00000000 (proto_version '4', streaming 'parallel', origin 'none', publication_names '"tap_pub_b"') 2026-05-06 15:00:42.626 UTC client backend[61484] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:42.628 UTC client backend[61484] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:42.628 UTC client backend[61484] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=030_origin.pl 2026-05-06 15:00:42.637 UTC client backend[61484] 030_origin.pl LOG: connection ready: setup total=18.411 ms, fork=5.772 ms, authentication=0.558 ms 2026-05-06 15:00:42.643 UTC client backend[61484] 030_origin.pl LOG: statement: SELECT pg_is_in_recovery() 2026-05-06 15:00:42.649 UTC client backend[61484] 030_origin.pl LOG: disconnection: session time: 0:00:00.023 user=postgres database=postgres host=[local] 2026-05-06 15:00:42.688 UTC client backend[24030] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:42.710 UTC client backend[24030] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:42.710 UTC client backend[24030] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=030_origin.pl 2026-05-06 15:00:42.713 UTC client backend[24030] 030_origin.pl LOG: connection ready: setup total=35.673 ms, fork=7.410 ms, authentication=4.345 ms 2026-05-06 15:00:42.715 UTC client backend[24030] 030_origin.pl LOG: statement: SELECT pg_current_wal_lsn() 2026-05-06 15:00:42.734 UTC client backend[24030] 030_origin.pl LOG: disconnection: session time: 0:00:00.048 user=postgres database=postgres host=[local] 2026-05-06 15:00:42.838 UTC client backend[64078] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:42.843 UTC client backend[64078] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:42.843 UTC client backend[64078] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=030_origin.pl 2026-05-06 15:00:42.846 UTC client backend[64078] 030_origin.pl LOG: connection ready: setup total=10.910 ms, fork=1.842 ms, authentication=0.477 ms 2026-05-06 15:00:42.847 UTC client backend[64078] 030_origin.pl LOG: statement: SELECT '0/017B2DF8' <= replay_lsn AND state = 'streaming' FROM pg_catalog.pg_stat_replication WHERE application_name IN ('tap_sub_A_B', 'walreceiver') 2026-05-06 15:00:42.865 UTC client backend[64078] 030_origin.pl LOG: disconnection: session time: 0:00:00.028 user=postgres database=postgres host=[local] 2026-05-06 15:00:42.912 UTC client backend[63240] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:42.915 UTC client backend[63240] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:42.915 UTC client backend[63240] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=030_origin.pl 2026-05-06 15:00:42.920 UTC client backend[63240] 030_origin.pl LOG: connection ready: setup total=12.747 ms, fork=0.770 ms, authentication=0.629 ms 2026-05-06 15:00:42.924 UTC client backend[63240] 030_origin.pl LOG: statement: SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('r', 's'); 2026-05-06 15:00:42.938 UTC client backend[63240] 030_origin.pl LOG: disconnection: session time: 0:00:00.030 user=postgres database=postgres host=[local] 2026-05-06 15:00:43.627 UTC client backend[67729] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:43.630 UTC client backend[67729] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:43.630 UTC client backend[67729] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=030_origin.pl 2026-05-06 15:00:43.679 UTC client backend[67729] 030_origin.pl LOG: connection ready: setup total=54.789 ms, fork=1.026 ms, authentication=0.879 ms 2026-05-06 15:00:43.728 UTC client backend[67729] 030_origin.pl LOG: statement: INSERT INTO tab VALUES (21); 2026-05-06 15:00:43.743 UTC client backend[67729] 030_origin.pl LOG: disconnection: session time: 0:00:00.116 user=postgres database=postgres host=[local] 2026-05-06 15:00:44.130 UTC client backend[71715] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:44.132 UTC client backend[71715] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:44.132 UTC client backend[71715] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=030_origin.pl 2026-05-06 15:00:44.137 UTC client backend[71715] 030_origin.pl LOG: connection ready: setup total=13.115 ms, fork=1.079 ms, authentication=0.576 ms 2026-05-06 15:00:44.139 UTC client backend[71715] 030_origin.pl LOG: statement: SELECT pg_is_in_recovery() 2026-05-06 15:00:44.145 UTC client backend[71715] 030_origin.pl LOG: disconnection: session time: 0:00:00.019 user=postgres database=postgres host=[local] 2026-05-06 15:00:44.235 UTC client backend[86840] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:44.243 UTC client backend[86840] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:44.243 UTC client backend[86840] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=030_origin.pl 2026-05-06 15:00:44.245 UTC client backend[86840] 030_origin.pl LOG: connection ready: setup total=11.518 ms, fork=0.985 ms, authentication=0.585 ms 2026-05-06 15:00:44.257 UTC client backend[86840] 030_origin.pl LOG: statement: SELECT pg_current_wal_lsn() 2026-05-06 15:00:44.259 UTC client backend[86840] 030_origin.pl LOG: disconnection: session time: 0:00:00.024 user=postgres database=postgres host=[local] 2026-05-06 15:00:44.388 UTC client backend[11728] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:44.391 UTC client backend[11728] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:44.393 UTC client backend[11728] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=030_origin.pl 2026-05-06 15:00:44.395 UTC client backend[11728] 030_origin.pl LOG: connection ready: setup total=8.530 ms, fork=0.762 ms, authentication=2.600 ms 2026-05-06 15:00:44.397 UTC client backend[11728] 030_origin.pl LOG: statement: SELECT '0/017B2FD0' <= replay_lsn AND state = 'streaming' FROM pg_catalog.pg_stat_replication WHERE application_name IN ('tap_sub_A_B', 'walreceiver') 2026-05-06 15:00:44.428 UTC client backend[11728] 030_origin.pl LOG: disconnection: session time: 0:00:00.040 user=postgres database=postgres host=[local] 2026-05-06 15:00:44.510 UTC client backend[65913] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:44.513 UTC client backend[65913] [unknown] LOG: connection authenticated: user="postgres" method=trust (/home/postgres/postgres/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 15:00:44.513 UTC client backend[65913] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=030_origin.pl 2026-05-06 15:00:44.515 UTC client backend[65913] 030_origin.pl LOG: connection ready: setup total=7.281 ms, fork=0.734 ms, authentication=0.583 ms 2026-05-06 15:00:44.519 UTC client backend[65913] 030_origin.pl LOG: statement: SELECT * FROM tab ORDER BY 1; 2026-05-06 15:00:44.525 UTC client backend[65913] 030_origin.pl LOG: disconnection: session time: 0:00:00.015 user=postgres database=postgres host=[local] TRAP: failed Assert("conflictlogrel != NULL"), File: "../src/backend/replication/logical/conflict.c", Line: 195, PID: 33816 0x838c68a559f at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x838c666637a at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x838c668f1d6 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x838c668ab01 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x838c668c469 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x838c668d28f at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x838c668cfc4 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x838c662e2bb at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x838c663339f at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x838c6636cb3 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x838c66387d5 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x838c6635e5e at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x838c654bee5 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 2026-05-06 15:00:44.671 UTC postmaster[11353] LOG: background worker "logical replication apply worker" (PID 33816) was terminated by signal 6: Abort trap 2026-05-06 15:00:44.671 UTC postmaster[11353] LOG: terminating any other active server processes 2026-05-06 15:00:44.690 UTC dead-end client backend[36993] [unknown] LOG: connection received: host=[local] 2026-05-06 15:00:44.690 UTC walsender[36993] [unknown] FATAL: the database system is in recovery mode 2026-05-06 15:00:44.741 UTC postmaster[11353] LOG: shutting down because "restart_after_crash" is off 2026-05-06 15:00:44.761 UTC postmaster[11353] LOG: database system is shut down