2025-01-31 22:25:56.813 GMT [4784][postmaster] LOG: starting PostgreSQL 18devel on x86_64-windows, compiled by msvc-19.29.30158, 64-bit 2025-01-31 22:25:56.815 GMT [4784][postmaster] LOG: listening on Unix socket "C:/Windows/TEMP/xc3aUNZFtv/.s.PGSQL.29939" 2025-01-31 22:25:56.840 GMT [4288][startup] LOG: database system was shut down at 2025-01-31 22:25:56 GMT 2025-01-31 22:25:56.851 GMT [4784][postmaster] LOG: database system is ready to accept connections 2025-01-31 22:26:00.722 GMT [4004][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-31 22:26:00.724 GMT [4004][client backend] [[unknown]][0/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/005_encoding/data/t_005_encoding_publisher_data/pgdata/pg_hba.conf:117) 2025-01-31 22:26:00.724 GMT [4004][client backend] [[unknown]][0/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=005_encoding.pl 2025-01-31 22:26:00.741 GMT [4004][client backend] [005_encoding.pl][0/2:0] LOG: statement: CREATE TABLE test1 (a int, b text); 2025-01-31 22:26:00.754 GMT [4004][client backend] [005_encoding.pl][:0] LOG: disconnection: session time: 0:00:00.035 user=SYSTEM database=postgres host=[local] 2025-01-31 22:26:00.965 GMT [5228][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-31 22:26:00.968 GMT [5228][client backend] [[unknown]][1/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/005_encoding/data/t_005_encoding_publisher_data/pgdata/pg_hba.conf:117) 2025-01-31 22:26:00.968 GMT [5228][client backend] [[unknown]][1/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=005_encoding.pl 2025-01-31 22:26:00.971 GMT [5228][client backend] [005_encoding.pl][1/2:0] LOG: statement: CREATE PUBLICATION mypub FOR ALL TABLES; 2025-01-31 22:26:00.974 GMT [5228][client backend] [005_encoding.pl][:0] LOG: disconnection: session time: 0:00:00.016 user=SYSTEM database=postgres host=[local] 2025-01-31 22:26:01.082 GMT [3668][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-31 22:26:01.083 GMT [3668][walsender] [[unknown]][23/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/005_encoding/data/t_005_encoding_publisher_data/pgdata/pg_hba.conf:117) 2025-01-31 22:26:01.083 GMT [3668][walsender] [[unknown]][23/1:0] LOG: replication connection authorized: user=SYSTEM application_name=mysub 2025-01-31 22:26:01.099 GMT [3668][walsender] [mysub][23/2:0] LOG: statement: SELECT pg_catalog.set_config('search_path', '', false); 2025-01-31 22:26:01.101 GMT [3668][walsender] [mysub][23/3:0] LOG: statement: SELECT t.pubname FROM pg_catalog.pg_publication t WHERE t.pubname IN ('mypub') 2025-01-31 22:26:01.105 GMT [3668][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-31 22:26:01.113 GMT [3668][walsender] [mysub][23/0:0] LOG: received replication command: CREATE_REPLICATION_SLOT "mysub" LOGICAL pgoutput (SNAPSHOT 'nothing') 2025-01-31 22:26:01.113 GMT [3668][walsender] [mysub][23/0:0] STATEMENT: CREATE_REPLICATION_SLOT "mysub" LOGICAL pgoutput (SNAPSHOT 'nothing') 2025-01-31 22:26:01.118 GMT [3668][walsender] [mysub][23/0:0] LOG: logical decoding found consistent point at 0/17860A0 2025-01-31 22:26:01.118 GMT [3668][walsender] [mysub][23/0:0] DETAIL: There are no running transactions. 2025-01-31 22:26:01.118 GMT [3668][walsender] [mysub][23/0:0] STATEMENT: CREATE_REPLICATION_SLOT "mysub" LOGICAL pgoutput (SNAPSHOT 'nothing') 2025-01-31 22:26:01.119 GMT [3668][walsender] [mysub][23/0:0] LOG: released logical replication slot "mysub" 2025-01-31 22:26:01.119 GMT [3668][walsender] [mysub][23/0:0] STATEMENT: CREATE_REPLICATION_SLOT "mysub" LOGICAL pgoutput (SNAPSHOT 'nothing') 2025-01-31 22:26:01.119 GMT [3668][walsender] [mysub][:0] LOG: disconnection: session time: 0:00:00.040 user=SYSTEM database=postgres host=[local] 2025-01-31 22:26:01.168 GMT [412][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-31 22:26:01.173 GMT [412][walsender] [[unknown]][24/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/005_encoding/data/t_005_encoding_publisher_data/pgdata/pg_hba.conf:117) 2025-01-31 22:26:01.173 GMT [412][walsender] [[unknown]][24/1:0] LOG: replication connection authorized: user=SYSTEM application_name=mysub 2025-01-31 22:26:01.179 GMT [412][walsender] [mysub][24/2:0] LOG: statement: SELECT pg_catalog.set_config('search_path', '', false); 2025-01-31 22:26:01.180 GMT [412][walsender] [mysub][24/0:0] LOG: received replication command: IDENTIFY_SYSTEM 2025-01-31 22:26:01.180 GMT [412][walsender] [mysub][24/0:0] STATEMENT: IDENTIFY_SYSTEM 2025-01-31 22:26:01.180 GMT [412][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-31 22:26:01.180 GMT [412][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-31 22:26:01.180 GMT [412][walsender] [mysub][24/0:0] LOG: acquired logical replication slot "mysub" 2025-01-31 22:26:01.180 GMT [412][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-31 22:26:01.181 GMT [412][walsender] [mysub][24/0:0] LOG: starting logical decoding for slot "mysub" 2025-01-31 22:26:01.181 GMT [412][walsender] [mysub][24/0:0] DETAIL: Streaming transactions committing after 0/17860D8, reading WAL from 0/17860A0. 2025-01-31 22:26:01.181 GMT [412][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-31 22:26:01.181 GMT [412][walsender] [mysub][24/0:0] LOG: logical decoding found consistent point at 0/17860A0 2025-01-31 22:26:01.181 GMT [412][walsender] [mysub][24/0:0] DETAIL: There are no running transactions. 2025-01-31 22:26:01.181 GMT [412][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-31 22:26:01.222 GMT [5816][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-31 22:26:01.224 GMT [5816][walsender] [[unknown]][25/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/005_encoding/data/t_005_encoding_publisher_data/pgdata/pg_hba.conf:117) 2025-01-31 22:26:01.224 GMT [5816][walsender] [[unknown]][25/1:0] LOG: replication connection authorized: user=SYSTEM application_name=pg_16389_sync_16384_7466209472636657608 2025-01-31 22:26:01.226 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/2:0] LOG: statement: SELECT pg_catalog.set_config('search_path', '', false); 2025-01-31 22:26:01.227 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/3:0] LOG: statement: BEGIN READ ONLY ISOLATION LEVEL REPEATABLE READ 2025-01-31 22:26:01.228 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/3:0] LOG: received replication command: CREATE_REPLICATION_SLOT "pg_16389_sync_16384_7466209472636657608" LOGICAL pgoutput (SNAPSHOT 'use') 2025-01-31 22:26:01.228 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/3:0] STATEMENT: CREATE_REPLICATION_SLOT "pg_16389_sync_16384_7466209472636657608" LOGICAL pgoutput (SNAPSHOT 'use') 2025-01-31 22:26:01.234 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/3:0] LOG: logical decoding found consistent point at 0/17860D8 2025-01-31 22:26:01.234 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/3:0] DETAIL: There are no running transactions. 2025-01-31 22:26:01.234 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/3:0] STATEMENT: CREATE_REPLICATION_SLOT "pg_16389_sync_16384_7466209472636657608" LOGICAL pgoutput (SNAPSHOT 'use') 2025-01-31 22:26:01.237 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/3:0] LOG: released logical replication slot "pg_16389_sync_16384_7466209472636657608" 2025-01-31 22:26:01.237 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/3:0] STATEMENT: CREATE_REPLICATION_SLOT "pg_16389_sync_16384_7466209472636657608" LOGICAL pgoutput (SNAPSHOT 'use') 2025-01-31 22:26:01.237 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][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-31 22:26:01.242 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][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-31 22:26:01.247 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][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-31 22:26:01.250 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][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-31 22:26:01.252 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/3:0] LOG: statement: COPY public.test1 (a, b) TO STDOUT 2025-01-31 22:26:01.253 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/3:0] LOG: statement: COMMIT 2025-01-31 22:26:01.253 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/0:0] LOG: received replication command: START_REPLICATION SLOT "pg_16389_sync_16384_7466209472636657608" LOGICAL 0/1786110 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2025-01-31 22:26:01.253 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/0:0] STATEMENT: START_REPLICATION SLOT "pg_16389_sync_16384_7466209472636657608" LOGICAL 0/1786110 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2025-01-31 22:26:01.253 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/0:0] LOG: acquired logical replication slot "pg_16389_sync_16384_7466209472636657608" 2025-01-31 22:26:01.253 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/0:0] STATEMENT: START_REPLICATION SLOT "pg_16389_sync_16384_7466209472636657608" LOGICAL 0/1786110 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2025-01-31 22:26:01.253 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/0:0] LOG: starting logical decoding for slot "pg_16389_sync_16384_7466209472636657608" 2025-01-31 22:26:01.253 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/0:0] DETAIL: Streaming transactions committing after 0/1786110, reading WAL from 0/17860D8. 2025-01-31 22:26:01.253 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/0:0] STATEMENT: START_REPLICATION SLOT "pg_16389_sync_16384_7466209472636657608" LOGICAL 0/1786110 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2025-01-31 22:26:01.254 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/0:0] LOG: logical decoding found consistent point at 0/17860D8 2025-01-31 22:26:01.254 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/0:0] DETAIL: There are no running transactions. 2025-01-31 22:26:01.254 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/0:0] STATEMENT: START_REPLICATION SLOT "pg_16389_sync_16384_7466209472636657608" LOGICAL 0/1786110 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2025-01-31 22:26:01.254 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/0:0] LOG: released logical replication slot "pg_16389_sync_16384_7466209472636657608" 2025-01-31 22:26:01.254 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/0:0] STATEMENT: START_REPLICATION SLOT "pg_16389_sync_16384_7466209472636657608" LOGICAL 0/1786110 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2025-01-31 22:26:01.254 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/0:0] LOG: received replication command: DROP_REPLICATION_SLOT pg_16389_sync_16384_7466209472636657608 WAIT 2025-01-31 22:26:01.254 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/0:0] STATEMENT: DROP_REPLICATION_SLOT pg_16389_sync_16384_7466209472636657608 WAIT 2025-01-31 22:26:01.254 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/0:0] LOG: acquired logical replication slot "pg_16389_sync_16384_7466209472636657608" 2025-01-31 22:26:01.254 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][25/0:0] STATEMENT: DROP_REPLICATION_SLOT pg_16389_sync_16384_7466209472636657608 WAIT 2025-01-31 22:26:01.255 GMT [5816][walsender] [pg_16389_sync_16384_7466209472636657608][:0] LOG: disconnection: session time: 0:00:00.036 user=SYSTEM database=postgres host=[local] 2025-01-31 22:26:01.367 GMT [6992][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-31 22:26:01.369 GMT [6992][client backend] [[unknown]][2/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/005_encoding/data/t_005_encoding_publisher_data/pgdata/pg_hba.conf:117) 2025-01-31 22:26:01.369 GMT [6992][client backend] [[unknown]][2/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=005_encoding.pl 2025-01-31 22:26:01.372 GMT [6992][client backend] [005_encoding.pl][2/2:0] LOG: statement: SELECT pg_is_in_recovery() 2025-01-31 22:26:01.376 GMT [6992][client backend] [005_encoding.pl][:0] LOG: disconnection: session time: 0:00:00.012 user=SYSTEM database=postgres host=[local] 2025-01-31 22:26:01.435 GMT [1764][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-31 22:26:01.437 GMT [1764][client backend] [[unknown]][3/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/005_encoding/data/t_005_encoding_publisher_data/pgdata/pg_hba.conf:117) 2025-01-31 22:26:01.437 GMT [1764][client backend] [[unknown]][3/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=005_encoding.pl 2025-01-31 22:26:01.439 GMT [1764][client backend] [005_encoding.pl][3/2:0] LOG: statement: SELECT pg_current_wal_lsn() 2025-01-31 22:26:01.444 GMT [1764][client backend] [005_encoding.pl][:0] LOG: disconnection: session time: 0:00:00.013 user=SYSTEM database=postgres host=[local] 2025-01-31 22:26:01.581 GMT [1172][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-31 22:26:01.583 GMT [1172][client backend] [[unknown]][4/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/005_encoding/data/t_005_encoding_publisher_data/pgdata/pg_hba.conf:117) 2025-01-31 22:26:01.583 GMT [1172][client backend] [[unknown]][4/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=005_encoding.pl 2025-01-31 22:26:01.585 GMT [1172][client backend] [005_encoding.pl][4/2:0] LOG: statement: SELECT '0/1786110' <= replay_lsn AND state = 'streaming' FROM pg_catalog.pg_stat_replication WHERE application_name IN ('mysub', 'walreceiver') 2025-01-31 22:26:01.596 GMT [1172][client backend] [005_encoding.pl][:0] LOG: disconnection: session time: 0:00:00.020 user=SYSTEM database=postgres host=[local] 2025-01-31 22:26:01.713 GMT [6852][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-31 22:26:01.714 GMT [6852][client backend] [[unknown]][5/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/005_encoding/data/t_005_encoding_publisher_data/pgdata/pg_hba.conf:117) 2025-01-31 22:26:01.714 GMT [6852][client backend] [[unknown]][5/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=005_encoding.pl 2025-01-31 22:26:01.716 GMT [6852][client backend] [005_encoding.pl][5/2:0] LOG: statement: INSERT INTO test1 VALUES (1, E'Mot\xc3\xb6rhead') 2025-01-31 22:26:01.718 GMT [6852][client backend] [005_encoding.pl][:0] LOG: disconnection: session time: 0:00:00.009 user=SYSTEM database=postgres host=[local] 2025-01-31 22:26:01.848 GMT [1776][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-31 22:26:01.849 GMT [1776][client backend] [[unknown]][6/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/005_encoding/data/t_005_encoding_publisher_data/pgdata/pg_hba.conf:117) 2025-01-31 22:26:01.850 GMT [1776][client backend] [[unknown]][6/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=005_encoding.pl 2025-01-31 22:26:01.852 GMT [1776][client backend] [005_encoding.pl][6/2:0] LOG: statement: SELECT pg_is_in_recovery() 2025-01-31 22:26:01.855 GMT [1776][client backend] [005_encoding.pl][:0] LOG: disconnection: session time: 0:00:00.010 user=SYSTEM database=postgres host=[local] 2025-01-31 22:26:01.963 GMT [3344][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-31 22:26:01.965 GMT [3344][client backend] [[unknown]][7/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/005_encoding/data/t_005_encoding_publisher_data/pgdata/pg_hba.conf:117) 2025-01-31 22:26:01.965 GMT [3344][client backend] [[unknown]][7/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=005_encoding.pl 2025-01-31 22:26:01.967 GMT [3344][client backend] [005_encoding.pl][7/2:0] LOG: statement: SELECT pg_current_wal_lsn() 2025-01-31 22:26:01.969 GMT [3344][client backend] [005_encoding.pl][:0] LOG: disconnection: session time: 0:00:00.009 user=SYSTEM database=postgres host=[local] 2025-01-31 22:26:02.036 GMT [1516][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-31 22:26:02.038 GMT [1516][client backend] [[unknown]][8/1:0] LOG: connection authenticated: user="SYSTEM" method=trust (C:/cirrus/build/testrun/subscription/005_encoding/data/t_005_encoding_publisher_data/pgdata/pg_hba.conf:117) 2025-01-31 22:26:02.038 GMT [1516][client backend] [[unknown]][8/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=005_encoding.pl 2025-01-31 22:26:02.040 GMT [1516][client backend] [005_encoding.pl][8/2:0] LOG: statement: SELECT '0/1786188' <= replay_lsn AND state = 'streaming' FROM pg_catalog.pg_stat_replication WHERE application_name IN ('mysub', 'walreceiver') 2025-01-31 22:26:02.050 GMT [1516][client backend] [005_encoding.pl][:0] LOG: disconnection: session time: 0:00:00.017 user=SYSTEM database=postgres host=[local] 2025-01-31 22:26:03.299 GMT [412][walsender] [mysub][24/0:0] LOG: released logical replication slot "mysub" 2025-01-31 22:26:03.299 GMT [412][walsender] [mysub][:0] LOG: disconnection: session time: 0:00:02.134 user=SYSTEM database=postgres host=[local] 2025-01-31 22:26:03.433 GMT [4784][postmaster] LOG: received immediate shutdown request TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2951, PID: 4784 abort() has been called