primary.log

application/octet-stream

Filename: primary.log
Type: application/octet-stream
Part: 1
Message: RE: Synchronizing slots from primary to standby
2023-10-02 10:21:14.192 UTC [927] LOG:  starting PostgreSQL 17devel on x86_64-linux, compiled by gcc-8.3.1, 64-bit
2023-10-02 10:21:14.193 UTC [927] LOG:  listening on IPv6 address "::1", port 5431
2023-10-02 10:21:14.193 UTC [927] LOG:  listening on IPv4 address "127.0.0.1", port 5431
2023-10-02 10:21:14.197 UTC [927] LOG:  listening on Unix socket "/tmp/.s.PGSQL.5431"
2023-10-02 10:21:14.202 UTC [932] LOG:  database system was shut down at 2023-10-02 10:21:13 UTC
2023-10-02 10:21:14.213 UTC [927] LOG:  database system is ready to accept connections
2023-10-02 10:21:14.300 UTC [938] LOG:  duration: 11.100 ms  statement: CREATE TABLE tbl (id int primary key);
2023-10-02 10:21:14.314 UTC [940] LOG:  duration: 2.590 ms  statement: INSERT INTO tbl VALUES (1)
2023-10-02 10:21:14.327 UTC [942] LOG:  duration: 2.432 ms  statement: CREATE PUBLICATION pub FOR ALL TABLES
2023-10-02 10:21:14.357 UTC [944] LOG:  duration: 6.615 ms  statement: SELECT * FROM pg_create_physical_replication_slot('physical');
2023-10-02 10:21:14.367 UTC [946] LOG:  received replication command: SHOW data_directory_mode
2023-10-02 10:21:14.367 UTC [946] STATEMENT:  SHOW data_directory_mode
2023-10-02 10:21:14.367 UTC [946] LOG:  received replication command: SHOW wal_segment_size
2023-10-02 10:21:14.367 UTC [946] STATEMENT:  SHOW wal_segment_size
2023-10-02 10:21:14.367 UTC [946] LOG:  received replication command: IDENTIFY_SYSTEM
2023-10-02 10:21:14.367 UTC [946] STATEMENT:  IDENTIFY_SYSTEM
2023-10-02 10:21:14.367 UTC [946] LOG:  received replication command: BASE_BACKUP ( LABEL 'pg_basebackup base backup',  PROGRESS,  WAIT 0,  MANIFEST 'yes',  TARGET 'client')
2023-10-02 10:21:14.367 UTC [946] STATEMENT:  BASE_BACKUP ( LABEL 'pg_basebackup base backup',  PROGRESS,  WAIT 0,  MANIFEST 'yes',  TARGET 'client')
2023-10-02 10:21:14.400 UTC [928] LOG:  checkpoint starting: force wait
2023-10-02 10:21:18.676 UTC [928] LOG:  checkpoint complete: wrote 45 buffers (0.3%); 0 WAL file(s) added, 0 removed, 1 recycled; write=4.214 s, sync=0.008 s, total=4.277 s; sync files=36, longest=0.002 s, average=0.001 s; distance=11107 kB, estimate=11107 kB; lsn=0/2000060, redo lsn=0/2000028
2023-10-02 10:21:18.686 UTC [947] LOG:  received replication command: SHOW data_directory_mode
2023-10-02 10:21:18.686 UTC [947] STATEMENT:  SHOW data_directory_mode
2023-10-02 10:21:18.687 UTC [947] LOG:  received replication command: CREATE_REPLICATION_SLOT "pg_basebackup_947" TEMPORARY PHYSICAL ( RESERVE_WAL)
2023-10-02 10:21:18.687 UTC [947] STATEMENT:  CREATE_REPLICATION_SLOT "pg_basebackup_947" TEMPORARY PHYSICAL ( RESERVE_WAL)
2023-10-02 10:21:18.693 UTC [947] LOG:  received replication command: IDENTIFY_SYSTEM
2023-10-02 10:21:18.693 UTC [947] STATEMENT:  IDENTIFY_SYSTEM
2023-10-02 10:21:18.694 UTC [947] LOG:  received replication command: START_REPLICATION SLOT "pg_basebackup_947" 0/2000000 TIMELINE 1
2023-10-02 10:21:18.694 UTC [947] STATEMENT:  START_REPLICATION SLOT "pg_basebackup_947" 0/2000000 TIMELINE 1
2023-10-02 10:21:19.233 UTC [960] LOG:  received replication command: LIST_DBID_FOR_LOGICAL_SLOTS sub
2023-10-02 10:21:19.233 UTC [960] STATEMENT:  LIST_DBID_FOR_LOGICAL_SLOTS sub
2023-10-02 10:21:19.234 UTC [961] LOG:  received replication command: IDENTIFY_SYSTEM
2023-10-02 10:21:19.234 UTC [961] STATEMENT:  IDENTIFY_SYSTEM
2023-10-02 10:21:19.234 UTC [961] LOG:  received replication command: START_REPLICATION SLOT "physical" 0/3000000 TIMELINE 1
2023-10-02 10:21:19.234 UTC [961] STATEMENT:  START_REPLICATION SLOT "physical" 0/3000000 TIMELINE 1
2023-10-02 10:21:19.288 UTC [963] LOG:  duration: 1.225 ms  statement: SELECT pg_log_standby_snapshot();
2023-10-02 10:21:21.930 UTC [990] LOG:  duration: 1.151 ms  statement: SELECT pg_catalog.set_config('search_path', '', false);
2023-10-02 10:21:21.932 UTC [990] LOG:  duration: 2.012 ms  statement: SELECT t.pubname FROM
	 pg_catalog.pg_publication t WHERE
	 t.pubname IN ('pub')
2023-10-02 10:21:21.940 UTC [990] LOG:  duration: 7.136 ms  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 ( 'pub' )) AS gpt
	             ON gpt.relid = c.oid
	
