2026-05-06 14:54:07.058 UTC postmaster[7815] LOG: starting PostgreSQL 19devel on x86_64-netbsd, compiled by gcc-10.5.0, 64-bit 2026-05-06 14:54:07.058 UTC postmaster[7815] LOG: listening on Unix socket "/tmp/4_1cFGc5qw/.s.PGSQL.10257" 2026-05-06 14:54:07.061 UTC startup[19909] LOG: database system was shut down at 2026-05-06 14:50:16 UTC 2026-05-06 14:54:07.064 UTC postmaster[7815] LOG: database system is ready to accept connections 2026-05-06 14:54:07.182 UTC client backend[4355] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:07.183 UTC client backend[4355] [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 14:54:07.183 UTC client backend[4355] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=030_origin.pl 2026-05-06 14:54:07.190 UTC client backend[4355] 030_origin.pl LOG: connection ready: setup total=8.442 ms, fork=0.537 ms, authentication=0.334 ms 2026-05-06 14:54:07.190 UTC client backend[4355] 030_origin.pl LOG: statement: CREATE TABLE tab (a int PRIMARY KEY) 2026-05-06 14:54:07.193 UTC client backend[4355] 030_origin.pl LOG: disconnection: session time: 0:00:00.011 user=postgres database=postgres host=[local] 2026-05-06 14:54:07.229 UTC client backend[12005] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:07.231 UTC client backend[12005] [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 14:54:07.231 UTC client backend[12005] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=030_origin.pl 2026-05-06 14:54:07.232 UTC client backend[12005] 030_origin.pl LOG: connection ready: setup total=3.302 ms, fork=0.490 ms, authentication=0.346 ms 2026-05-06 14:54:07.232 UTC client backend[12005] 030_origin.pl LOG: statement: CREATE SUBSCRIPTION tap_sub_B_A CONNECTION 'port=10256 host=/tmp/4_1cFGc5qw dbname=postgres application_name=tap_sub_B_A' PUBLICATION tap_pub_A WITH (origin = none) 2026-05-06 14:54:07.251 UTC client backend[12005] 030_origin.pl LOG: disconnection: session time: 0:00:00.022 user=postgres database=postgres host=[local] 2026-05-06 14:54:07.255 UTC logical replication apply worker[7744] LOG: logical replication apply worker for subscription "tap_sub_b_a" has started 2026-05-06 14:54:07.261 UTC client backend[11561] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:07.263 UTC client backend[11561] [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 14:54:07.263 UTC client backend[11561] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=030_origin.pl 2026-05-06 14:54:07.264 UTC client backend[11561] 030_origin.pl LOG: connection ready: setup total=4.225 ms, fork=0.455 ms, authentication=1.316 ms 2026-05-06 14:54:07.265 UTC client backend[11561] 030_origin.pl LOG: statement: CREATE PUBLICATION tap_pub_B FOR TABLE tab 2026-05-06 14:54:07.266 UTC client backend[11561] 030_origin.pl LOG: disconnection: session time: 0:00:00.005 user=postgres database=postgres host=[local] 2026-05-06 14:54:07.269 UTC logical replication tablesync worker[20439] LOG: logical replication table synchronization worker for subscription "tap_sub_b_a", table "tab" has started 2026-05-06 14:54:07.287 UTC client backend[8091] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:07.288 UTC walsender[8091] [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 14:54:07.288 UTC walsender[8091] [unknown] LOG: replication connection authorized: user=postgres application_name=tap_sub_A_B 2026-05-06 14:54:07.289 UTC walsender[8091] tap_sub_A_B LOG: connection ready: setup total=3.088 ms, fork=0.443 ms, authentication=0.345 ms 2026-05-06 14:54:07.289 UTC walsender[8091] tap_sub_A_B LOG: statement: SELECT pg_catalog.set_config('search_path', '', false); 2026-05-06 14:54:07.290 UTC walsender[8091] 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 14:54:07.291 UTC walsender[8091] 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 14:54:07.295 UTC logical replication tablesync worker[20439] LOG: logical replication table synchronization worker for subscription "tap_sub_b_a", table "tab" has finished 2026-05-06 14:54:07.296 UTC walsender[8091] tap_sub_A_B LOG: received replication command: CREATE_REPLICATION_SLOT "tap_sub_a_b" LOGICAL pgoutput (SNAPSHOT 'nothing') 2026-05-06 14:54:07.296 UTC walsender[8091] tap_sub_A_B STATEMENT: CREATE_REPLICATION_SLOT "tap_sub_a_b" LOGICAL pgoutput (SNAPSHOT 'nothing') 2026-05-06 14:54:07.297 UTC walsender[8091] tap_sub_A_B LOG: logical decoding found consistent point at 0/017C9040 2026-05-06 14:54:07.297 UTC walsender[8091] tap_sub_A_B DETAIL: There are no running transactions. 2026-05-06 14:54:07.297 UTC walsender[8091] tap_sub_A_B STATEMENT: CREATE_REPLICATION_SLOT "tap_sub_a_b" LOGICAL pgoutput (SNAPSHOT 'nothing') 2026-05-06 14:54:07.297 UTC walsender[8091] tap_sub_A_B LOG: released logical replication slot "tap_sub_a_b" 2026-05-06 14:54:07.297 UTC walsender[8091] tap_sub_A_B STATEMENT: CREATE_REPLICATION_SLOT "tap_sub_a_b" LOGICAL pgoutput (SNAPSHOT 'nothing') 2026-05-06 14:54:07.297 UTC walsender[8091] tap_sub_A_B LOG: disconnection: session time: 0:00:00.010 user=postgres database=postgres host=[local] 2026-05-06 14:54:07.310 UTC client backend[10939] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:07.311 UTC walsender[10939] [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 14:54:07.311 UTC walsender[10939] [unknown] LOG: replication connection authorized: user=postgres application_name=tap_sub_A_B 2026-05-06 14:54:07.312 UTC walsender[10939] tap_sub_A_B LOG: connection ready: setup total=3.256 ms, fork=0.444 ms, authentication=0.317 ms 2026-05-06 14:54:07.312 UTC walsender[10939] tap_sub_A_B LOG: statement: SELECT pg_catalog.set_config('search_path', '', false); 2026-05-06 14:54:07.313 UTC walsender[10939] tap_sub_A_B LOG: received replication command: IDENTIFY_SYSTEM 2026-05-06 14:54:07.313 UTC walsender[10939] tap_sub_A_B STATEMENT: IDENTIFY_SYSTEM 2026-05-06 14:54:07.313 UTC walsender[10939] 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 14:54:07.313 UTC walsender[10939] 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 14:54:07.313 UTC walsender[10939] tap_sub_A_B LOG: acquired logical replication slot "tap_sub_a_b" 2026-05-06 14:54:07.313 UTC walsender[10939] 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 14:54:07.313 UTC walsender[10939] tap_sub_A_B LOG: starting logical decoding for slot "tap_sub_a_b" 2026-05-06 14:54:07.313 UTC walsender[10939] tap_sub_A_B DETAIL: Streaming transactions committing after 0/017C9078, reading WAL from 0/017C9040. 2026-05-06 14:54:07.313 UTC walsender[10939] 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 14:54:07.313 UTC walsender[10939] tap_sub_A_B LOG: logical decoding found consistent point at 0/017C9040 2026-05-06 14:54:07.313 UTC walsender[10939] tap_sub_A_B DETAIL: There are no running transactions. 2026-05-06 14:54:07.313 UTC walsender[10939] 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 14:54:07.329 UTC client backend[2415] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:07.330 UTC client backend[2415] [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 14:54:07.330 UTC client backend[2415] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=030_origin.pl 2026-05-06 14:54:07.332 UTC client backend[2415] 030_origin.pl LOG: connection ready: setup total=3.444 ms, fork=0.555 ms, authentication=0.291 ms 2026-05-06 14:54:07.332 UTC client backend[2415] 030_origin.pl LOG: statement: SELECT pg_is_in_recovery() 2026-05-06 14:54:07.333 UTC client backend[2415] 030_origin.pl LOG: disconnection: session time: 0:00:00.004 user=postgres database=postgres host=[local] 2026-05-06 14:54:07.346 UTC client backend[10700] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:07.347 UTC client backend[10700] [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 14:54:07.347 UTC client backend[10700] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=030_origin.pl 2026-05-06 14:54:07.349 UTC client backend[10700] 030_origin.pl LOG: connection ready: setup total=3.596 ms, fork=0.555 ms, authentication=0.376 ms 2026-05-06 14:54:07.349 UTC client backend[10700] 030_origin.pl LOG: statement: SELECT pg_current_wal_lsn() 2026-05-06 14:54:07.350 UTC client backend[10700] 030_origin.pl LOG: disconnection: session time: 0:00:00.004 user=postgres database=postgres host=[local] 2026-05-06 14:54:07.362 UTC client backend[26801] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:07.363 UTC client backend[26801] [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 14:54:07.363 UTC client backend[26801] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=030_origin.pl 2026-05-06 14:54:07.364 UTC client backend[26801] 030_origin.pl LOG: connection ready: setup total=3.407 ms, fork=0.477 ms, authentication=0.281 ms 2026-05-06 14:54:07.365 UTC client backend[26801] 030_origin.pl LOG: statement: SELECT '0/017C9078' <= replay_lsn AND state = 'streaming' FROM pg_catalog.pg_stat_replication WHERE application_name IN ('tap_sub_A_B', 'walreceiver') 2026-05-06 14:54:07.368 UTC client backend[26801] 030_origin.pl LOG: disconnection: session time: 0:00:00.006 user=postgres database=postgres host=[local] 2026-05-06 14:54:07.384 UTC client backend[26881] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:07.385 UTC client backend[26881] [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 14:54:07.385 UTC client backend[26881] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=030_origin.pl 2026-05-06 14:54:07.386 UTC client backend[26881] 030_origin.pl LOG: connection ready: setup total=3.207 ms, fork=0.502 ms, authentication=0.249 ms 2026-05-06 14:54:07.386 UTC client backend[26881] 030_origin.pl LOG: statement: SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('r', 's'); 2026-05-06 14:54:07.389 UTC client backend[26881] 030_origin.pl LOG: disconnection: session time: 0:00:00.005 user=postgres database=postgres host=[local] 2026-05-06 14:54:07.458 UTC client backend[13955] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:07.459 UTC client backend[13955] [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 14:54:07.459 UTC client backend[13955] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=030_origin.pl 2026-05-06 14:54:07.461 UTC client backend[13955] 030_origin.pl LOG: connection ready: setup total=3.109 ms, fork=0.439 ms, authentication=0.265 ms 2026-05-06 14:54:07.461 UTC client backend[13955] 030_origin.pl LOG: statement: INSERT INTO tab VALUES (21); 2026-05-06 14:54:07.462 UTC client backend[13955] 030_origin.pl LOG: disconnection: session time: 0:00:00.003 user=postgres database=postgres host=[local] 2026-05-06 14:54:07.524 UTC client backend[5263] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:07.525 UTC client backend[5263] [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 14:54:07.525 UTC client backend[5263] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=030_origin.pl 2026-05-06 14:54:07.526 UTC client backend[5263] 030_origin.pl LOG: connection ready: setup total=3.310 ms, fork=0.447 ms, authentication=0.264 ms 2026-05-06 14:54:07.527 UTC client backend[5263] 030_origin.pl LOG: statement: SELECT pg_is_in_recovery() 2026-05-06 14:54:07.530 UTC client backend[5263] 030_origin.pl LOG: disconnection: session time: 0:00:00.006 user=postgres database=postgres host=[local] 2026-05-06 14:54:07.541 UTC client backend[9620] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:07.543 UTC client backend[9620] [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 14:54:07.543 UTC client backend[9620] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=030_origin.pl 2026-05-06 14:54:07.544 UTC client backend[9620] 030_origin.pl LOG: connection ready: setup total=3.284 ms, fork=0.464 ms, authentication=0.265 ms 2026-05-06 14:54:07.544 UTC client backend[9620] 030_origin.pl LOG: statement: SELECT pg_current_wal_lsn() 2026-05-06 14:54:07.545 UTC client backend[9620] 030_origin.pl LOG: disconnection: session time: 0:00:00.003 user=postgres database=postgres host=[local] 2026-05-06 14:54:07.554 UTC client backend[4455] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:07.555 UTC client backend[4455] [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 14:54:07.555 UTC client backend[4455] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=030_origin.pl 2026-05-06 14:54:07.557 UTC client backend[4455] 030_origin.pl LOG: connection ready: setup total=3.310 ms, fork=0.484 ms, authentication=0.272 ms 2026-05-06 14:54:07.557 UTC client backend[4455] 030_origin.pl LOG: statement: SELECT '0/017C93B0' <= replay_lsn AND state = 'streaming' FROM pg_catalog.pg_stat_replication WHERE application_name IN ('tap_sub_A_B', 'walreceiver') 2026-05-06 14:54:07.560 UTC client backend[4455] 030_origin.pl LOG: disconnection: session time: 0:00:00.006 user=postgres database=postgres host=[local] 2026-05-06 14:54:07.591 UTC client backend[23473] [unknown] LOG: connection received: host=[local] 2026-05-06 14:54:07.592 UTC client backend[23473] [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 14:54:07.592 UTC client backend[23473] [unknown] LOG: connection authorized: user=postgres database=postgres application_name=030_origin.pl 2026-05-06 14:54:07.593 UTC client backend[23473] 030_origin.pl LOG: connection ready: setup total=3.414 ms, fork=0.458 ms, authentication=0.284 ms 2026-05-06 14:54:07.594 UTC client backend[23473] 030_origin.pl LOG: statement: SELECT * FROM tab ORDER BY 1; 2026-05-06 14:54:07.596 UTC client backend[23473] 030_origin.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: 7744 0x964414 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x79c115 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x7b8132 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x7bbf19 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x7be898 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x7beede at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x76c02f at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x770342 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x771ba0 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x77315b at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0x775845 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 0xaf2af4 at /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres 2026-05-06 14:54:07.635 UTC postmaster[7815] LOG: background worker "logical replication apply worker" (PID 7744) was terminated by signal 6: Abort trap 2026-05-06 14:54:07.635 UTC postmaster[7815] LOG: terminating any other active server processes 2026-05-06 14:54:07.640 UTC postmaster[7815] LOG: shutting down because "restart_after_crash" is off 2026-05-06 14:54:07.641 UTC postmaster[7815] LOG: database system is shut down