2026-03-07 13:13:44.681 GMT postmaster[4372] LOG: starting PostgreSQL 19devel on x86_64-windows, compiled by gcc-15.2.0, 64-bit 2026-03-07 13:13:44.684 GMT postmaster[4372] LOG: listening on Unix socket "C:/msys64/tmp/mP7fgw982r/.s.PGSQL.22855" 2026-03-07 13:13:44.733 GMT startup[5448] LOG: database system was shut down at 2026-03-07 12:52:32 GMT 2026-03-07 13:13:44.740 GMT postmaster[4372] LOG: database system is ready to accept connections 2026-03-07 13:13:46.138 GMT client backend[7252] [unknown] LOG: connection received: host=[local] 2026-03-07 13:13:46.140 GMT client backend[7252] [unknown] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/011_generated/data/t_011_generated_publisher_data/pgdata/pg_hba.conf:117) 2026-03-07 13:13:46.140 GMT client backend[7252] [unknown] LOG: connection authorized: user=SYSTEM database=postgres application_name=011_generated.pl 2026-03-07 13:13:46.154 GMT client backend[7252] 011_generated.pl LOG: connection ready: setup total=36.349 ms, fork=14.291 ms, authentication=0.920 ms 2026-03-07 13:13:46.154 GMT client backend[7252] 011_generated.pl LOG: statement: CREATE TABLE tab1 (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) STORED, c int GENERATED ALWAYS AS (a * 3) VIRTUAL) 2026-03-07 13:13:46.162 GMT client backend[7252] 011_generated.pl LOG: disconnection: session time: 0:00:00.028 user=SYSTEM database=postgres host=[local] 2026-03-07 13:13:46.296 GMT client backend[7612] [unknown] LOG: connection received: host=[local] 2026-03-07 13:13:46.298 GMT client backend[7612] [unknown] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/011_generated/data/t_011_generated_publisher_data/pgdata/pg_hba.conf:117) 2026-03-07 13:13:46.298 GMT client backend[7612] [unknown] LOG: connection authorized: user=SYSTEM database=postgres application_name=011_generated.pl 2026-03-07 13:13:46.301 GMT client backend[7612] 011_generated.pl LOG: connection ready: setup total=22.765 ms, fork=10.633 ms, authentication=0.372 ms 2026-03-07 13:13:46.301 GMT client backend[7612] 011_generated.pl LOG: statement: INSERT INTO tab1 (a) VALUES (1), (2), (3) 2026-03-07 13:13:46.303 GMT client backend[7612] 011_generated.pl LOG: disconnection: session time: 0:00:00.012 user=SYSTEM database=postgres host=[local] 2026-03-07 13:13:46.358 GMT client backend[3520] [unknown] LOG: connection received: host=[local] 2026-03-07 13:13:46.359 GMT client backend[3520] [unknown] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/011_generated/data/t_011_generated_publisher_data/pgdata/pg_hba.conf:117) 2026-03-07 13:13:46.359 GMT client backend[3520] [unknown] LOG: connection authorized: user=SYSTEM database=postgres application_name=011_generated.pl 2026-03-07 13:13:46.361 GMT client backend[3520] 011_generated.pl LOG: connection ready: setup total=20.678 ms, fork=11.997 ms, authentication=0.172 ms 2026-03-07 13:13:46.361 GMT client backend[3520] 011_generated.pl LOG: statement: CREATE PUBLICATION pub1 FOR ALL TABLES 2026-03-07 13:13:46.363 GMT client backend[3520] 011_generated.pl LOG: disconnection: session time: 0:00:00.009 user=SYSTEM database=postgres host=[local] 2026-03-07 13:13:46.453 GMT client backend[1948] [unknown] LOG: connection received: host=[local] 2026-03-07 13:13:46.454 GMT walsender[1948] [unknown] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/011_generated/data/t_011_generated_publisher_data/pgdata/pg_hba.conf:117) 2026-03-07 13:13:46.454 GMT walsender[1948] [unknown] LOG: replication connection authorized: user=SYSTEM application_name=sub1 2026-03-07 13:13:46.466 GMT walsender[1948] sub1 LOG: connection ready: setup total=33.626 ms, fork=14.491 ms, authentication=0.158 ms 2026-03-07 13:13:46.466 GMT walsender[1948] sub1 LOG: statement: SELECT pg_catalog.set_config('search_path', '', false); 2026-03-07 13:13:46.467 GMT walsender[1948] sub1 LOG: statement: SELECT t.pubname FROM pg_catalog.pg_publication t WHERE t.pubname IN ('pub1') 2026-03-07 13:13:46.469 GMT walsender[1948] sub1 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 ( 'pub1' )) 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 ( 'pub1' ) 2026-03-07 13:13:46.478 GMT walsender[1948] sub1 LOG: received replication command: CREATE_REPLICATION_SLOT "sub1" LOGICAL pgoutput (SNAPSHOT 'nothing') 2026-03-07 13:13:46.478 GMT walsender[1948] sub1 STATEMENT: CREATE_REPLICATION_SLOT "sub1" LOGICAL pgoutput (SNAPSHOT 'nothing') 2026-03-07 13:13:46.483 GMT walsender[1948] sub1 LOG: logical decoding found consistent point at 0/017F8A88 2026-03-07 13:13:46.483 GMT walsender[1948] sub1 DETAIL: There are no running transactions. 2026-03-07 13:13:46.483 GMT walsender[1948] sub1 STATEMENT: CREATE_REPLICATION_SLOT "sub1" LOGICAL pgoutput (SNAPSHOT 'nothing') 2026-03-07 13:13:46.484 GMT walsender[1948] sub1 LOG: released logical replication slot "sub1" 2026-03-07 13:13:46.484 GMT walsender[1948] sub1 STATEMENT: CREATE_REPLICATION_SLOT "sub1" LOGICAL pgoutput (SNAPSHOT 'nothing') 2026-03-07 13:13:46.484 GMT walsender[1948] sub1 LOG: disconnection: session time: 0:00:00.035 user=SYSTEM database=postgres host=[local] 2026-03-07 13:13:46.532 GMT client backend[2476] [unknown] LOG: connection received: host=[local] 2026-03-07 13:13:46.534 GMT walsender[2476] [unknown] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/011_generated/data/t_011_generated_publisher_data/pgdata/pg_hba.conf:117) 2026-03-07 13:13:46.534 GMT walsender[2476] [unknown] LOG: replication connection authorized: user=SYSTEM application_name=sub1 2026-03-07 13:13:46.537 GMT walsender[2476] sub1 LOG: connection ready: setup total=23.675 ms, fork=12.848 ms, authentication=0.365 ms 2026-03-07 13:13:46.537 GMT walsender[2476] sub1 LOG: statement: SELECT pg_catalog.set_config('search_path', '', false); 2026-03-07 13:13:46.538 GMT walsender[2476] sub1 LOG: received replication command: IDENTIFY_SYSTEM 2026-03-07 13:13:46.538 GMT walsender[2476] sub1 STATEMENT: IDENTIFY_SYSTEM 2026-03-07 13:13:46.538 GMT walsender[2476] sub1 LOG: received replication command: START_REPLICATION SLOT "sub1" LOGICAL 0/00000000 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"pub1"') 2026-03-07 13:13:46.538 GMT walsender[2476] sub1 STATEMENT: START_REPLICATION SLOT "sub1" LOGICAL 0/00000000 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"pub1"') 2026-03-07 13:13:46.538 GMT walsender[2476] sub1 LOG: acquired logical replication slot "sub1" 2026-03-07 13:13:46.538 GMT walsender[2476] sub1 STATEMENT: START_REPLICATION SLOT "sub1" LOGICAL 0/00000000 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"pub1"') 2026-03-07 13:13:46.538 GMT walsender[2476] sub1 LOG: starting logical decoding for slot "sub1" 2026-03-07 13:13:46.538 GMT walsender[2476] sub1 DETAIL: Streaming transactions committing after 0/017F8AC0, reading WAL from 0/017F8A88. 2026-03-07 13:13:46.538 GMT walsender[2476] sub1 STATEMENT: START_REPLICATION SLOT "sub1" LOGICAL 0/00000000 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"pub1"') 2026-03-07 13:13:46.538 GMT walsender[2476] sub1 LOG: logical decoding found consistent point at 0/017F8A88 2026-03-07 13:13:46.538 GMT walsender[2476] sub1 DETAIL: There are no running transactions. 2026-03-07 13:13:46.538 GMT walsender[2476] sub1 STATEMENT: START_REPLICATION SLOT "sub1" LOGICAL 0/00000000 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"pub1"') 2026-03-07 13:13:46.587 GMT client backend[4368] [unknown] LOG: connection received: host=[local] 2026-03-07 13:13:46.588 GMT walsender[4368] [unknown] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/011_generated/data/t_011_generated_publisher_data/pgdata/pg_hba.conf:117) 2026-03-07 13:13:46.588 GMT walsender[4368] [unknown] LOG: replication connection authorized: user=SYSTEM application_name=pg_16392_sync_16384_7614495770377180172 2026-03-07 13:13:46.590 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 LOG: connection ready: setup total=22.805 ms, fork=13.172 ms, authentication=0.187 ms 2026-03-07 13:13:46.591 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 LOG: statement: SELECT pg_catalog.set_config('search_path', '', false); 2026-03-07 13:13:46.592 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 LOG: statement: BEGIN READ ONLY ISOLATION LEVEL REPEATABLE READ 2026-03-07 13:13:46.592 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 LOG: received replication command: CREATE_REPLICATION_SLOT "pg_16392_sync_16384_7614495770377180172" LOGICAL pgoutput (SNAPSHOT 'use') 2026-03-07 13:13:46.592 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 STATEMENT: CREATE_REPLICATION_SLOT "pg_16392_sync_16384_7614495770377180172" LOGICAL pgoutput (SNAPSHOT 'use') 2026-03-07 13:13:46.595 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 LOG: logical decoding found consistent point at 0/017F8AC0 2026-03-07 13:13:46.595 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 DETAIL: There are no running transactions. 2026-03-07 13:13:46.595 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 STATEMENT: CREATE_REPLICATION_SLOT "pg_16392_sync_16384_7614495770377180172" LOGICAL pgoutput (SNAPSHOT 'use') 2026-03-07 13:13:46.596 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 LOG: released logical replication slot "pg_16392_sync_16384_7614495770377180172" 2026-03-07 13:13:46.596 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 STATEMENT: CREATE_REPLICATION_SLOT "pg_16392_sync_16384_7614495770377180172" LOGICAL pgoutput (SNAPSHOT 'use') 2026-03-07 13:13:46.597 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 LOG: statement: SELECT c.oid, c.relreplident, c.relkind FROM pg_catalog.pg_class c INNER JOIN pg_catalog.pg_namespace n ON (c.relnamespace = n.oid) WHERE n.nspname = 'public' AND c.relname = 'tab1' 2026-03-07 13:13:46.601 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 LOG: statement: SELECT DISTINCT (CASE WHEN (array_length(gpt.attrs, 1) = c.relnatts) THEN NULL ELSE gpt.attrs END) FROM pg_publication p, LATERAL pg_get_publication_tables(p.pubname) gpt, pg_class c WHERE gpt.relid = 16384 AND c.oid = gpt.relid AND p.pubname IN ( 'pub1' ) 2026-03-07 13:13:46.605 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 LOG: statement: SELECT a.attnum, a.attname, a.atttypid, a.attnum = ANY(i.indkey), a.attgenerated != '' FROM pg_catalog.pg_attribute a LEFT JOIN pg_catalog.pg_index i ON (i.indexrelid = pg_get_replica_identity_index(16384)) WHERE a.attnum > 0::pg_catalog.int2 AND NOT a.attisdropped AND a.attrelid = 16384 ORDER BY a.attnum 2026-03-07 13:13:46.607 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 LOG: statement: SELECT DISTINCT pg_get_expr(gpt.qual, gpt.relid) FROM pg_publication p, LATERAL pg_get_publication_tables(p.pubname) gpt WHERE gpt.relid = 16384 AND p.pubname IN ( 'pub1' ) 2026-03-07 13:13:46.608 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 LOG: statement: COPY public.tab1 (a) TO STDOUT 2026-03-07 13:13:46.610 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 LOG: statement: COMMIT 2026-03-07 13:13:46.610 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 LOG: received replication command: START_REPLICATION SLOT "pg_16392_sync_16384_7614495770377180172" LOGICAL 0/017F8AF8 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"pub1"') 2026-03-07 13:13:46.610 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 STATEMENT: START_REPLICATION SLOT "pg_16392_sync_16384_7614495770377180172" LOGICAL 0/017F8AF8 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"pub1"') 2026-03-07 13:13:46.610 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 LOG: acquired logical replication slot "pg_16392_sync_16384_7614495770377180172" 2026-03-07 13:13:46.610 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 STATEMENT: START_REPLICATION SLOT "pg_16392_sync_16384_7614495770377180172" LOGICAL 0/017F8AF8 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"pub1"') 2026-03-07 13:13:46.610 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 LOG: starting logical decoding for slot "pg_16392_sync_16384_7614495770377180172" 2026-03-07 13:13:46.610 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 DETAIL: Streaming transactions committing after 0/017F8AF8, reading WAL from 0/017F8AC0. 2026-03-07 13:13:46.610 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 STATEMENT: START_REPLICATION SLOT "pg_16392_sync_16384_7614495770377180172" LOGICAL 0/017F8AF8 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"pub1"') 2026-03-07 13:13:46.611 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 LOG: logical decoding found consistent point at 0/017F8AC0 2026-03-07 13:13:46.611 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 DETAIL: There are no running transactions. 2026-03-07 13:13:46.611 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 STATEMENT: START_REPLICATION SLOT "pg_16392_sync_16384_7614495770377180172" LOGICAL 0/017F8AF8 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"pub1"') 2026-03-07 13:13:46.611 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 LOG: released logical replication slot "pg_16392_sync_16384_7614495770377180172" 2026-03-07 13:13:46.611 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 STATEMENT: START_REPLICATION SLOT "pg_16392_sync_16384_7614495770377180172" LOGICAL 0/017F8AF8 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"pub1"') 2026-03-07 13:13:46.611 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 LOG: received replication command: DROP_REPLICATION_SLOT pg_16392_sync_16384_7614495770377180172 WAIT 2026-03-07 13:13:46.611 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 STATEMENT: DROP_REPLICATION_SLOT pg_16392_sync_16384_7614495770377180172 WAIT 2026-03-07 13:13:46.611 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 LOG: acquired logical replication slot "pg_16392_sync_16384_7614495770377180172" 2026-03-07 13:13:46.611 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 STATEMENT: DROP_REPLICATION_SLOT pg_16392_sync_16384_7614495770377180172 WAIT 2026-03-07 13:13:46.613 GMT walsender[4368] pg_16392_sync_16384_7614495770377180172 LOG: disconnection: session time: 0:00:00.030 user=SYSTEM database=postgres host=[local] 2026-03-07 13:13:46.836 GMT client backend[2372] [unknown] LOG: connection received: host=[local] 2026-03-07 13:13:46.837 GMT client backend[2372] [unknown] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/011_generated/data/t_011_generated_publisher_data/pgdata/pg_hba.conf:117) 2026-03-07 13:13:46.838 GMT client backend[2372] [unknown] LOG: connection authorized: user=SYSTEM database=postgres application_name=011_generated.pl 2026-03-07 13:13:46.840 GMT client backend[2372] 011_generated.pl LOG: connection ready: setup total=23.002 ms, fork=12.455 ms, authentication=0.431 ms 2026-03-07 13:13:46.841 GMT client backend[2372] 011_generated.pl LOG: statement: INSERT INTO tab1 VALUES (4), (5) 2026-03-07 13:13:46.843 GMT client backend[2372] 011_generated.pl LOG: disconnection: session time: 0:00:00.011 user=SYSTEM database=postgres host=[local] 2026-03-07 13:13:46.895 GMT client backend[8036] [unknown] LOG: connection received: host=[local] 2026-03-07 13:13:46.896 GMT client backend[8036] [unknown] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/011_generated/data/t_011_generated_publisher_data/pgdata/pg_hba.conf:117) 2026-03-07 13:13:46.896 GMT client backend[8036] [unknown] LOG: connection authorized: user=SYSTEM database=postgres application_name=011_generated.pl 2026-03-07 13:13:46.897 GMT client backend[8036] 011_generated.pl LOG: connection ready: setup total=21.698 ms, fork=13.031 ms, authentication=0.226 ms 2026-03-07 13:13:46.898 GMT client backend[8036] 011_generated.pl LOG: statement: UPDATE tab1 SET a = 6 WHERE a = 5 2026-03-07 13:13:46.900 GMT client backend[8036] 011_generated.pl LOG: disconnection: session time: 0:00:00.009 user=SYSTEM database=postgres host=[local] 2026-03-07 13:13:46.955 GMT client backend[4976] [unknown] LOG: connection received: host=[local] 2026-03-07 13:13:46.956 GMT client backend[4976] [unknown] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/011_generated/data/t_011_generated_publisher_data/pgdata/pg_hba.conf:117) 2026-03-07 13:13:46.956 GMT client backend[4976] [unknown] LOG: connection authorized: user=SYSTEM database=postgres application_name=011_generated.pl 2026-03-07 13:13:46.958 GMT client backend[4976] 011_generated.pl LOG: connection ready: setup total=22.562 ms, fork=12.450 ms, authentication=0.177 ms 2026-03-07 13:13:46.958 GMT client backend[4976] 011_generated.pl LOG: statement: SELECT pg_is_in_recovery() 2026-03-07 13:13:46.961 GMT client backend[4976] 011_generated.pl LOG: disconnection: session time: 0:00:00.011 user=SYSTEM database=postgres host=[local] 2026-03-07 13:13:47.020 GMT client backend[5248] [unknown] LOG: connection received: host=[local] 2026-03-07 13:13:47.021 GMT client backend[5248] [unknown] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/011_generated/data/t_011_generated_publisher_data/pgdata/pg_hba.conf:117) 2026-03-07 13:13:47.021 GMT client backend[5248] [unknown] LOG: connection authorized: user=SYSTEM database=postgres application_name=011_generated.pl 2026-03-07 13:13:47.023 GMT client backend[5248] 011_generated.pl LOG: connection ready: setup total=22.422 ms, fork=13.499 ms, authentication=0.173 ms 2026-03-07 13:13:47.023 GMT client backend[5248] 011_generated.pl LOG: statement: SELECT pg_current_wal_lsn() 2026-03-07 13:13:47.026 GMT client backend[5248] 011_generated.pl LOG: disconnection: session time: 0:00:00.010 user=SYSTEM database=postgres host=[local] 2026-03-07 13:13:47.085 GMT client backend[6336] [unknown] LOG: connection received: host=[local] 2026-03-07 13:13:47.086 GMT client backend[6336] [unknown] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/011_generated/data/t_011_generated_publisher_data/pgdata/pg_hba.conf:117) 2026-03-07 13:13:47.086 GMT client backend[6336] [unknown] LOG: connection authorized: user=SYSTEM database=postgres application_name=011_generated.pl 2026-03-07 13:13:47.088 GMT client backend[6336] 011_generated.pl LOG: connection ready: setup total=29.209 ms, fork=18.210 ms, authentication=0.187 ms 2026-03-07 13:13:47.089 GMT client backend[6336] 011_generated.pl LOG: statement: SELECT '0/017F8CF0' <= replay_lsn AND state = 'streaming' FROM pg_catalog.pg_stat_replication WHERE application_name IN ('sub1', 'walreceiver') 2026-03-07 13:13:47.097 GMT client backend[6336] 011_generated.pl LOG: disconnection: session time: 0:00:00.017 user=SYSTEM database=postgres host=[local] 2026-03-07 13:13:47.281 GMT client backend[5780] [unknown] LOG: connection received: host=[local] 2026-03-07 13:13:47.281 GMT client backend[5780] [unknown] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/011_generated/data/t_011_generated_publisher_data/pgdata/pg_hba.conf:117) 2026-03-07 13:13:47.282 GMT client backend[5780] [unknown] LOG: connection authorized: user=SYSTEM database=postgres application_name=011_generated.pl 2026-03-07 13:13:47.283 GMT client backend[5780] 011_generated.pl LOG: connection ready: setup total=21.029 ms, fork=12.094 ms, authentication=0.178 ms 2026-03-07 13:13:47.284 GMT client backend[5780] 011_generated.pl LOG: statement: INSERT INTO tab1 VALUES (7), (8) 2026-03-07 13:13:47.285 GMT client backend[5780] 011_generated.pl LOG: disconnection: session time: 0:00:00.009 user=SYSTEM database=postgres host=[local] 2026-03-07 13:13:47.340 GMT client backend[3908] [unknown] LOG: connection received: host=[local] 2026-03-07 13:13:47.341 GMT client backend[3908] [unknown] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/011_generated/data/t_011_generated_publisher_data/pgdata/pg_hba.conf:117) 2026-03-07 13:13:47.341 GMT client backend[3908] [unknown] LOG: connection authorized: user=SYSTEM database=postgres application_name=011_generated.pl 2026-03-07 13:13:47.343 GMT client backend[3908] 011_generated.pl LOG: connection ready: setup total=21.231 ms, fork=12.299 ms, authentication=0.167 ms 2026-03-07 13:13:47.343 GMT client backend[3908] 011_generated.pl LOG: statement: UPDATE tab1 SET a = 9 WHERE a = 7 2026-03-07 13:13:47.345 GMT client backend[3908] 011_generated.pl LOG: disconnection: session time: 0:00:00.009 user=SYSTEM database=postgres host=[local] 2026-03-07 13:13:47.401 GMT client backend[7880] [unknown] LOG: connection received: host=[local] 2026-03-07 13:13:47.402 GMT client backend[7880] [unknown] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/011_generated/data/t_011_generated_publisher_data/pgdata/pg_hba.conf:117) 2026-03-07 13:13:47.402 GMT client backend[7880] [unknown] LOG: connection authorized: user=SYSTEM database=postgres application_name=011_generated.pl 2026-03-07 13:13:47.404 GMT client backend[7880] 011_generated.pl LOG: connection ready: setup total=22.240 ms, fork=13.345 ms, authentication=0.157 ms 2026-03-07 13:13:47.404 GMT client backend[7880] 011_generated.pl LOG: statement: SELECT pg_is_in_recovery() 2026-03-07 13:13:47.407 GMT client backend[7880] 011_generated.pl LOG: disconnection: session time: 0:00:00.010 user=SYSTEM database=postgres host=[local] 2026-03-07 13:13:47.463 GMT client backend[6920] [unknown] LOG: connection received: host=[local] 2026-03-07 13:13:47.464 GMT client backend[6920] [unknown] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/011_generated/data/t_011_generated_publisher_data/pgdata/pg_hba.conf:117) 2026-03-07 13:13:47.464 GMT client backend[6920] [unknown] LOG: connection authorized: user=SYSTEM database=postgres application_name=011_generated.pl 2026-03-07 13:13:47.466 GMT client backend[6920] 011_generated.pl LOG: connection ready: setup total=22.728 ms, fork=13.120 ms, authentication=0.183 ms 2026-03-07 13:13:47.467 GMT client backend[6920] 011_generated.pl LOG: statement: SELECT pg_current_wal_lsn() 2026-03-07 13:13:47.470 GMT client backend[6920] 011_generated.pl LOG: disconnection: session time: 0:00:00.011 user=SYSTEM database=postgres host=[local] 2026-03-07 13:13:47.522 GMT client backend[5124] [unknown] LOG: connection received: host=[local] 2026-03-07 13:13:47.523 GMT client backend[5124] [unknown] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/011_generated/data/t_011_generated_publisher_data/pgdata/pg_hba.conf:117) 2026-03-07 13:13:47.523 GMT client backend[5124] [unknown] LOG: connection authorized: user=SYSTEM database=postgres application_name=011_generated.pl 2026-03-07 13:13:47.524 GMT client backend[5124] 011_generated.pl LOG: connection ready: setup total=21.721 ms, fork=13.024 ms, authentication=0.169 ms 2026-03-07 13:13:47.525 GMT client backend[5124] 011_generated.pl LOG: statement: SELECT '0/017F8EE8' <= replay_lsn AND state = 'streaming' FROM pg_catalog.pg_stat_replication WHERE application_name IN ('sub1', 'walreceiver') 2026-03-07 13:13:47.531 GMT client backend[5124] 011_generated.pl LOG: disconnection: session time: 0:00:00.013 user=SYSTEM database=postgres host=[local] 2026-03-07 13:13:47.653 GMT walsender[2476] sub1 LOG: released logical replication slot "sub1" 2026-03-07 13:13:47.654 GMT walsender[2476] sub1 LOG: disconnection: session time: 0:00:01.125 user=SYSTEM database=postgres host=[local] 2026-03-07 13:13:47.687 GMT client backend[4420] [unknown] LOG: connection received: host=[local] 2026-03-07 13:13:47.688 GMT walsender[4420] [unknown] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/011_generated/data/t_011_generated_publisher_data/pgdata/pg_hba.conf:117) 2026-03-07 13:13:47.688 GMT walsender[4420] [unknown] LOG: replication connection authorized: user=SYSTEM application_name=sub1 2026-03-07 13:13:47.690 GMT walsender[4420] sub1 LOG: connection ready: setup total=22.436 ms, fork=13.263 ms, authentication=0.176 ms 2026-03-07 13:13:47.691 GMT walsender[4420] sub1 LOG: statement: SELECT pg_catalog.set_config('search_path', '', false); 2026-03-07 13:13:47.691 GMT walsender[4420] sub1 LOG: received replication command: DROP_REPLICATION_SLOT sub1 WAIT 2026-03-07 13:13:47.691 GMT walsender[4420] sub1 STATEMENT: DROP_REPLICATION_SLOT sub1 WAIT 2026-03-07 13:13:47.691 GMT walsender[4420] sub1 LOG: acquired logical replication slot "sub1" 2026-03-07 13:13:47.691 GMT walsender[4420] sub1 STATEMENT: DROP_REPLICATION_SLOT sub1 WAIT 2026-03-07 13:13:47.693 GMT walsender[4420] sub1 LOG: disconnection: session time: 0:00:00.009 user=SYSTEM database=postgres host=[local] 2026-03-07 13:13:47.750 GMT client backend[6152] [unknown] LOG: connection received: host=[local] 2026-03-07 13:13:47.751 GMT client backend[6152] [unknown] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/011_generated/data/t_011_generated_publisher_data/pgdata/pg_hba.conf:117) 2026-03-07 13:13:47.751 GMT client backend[6152] [unknown] LOG: connection authorized: user=SYSTEM database=postgres application_name=011_generated.pl 2026-03-07 13:13:47.752 GMT client backend[6152] 011_generated.pl LOG: connection ready: setup total=20.731 ms, fork=11.804 ms, authentication=0.163 ms 2026-03-07 13:13:47.753 GMT client backend[6152] 011_generated.pl LOG: statement: DROP PUBLICATION pub1 2026-03-07 13:13:47.756 GMT client backend[6152] 011_generated.pl LOG: disconnection: session time: 0:00:00.010 user=SYSTEM database=postgres host=[local] 2026-03-07 13:13:48.142 GMT client backend[6900] [unknown] LOG: connection received: host=[local] 2026-03-07 13:13:48.143 GMT client backend[6900] [unknown] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/011_generated/data/t_011_generated_publisher_data/pgdata/pg_hba.conf:117) 2026-03-07 13:13:48.143 GMT client backend[6900] [unknown] LOG: connection authorized: user=SYSTEM database=postgres application_name=011_generated.pl 2026-03-07 13:13:48.152 GMT client backend[6900] 011_generated.pl LOG: connection ready: setup total=32.289 ms, fork=14.083 ms, authentication=0.232 ms 2026-03-07 13:13:48.153 GMT client backend[6900] 011_generated.pl LOG: statement: CREATE TABLE tab_gen_to_nogen (a int, b int GENERATED ALWAYS AS (a * 2) STORED); 2026-03-07 13:13:48.157 GMT client backend[6900] 011_generated.pl LOG: statement: INSERT INTO tab_gen_to_nogen (a) VALUES (1), (2), (3); 2026-03-07 13:13:48.158 GMT client backend[6900] 011_generated.pl LOG: statement: CREATE PUBLICATION regress_pub1_gen_to_nogen FOR TABLE tab_gen_to_nogen WITH (publish_generated_columns = none); 2026-03-07 13:13:48.159 GMT client backend[6900] 011_generated.pl LOG: statement: CREATE PUBLICATION regress_pub2_gen_to_nogen FOR TABLE tab_gen_to_nogen WITH (publish_generated_columns = stored); 2026-03-07 13:13:48.160 GMT client backend[6900] 011_generated.pl LOG: disconnection: session time: 0:00:00.023 user=SYSTEM database=postgres host=[local] 2026-03-07 13:13:48.252 GMT client backend[6344] [unknown] LOG: connection received: host=[local] 2026-03-07 13:13:48.254 GMT walsender[6344] [unknown] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/011_generated/data/t_011_generated_publisher_data/pgdata/pg_hba.conf:117) 2026-03-07 13:13:48.254 GMT walsender[6344] [unknown] LOG: replication connection authorized: user=SYSTEM application_name=regress_sub1_gen_to_nogen 2026-03-07 13:13:48.257 GMT walsender[6344] regress_sub1_gen_to_nogen LOG: connection ready: setup total=25.183 ms, fork=14.170 ms, authentication=0.335 ms 2026-03-07 13:13:48.257 GMT walsender[6344] regress_sub1_gen_to_nogen LOG: statement: SELECT pg_catalog.set_config('search_path', '', false); 2026-03-07 13:13:48.257 GMT walsender[6344] regress_sub1_gen_to_nogen LOG: statement: SELECT t.pubname FROM pg_catalog.pg_publication t WHERE t.pubname IN ('regress_pub1_gen_to_nogen') 2026-03-07 13:13:48.260 GMT walsender[6344] regress_sub1_gen_to_nogen 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 ( 'regress_pub1_gen_to_nogen' )) 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 ( 'regress_pub1_gen_to_nogen' ) 2026-03-07 13:13:48.269 GMT walsender[6344] regress_sub1_gen_to_nogen LOG: received replication command: CREATE_REPLICATION_SLOT "regress_sub1_gen_to_nogen" LOGICAL pgoutput (SNAPSHOT 'nothing') 2026-03-07 13:13:48.269 GMT walsender[6344] regress_sub1_gen_to_nogen STATEMENT: CREATE_REPLICATION_SLOT "regress_sub1_gen_to_nogen" LOGICAL pgoutput (SNAPSHOT 'nothing') TRAP: failed Assert("XLogRecPtrIsValid(wantPage) && wantPage % XLOG_BLCKSZ == 0"), File: "../src/backend/access/transam/xlogutils.c", Line: 713, PID: 6344 2026-03-07 13:13:49.348 GMT postmaster[4372] LOG: client backend (PID 6344) was terminated by exception 0xC0000354 2026-03-07 13:13:49.348 GMT postmaster[4372] DETAIL: Failed process was running: CREATE_REPLICATION_SLOT "regress_sub1_gen_to_nogen" LOGICAL pgoutput (SNAPSHOT 'nothing') 2026-03-07 13:13:49.348 GMT postmaster[4372] HINT: See C include file "ntstatus.h" for a description of the hexadecimal value. 2026-03-07 13:13:49.348 GMT postmaster[4372] LOG: terminating any other active server processes 2026-03-07 13:13:49.365 GMT postmaster[4372] LOG: shutting down because "restart_after_crash" is off 2026-03-07 13:13:49.367 GMT postmaster[4372] LOG: database system is shut down