2023-10-02 10:21:21.940 UTC [990] LOG:  received replication command: CREATE_REPLICATION_SLOT "sub" LOGICAL pgoutput (SNAPSHOT 'nothing')
2023-10-02 10:21:21.940 UTC [990] STATEMENT:  CREATE_REPLICATION_SLOT "sub" LOGICAL pgoutput (SNAPSHOT 'nothing')
2023-10-02 10:21:21.950 UTC [990] LOG:  logical decoding found consistent point at 0/3000060
2023-10-02 10:21:21.950 UTC [990] DETAIL:  There are no running transactions.
2023-10-02 10:21:21.950 UTC [990] STATEMENT:  CREATE_REPLICATION_SLOT "sub" LOGICAL pgoutput (SNAPSHOT 'nothing')
2023-10-02 10:21:21.968 UTC [993] LOG:  duration: 0.942 ms  statement: SELECT pg_catalog.set_config('search_path', '', false);
2023-10-02 10:21:21.968 UTC [993] LOG:  received replication command: IDENTIFY_SYSTEM
2023-10-02 10:21:21.968 UTC [993] STATEMENT:  IDENTIFY_SYSTEM
2023-10-02 10:21:21.968 UTC [993] LOG:  received replication command: START_REPLICATION SLOT "sub" LOGICAL 0/0 (proto_version '4', origin 'any', publication_names '"pub"')
2023-10-02 10:21:21.968 UTC [993] STATEMENT:  START_REPLICATION SLOT "sub" LOGICAL 0/0 (proto_version '4', origin 'any', publication_names '"pub"')
2023-10-02 10:21:21.969 UTC [993] LOG:  starting logical decoding for slot "sub"
2023-10-02 10:21:21.969 UTC [993] DETAIL:  Streaming transactions committing after 0/3000098, reading WAL from 0/3000060.
2023-10-02 10:21:21.969 UTC [993] STATEMENT:  START_REPLICATION SLOT "sub" LOGICAL 0/0 (proto_version '4', origin 'any', publication_names '"pub"')
2023-10-02 10:21:21.969 UTC [993] LOG:  logical decoding found consistent point at 0/3000060
2023-10-02 10:21:21.969 UTC [993] DETAIL:  There are no running transactions.
2023-10-02 10:21:21.969 UTC [993] STATEMENT:  START_REPLICATION SLOT "sub" LOGICAL 0/0 (proto_version '4', origin 'any', publication_names '"pub"')
2023-10-02 10:21:21.981 UTC [995] LOG:  duration: 0.899 ms  statement: SELECT pg_catalog.set_config('search_path', '', false);
2023-10-02 10:21:21.982 UTC [995] LOG:  duration: 0.172 ms  statement: BEGIN READ ONLY ISOLATION LEVEL REPEATABLE READ
2023-10-02 10:21:21.982 UTC [995] LOG:  received replication command: CREATE_REPLICATION_SLOT "pg_16389_sync_16384_7285304257285886924" LOGICAL pgoutput (SNAPSHOT 'use')
2023-10-02 10:21:21.982 UTC [995] STATEMENT:  CREATE_REPLICATION_SLOT "pg_16389_sync_16384_7285304257285886924" LOGICAL pgoutput (SNAPSHOT 'use')
2023-10-02 10:21:21.991 UTC [995] LOG:  logical decoding found consistent point at 0/3000098
2023-10-02 10:21:21.991 UTC [995] DETAIL:  There are no running transactions.
2023-10-02 10:21:21.991 UTC [995] STATEMENT:  CREATE_REPLICATION_SLOT "pg_16389_sync_16384_7285304257285886924" LOGICAL pgoutput (SNAPSHOT 'use')
2023-10-02 10:21:21.999 UTC [995] LOG:  duration: 3.892 ms  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 = 'tbl'
2023-10-02 10:21:22.004 UTC [995] LOG:  duration: 4.671 ms  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 ( 'pub' )
2023-10-02 10:21:22.007 UTC [995] LOG:  duration: 2.579 ms  statement: SELECT a.attnum,       a.attname,       a.atttypid,       a.attnum = ANY(i.indkey)  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.attgenerated = ''   AND a.attrelid = 16384 ORDER BY a.attnum
2023-10-02 10:21:22.009 UTC [995] LOG:  duration: 1.705 ms  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 ( 'pub' )
2023-10-02 10:21:22.010 UTC [995] LOG:  duration: 0.325 ms  statement: COPY public.tbl (id) TO STDOUT
2023-10-02 10:21:22.011 UTC [995] LOG:  duration: 0.168 ms  statement: COMMIT
2023-10-02 10:21:22.967 UTC [998] LOG:  received replication command: LIST_DBID_FOR_LOGICAL_SLOTS sub
2023-10-02 10:21:22.967 UTC [998] STATEMENT:  LIST_DBID_FOR_LOGICAL_SLOTS sub
2023-10-02 10:21:22.980 UTC [1000] LOG:  duration: 1.015 ms  statement: SELECT pg_catalog.set_config('search_path', '', false);
2023-10-02 10:21:22.985 UTC [1000] LOG:  duration: 4.848 ms  statement: SELECT slot_name, plugin, confirmed_flush_lsn, restart_lsn, catalog_xmin, two_phase, conflicting,  database FROM pg_catalog.pg_replication_slots WHERE database IN ('postgres') AND slot_name IN ('sub')
2023-10-02 10:21:22.992 UTC [1000] LOG:  duration: 0.778 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:22.996 UTC [993] LOG:  terminating walsender process due to replication timeout
2023-10-02 10:21:22.996 UTC [993] STATEMENT:  START_REPLICATION SLOT "sub" LOGICAL 0/0 (proto_version '4', origin 'any', publication_names '"pub"')
2023-10-02 10:21:23.004 UTC [1000] LOG:  duration: 0.750 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.015 UTC [1000] LOG:  duration: 0.734 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.026 UTC [1000] LOG:  duration: 0.719 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.037 UTC [1000] LOG:  duration: 0.735 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.048 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.059 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.070 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.082 UTC [1000] LOG:  duration: 0.735 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.093 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.104 UTC [1000] LOG:  duration: 0.716 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.115 UTC [1000] LOG:  duration: 0.718 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.126 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.137 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.148 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.159 UTC [1000] LOG:  duration: 0.730 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.171 UTC [1000] LOG:  duration: 0.742 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.182 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.193 UTC [1000] LOG:  duration: 0.717 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.204 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.215 UTC [1000] LOG:  duration: 0.725 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.226 UTC [1000] LOG:  duration: 0.721 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.237 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.249 UTC [1000] LOG:  duration: 0.740 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.260 UTC [1000] LOG:  duration: 0.734 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.271 UTC [1000] LOG:  duration: 0.718 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.282 UTC [1000] LOG:  duration: 0.719 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.293 UTC [1000] LOG:  duration: 0.726 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.304 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.315 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.326 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.338 UTC [1000] LOG:  duration: 0.747 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.349 UTC [1000] LOG:  duration: 0.716 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.360 UTC [1000] LOG:  duration: 0.716 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.371 UTC [1000] LOG:  duration: 0.724 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.382 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.393 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.404 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.415 UTC [1000] LOG:  duration: 0.735 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.427 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.438 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.449 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.460 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.471 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.482 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.493 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.504 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.516 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.527 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.538 UTC [1000] LOG:  duration: 0.716 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.549 UTC [1000] LOG:  duration: 0.732 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.560 UTC [1000] LOG:  duration: 0.723 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.571 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.582 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.593 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.605 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.616 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.627 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.638 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.649 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.660 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.671 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.682 UTC [1000] LOG:  duration: 0.729 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.694 UTC [1000] LOG:  duration: 0.736 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.705 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.716 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.727 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.738 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.749 UTC [1000] LOG:  duration: 0.692 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.760 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.771 UTC [1000] LOG:  duration: 0.730 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.783 UTC [1000] LOG:  duration: 0.734 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.794 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.805 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.816 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.827 UTC [1000] LOG:  duration: 0.746 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.838 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.849 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.860 UTC [1000] LOG:  duration: 0.730 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.872 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.883 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.894 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.905 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.916 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.927 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.938 UTC [1000] LOG:  duration: 0.732 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.950 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.961 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.972 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.983 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:23.994 UTC [1000] LOG:  duration: 0.732 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.007 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.018 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.030 UTC [1000] LOG:  duration: 0.757 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.041 UTC [1000] LOG:  duration: 0.734 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.052 UTC [1000] LOG:  duration: 0.717 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.063 UTC [1000] LOG:  duration: 0.718 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.074 UTC [1000] LOG:  duration: 0.744 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.085 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.096 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.107 UTC [1000] LOG:  duration: 0.729 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.118 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.129 UTC [1000] LOG:  duration: 0.732 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.141 UTC [1000] LOG:  duration: 0.730 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.152 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.163 UTC [1000] LOG:  duration: 0.734 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.174 UTC [1000] LOG:  duration: 0.730 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.185 UTC [1000] LOG:  duration: 0.717 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.196 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.207 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.218 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.229 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.240 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.251 UTC [1000] LOG:  duration: 0.716 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.262 UTC [1000] LOG:  duration: 0.737 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.273 UTC [1000] LOG:  duration: 0.726 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.284 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.295 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.306 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.317 UTC [1000] LOG:  duration: 0.730 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.328 UTC [1000] LOG:  duration: 0.710 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.339 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.350 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.361 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.372 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.383 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.394 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.405 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.416 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.427 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.438 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.449 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.460 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.471 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.482 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.493 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.504 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.515 UTC [1000] LOG:  duration: 0.729 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.527 UTC [1000] LOG:  duration: 0.716 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.538 UTC [1000] LOG:  duration: 1.087 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.549 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.560 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.571 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.582 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.593 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.604 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.615 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.626 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.637 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.648 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.659 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.670 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.681 UTC [1000] LOG:  duration: 0.684 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.692 UTC [1000] LOG:  duration: 0.725 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.703 UTC [1000] LOG:  duration: 0.746 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.715 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.726 UTC [1000] LOG:  duration: 0.729 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.737 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.748 UTC [1000] LOG:  duration: 0.825 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.759 UTC [1000] LOG:  duration: 0.717 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.770 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.781 UTC [1000] LOG:  duration: 0.706 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.792 UTC [1000] LOG:  duration: 0.710 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.803 UTC [1000] LOG:  duration: 0.719 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.814 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.825 UTC [1000] LOG:  duration: 0.678 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.836 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.847 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.858 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.869 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.880 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.891 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.902 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.913 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.924 UTC [1000] LOG:  duration: 0.730 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.935 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.946 UTC [1000] LOG:  duration: 0.724 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.957 UTC [1000] LOG:  duration: 0.758 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.968 UTC [1000] LOG:  duration: 0.717 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.979 UTC [1000] LOG:  duration: 0.720 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:24.990 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.001 UTC [1000] LOG:  duration: 0.694 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.012 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.023 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.034 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.045 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.056 UTC [1000] LOG:  duration: 0.721 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.067 UTC [1000] LOG:  duration: 0.724 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.078 UTC [1000] LOG:  duration: 0.730 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.090 UTC [1000] LOG:  duration: 0.723 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.101 UTC [1000] LOG:  duration: 0.724 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.112 UTC [1000] LOG:  duration: 0.725 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.123 UTC [1000] LOG:  duration: 0.708 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.134 UTC [1000] LOG:  duration: 0.719 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.145 UTC [1000] LOG:  duration: 0.724 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.156 UTC [1000] LOG:  duration: 0.744 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.167 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.178 UTC [1000] LOG:  duration: 0.708 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.189 UTC [1000] LOG:  duration: 0.710 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.200 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.211 UTC [1000] LOG:  duration: 0.696 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.222 UTC [1000] LOG:  duration: 0.738 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.233 UTC [1000] LOG:  duration: 0.709 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.244 UTC [1000] LOG:  duration: 0.710 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.255 UTC [1000] LOG:  duration: 0.709 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.266 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.277 UTC [1000] LOG:  duration: 0.708 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.288 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.299 UTC [1000] LOG:  duration: 0.725 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.310 UTC [1000] LOG:  duration: 0.721 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.321 UTC [1000] LOG:  duration: 0.743 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.332 UTC [1000] LOG:  duration: 0.719 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.343 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.354 UTC [1000] LOG:  duration: 0.682 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.365 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.376 UTC [1000] LOG:  duration: 0.696 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.387 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.398 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.409 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.420 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.431 UTC [1000] LOG:  duration: 0.684 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.442 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.453 UTC [1000] LOG:  duration: 0.696 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.464 UTC [1000] LOG:  duration: 0.685 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.475 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.486 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.497 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.508 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.519 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.530 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.541 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.552 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.563 UTC [1000] LOG:  duration: 0.726 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.574 UTC [1000] LOG:  duration: 0.724 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.586 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.597 UTC [1000] LOG:  duration: 0.724 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.608 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.619 UTC [1000] LOG:  duration: 0.710 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.630 UTC [1000] LOG:  duration: 0.707 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.641 UTC [1000] LOG:  duration: 0.708 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.652 UTC [1000] LOG:  duration: 0.710 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.663 UTC [1000] LOG:  duration: 0.710 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.674 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.685 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.696 UTC [1000] LOG:  duration: 0.720 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.707 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.718 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.729 UTC [1000] LOG:  duration: 0.716 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.740 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.751 UTC [1000] LOG:  duration: 0.744 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.762 UTC [1000] LOG:  duration: 0.710 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.773 UTC [1000] LOG:  duration: 0.725 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.784 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.795 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.806 UTC [1000] LOG:  duration: 0.726 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.817 UTC [1000] LOG:  duration: 0.725 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.828 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.839 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.850 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.861 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.872 UTC [1000] LOG:  duration: 0.705 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.883 UTC [1000] LOG:  duration: 0.696 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.894 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.905 UTC [1000] LOG:  duration: 0.707 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.916 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.927 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.938 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.949 UTC [1000] LOG:  duration: 0.695 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.960 UTC [1000] LOG:  duration: 0.736 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.971 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.982 UTC [1000] LOG:  duration: 0.710 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:25.995 UTC [1000] LOG:  duration: 1.098 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.004 UTC [1006] LOG:  duration: 2.962 ms  statement: INSERT INTO tbl VALUES (2)
2023-10-02 10:21:26.006 UTC [1000] LOG:  duration: 0.738 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.017 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.020 UTC [1008] LOG:  duration: 2.544 ms  statement: INSERT INTO tbl VALUES (3)
2023-10-02 10:21:26.028 UTC [1000] LOG:  duration: 0.723 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.034 UTC [1010] LOG:  duration: 2.459 ms  statement: INSERT INTO tbl VALUES (4)
2023-10-02 10:21:26.039 UTC [1000] LOG:  duration: 0.726 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.050 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.061 UTC [1000] LOG:  duration: 0.732 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.072 UTC [1000] LOG:  duration: 0.686 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.083 UTC [1000] LOG:  duration: 0.691 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.094 UTC [1000] LOG:  duration: 0.724 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.105 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.116 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.127 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.138 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.149 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.160 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.171 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.182 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.193 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.204 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.215 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.226 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.237 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.248 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.259 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.270 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.281 UTC [1000] LOG:  duration: 0.680 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.293 UTC [1000] LOG:  duration: 0.973 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.304 UTC [1000] LOG:  duration: 0.716 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.315 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.326 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.337 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.348 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.359 UTC [1000] LOG:  duration: 0.730 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.370 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.381 UTC [1000] LOG:  duration: 0.741 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.392 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.403 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.414 UTC [1000] LOG:  duration: 0.722 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.425 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.436 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.447 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.458 UTC [1000] LOG:  duration: 0.706 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.469 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.480 UTC [1000] LOG:  duration: 0.723 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.491 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.502 UTC [1000] LOG:  duration: 0.706 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.513 UTC [1000] LOG:  duration: 0.744 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.524 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.536 UTC [1000] LOG:  duration: 0.734 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.547 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.558 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.569 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.580 UTC [1000] LOG:  duration: 0.732 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.591 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.602 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.613 UTC [1000] LOG:  duration: 0.706 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.624 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.635 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.646 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.657 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.668 UTC [1000] LOG:  duration: 0.726 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.679 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.690 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.701 UTC [1000] LOG:  duration: 0.726 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.712 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.723 UTC [1000] LOG:  duration: 0.722 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.734 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.745 UTC [1000] LOG:  duration: 0.707 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.756 UTC [1000] LOG:  duration: 0.751 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.767 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.778 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.789 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.800 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.811 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.822 UTC [1000] LOG:  duration: 0.688 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.833 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.844 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.855 UTC [1000] LOG:  duration: 0.724 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.866 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.877 UTC [1000] LOG:  duration: 0.725 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.888 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.899 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.911 UTC [1000] LOG:  duration: 0.730 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.922 UTC [1000] LOG:  duration: 0.724 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.933 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.944 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.955 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.966 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.977 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.988 UTC [1000] LOG:  duration: 0.730 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:26.999 UTC [1000] LOG:  duration: 0.709 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.010 UTC [1000] LOG:  duration: 0.708 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.021 UTC [1000] LOG:  duration: 0.735 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.032 UTC [1000] LOG:  duration: 0.722 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.043 UTC [1000] LOG:  duration: 0.725 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.054 UTC [1000] LOG:  duration: 0.722 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.065 UTC [1000] LOG:  duration: 0.721 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.076 UTC [1000] LOG:  duration: 0.721 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.087 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.098 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.109 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.120 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.131 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.142 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.153 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.164 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.175 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.186 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.197 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.208 UTC [1000] LOG:  duration: 0.696 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.219 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.230 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.241 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.252 UTC [1000] LOG:  duration: 0.695 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.263 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.274 UTC [1000] LOG:  duration: 0.696 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.285 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.296 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.307 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.318 UTC [1000] LOG:  duration: 0.725 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.330 UTC [1000] LOG:  duration: 0.722 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.341 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.352 UTC [1000] LOG:  duration: 0.771 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.363 UTC [1000] LOG:  duration: 0.898 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.374 UTC [1000] LOG:  duration: 0.724 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.385 UTC [1000] LOG:  duration: 0.723 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.396 UTC [1000] LOG:  duration: 0.716 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.407 UTC [1000] LOG:  duration: 0.682 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.418 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.429 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.440 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.451 UTC [1000] LOG:  duration: 0.696 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.462 UTC [1000] LOG:  duration: 0.758 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.473 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.484 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.495 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.506 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.517 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.528 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.539 UTC [1000] LOG:  duration: 0.720 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.550 UTC [1000] LOG:  duration: 0.735 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.561 UTC [1000] LOG:  duration: 0.709 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.572 UTC [1000] LOG:  duration: 0.725 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.583 UTC [1000] LOG:  duration: 0.726 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.595 UTC [1000] LOG:  duration: 0.735 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.606 UTC [1000] LOG:  duration: 0.720 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.617 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.628 UTC [1000] LOG:  duration: 0.707 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.639 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.650 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.661 UTC [1000] LOG:  duration: 0.721 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.672 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.683 UTC [1000] LOG:  duration: 0.736 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.694 UTC [1000] LOG:  duration: 0.709 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.705 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.716 UTC [1000] LOG:  duration: 0.725 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.727 UTC [1000] LOG:  duration: 0.726 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.738 UTC [1000] LOG:  duration: 0.726 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.749 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.760 UTC [1000] LOG:  duration: 0.775 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.771 UTC [1000] LOG:  duration: 0.696 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.782 UTC [1000] LOG:  duration: 0.696 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.793 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.804 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.815 UTC [1000] LOG:  duration: 0.695 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.826 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.837 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.848 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.859 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.870 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.881 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.892 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.904 UTC [1000] LOG:  duration: 1.125 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.915 UTC [1000] LOG:  duration: 0.722 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.926 UTC [1000] LOG:  duration: 0.721 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.937 UTC [1000] LOG:  duration: 0.737 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.948 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.959 UTC [1000] LOG:  duration: 0.729 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.970 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.981 UTC [1000] LOG:  duration: 0.730 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:27.992 UTC [1000] LOG:  duration: 0.724 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.003 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.014 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.025 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.036 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.047 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.058 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.069 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.081 UTC [1000] LOG:  duration: 0.752 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.092 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.103 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.114 UTC [1000] LOG:  duration: 0.718 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.125 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.136 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.147 UTC [1000] LOG:  duration: 0.716 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.158 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.169 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.180 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.191 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.202 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.213 UTC [1000] LOG:  duration: 0.730 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.224 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.235 UTC [1000] LOG:  duration: 0.723 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.246 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.257 UTC [1000] LOG:  duration: 0.705 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.268 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.279 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.290 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.301 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.312 UTC [1000] LOG:  duration: 0.689 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.323 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.334 UTC [1000] LOG:  duration: 0.690 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.345 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.356 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.367 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.378 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.389 UTC [1000] LOG:  duration: 0.705 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.400 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.411 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.422 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.433 UTC [1000] LOG:  duration: 0.729 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.444 UTC [1000] LOG:  duration: 0.723 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.455 UTC [1000] LOG:  duration: 0.724 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.467 UTC [1000] LOG:  duration: 0.725 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.478 UTC [1000] LOG:  duration: 0.710 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.489 UTC [1000] LOG:  duration: 0.709 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.500 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.511 UTC [1000] LOG:  duration: 0.716 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.522 UTC [1000] LOG:  duration: 0.717 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.533 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.544 UTC [1000] LOG:  duration: 0.707 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.555 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.566 UTC [1000] LOG:  duration: 0.710 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.577 UTC [1000] LOG:  duration: 0.721 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.588 UTC [1000] LOG:  duration: 0.725 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.599 UTC [1000] LOG:  duration: 0.726 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.610 UTC [1000] LOG:  duration: 0.730 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.621 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.632 UTC [1000] LOG:  duration: 0.723 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.643 UTC [1000] LOG:  duration: 0.739 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.654 UTC [1000] LOG:  duration: 0.726 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.665 UTC [1000] LOG:  duration: 0.694 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.676 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.687 UTC [1000] LOG:  duration: 0.687 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.698 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.709 UTC [1000] LOG:  duration: 0.694 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.720 UTC [1000] LOG:  duration: 0.695 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.731 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.742 UTC [1000] LOG:  duration: 0.694 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.753 UTC [1000] LOG:  duration: 0.696 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.764 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.775 UTC [1000] LOG:  duration: 0.696 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.786 UTC [1000] LOG:  duration: 0.696 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.797 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.808 UTC [1000] LOG:  duration: 0.695 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.819 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.830 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.841 UTC [1000] LOG:  duration: 0.696 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.852 UTC [1000] LOG:  duration: 0.694 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.863 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.874 UTC [1000] LOG:  duration: 0.706 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.885 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.896 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.907 UTC [1000] LOG:  duration: 0.707 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.918 UTC [1000] LOG:  duration: 0.730 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.929 UTC [1000] LOG:  duration: 0.730 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.940 UTC [1000] LOG:  duration: 0.732 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.952 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.963 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.974 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.985 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:28.996 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.007 UTC [1000] LOG:  duration: 0.708 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.018 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.029 UTC [1000] LOG:  duration: 0.717 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.040 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.051 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.062 UTC [1000] LOG:  duration: 0.746 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.073 UTC [1000] LOG:  duration: 0.719 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.084 UTC [1000] LOG:  duration: 0.741 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.095 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.106 UTC [1000] LOG:  duration: 0.729 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.117 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.128 UTC [1000] LOG:  duration: 0.724 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.139 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.150 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.161 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.172 UTC [1000] LOG:  duration: 0.726 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.183 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.194 UTC [1000] LOG:  duration: 0.705 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.205 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.216 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.227 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.238 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.250 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.260 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.272 UTC [1000] LOG:  duration: 0.734 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.283 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.294 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.305 UTC [1000] LOG:  duration: 0.719 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.316 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.327 UTC [1000] LOG:  duration: 0.718 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.338 UTC [1000] LOG:  duration: 0.716 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.349 UTC [1000] LOG:  duration: 0.717 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.360 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.371 UTC [1000] LOG:  duration: 0.716 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.382 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.393 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.404 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.415 UTC [1000] LOG:  duration: 0.732 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.426 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.437 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.448 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.459 UTC [1000] LOG:  duration: 0.723 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.470 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.481 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.492 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.503 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.514 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.525 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.536 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.547 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.558 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.569 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.580 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.591 UTC [1000] LOG:  duration: 0.705 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.602 UTC [1000] LOG:  duration: 0.734 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.613 UTC [1000] LOG:  duration: 0.740 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.624 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.636 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.647 UTC [1000] LOG:  duration: 0.716 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.658 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.669 UTC [1000] LOG:  duration: 0.716 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.680 UTC [1000] LOG:  duration: 0.719 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.691 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.702 UTC [1000] LOG:  duration: 0.718 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.713 UTC [1000] LOG:  duration: 0.716 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.724 UTC [1000] LOG:  duration: 0.729 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.735 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.746 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.757 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.768 UTC [1000] LOG:  duration: 0.732 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.779 UTC [1000] LOG:  duration: 0.735 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.790 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.801 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.812 UTC [1000] LOG:  duration: 0.725 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.823 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.834 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.845 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.856 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.867 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.878 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.889 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.900 UTC [1000] LOG:  duration: 0.705 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.911 UTC [1000] LOG:  duration: 0.705 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.922 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.933 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.944 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.955 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.966 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.978 UTC [1000] LOG:  duration: 0.726 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:29.989 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.000 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.011 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.022 UTC [1000] LOG:  duration: 0.717 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.033 UTC [1000] LOG:  duration: 0.720 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.044 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.055 UTC [1000] LOG:  duration: 0.717 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.066 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.077 UTC [1000] LOG:  duration: 0.744 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.088 UTC [1000] LOG:  duration: 0.735 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.099 UTC [1000] LOG:  duration: 0.737 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.110 UTC [1000] LOG:  duration: 0.734 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.121 UTC [1000] LOG:  duration: 0.732 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.132 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.143 UTC [1000] LOG:  duration: 0.729 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.154 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.165 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.176 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.187 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.198 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.209 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.220 UTC [1000] LOG:  duration: 0.705 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.231 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.242 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.253 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.264 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.275 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.286 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.297 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.308 UTC [1000] LOG:  duration: 0.750 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.319 UTC [1000] LOG:  duration: 0.730 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.330 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.342 UTC [1000] LOG:  duration: 0.737 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.353 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.364 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.375 UTC [1000] LOG:  duration: 0.696 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.386 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.397 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.408 UTC [1000] LOG:  duration: 0.716 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.419 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.430 UTC [1000] LOG:  duration: 0.717 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.441 UTC [1000] LOG:  duration: 0.748 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.452 UTC [1000] LOG:  duration: 0.734 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.463 UTC [1000] LOG:  duration: 0.709 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.474 UTC [1000] LOG:  duration: 0.719 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.485 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.496 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.507 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.518 UTC [1000] LOG:  duration: 0.683 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.529 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.540 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.551 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.562 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.573 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.584 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.595 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.606 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.617 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.628 UTC [1000] LOG:  duration: 0.688 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.639 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.650 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.661 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.672 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.683 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.694 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.705 UTC [1000] LOG:  duration: 0.706 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.716 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.727 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.738 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.749 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.760 UTC [1000] LOG:  duration: 0.706 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.771 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.782 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.793 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.804 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.815 UTC [1000] LOG:  duration: 0.732 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.826 UTC [1000] LOG:  duration: 0.709 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.837 UTC [1000] LOG:  duration: 0.708 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.848 UTC [1000] LOG:  duration: 0.735 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.859 UTC [1000] LOG:  duration: 0.724 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.871 UTC [1000] LOG:  duration: 0.723 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.882 UTC [1000] LOG:  duration: 0.746 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.893 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.904 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.915 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.926 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.937 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.948 UTC [1000] LOG:  duration: 0.696 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.959 UTC [1000] LOG:  duration: 0.716 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.970 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.981 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:30.992 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.003 UTC [1000] LOG:  duration: 0.794 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.014 UTC [1000] LOG:  duration: 0.717 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.025 UTC [1000] LOG:  duration: 0.742 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.036 UTC [1000] LOG:  duration: 0.689 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.047 UTC [1000] LOG:  duration: 0.692 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.058 UTC [1000] LOG:  duration: 0.730 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.069 UTC [1000] LOG:  duration: 0.725 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.080 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.091 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.103 UTC [1000] LOG:  duration: 0.718 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.114 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.125 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.136 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.147 UTC [1000] LOG:  duration: 0.724 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.158 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.169 UTC [1000] LOG:  duration: 0.723 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.180 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.191 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.202 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.213 UTC [1000] LOG:  duration: 0.721 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.224 UTC [1000] LOG:  duration: 0.708 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.235 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.246 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.257 UTC [1000] LOG:  duration: 0.744 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.268 UTC [1000] LOG:  duration: 0.737 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.279 UTC [1000] LOG:  duration: 0.735 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.290 UTC [1000] LOG:  duration: 0.732 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.301 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.312 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.323 UTC [1000] LOG:  duration: 0.732 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.334 UTC [1000] LOG:  duration: 0.739 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.345 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.356 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.367 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.378 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.389 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.400 UTC [1000] LOG:  duration: 0.705 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.411 UTC [1000] LOG:  duration: 0.710 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.422 UTC [1000] LOG:  duration: 0.688 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.433 UTC [1000] LOG:  duration: 0.723 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.444 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.455 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.466 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.477 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.488 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.499 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.510 UTC [1000] LOG:  duration: 0.734 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.521 UTC [1000] LOG:  duration: 0.735 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.532 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.544 UTC [1000] LOG:  duration: 0.736 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.555 UTC [1000] LOG:  duration: 0.695 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.566 UTC [1000] LOG:  duration: 0.707 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.577 UTC [1000] LOG:  duration: 0.688 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.588 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.599 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.610 UTC [1000] LOG:  duration: 0.708 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.621 UTC [1000] LOG:  duration: 0.720 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.632 UTC [1000] LOG:  duration: 0.723 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.643 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.654 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.665 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.676 UTC [1000] LOG:  duration: 0.716 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.687 UTC [1000] LOG:  duration: 0.716 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.698 UTC [1000] LOG:  duration: 0.696 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.709 UTC [1000] LOG:  duration: 0.730 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.720 UTC [1000] LOG:  duration: 0.730 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.731 UTC [1000] LOG:  duration: 0.732 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.742 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.753 UTC [1000] LOG:  duration: 0.730 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.764 UTC [1000] LOG:  duration: 0.750 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.775 UTC [1000] LOG:  duration: 0.729 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.786 UTC [1000] LOG:  duration: 0.720 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.797 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.808 UTC [1000] LOG:  duration: 0.709 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.819 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.830 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.841 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.852 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.863 UTC [1000] LOG:  duration: 0.705 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.874 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.885 UTC [1000] LOG:  duration: 0.706 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.896 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.907 UTC [1000] LOG:  duration: 0.705 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.918 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.929 UTC [1000] LOG:  duration: 0.705 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.940 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.951 UTC [1000] LOG:  duration: 0.737 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.962 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.973 UTC [1000] LOG:  duration: 0.709 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.985 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:31.996 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.007 UTC [1000] LOG:  duration: 0.707 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.018 UTC [1000] LOG:  duration: 0.708 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.028 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.040 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.051 UTC [1000] LOG:  duration: 0.720 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.062 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.073 UTC [1000] LOG:  duration: 0.722 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.084 UTC [1000] LOG:  duration: 0.716 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.095 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.106 UTC [1000] LOG:  duration: 0.722 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.117 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.128 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.139 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.150 UTC [1000] LOG:  duration: 0.750 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.161 UTC [1000] LOG:  duration: 0.734 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.172 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.183 UTC [1000] LOG:  duration: 0.734 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.194 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.205 UTC [1000] LOG:  duration: 0.724 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.216 UTC [1000] LOG:  duration: 0.726 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.227 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.238 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.249 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.260 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.271 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.282 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.293 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.304 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.315 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.326 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.337 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.348 UTC [1000] LOG:  duration: 0.725 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.359 UTC [1000] LOG:  duration: 0.726 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.370 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.382 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.393 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.404 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.415 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.426 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.437 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.448 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.459 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.470 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.481 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.492 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.503 UTC [1000] LOG:  duration: 0.729 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.514 UTC [1000] LOG:  duration: 0.724 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.525 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.536 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.547 UTC [1000] LOG:  duration: 0.742 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.558 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.569 UTC [1000] LOG:  duration: 0.730 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.580 UTC [1000] LOG:  duration: 0.723 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.591 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.602 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.613 UTC [1000] LOG:  duration: 0.690 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.624 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.635 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.646 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.657 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.668 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.679 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.690 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.701 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.712 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.723 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.734 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.745 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.756 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.767 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.778 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.789 UTC [1000] LOG:  duration: 0.726 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.800 UTC [1000] LOG:  duration: 0.723 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.811 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.823 UTC [1000] LOG:  duration: 0.738 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.834 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.845 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.856 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.867 UTC [1000] LOG:  duration: 0.718 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.878 UTC [1000] LOG:  duration: 0.717 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.889 UTC [1000] LOG:  duration: 0.732 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.901 UTC [1000] LOG:  duration: 1.071 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.912 UTC [1000] LOG:  duration: 1.031 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.923 UTC [1000] LOG:  duration: 0.691 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.934 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.945 UTC [1000] LOG:  duration: 0.734 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.957 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.968 UTC [1000] LOG:  duration: 0.716 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.979 UTC [1000] LOG:  duration: 0.729 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:32.990 UTC [1000] LOG:  duration: 0.768 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.001 UTC [1000] LOG:  duration: 0.737 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.012 UTC [1000] LOG:  duration: 0.716 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.023 UTC [1000] LOG:  duration: 0.696 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.034 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.045 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.056 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.067 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.078 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.089 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.100 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.111 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.122 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.133 UTC [1000] LOG:  duration: 0.705 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.144 UTC [1000] LOG:  duration: 0.726 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.155 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.166 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.177 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.189 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.200 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.211 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.222 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.233 UTC [1000] LOG:  duration: 0.729 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.244 UTC [1000] LOG:  duration: 0.729 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.255 UTC [1000] LOG:  duration: 0.726 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.266 UTC [1000] LOG:  duration: 0.732 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.277 UTC [1000] LOG:  duration: 0.729 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.288 UTC [1000] LOG:  duration: 0.729 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.299 UTC [1000] LOG:  duration: 0.726 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.310 UTC [1000] LOG:  duration: 0.724 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.321 UTC [1000] LOG:  duration: 0.722 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.332 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.343 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.354 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.365 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.376 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.387 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.398 UTC [1000] LOG:  duration: 0.696 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.409 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.420 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.431 UTC [1000] LOG:  duration: 0.696 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.442 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.453 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.464 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.475 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.486 UTC [1000] LOG:  duration: 0.697 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.497 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.508 UTC [1000] LOG:  duration: 0.708 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.519 UTC [1000] LOG:  duration: 0.696 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.530 UTC [1000] LOG:  duration: 0.692 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.541 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.552 UTC [1000] LOG:  duration: 0.687 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.563 UTC [1000] LOG:  duration: 0.694 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.574 UTC [1000] LOG:  duration: 0.708 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.585 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.597 UTC [1000] LOG:  duration: 0.708 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.608 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.619 UTC [1000] LOG:  duration: 0.709 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.630 UTC [1000] LOG:  duration: 0.696 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.641 UTC [1000] LOG:  duration: 0.709 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.652 UTC [1000] LOG:  duration: 0.710 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.663 UTC [1000] LOG:  duration: 0.725 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.674 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.685 UTC [1000] LOG:  duration: 0.740 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.696 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.707 UTC [1000] LOG:  duration: 0.734 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.718 UTC [1000] LOG:  duration: 0.736 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.729 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.740 UTC [1000] LOG:  duration: 0.729 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.751 UTC [1000] LOG:  duration: 0.732 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.762 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.773 UTC [1000] LOG:  duration: 0.732 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.784 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.795 UTC [1000] LOG:  duration: 0.732 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.806 UTC [1000] LOG:  duration: 0.726 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.817 UTC [1000] LOG:  duration: 0.720 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.828 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.839 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.850 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.861 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.872 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.883 UTC [1000] LOG:  duration: 0.708 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.894 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.905 UTC [1000] LOG:  duration: 0.707 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.916 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.927 UTC [1000] LOG:  duration: 0.705 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.938 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.949 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.960 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.971 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.982 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:33.993 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.004 UTC [1000] LOG:  duration: 0.719 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.015 UTC [1000] LOG:  duration: 0.716 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.027 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.038 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.049 UTC [1000] LOG:  duration: 0.721 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.060 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.071 UTC [1000] LOG:  duration: 0.721 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.082 UTC [1000] LOG:  duration: 0.745 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.093 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.104 UTC [1000] LOG:  duration: 0.736 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.115 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.126 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.137 UTC [1000] LOG:  duration: 0.737 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.148 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.159 UTC [1000] LOG:  duration: 0.751 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.170 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.181 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.192 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.203 UTC [1000] LOG:  duration: 0.703 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.214 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.225 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.236 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.247 UTC [1000] LOG:  duration: 0.722 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.258 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.269 UTC [1000] LOG:  duration: 0.709 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.280 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.291 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.302 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.313 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.325 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.336 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.347 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.358 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.369 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.380 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.391 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.402 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.413 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.424 UTC [1000] LOG:  duration: 0.740 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.435 UTC [1000] LOG:  duration: 0.732 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.446 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.457 UTC [1000] LOG:  duration: 0.741 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.468 UTC [1000] LOG:  duration: 0.726 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.479 UTC [1000] LOG:  duration: 0.732 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.490 UTC [1000] LOG:  duration: 0.729 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.501 UTC [1000] LOG:  duration: 0.724 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.512 UTC [1000] LOG:  duration: 0.725 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.523 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.534 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.545 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.556 UTC [1000] LOG:  duration: 0.705 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.567 UTC [1000] LOG:  duration: 0.705 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.578 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.589 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.600 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.611 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.622 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.633 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.644 UTC [1000] LOG:  duration: 0.694 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.655 UTC [1000] LOG:  duration: 0.696 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.666 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.677 UTC [1000] LOG:  duration: 0.681 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.688 UTC [1000] LOG:  duration: 0.720 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.699 UTC [1000] LOG:  duration: 0.708 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.710 UTC [1000] LOG:  duration: 0.709 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.721 UTC [1000] LOG:  duration: 0.709 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.733 UTC [1000] LOG:  duration: 0.707 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.744 UTC [1000] LOG:  duration: 0.709 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.755 UTC [1000] LOG:  duration: 0.714 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.766 UTC [1000] LOG:  duration: 0.707 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.777 UTC [1000] LOG:  duration: 0.693 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.788 UTC [1000] LOG:  duration: 0.707 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.799 UTC [1000] LOG:  duration: 0.707 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.810 UTC [1000] LOG:  duration: 0.708 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.821 UTC [1000] LOG:  duration: 0.710 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.832 UTC [1000] LOG:  duration: 0.693 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.843 UTC [1000] LOG:  duration: 0.722 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.854 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.865 UTC [1000] LOG:  duration: 0.952 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.876 UTC [1000] LOG:  duration: 0.736 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.887 UTC [1000] LOG:  duration: 0.722 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.898 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.909 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.920 UTC [1000] LOG:  duration: 0.691 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.931 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.942 UTC [1000] LOG:  duration: 0.705 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.953 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.964 UTC [1000] LOG:  duration: 0.721 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.975 UTC [1000] LOG:  duration: 0.723 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.986 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:34.997 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.008 UTC [1000] LOG:  duration: 0.710 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.019 UTC [1000] LOG:  duration: 0.710 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.030 UTC [1000] LOG:  duration: 0.694 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.041 UTC [1000] LOG:  duration: 0.723 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.052 UTC [1000] LOG:  duration: 0.723 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.064 UTC [1000] LOG:  duration: 0.724 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.075 UTC [1000] LOG:  duration: 0.721 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.086 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.097 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.108 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.119 UTC [1000] LOG:  duration: 0.736 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.130 UTC [1000] LOG:  duration: 0.729 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.141 UTC [1000] LOG:  duration: 0.725 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.152 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.163 UTC [1000] LOG:  duration: 0.729 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.174 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.185 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.196 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.207 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.218 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.229 UTC [1000] LOG:  duration: 0.732 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.240 UTC [1000] LOG:  duration: 0.736 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.251 UTC [1000] LOG:  duration: 0.706 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.262 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.273 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.284 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.295 UTC [1000] LOG:  duration: 0.684 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.306 UTC [1000] LOG:  duration: 0.710 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.317 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.328 UTC [1000] LOG:  duration: 0.688 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.339 UTC [1000] LOG:  duration: 0.717 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.350 UTC [1000] LOG:  duration: 0.702 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.361 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.372 UTC [1000] LOG:  duration: 0.705 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.383 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.394 UTC [1000] LOG:  duration: 0.688 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.405 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.416 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.427 UTC [1000] LOG:  duration: 0.711 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.438 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.450 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.461 UTC [1000] LOG:  duration: 0.713 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.472 UTC [1000] LOG:  duration: 0.695 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.483 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.494 UTC [1000] LOG:  duration: 0.715 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.505 UTC [1000] LOG:  duration: 0.729 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.516 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.527 UTC [1000] LOG:  duration: 0.710 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.538 UTC [1000] LOG:  duration: 0.725 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.549 UTC [1000] LOG:  duration: 0.737 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.560 UTC [1000] LOG:  duration: 0.729 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.571 UTC [1000] LOG:  duration: 0.758 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.582 UTC [1000] LOG:  duration: 0.732 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.593 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.604 UTC [1000] LOG:  duration: 0.729 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.615 UTC [1000] LOG:  duration: 0.728 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.626 UTC [1000] LOG:  duration: 0.727 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.637 UTC [1000] LOG:  duration: 0.723 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.648 UTC [1000] LOG:  duration: 0.704 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.659 UTC [1000] LOG:  duration: 0.701 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.670 UTC [1000] LOG:  duration: 0.691 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.681 UTC [1000] LOG:  duration: 0.723 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.692 UTC [1000] LOG:  duration: 0.695 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.703 UTC [1000] LOG:  duration: 0.693 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.714 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.725 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.736 UTC [1000] LOG:  duration: 0.705 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.747 UTC [1000] LOG:  duration: 0.699 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.758 UTC [1000] LOG:  duration: 0.694 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.769 UTC [1000] LOG:  duration: 0.696 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.780 UTC [1000] LOG:  duration: 0.694 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.791 UTC [1000] LOG:  duration: 0.698 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.802 UTC [1000] LOG:  duration: 0.695 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.813 UTC [1000] LOG:  duration: 0.691 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.824 UTC [1000] LOG:  duration: 0.693 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.835 UTC [1000] LOG:  duration: 0.695 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.846 UTC [1000] LOG:  duration: 0.694 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.857 UTC [1000] LOG:  duration: 0.682 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.868 UTC [1000] LOG:  duration: 0.680 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.879 UTC [1000] LOG:  duration: 0.681 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.890 UTC [1000] LOG:  duration: 0.709 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.901 UTC [1000] LOG:  duration: 0.712 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.913 UTC [1000] LOG:  duration: 0.732 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.924 UTC [1000] LOG:  duration: 0.730 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.935 UTC [1000] LOG:  duration: 0.731 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.946 UTC [1000] LOG:  duration: 0.734 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.957 UTC [1000] LOG:  duration: 0.733 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.968 UTC [1000] LOG:  duration: 0.735 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.979 UTC [1000] LOG:  duration: 0.725 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:35.990 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:36.001 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:36.012 UTC [1000] LOG:  duration: 0.707 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:36.023 UTC [1000] LOG:  duration: 0.700 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:36.034 UTC [1000] LOG:  duration: 0.710 ms  statement: SELECT restart_lsn, confirmed_flush_lsn, catalog_xmin  FROM pg_catalog.pg_replication_slots WHERE slot_name = 'sub'
2023-10-02 10:21:36.038 UTC [927] LOG:  received immediate shutdown request
2023-10-02 10:21:36.046 UTC [927] LOG:  database system is shut down