2026-05-06 14:58:00.581 UTC postmaster[52039] LOG: starting PostgreSQL 19devel on aarch64-darwin, compiled by clang-17.0.0, 64-bit 2026-05-06 14:58:00.582 UTC postmaster[52039] LOG: listening on Unix socket "/var/folders/hm/d7rr9ds96qx995ns72ry9g4m0000gn/T/5G62zcStjl/.s.PGSQL.17556" 2026-05-06 14:58:00.599 UTC startup[52068] LOG: database system was shut down at 2026-05-06 14:49:11 UTC 2026-05-06 14:58:00.608 UTC postmaster[52039] LOG: database system is ready to accept connections 2026-05-06 14:58:00.978 UTC client backend[52102] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:00.983 UTC client backend[52102] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:00.983 UTC client backend[52102] [unknown] LOG: connection authorized: user=admin database=postgres application_name=030_origin.pl 2026-05-06 14:58:01.009 UTC client backend[52102] 030_origin.pl LOG: connection ready: setup total=34.130 ms, fork=2.302 ms, authentication=5.407 ms 2026-05-06 14:58:01.010 UTC client backend[52102] 030_origin.pl LOG: statement: CREATE TABLE tab (a int PRIMARY KEY) 2026-05-06 14:58:01.171 UTC client backend[52102] 030_origin.pl LOG: disconnection: session time: 0:00:00.193 user=admin database=postgres host=[local] 2026-05-06 14:58:01.376 UTC client backend[52138] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:01.378 UTC client backend[52138] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:01.378 UTC client backend[52138] [unknown] LOG: connection authorized: user=admin database=postgres application_name=030_origin.pl 2026-05-06 14:58:01.381 UTC client backend[52138] 030_origin.pl LOG: connection ready: setup total=7.045 ms, fork=2.529 ms, authentication=1.124 ms 2026-05-06 14:58:01.381 UTC client backend[52138] 030_origin.pl LOG: statement: CREATE SUBSCRIPTION tap_sub_B_A CONNECTION 'port=17555 host=/var/folders/hm/d7rr9ds96qx995ns72ry9g4m0000gn/T/5G62zcStjl dbname=postgres application_name=tap_sub_B_A' PUBLICATION tap_pub_A WITH (origin = none) 2026-05-06 14:58:01.535 UTC client backend[52138] 030_origin.pl LOG: disconnection: session time: 0:00:00.158 user=admin database=postgres host=[local] 2026-05-06 14:58:01.554 UTC logical replication apply worker[52154] LOG: logical replication apply worker for subscription "tap_sub_b_a" has started 2026-05-06 14:58:01.596 UTC logical replication tablesync worker[52161] LOG: logical replication table synchronization worker for subscription "tap_sub_b_a", table "tab" has started 2026-05-06 14:58:01.599 UTC client backend[52162] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:01.600 UTC client backend[52162] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:01.600 UTC client backend[52162] [unknown] LOG: connection authorized: user=admin database=postgres application_name=030_origin.pl 2026-05-06 14:58:01.601 UTC client backend[52162] 030_origin.pl LOG: connection ready: setup total=4.005 ms, fork=1.726 ms, authentication=0.132 ms 2026-05-06 14:58:01.601 UTC client backend[52162] 030_origin.pl LOG: statement: CREATE PUBLICATION tap_pub_B FOR TABLE tab 2026-05-06 14:58:01.656 UTC client backend[52162] 030_origin.pl LOG: disconnection: session time: 0:00:00.057 user=admin database=postgres host=[local] 2026-05-06 14:58:01.741 UTC logical replication tablesync worker[52161] LOG: logical replication table synchronization worker for subscription "tap_sub_b_a", table "tab" has finished 2026-05-06 14:58:01.819 UTC client backend[52189] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:01.820 UTC walsender[52189] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:01.820 UTC walsender[52189] [unknown] LOG: replication connection authorized: user=admin application_name=tap_sub_A_B 2026-05-06 14:58:01.821 UTC walsender[52189] tap_sub_A_B LOG: connection ready: setup total=5.024 ms, fork=2.557 ms, authentication=0.306 ms 2026-05-06 14:58:01.821 UTC walsender[52189] tap_sub_A_B LOG: statement: SELECT pg_catalog.set_config('search_path', '', false); 2026-05-06 14:58:01.826 UTC walsender[52189] 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:58:01.854 UTC walsender[52189] 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:58:02.014 UTC walsender[52189] tap_sub_A_B LOG: received replication command: CREATE_REPLICATION_SLOT "tap_sub_a_b" LOGICAL pgoutput (SNAPSHOT 'nothing') 2026-05-06 14:58:02.014 UTC walsender[52189] tap_sub_A_B STATEMENT: CREATE_REPLICATION_SLOT "tap_sub_a_b" LOGICAL pgoutput (SNAPSHOT 'nothing') 2026-05-06 14:58:02.026 UTC walsender[52189] tap_sub_A_B LOG: logical decoding found consistent point at 0/017C91B0 2026-05-06 14:58:02.026 UTC walsender[52189] tap_sub_A_B DETAIL: There are no running transactions. 2026-05-06 14:58:02.026 UTC walsender[52189] tap_sub_A_B STATEMENT: CREATE_REPLICATION_SLOT "tap_sub_a_b" LOGICAL pgoutput (SNAPSHOT 'nothing') 2026-05-06 14:58:02.026 UTC walsender[52189] tap_sub_A_B LOG: released logical replication slot "tap_sub_a_b" 2026-05-06 14:58:02.026 UTC walsender[52189] tap_sub_A_B STATEMENT: CREATE_REPLICATION_SLOT "tap_sub_a_b" LOGICAL pgoutput (SNAPSHOT 'nothing') 2026-05-06 14:58:02.028 UTC walsender[52189] tap_sub_A_B LOG: disconnection: session time: 0:00:00.209 user=admin database=postgres host=[local] 2026-05-06 14:58:02.041 UTC client backend[52208] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:02.043 UTC walsender[52208] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:02.043 UTC walsender[52208] [unknown] LOG: replication connection authorized: user=admin application_name=tap_sub_A_B 2026-05-06 14:58:02.052 UTC walsender[52208] tap_sub_A_B LOG: connection ready: setup total=15.947 ms, fork=4.020 ms, authentication=2.060 ms 2026-05-06 14:58:02.059 UTC walsender[52208] tap_sub_A_B LOG: statement: SELECT pg_catalog.set_config('search_path', '', false); 2026-05-06 14:58:02.065 UTC walsender[52208] tap_sub_A_B LOG: received replication command: IDENTIFY_SYSTEM 2026-05-06 14:58:02.065 UTC walsender[52208] tap_sub_A_B STATEMENT: IDENTIFY_SYSTEM 2026-05-06 14:58:02.069 UTC walsender[52208] 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:58:02.069 UTC walsender[52208] 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:58:02.069 UTC walsender[52208] tap_sub_A_B LOG: acquired logical replication slot "tap_sub_a_b" 2026-05-06 14:58:02.069 UTC walsender[52208] 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:58:02.071 UTC walsender[52208] tap_sub_A_B LOG: starting logical decoding for slot "tap_sub_a_b" 2026-05-06 14:58:02.071 UTC walsender[52208] tap_sub_A_B DETAIL: Streaming transactions committing after 0/017C91E8, reading WAL from 0/017C91B0. 2026-05-06 14:58:02.071 UTC walsender[52208] 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:58:02.071 UTC walsender[52208] tap_sub_A_B LOG: logical decoding found consistent point at 0/017C91B0 2026-05-06 14:58:02.071 UTC walsender[52208] tap_sub_A_B DETAIL: There are no running transactions. 2026-05-06 14:58:02.071 UTC walsender[52208] 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:58:02.234 UTC client backend[52221] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:02.234 UTC client backend[52221] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:02.235 UTC client backend[52221] [unknown] LOG: connection authorized: user=admin database=postgres application_name=030_origin.pl 2026-05-06 14:58:02.237 UTC client backend[52221] 030_origin.pl LOG: connection ready: setup total=7.491 ms, fork=4.181 ms, authentication=0.305 ms 2026-05-06 14:58:02.238 UTC client backend[52221] 030_origin.pl LOG: statement: SELECT pg_is_in_recovery() 2026-05-06 14:58:02.253 UTC client backend[52221] 030_origin.pl LOG: disconnection: session time: 0:00:00.019 user=admin database=postgres host=[local] 2026-05-06 14:58:02.364 UTC client backend[52232] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:02.364 UTC client backend[52232] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:02.365 UTC client backend[52232] [unknown] LOG: connection authorized: user=admin database=postgres application_name=030_origin.pl 2026-05-06 14:58:02.368 UTC client backend[52232] 030_origin.pl LOG: connection ready: setup total=7.589 ms, fork=2.901 ms, authentication=0.605 ms 2026-05-06 14:58:02.371 UTC client backend[52232] 030_origin.pl LOG: statement: SELECT pg_current_wal_lsn() 2026-05-06 14:58:02.380 UTC client backend[52232] 030_origin.pl LOG: disconnection: session time: 0:00:00.016 user=admin database=postgres host=[local] 2026-05-06 14:58:02.441 UTC client backend[52239] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:02.442 UTC client backend[52239] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:02.442 UTC client backend[52239] [unknown] LOG: connection authorized: user=admin database=postgres application_name=030_origin.pl 2026-05-06 14:58:02.443 UTC client backend[52239] 030_origin.pl LOG: connection ready: setup total=4.265 ms, fork=1.829 ms, authentication=0.433 ms 2026-05-06 14:58:02.443 UTC client backend[52239] 030_origin.pl LOG: statement: SELECT '0/017C91E8' <= replay_lsn AND state = 'streaming' FROM pg_catalog.pg_stat_replication WHERE application_name IN ('tap_sub_A_B', 'walreceiver') 2026-05-06 14:58:02.467 UTC client backend[52239] 030_origin.pl LOG: disconnection: session time: 0:00:00.026 user=admin database=postgres host=[local] 2026-05-06 14:58:02.555 UTC client backend[52249] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:02.559 UTC client backend[52249] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:02.559 UTC client backend[52249] [unknown] LOG: connection authorized: user=admin database=postgres application_name=030_origin.pl 2026-05-06 14:58:02.560 UTC client backend[52249] 030_origin.pl LOG: connection ready: setup total=13.716 ms, fork=8.881 ms, authentication=0.125 ms 2026-05-06 14:58:02.566 UTC client backend[52249] 030_origin.pl LOG: statement: SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('r', 's'); 2026-05-06 14:58:02.595 UTC client backend[52249] 030_origin.pl LOG: disconnection: session time: 0:00:00.039 user=admin database=postgres host=[local] 2026-05-06 14:58:02.964 UTC client backend[52302] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:02.965 UTC client backend[52302] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:02.965 UTC client backend[52302] [unknown] LOG: connection authorized: user=admin database=postgres application_name=030_origin.pl 2026-05-06 14:58:02.966 UTC client backend[52302] 030_origin.pl LOG: connection ready: setup total=3.538 ms, fork=2.086 ms, authentication=0.121 ms 2026-05-06 14:58:02.966 UTC client backend[52302] 030_origin.pl LOG: statement: INSERT INTO tab VALUES (21); 2026-05-06 14:58:02.967 UTC client backend[52302] 030_origin.pl LOG: disconnection: session time: 0:00:00.003 user=admin database=postgres host=[local] 2026-05-06 14:58:03.270 UTC client backend[52341] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:03.271 UTC client backend[52341] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:03.271 UTC client backend[52341] [unknown] LOG: connection authorized: user=admin database=postgres application_name=030_origin.pl 2026-05-06 14:58:03.273 UTC client backend[52341] 030_origin.pl LOG: connection ready: setup total=5.701 ms, fork=2.431 ms, authentication=0.193 ms 2026-05-06 14:58:03.273 UTC client backend[52341] 030_origin.pl LOG: statement: SELECT pg_is_in_recovery() 2026-05-06 14:58:03.275 UTC client backend[52341] 030_origin.pl LOG: disconnection: session time: 0:00:00.006 user=admin database=postgres host=[local] 2026-05-06 14:58:03.305 UTC client backend[52350] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:03.306 UTC client backend[52350] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:03.306 UTC client backend[52350] [unknown] LOG: connection authorized: user=admin database=postgres application_name=030_origin.pl 2026-05-06 14:58:03.307 UTC client backend[52350] 030_origin.pl LOG: connection ready: setup total=5.865 ms, fork=3.120 ms, authentication=0.227 ms 2026-05-06 14:58:03.308 UTC client backend[52350] 030_origin.pl LOG: statement: SELECT pg_current_wal_lsn() 2026-05-06 14:58:03.308 UTC client backend[52350] 030_origin.pl LOG: disconnection: session time: 0:00:00.003 user=admin database=postgres host=[local] 2026-05-06 14:58:03.379 UTC client backend[52361] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:03.380 UTC client backend[52361] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:03.380 UTC client backend[52361] [unknown] LOG: connection authorized: user=admin database=postgres application_name=030_origin.pl 2026-05-06 14:58:03.382 UTC client backend[52361] 030_origin.pl LOG: connection ready: setup total=7.321 ms, fork=3.463 ms, authentication=0.427 ms 2026-05-06 14:58:03.386 UTC client backend[52361] 030_origin.pl LOG: statement: SELECT '0/017C93C0' <= replay_lsn AND state = 'streaming' FROM pg_catalog.pg_stat_replication WHERE application_name IN ('tap_sub_A_B', 'walreceiver') 2026-05-06 14:58:03.422 UTC client backend[52361] 030_origin.pl LOG: disconnection: session time: 0:00:00.042 user=admin database=postgres host=[local] 2026-05-06 14:58:03.596 UTC client backend[52388] [unknown] LOG: connection received: host=[local] 2026-05-06 14:58:03.597 UTC client backend[52388] [unknown] LOG: connection authenticated: user="admin" method=trust (/Users/admin/pgsql/build/testrun/subscription/030_origin/data/t_030_origin_node_B_data/pgdata/pg_hba.conf:117) 2026-05-06 14:58:03.597 UTC client backend[52388] [unknown] LOG: connection authorized: user=admin database=postgres application_name=030_origin.pl 2026-05-06 14:58:03.599 UTC client backend[52388] 030_origin.pl LOG: connection ready: setup total=6.990 ms, fork=3.859 ms, authentication=0.481 ms 2026-05-06 14:58:03.604 UTC client backend[52388] 030_origin.pl LOG: statement: SELECT * FROM tab ORDER BY 1; 2026-05-06 14:58:03.608 UTC client backend[52388] 030_origin.pl LOG: disconnection: session time: 0:00:00.012 user=admin database=postgres host=[local] TRAP: failed Assert("conflictlogrel != NULL"), File: "../src/backend/replication/logical/conflict.c", Line: 195, PID: 52154 0 postgres 0x00000001033218d8 ExceptionalCondition + 108 1 postgres 0x0000000103160ca8 ReportApplyConflict + 4640 2 postgres 0x00000001031820b0 apply_handle_delete_internal + 260 3 postgres 0x00000001034787e4 apply_dispatch.cold.18 + 368 4 postgres 0x000000010317e98c apply_dispatch + 6660 5 postgres 0x000000010317fa24 start_apply + 712 6 postgres 0x00000001031808d8 run_apply_worker + 788 7 postgres 0x00000001031805bc ApplyWorkerMain + 36 8 postgres 0x00000001031308dc BackgroundWorkerMain + 472 9 postgres 0x0000000103134ef8 postmaster_child_launch + 376 10 postgres 0x0000000103137d60 maybe_start_bgworkers + 488 11 postgres 0x0000000103139974 ServerLoop + 6976 12 postgres 0x00000001031373b8 InitProcessGlobals + 0 13 postgres 0x00000001030795a0 main + 1036 14 dyld 0x0000000180f2eb98 start + 6076 2026-05-06 14:58:44.432 UTC postmaster[52039] LOG: background worker "logical replication apply worker" (PID 52154) was terminated by signal 6: Abort trap: 6 2026-05-06 14:58:44.440 UTC postmaster[52039] LOG: terminating any other active server processes 2026-05-06 14:58:44.453 UTC postmaster[52039] LOG: shutting down because "restart_after_crash" is off 2026-05-06 14:58:44.455 UTC postmaster[52039] LOG: database system is shut down