2024-12-18 07:16:43.905 GMT [4440][postmaster] LOG: starting PostgreSQL 18devel on x86_64-windows, compiled by msvc-19.29.30157, 64-bit 2024-12-18 07:16:43.906 GMT [4440][postmaster] LOG: listening on Unix socket "C:/Windows/TEMP/OVH64I4KKM/.s.PGSQL.29372" 2024-12-18 07:16:43.924 GMT [5244][startup] LOG: database system was shut down at 2024-12-18 07:16:43 GMT 2024-12-18 07:16:43.928 GMT [4440][postmaster] LOG: database system is ready to accept connections 2024-12-18 07:16:46.647 GMT [3172][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-12-18 07:16:46.648 GMT [3172][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) 2024-12-18 07:16:46.648 GMT [3172][client backend] [[unknown]][0/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=005_encoding.pl 2024-12-18 07:16:46.662 GMT [3172][client backend] [005_encoding.pl][0/2:0] LOG: statement: CREATE TABLE test1 (a int, b text); 2024-12-18 07:16:46.668 GMT [3172][client backend] [005_encoding.pl][:0] LOG: disconnection: session time: 0:00:00.024 user=SYSTEM database=postgres host=[local] 2024-12-18 07:16:46.808 GMT [828][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-12-18 07:16:46.810 GMT [828][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) 2024-12-18 07:16:46.810 GMT [828][client backend] [[unknown]][1/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=005_encoding.pl 2024-12-18 07:16:46.813 GMT [828][client backend] [005_encoding.pl][1/2:0] LOG: statement: CREATE PUBLICATION mypub FOR ALL TABLES; 2024-12-18 07:16:46.820 GMT [828][client backend] [005_encoding.pl][:0] LOG: disconnection: session time: 0:00:00.018 user=SYSTEM database=postgres host=[local] 2024-12-18 07:16:46.913 GMT [4824][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-12-18 07:16:46.914 GMT [4824][walsender] [[unknown]][22/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) 2024-12-18 07:16:46.914 GMT [4824][walsender] [[unknown]][22/1:0] LOG: replication connection authorized: user=SYSTEM application_name=mysub 2024-12-18 07:16:46.933 GMT [4824][walsender] [mysub][22/2:0] LOG: statement: SELECT pg_catalog.set_config('search_path', '', false); 2024-12-18 07:16:46.934 GMT [4824][walsender] [mysub][22/3:0] LOG: statement: SELECT t.pubname FROM pg_catalog.pg_publication t WHERE t.pubname IN ('mypub') 2024-12-18 07:16:46.937 GMT [4824][walsender] [mysub][22/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 2024-12-18 07:16:47.022 GMT [4824][walsender] [mysub][22/0:0] LOG: received replication command: CREATE_REPLICATION_SLOT "mysub" LOGICAL pgoutput (SNAPSHOT 'nothing') 2024-12-18 07:16:47.022 GMT [4824][walsender] [mysub][22/0:0] STATEMENT: CREATE_REPLICATION_SLOT "mysub" LOGICAL pgoutput (SNAPSHOT 'nothing') 2024-12-18 07:16:47.053 GMT [4824][walsender] [mysub][22/0:0] LOG: logical decoding found consistent point at 0/1785348 2024-12-18 07:16:47.053 GMT [4824][walsender] [mysub][22/0:0] DETAIL: There are no running transactions. 2024-12-18 07:16:47.053 GMT [4824][walsender] [mysub][22/0:0] STATEMENT: CREATE_REPLICATION_SLOT "mysub" LOGICAL pgoutput (SNAPSHOT 'nothing') 2024-12-18 07:16:47.054 GMT [4824][walsender] [mysub][22/0:0] LOG: released logical replication slot "mysub" 2024-12-18 07:16:47.054 GMT [4824][walsender] [mysub][22/0:0] STATEMENT: CREATE_REPLICATION_SLOT "mysub" LOGICAL pgoutput (SNAPSHOT 'nothing') 2024-12-18 07:16:47.054 GMT [4824][walsender] [mysub][:0] LOG: disconnection: session time: 0:00:00.144 user=SYSTEM database=postgres host=[local] 2024-12-18 07:16:47.092 GMT [1856][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-12-18 07:16:47.093 GMT [1856][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) 2024-12-18 07:16:47.093 GMT [1856][walsender] [[unknown]][23/1:0] LOG: replication connection authorized: user=SYSTEM application_name=mysub 2024-12-18 07:16:47.097 GMT [1856][walsender] [mysub][23/2:0] LOG: statement: SELECT pg_catalog.set_config('search_path', '', false); 2024-12-18 07:16:47.098 GMT [1856][walsender] [mysub][23/0:0] LOG: received replication command: IDENTIFY_SYSTEM 2024-12-18 07:16:47.098 GMT [1856][walsender] [mysub][23/0:0] STATEMENT: IDENTIFY_SYSTEM 2024-12-18 07:16:47.098 GMT [1856][walsender] [mysub][23/0:0] LOG: received replication command: START_REPLICATION SLOT "mysub" LOGICAL 0/0 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2024-12-18 07:16:47.098 GMT [1856][walsender] [mysub][23/0:0] STATEMENT: START_REPLICATION SLOT "mysub" LOGICAL 0/0 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2024-12-18 07:16:47.098 GMT [1856][walsender] [mysub][23/0:0] LOG: acquired logical replication slot "mysub" 2024-12-18 07:16:47.098 GMT [1856][walsender] [mysub][23/0:0] STATEMENT: START_REPLICATION SLOT "mysub" LOGICAL 0/0 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2024-12-18 07:16:47.099 GMT [1856][walsender] [mysub][23/0:0] LOG: starting logical decoding for slot "mysub" 2024-12-18 07:16:47.099 GMT [1856][walsender] [mysub][23/0:0] DETAIL: Streaming transactions committing after 0/1785380, reading WAL from 0/1785348. 2024-12-18 07:16:47.099 GMT [1856][walsender] [mysub][23/0:0] STATEMENT: START_REPLICATION SLOT "mysub" LOGICAL 0/0 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2024-12-18 07:16:47.099 GMT [1856][walsender] [mysub][23/0:0] LOG: logical decoding found consistent point at 0/1785348 2024-12-18 07:16:47.099 GMT [1856][walsender] [mysub][23/0:0] DETAIL: There are no running transactions. 2024-12-18 07:16:47.099 GMT [1856][walsender] [mysub][23/0:0] STATEMENT: START_REPLICATION SLOT "mysub" LOGICAL 0/0 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2024-12-18 07:16:47.131 GMT [3220][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-12-18 07:16:47.132 GMT [3220][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) 2024-12-18 07:16:47.132 GMT [3220][walsender] [[unknown]][24/1:0] LOG: replication connection authorized: user=SYSTEM application_name=pg_16389_sync_16384_7449647421692148144 2024-12-18 07:16:47.134 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/2:0] LOG: statement: SELECT pg_catalog.set_config('search_path', '', false); 2024-12-18 07:16:47.135 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/3:0] LOG: statement: BEGIN READ ONLY ISOLATION LEVEL REPEATABLE READ 2024-12-18 07:16:47.135 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/3:0] LOG: received replication command: CREATE_REPLICATION_SLOT "pg_16389_sync_16384_7449647421692148144" LOGICAL pgoutput (SNAPSHOT 'use') 2024-12-18 07:16:47.135 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/3:0] STATEMENT: CREATE_REPLICATION_SLOT "pg_16389_sync_16384_7449647421692148144" LOGICAL pgoutput (SNAPSHOT 'use') 2024-12-18 07:16:47.139 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/3:0] LOG: logical decoding found consistent point at 0/1785380 2024-12-18 07:16:47.139 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/3:0] DETAIL: There are no running transactions. 2024-12-18 07:16:47.139 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/3:0] STATEMENT: CREATE_REPLICATION_SLOT "pg_16389_sync_16384_7449647421692148144" LOGICAL pgoutput (SNAPSHOT 'use') 2024-12-18 07:16:47.140 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/3:0] LOG: released logical replication slot "pg_16389_sync_16384_7449647421692148144" 2024-12-18 07:16:47.140 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/3:0] STATEMENT: CREATE_REPLICATION_SLOT "pg_16389_sync_16384_7449647421692148144" LOGICAL pgoutput (SNAPSHOT 'use') 2024-12-18 07:16:47.141 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/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' 2024-12-18 07:16:47.145 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/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' ) 2024-12-18 07:16:47.149 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/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 2024-12-18 07:16:47.151 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/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' ) 2024-12-18 07:16:47.152 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/3:0] LOG: statement: COPY public.test1 (a, b) TO STDOUT 2024-12-18 07:16:47.153 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/3:0] LOG: statement: COMMIT 2024-12-18 07:16:47.153 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/0:0] LOG: received replication command: START_REPLICATION SLOT "pg_16389_sync_16384_7449647421692148144" LOGICAL 0/17853B8 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2024-12-18 07:16:47.153 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/0:0] STATEMENT: START_REPLICATION SLOT "pg_16389_sync_16384_7449647421692148144" LOGICAL 0/17853B8 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2024-12-18 07:16:47.153 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/0:0] LOG: acquired logical replication slot "pg_16389_sync_16384_7449647421692148144" 2024-12-18 07:16:47.153 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/0:0] STATEMENT: START_REPLICATION SLOT "pg_16389_sync_16384_7449647421692148144" LOGICAL 0/17853B8 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2024-12-18 07:16:47.153 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/0:0] LOG: starting logical decoding for slot "pg_16389_sync_16384_7449647421692148144" 2024-12-18 07:16:47.153 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/0:0] DETAIL: Streaming transactions committing after 0/17853B8, reading WAL from 0/1785380. 2024-12-18 07:16:47.153 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/0:0] STATEMENT: START_REPLICATION SLOT "pg_16389_sync_16384_7449647421692148144" LOGICAL 0/17853B8 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2024-12-18 07:16:47.154 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/0:0] LOG: logical decoding found consistent point at 0/1785380 2024-12-18 07:16:47.154 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/0:0] DETAIL: There are no running transactions. 2024-12-18 07:16:47.154 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/0:0] STATEMENT: START_REPLICATION SLOT "pg_16389_sync_16384_7449647421692148144" LOGICAL 0/17853B8 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2024-12-18 07:16:47.154 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/0:0] LOG: released logical replication slot "pg_16389_sync_16384_7449647421692148144" 2024-12-18 07:16:47.154 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/0:0] STATEMENT: START_REPLICATION SLOT "pg_16389_sync_16384_7449647421692148144" LOGICAL 0/17853B8 (proto_version '4', streaming 'parallel', origin 'any', publication_names '"mypub"') 2024-12-18 07:16:47.154 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/0:0] LOG: received replication command: DROP_REPLICATION_SLOT pg_16389_sync_16384_7449647421692148144 WAIT 2024-12-18 07:16:47.154 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/0:0] STATEMENT: DROP_REPLICATION_SLOT pg_16389_sync_16384_7449647421692148144 WAIT 2024-12-18 07:16:47.154 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/0:0] LOG: acquired logical replication slot "pg_16389_sync_16384_7449647421692148144" 2024-12-18 07:16:47.154 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][24/0:0] STATEMENT: DROP_REPLICATION_SLOT pg_16389_sync_16384_7449647421692148144 WAIT 2024-12-18 07:16:47.155 GMT [3220][walsender] [pg_16389_sync_16384_7449647421692148144][:0] LOG: disconnection: session time: 0:00:00.027 user=SYSTEM database=postgres host=[local] 2024-12-18 07:16:47.315 GMT [4640][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-12-18 07:16:47.316 GMT [4640][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) 2024-12-18 07:16:47.316 GMT [4640][client backend] [[unknown]][2/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=005_encoding.pl 2024-12-18 07:16:47.319 GMT [4640][client backend] [005_encoding.pl][2/2:0] LOG: statement: SELECT pg_is_in_recovery() 2024-12-18 07:16:47.322 GMT [4640][client backend] [005_encoding.pl][:0] LOG: disconnection: session time: 0:00:00.009 user=SYSTEM database=postgres host=[local] 2024-12-18 07:16:47.382 GMT [2420][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-12-18 07:16:47.383 GMT [2420][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) 2024-12-18 07:16:47.383 GMT [2420][client backend] [[unknown]][3/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=005_encoding.pl 2024-12-18 07:16:47.385 GMT [2420][client backend] [005_encoding.pl][3/2:0] LOG: statement: SELECT pg_current_wal_lsn() 2024-12-18 07:16:47.388 GMT [2420][client backend] [005_encoding.pl][:0] LOG: disconnection: session time: 0:00:00.008 user=SYSTEM database=postgres host=[local] 2024-12-18 07:16:47.440 GMT [5772][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-12-18 07:16:47.441 GMT [5772][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) 2024-12-18 07:16:47.441 GMT [5772][client backend] [[unknown]][4/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=005_encoding.pl 2024-12-18 07:16:47.443 GMT [5772][client backend] [005_encoding.pl][4/2:0] LOG: statement: SELECT '0/17853B8' <= replay_lsn AND state = 'streaming' FROM pg_catalog.pg_stat_replication WHERE application_name IN ('mysub', 'walreceiver') 2024-12-18 07:16:47.451 GMT [5772][client backend] [005_encoding.pl][:0] LOG: disconnection: session time: 0:00:00.013 user=SYSTEM database=postgres host=[local] 2024-12-18 07:16:47.506 GMT [1768][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-12-18 07:16:47.508 GMT [1768][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) 2024-12-18 07:16:47.508 GMT [1768][client backend] [[unknown]][5/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=005_encoding.pl 2024-12-18 07:16:47.509 GMT [1768][client backend] [005_encoding.pl][5/2:0] LOG: statement: INSERT INTO test1 VALUES (1, E'Mot\xc3\xb6rhead') 2024-12-18 07:16:47.510 GMT [1768][client backend] [005_encoding.pl][:0] LOG: disconnection: session time: 0:00:00.006 user=SYSTEM database=postgres host=[local] 2024-12-18 07:16:47.570 GMT [3144][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-12-18 07:16:47.571 GMT [3144][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) 2024-12-18 07:16:47.571 GMT [3144][client backend] [[unknown]][6/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=005_encoding.pl 2024-12-18 07:16:47.573 GMT [3144][client backend] [005_encoding.pl][6/2:0] LOG: statement: SELECT pg_is_in_recovery() 2024-12-18 07:16:47.576 GMT [3144][client backend] [005_encoding.pl][:0] LOG: disconnection: session time: 0:00:00.008 user=SYSTEM database=postgres host=[local] 2024-12-18 07:16:47.633 GMT [6728][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-12-18 07:16:47.635 GMT [6728][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) 2024-12-18 07:16:47.635 GMT [6728][client backend] [[unknown]][7/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=005_encoding.pl 2024-12-18 07:16:47.636 GMT [6728][client backend] [005_encoding.pl][7/2:0] LOG: statement: SELECT pg_current_wal_lsn() 2024-12-18 07:16:47.639 GMT [6728][client backend] [005_encoding.pl][:0] LOG: disconnection: session time: 0:00:00.008 user=SYSTEM database=postgres host=[local] 2024-12-18 07:16:47.700 GMT [7792][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-12-18 07:16:47.701 GMT [7792][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) 2024-12-18 07:16:47.701 GMT [7792][client backend] [[unknown]][8/1:0] LOG: connection authorized: user=SYSTEM database=postgres application_name=005_encoding.pl 2024-12-18 07:16:47.703 GMT [7792][client backend] [005_encoding.pl][8/2:0] LOG: statement: SELECT '0/1785430' <= replay_lsn AND state = 'streaming' FROM pg_catalog.pg_stat_replication WHERE application_name IN ('mysub', 'walreceiver') 2024-12-18 07:16:47.712 GMT [7792][client backend] [005_encoding.pl][:0] LOG: disconnection: session time: 0:00:00.015 user=SYSTEM database=postgres host=[local] 2024-12-18 07:16:48.811 GMT [1856][walsender] [mysub][23/0:0] LOG: released logical replication slot "mysub" 2024-12-18 07:16:48.811 GMT [1856][walsender] [mysub][:0] LOG: disconnection: session time: 0:00:01.722 user=SYSTEM database=postgres host=[local] 2024-12-18 07:16:48.937 GMT [4440][postmaster] LOG: received immediate shutdown request TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2896, PID: 4440 abort() has been called