2025-01-25 11:19:34.269 GMT [5408][postmaster] LOG: starting PostgreSQL 18devel on x86_64-windows, compiled by msvc-19.29.30158, 64-bit 2025-01-25 11:19:34.270 GMT [5408][postmaster] LOG: listening on Unix socket "C:/Windows/TEMP/juSDJEub3G/.s.PGSQL.17074" 2025-01-25 11:19:34.303 GMT [6504][startup] LOG: database system was shut down at 2025-01-25 11:11:57 GMT 2025-01-25 11:19:34.307 GMT [5408][postmaster] LOG: database system is ready to accept connections 2025-01-25 11:19:35.606 GMT [5372][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-25 11:19:35.608 GMT [5372][client backend] [[unknown]][0/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/006_rewrite/data/t_006_rewrite_publisher_data/pgdata/pg_hba.conf:117) 2025-01-25 11:19:35.608 GMT [5372][client backend] [[unknown]][0/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=006_rewrite.pl 2025-01-25 11:19:35.625 GMT [5372][client backend] [006_rewrite.pl][0/2:0] LOG: statement: CREATE TABLE test1 (a int, b text); 2025-01-25 11:19:35.633 GMT [5372][client backend] [006_rewrite.pl][:0] LOG: disconnection: session time: 0:00:00.030 user=SYSTEM database=postgres host=[local] 2025-01-25 11:19:35.819 GMT [6108][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-25 11:19:35.820 GMT [6108][client backend] [[unknown]][1/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/006_rewrite/data/t_006_rewrite_publisher_data/pgdata/pg_hba.conf:117) 2025-01-25 11:19:35.820 GMT [6108][client backend] [[unknown]][1/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=006_rewrite.pl 2025-01-25 11:19:35.823 GMT [6108][client backend] [006_rewrite.pl][1/2:0] LOG: statement: CREATE PUBLICATION mypub FOR ALL TABLES; 2025-01-25 11:19:35.828 GMT [6108][client backend] [006_rewrite.pl][:0] LOG: disconnection: session time: 0:00:00.013 user=SYSTEM database=postgres host=[local] 2025-01-25 11:19:35.917 GMT [3228][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-25 11:19:35.919 GMT [3228][walsender] [[unknown]][23/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/006_rewrite/data/t_006_rewrite_publisher_data/pgdata/pg_hba.conf:117) 2025-01-25 11:19:35.919 GMT [3228][walsender] [[unknown]][23/1:0] LOG: replication connection authorized: user=SYSTEM application_name=mysub 2025-01-25 11:19:35.954 GMT [3228][walsender] [mysub][23/2:0] LOG: statement: SELECT pg_catalog.set_config('search_path', '', false); 2025-01-25 11:19:35.955 GMT [3228][walsender] [mysub][23/3:0] LOG: statement: SELECT t.pubname FROM pg_catalog.pg_publication t WHERE t.pubname IN ('mypub') 2025-01-25 11:19:35.962 GMT [3228][walsender] [mysub][23/4:0] LOG: statement: SELECT DISTINCT n.nspname, c.relname, 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 ( 'mypub' )) AS gpt ON gpt.relid = c.oid 2025-01-25 11:19:35.970 GMT [3228][walsender] [mysub][23/0:0] LOG: received replication command: CREATE_REPLICATION_SLOT "mysub" LOGICAL pgoutput (SNAPSHOT 'nothing') 2025-01-25 11:19:35.970 GMT [3228][walsender] [mysub][23/0:0] STATEMENT: CREATE_REPLICATION_SLOT "mysub" LOGICAL pgoutput (SNAPSHOT 'nothing') 2025-01-25 11:19:35.975 GMT [3228][walsender] [mysub][23/0:0] LOG: logical decoding found consistent point at 0/1787AC0 2025-01-25 11:19:35.975 GMT [3228][walsender] [mysub][23/0:0] DETAIL: There are no running transactions. 2025-01-25 11:19:35.975 GMT [3228][walsender] [mysub][23/0:0] STATEMENT: CREATE_REPLICATION_SLOT "mysub" LOGICAL pgoutput (SNAPSHOT 'nothing') 2025-01-25 11:19:35.977 GMT [3228][walsender] [mysub][23/0:0] LOG: released logical replication slot "mysub" 2025-01-25 11:19:35.977 GMT [3228][walsender] [mysub][23/0:0] STATEMENT: CREATE_REPLICATION_SLOT "mysub" LOGICAL pgoutput (SNAPSHOT 'nothing') 2025-01-25 11:19:35.977 GMT [3228][walsender] [mysub][:0] LOG: disconnection: session time: 0:00:00.064 user=SYSTEM database=postgres host=[local] 2025-01-25 11:19:36.032 GMT [7100][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-25 11:19:36.033 GMT [7100][walsender] [[unknown]][24/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/006_rewrite/data/t_006_rewrite_publisher_data/pgdata/pg_hba.conf:117) 2025-01-25 11:19:36.033 GMT [7100][walsender] [[unknown]][24/1:0] LOG: replication connection authorized: user=SYSTEM application_name=mysub 2025-01-25 11:19:36.037 GMT [7100][walsender] [mysub][24/2:0] LOG: statement: SELECT pg_catalog.set_config('search_path', '', false); 2025-01-25 11:19:36.037 GMT [7100][walsender] [mysub][24/0:0] LOG: received replication command: IDENTIFY_SYSTEM 2025-01-25 11:19:36.037 GMT [7100][walsender] [mysub][24/0:0] STATEMENT: IDENTIFY_SYSTEM 2025-01-25 11:19:36.038 GMT [7100][walsender] [mysub][24/0:0] LOG: received replication command: START_REPLICATION SLOT "mysub" LOGICAL 0/0 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2025-01-25 11:19:36.038 GMT [7100][walsender] [mysub][24/0:0] STATEMENT: START_REPLICATION SLOT "mysub" LOGICAL 0/0 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2025-01-25 11:19:36.038 GMT [7100][walsender] [mysub][24/0:0] LOG: acquired logical replication slot "mysub" 2025-01-25 11:19:36.038 GMT [7100][walsender] [mysub][24/0:0] STATEMENT: START_REPLICATION SLOT "mysub" LOGICAL 0/0 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2025-01-25 11:19:36.038 GMT [7100][walsender] [mysub][24/0:0] LOG: starting logical decoding for slot "mysub" 2025-01-25 11:19:36.038 GMT [7100][walsender] [mysub][24/0:0] DETAIL: Streaming transactions committing after 0/1787AF8, reading WAL from 0/1787AC0. 2025-01-25 11:19:36.038 GMT [7100][walsender] [mysub][24/0:0] STATEMENT: START_REPLICATION SLOT "mysub" LOGICAL 0/0 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2025-01-25 11:19:36.038 GMT [7100][walsender] [mysub][24/0:0] LOG: logical decoding found consistent point at 0/1787AC0 2025-01-25 11:19:36.038 GMT [7100][walsender] [mysub][24/0:0] DETAIL: There are no running transactions. 2025-01-25 11:19:36.038 GMT [7100][walsender] [mysub][24/0:0] STATEMENT: START_REPLICATION SLOT "mysub" LOGICAL 0/0 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2025-01-25 11:19:36.078 GMT [1212][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-25 11:19:36.080 GMT [1212][walsender] [[unknown]][25/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/006_rewrite/data/t_006_rewrite_publisher_data/pgdata/pg_hba.conf:117) 2025-01-25 11:19:36.080 GMT [1212][walsender] [[unknown]][25/1:0] LOG: replication connection authorized: user=SYSTEM application_name=pg_16389_sync_16384_7463809265651135508 2025-01-25 11:19:36.082 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/2:0] LOG: statement: SELECT pg_catalog.set_config('search_path', '', false); 2025-01-25 11:19:36.083 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/3:0] LOG: statement: BEGIN READ ONLY ISOLATION LEVEL REPEATABLE READ 2025-01-25 11:19:36.083 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/3:0] LOG: received replication command: CREATE_REPLICATION_SLOT "pg_16389_sync_16384_7463809265651135508" LOGICAL pgoutput (SNAPSHOT 'use') 2025-01-25 11:19:36.083 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/3:0] STATEMENT: CREATE_REPLICATION_SLOT "pg_16389_sync_16384_7463809265651135508" LOGICAL pgoutput (SNAPSHOT 'use') 2025-01-25 11:19:36.089 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/3:0] LOG: logical decoding found consistent point at 0/1787AF8 2025-01-25 11:19:36.089 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/3:0] DETAIL: There are no running transactions. 2025-01-25 11:19:36.089 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/3:0] STATEMENT: CREATE_REPLICATION_SLOT "pg_16389_sync_16384_7463809265651135508" LOGICAL pgoutput (SNAPSHOT 'use') 2025-01-25 11:19:36.091 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/3:0] LOG: released logical replication slot "pg_16389_sync_16384_7463809265651135508" 2025-01-25 11:19:36.091 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/3:0] STATEMENT: CREATE_REPLICATION_SLOT "pg_16389_sync_16384_7463809265651135508" LOGICAL pgoutput (SNAPSHOT 'use') 2025-01-25 11:19:36.092 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/3:0] 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 = 'test1' 2025-01-25 11:19:36.097 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/3:0] 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 ( 'mypub' ) 2025-01-25 11:19:36.101 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/3:0] 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 2025-01-25 11:19:36.103 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/3:0] 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 ( 'mypub' ) 2025-01-25 11:19:36.105 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/3:0] LOG: statement: COPY public.test1 (a, b) TO STDOUT 2025-01-25 11:19:36.105 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/3:0] LOG: statement: COMMIT 2025-01-25 11:19:36.106 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/0:0] LOG: received replication command: START_REPLICATION SLOT "pg_16389_sync_16384_7463809265651135508" LOGICAL 0/1787B30 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2025-01-25 11:19:36.106 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/0:0] STATEMENT: START_REPLICATION SLOT "pg_16389_sync_16384_7463809265651135508" LOGICAL 0/1787B30 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2025-01-25 11:19:36.106 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/0:0] LOG: acquired logical replication slot "pg_16389_sync_16384_7463809265651135508" 2025-01-25 11:19:36.106 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/0:0] STATEMENT: START_REPLICATION SLOT "pg_16389_sync_16384_7463809265651135508" LOGICAL 0/1787B30 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2025-01-25 11:19:36.106 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/0:0] LOG: starting logical decoding for slot "pg_16389_sync_16384_7463809265651135508" 2025-01-25 11:19:36.106 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/0:0] DETAIL: Streaming transactions committing after 0/1787B30, reading WAL from 0/1787AF8. 2025-01-25 11:19:36.106 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/0:0] STATEMENT: START_REPLICATION SLOT "pg_16389_sync_16384_7463809265651135508" LOGICAL 0/1787B30 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2025-01-25 11:19:36.106 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/0:0] LOG: logical decoding found consistent point at 0/1787AF8 2025-01-25 11:19:36.106 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/0:0] DETAIL: There are no running transactions. 2025-01-25 11:19:36.106 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/0:0] STATEMENT: START_REPLICATION SLOT "pg_16389_sync_16384_7463809265651135508" LOGICAL 0/1787B30 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2025-01-25 11:19:36.106 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/0:0] LOG: released logical replication slot "pg_16389_sync_16384_7463809265651135508" 2025-01-25 11:19:36.106 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/0:0] STATEMENT: START_REPLICATION SLOT "pg_16389_sync_16384_7463809265651135508" LOGICAL 0/1787B30 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2025-01-25 11:19:36.106 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/0:0] LOG: received replication command: DROP_REPLICATION_SLOT pg_16389_sync_16384_7463809265651135508 WAIT 2025-01-25 11:19:36.106 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/0:0] STATEMENT: DROP_REPLICATION_SLOT pg_16389_sync_16384_7463809265651135508 WAIT 2025-01-25 11:19:36.107 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/0:0] LOG: acquired logical replication slot "pg_16389_sync_16384_7463809265651135508" 2025-01-25 11:19:36.107 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][25/0:0] STATEMENT: DROP_REPLICATION_SLOT pg_16389_sync_16384_7463809265651135508 WAIT 2025-01-25 11:19:36.108 GMT [1212][walsender] [pg_16389_sync_16384_7463809265651135508][:0] LOG: disconnection: session time: 0:00:00.032 user=SYSTEM database=postgres host=[local] 2025-01-25 11:19:36.236 GMT [3232][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-25 11:19:36.238 GMT [3232][client backend] [[unknown]][2/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/006_rewrite/data/t_006_rewrite_publisher_data/pgdata/pg_hba.conf:117) 2025-01-25 11:19:36.238 GMT [3232][client backend] [[unknown]][2/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=006_rewrite.pl 2025-01-25 11:19:36.251 GMT [3232][client backend] [006_rewrite.pl][2/2:0] LOG: statement: SELECT pg_is_in_recovery() 2025-01-25 11:19:36.253 GMT [3232][client backend] [006_rewrite.pl][:0] LOG: disconnection: session time: 0:00:00.023 user=SYSTEM database=postgres host=[local] 2025-01-25 11:19:36.352 GMT [1376][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-25 11:19:36.354 GMT [1376][client backend] [[unknown]][3/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/006_rewrite/data/t_006_rewrite_publisher_data/pgdata/pg_hba.conf:117) 2025-01-25 11:19:36.354 GMT [1376][client backend] [[unknown]][3/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=006_rewrite.pl 2025-01-25 11:19:36.356 GMT [1376][client backend] [006_rewrite.pl][3/2:0] LOG: statement: SELECT pg_current_wal_lsn() 2025-01-25 11:19:36.359 GMT [1376][client backend] [006_rewrite.pl][:0] LOG: disconnection: session time: 0:00:00.009 user=SYSTEM database=postgres host=[local] 2025-01-25 11:19:36.417 GMT [1080][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-25 11:19:36.418 GMT [1080][client backend] [[unknown]][4/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/006_rewrite/data/t_006_rewrite_publisher_data/pgdata/pg_hba.conf:117) 2025-01-25 11:19:36.419 GMT [1080][client backend] [[unknown]][4/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=006_rewrite.pl 2025-01-25 11:19:36.421 GMT [1080][client backend] [006_rewrite.pl][4/2:0] LOG: statement: SELECT '0/1787B30' <= replay_lsn AND state = 'streaming' FROM pg_catalog.pg_stat_replication WHERE application_name IN ('mysub', 'walreceiver') 2025-01-25 11:19:36.432 GMT [1080][client backend] [006_rewrite.pl][:0] LOG: disconnection: session time: 0:00:00.017 user=SYSTEM database=postgres host=[local] 2025-01-25 11:19:36.543 GMT [4720][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-25 11:19:36.544 GMT [4720][client backend] [[unknown]][5/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/006_rewrite/data/t_006_rewrite_publisher_data/pgdata/pg_hba.conf:117) 2025-01-25 11:19:36.544 GMT [4720][client backend] [[unknown]][5/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=006_rewrite.pl 2025-01-25 11:19:36.547 GMT [4720][client backend] [006_rewrite.pl][5/2:0] LOG: statement: INSERT INTO test1 (a, b) VALUES (1, 'one'), (2, 'two'); 2025-01-25 11:19:36.549 GMT [4720][client backend] [006_rewrite.pl][:0] LOG: disconnection: session time: 0:00:00.010 user=SYSTEM database=postgres host=[local] 2025-01-25 11:19:36.596 GMT [3988][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-25 11:19:36.598 GMT [3988][client backend] [[unknown]][6/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/006_rewrite/data/t_006_rewrite_publisher_data/pgdata/pg_hba.conf:117) 2025-01-25 11:19:36.598 GMT [3988][client backend] [[unknown]][6/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=006_rewrite.pl 2025-01-25 11:19:36.601 GMT [3988][client backend] [006_rewrite.pl][6/2:0] LOG: statement: SELECT pg_is_in_recovery() 2025-01-25 11:19:36.604 GMT [3988][client backend] [006_rewrite.pl][:0] LOG: disconnection: session time: 0:00:00.010 user=SYSTEM database=postgres host=[local] 2025-01-25 11:19:36.670 GMT [2480][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-25 11:19:36.671 GMT [2480][client backend] [[unknown]][7/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/006_rewrite/data/t_006_rewrite_publisher_data/pgdata/pg_hba.conf:117) 2025-01-25 11:19:36.671 GMT [2480][client backend] [[unknown]][7/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=006_rewrite.pl 2025-01-25 11:19:36.674 GMT [2480][client backend] [006_rewrite.pl][7/2:0] LOG: statement: SELECT pg_current_wal_lsn() 2025-01-25 11:19:36.677 GMT [2480][client backend] [006_rewrite.pl][:0] LOG: disconnection: session time: 0:00:00.010 user=SYSTEM database=postgres host=[local] 2025-01-25 11:19:36.750 GMT [6404][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-25 11:19:36.751 GMT [6404][client backend] [[unknown]][8/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/006_rewrite/data/t_006_rewrite_publisher_data/pgdata/pg_hba.conf:117) 2025-01-25 11:19:36.751 GMT [6404][client backend] [[unknown]][8/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=006_rewrite.pl 2025-01-25 11:19:36.755 GMT [6404][client backend] [006_rewrite.pl][8/2:0] LOG: statement: SELECT '0/1787BE0' <= replay_lsn AND state = 'streaming' FROM pg_catalog.pg_stat_replication WHERE application_name IN ('mysub', 'walreceiver') 2025-01-25 11:19:36.764 GMT [6404][client backend] [006_rewrite.pl][:0] LOG: disconnection: session time: 0:00:00.017 user=SYSTEM database=postgres host=[local] 2025-01-25 11:19:37.086 GMT [7040][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-25 11:19:37.088 GMT [7040][client backend] [[unknown]][9/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/006_rewrite/data/t_006_rewrite_publisher_data/pgdata/pg_hba.conf:117) 2025-01-25 11:19:37.089 GMT [7040][client backend] [[unknown]][9/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=006_rewrite.pl 2025-01-25 11:19:37.096 GMT [7040][client backend] [006_rewrite.pl][9/2:0] LOG: statement: ALTER TABLE test1 ADD c int NOT NULL DEFAULT 0; 2025-01-25 11:19:37.105 GMT [7040][client backend] [006_rewrite.pl][:0] LOG: disconnection: session time: 0:00:00.025 user=SYSTEM database=postgres host=[local] 2025-01-25 11:19:37.210 GMT [6044][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-25 11:19:37.211 GMT [6044][client backend] [[unknown]][0/3:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/006_rewrite/data/t_006_rewrite_publisher_data/pgdata/pg_hba.conf:117) 2025-01-25 11:19:37.211 GMT [6044][client backend] [[unknown]][0/3:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=006_rewrite.pl 2025-01-25 11:19:37.214 GMT [6044][client backend] [006_rewrite.pl][0/4:0] LOG: statement: SELECT pg_is_in_recovery() 2025-01-25 11:19:37.217 GMT [6044][client backend] [006_rewrite.pl][:0] LOG: disconnection: session time: 0:00:00.010 user=SYSTEM database=postgres host=[local] 2025-01-25 11:19:37.306 GMT [6220][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-25 11:19:37.308 GMT [6220][client backend] [[unknown]][1/3:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/006_rewrite/data/t_006_rewrite_publisher_data/pgdata/pg_hba.conf:117) 2025-01-25 11:19:37.308 GMT [6220][client backend] [[unknown]][1/3:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=006_rewrite.pl 2025-01-25 11:19:37.311 GMT [6220][client backend] [006_rewrite.pl][1/4:0] LOG: statement: SELECT pg_current_wal_lsn() 2025-01-25 11:19:37.345 GMT [6220][client backend] [006_rewrite.pl][:0] LOG: disconnection: session time: 0:00:00.041 user=SYSTEM database=postgres host=[local] 2025-01-25 11:19:37.529 GMT [520][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-25 11:19:37.530 GMT [520][client backend] [[unknown]][2/3:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/006_rewrite/data/t_006_rewrite_publisher_data/pgdata/pg_hba.conf:117) 2025-01-25 11:19:37.530 GMT [520][client backend] [[unknown]][2/3:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=006_rewrite.pl 2025-01-25 11:19:37.533 GMT [520][client backend] [006_rewrite.pl][2/4:0] LOG: statement: SELECT '0/178E450' <= replay_lsn AND state = 'streaming' FROM pg_catalog.pg_stat_replication WHERE application_name IN ('mysub', 'walreceiver') 2025-01-25 11:19:37.545 GMT [520][client backend] [006_rewrite.pl][:0] LOG: disconnection: session time: 0:00:00.019 user=SYSTEM database=postgres host=[local] 2025-01-25 11:19:37.632 GMT [7084][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-25 11:19:37.634 GMT [7084][client backend] [[unknown]][3/3:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/006_rewrite/data/t_006_rewrite_publisher_data/pgdata/pg_hba.conf:117) 2025-01-25 11:19:37.634 GMT [7084][client backend] [[unknown]][3/3:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=006_rewrite.pl 2025-01-25 11:19:37.637 GMT [7084][client backend] [006_rewrite.pl][3/4:0] LOG: statement: INSERT INTO test1 (a, b, c) VALUES (3, 'three', 33); 2025-01-25 11:19:37.638 GMT [7084][client backend] [006_rewrite.pl][:0] LOG: disconnection: session time: 0:00:00.009 user=SYSTEM database=postgres host=[local] 2025-01-25 11:19:37.720 GMT [4640][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-25 11:19:37.721 GMT [4640][client backend] [[unknown]][4/3:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/006_rewrite/data/t_006_rewrite_publisher_data/pgdata/pg_hba.conf:117) 2025-01-25 11:19:37.721 GMT [4640][client backend] [[unknown]][4/3:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=006_rewrite.pl 2025-01-25 11:19:37.724 GMT [4640][client backend] [006_rewrite.pl][4/4:0] LOG: statement: SELECT pg_is_in_recovery() 2025-01-25 11:19:37.727 GMT [4640][client backend] [006_rewrite.pl][:0] LOG: disconnection: session time: 0:00:00.010 user=SYSTEM database=postgres host=[local] 2025-01-25 11:19:37.845 GMT [6528][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-25 11:19:37.846 GMT [6528][client backend] [[unknown]][5/3:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/006_rewrite/data/t_006_rewrite_publisher_data/pgdata/pg_hba.conf:117) 2025-01-25 11:19:37.846 GMT [6528][client backend] [[unknown]][5/3:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=006_rewrite.pl 2025-01-25 11:19:37.849 GMT [6528][client backend] [006_rewrite.pl][5/4:0] LOG: statement: SELECT pg_current_wal_lsn() 2025-01-25 11:19:37.851 GMT [6528][client backend] [006_rewrite.pl][:0] LOG: disconnection: session time: 0:00:00.009 user=SYSTEM database=postgres host=[local] 2025-01-25 11:19:37.942 GMT [5544][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-25 11:19:37.944 GMT [5544][client backend] [[unknown]][6/3:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/006_rewrite/data/t_006_rewrite_publisher_data/pgdata/pg_hba.conf:117) 2025-01-25 11:19:37.944 GMT [5544][client backend] [[unknown]][6/3:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=006_rewrite.pl 2025-01-25 11:19:37.948 GMT [5544][client backend] [006_rewrite.pl][6/4:0] LOG: statement: SELECT '0/178E4C8' <= replay_lsn AND state = 'streaming' FROM pg_catalog.pg_stat_replication WHERE application_name IN ('mysub', 'walreceiver') 2025-01-25 11:19:37.960 GMT [5544][client backend] [006_rewrite.pl][:0] LOG: disconnection: session time: 0:00:00.022 user=SYSTEM database=postgres host=[local] 2025-01-25 11:19:39.222 GMT [7100][walsender] [mysub][24/0:0] LOG: released logical replication slot "mysub" 2025-01-25 11:19:39.222 GMT [7100][walsender] [mysub][:0] LOG: disconnection: session time: 0:00:03.193 user=SYSTEM database=postgres host=[local] 2025-01-25 11:19:39.356 GMT [5408][postmaster] LOG: received immediate shutdown request TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2964, PID: 5408 abort() has been called