2024-03-12 11:40:43.633 UTC [31574][postmaster] LOG: starting PostgreSQL 17devel on x86_64-freebsd, compiled by clang-14.0.5, 64-bit 2024-03-12 11:40:43.633 UTC [31574][postmaster] LOG: listening on Unix socket "/tmp/UMvA3TV5Mr/.s.PGSQL.51486" 2024-03-12 11:40:43.634 UTC [31577][startup] LOG: database system was shut down at 2024-03-12 11:37:05 UTC 2024-03-12 11:40:43.635 UTC [31574][postmaster] LOG: database system is ready to accept connections 2024-03-12 11:40:43.756 UTC [31610][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-12 11:40:43.756 UTC [31610][client backend] [[unknown]][0/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_015_stream_subscriber_data/pgdata/pg_hba.conf:117) 2024-03-12 11:40:43.756 UTC [31610][client backend] [[unknown]][0/1:0] LOG: connection authorized: user=postgres database=postgres application_name=015_stream.pl 2024-03-12 11:40:43.760 UTC [31610][client backend] [015_stream.pl][0/2:0] LOG: statement: CREATE TABLE test_tab (a int primary key, b bytea, c timestamptz DEFAULT now(), d bigint DEFAULT 999) 2024-03-12 11:40:43.765 UTC [31610][client backend] [015_stream.pl][:0] LOG: disconnection: session time: 0:00:00.008 user=postgres database=postgres host=[local] 2024-03-12 11:40:43.769 UTC [31616][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-12 11:40:43.770 UTC [31616][client backend] [[unknown]][1/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_015_stream_subscriber_data/pgdata/pg_hba.conf:117) 2024-03-12 11:40:43.770 UTC [31616][client backend] [[unknown]][1/1:0] LOG: connection authorized: user=postgres database=postgres application_name=015_stream.pl 2024-03-12 11:40:43.770 UTC [31616][client backend] [015_stream.pl][1/2:0] LOG: statement: CREATE TABLE test_tab_2 (a int) 2024-03-12 11:40:43.772 UTC [31616][client backend] [015_stream.pl][:0] LOG: disconnection: session time: 0:00:00.002 user=postgres database=postgres host=[local] 2024-03-12 11:40:43.776 UTC [31618][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-12 11:40:43.776 UTC [31618][client backend] [[unknown]][2/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_015_stream_subscriber_data/pgdata/pg_hba.conf:117) 2024-03-12 11:40:43.776 UTC [31618][client backend] [[unknown]][2/1:0] LOG: connection authorized: user=postgres database=postgres application_name=015_stream.pl 2024-03-12 11:40:43.777 UTC [31618][client backend] [015_stream.pl][2/2:0] LOG: statement: CREATE UNIQUE INDEX idx_tab on test_tab_2(a) 2024-03-12 11:40:43.778 UTC [31618][client backend] [015_stream.pl][:0] LOG: disconnection: session time: 0:00:00.002 user=postgres database=postgres host=[local] 2024-03-12 11:40:43.789 UTC [31622][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-12 11:40:43.789 UTC [31622][client backend] [[unknown]][3/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_015_stream_subscriber_data/pgdata/pg_hba.conf:117) 2024-03-12 11:40:43.789 UTC [31622][client backend] [[unknown]][3/1:0] LOG: connection authorized: user=postgres database=postgres application_name=015_stream.pl 2024-03-12 11:40:43.790 UTC [31622][client backend] [015_stream.pl][3/2:0] LOG: statement: CREATE SUBSCRIPTION tap_sub CONNECTION 'port=51485 host=/tmp/UMvA3TV5Mr dbname=postgres application_name=tap_sub' PUBLICATION tap_pub WITH (streaming = on) 2024-03-12 11:40:43.790 UTC [31622][client backend] [015_stream.pl][3/2:0] WARNING: subscriptions created by regression test cases should have names starting with "regress_" 2024-03-12 11:40:43.801 UTC [31622][client backend] [015_stream.pl][:0] LOG: disconnection: session time: 0:00:00.011 user=postgres database=postgres host=[local] 2024-03-12 11:40:43.802 UTC [31624][logical replication apply worker] LOG: logical replication apply worker for subscription "tap_sub" has started 2024-03-12 11:40:43.805 UTC [31627][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-12 11:40:43.805 UTC [31627][client backend] [[unknown]][4/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_015_stream_subscriber_data/pgdata/pg_hba.conf:117) 2024-03-12 11:40:43.805 UTC [31627][client backend] [[unknown]][4/1:0] LOG: connection authorized: user=postgres database=postgres application_name=015_stream.pl 2024-03-12 11:40:43.806 UTC [31627][client backend] [015_stream.pl][4/2:0] LOG: statement: SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('r', 's'); 2024-03-12 11:40:43.806 UTC [31628][logical replication tablesync worker] LOG: logical replication table synchronization worker for subscription "tap_sub", table "test_tab_2" has started 2024-03-12 11:40:43.808 UTC [31627][client backend] [015_stream.pl][:0] LOG: disconnection: session time: 0:00:00.002 user=postgres database=postgres host=[local] 2024-03-12 11:40:43.817 UTC [31630][logical replication tablesync worker] LOG: logical replication table synchronization worker for subscription "tap_sub", table "test_tab" has started 2024-03-12 11:40:43.820 UTC [31628][logical replication tablesync worker] LOG: logical replication table synchronization worker for subscription "tap_sub", table "test_tab_2" has finished 2024-03-12 11:40:43.830 UTC [31630][logical replication tablesync worker] LOG: logical replication table synchronization worker for subscription "tap_sub", table "test_tab" has finished 2024-03-12 11:40:43.919 UTC [31635][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-12 11:40:43.919 UTC [31635][client backend] [[unknown]][5/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_015_stream_subscriber_data/pgdata/pg_hba.conf:117) 2024-03-12 11:40:43.919 UTC [31635][client backend] [[unknown]][5/1:0] LOG: connection authorized: user=postgres database=postgres application_name=015_stream.pl 2024-03-12 11:40:43.920 UTC [31635][client backend] [015_stream.pl][5/2:0] LOG: statement: SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('r', 's'); 2024-03-12 11:40:43.922 UTC [31635][client backend] [015_stream.pl][:0] LOG: disconnection: session time: 0:00:00.002 user=postgres database=postgres host=[local] 2024-03-12 11:40:43.947 UTC [31643][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-12 11:40:43.947 UTC [31643][client backend] [[unknown]][6/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_015_stream_subscriber_data/pgdata/pg_hba.conf:117) 2024-03-12 11:40:43.947 UTC [31643][client backend] [[unknown]][6/1:0] LOG: connection authorized: user=postgres database=postgres application_name=015_stream.pl 2024-03-12 11:40:43.948 UTC [31643][client backend] [015_stream.pl][6/2:0] LOG: statement: SELECT count(*), count(c), count(d = 999) FROM test_tab 2024-03-12 11:40:43.949 UTC [31643][client backend] [015_stream.pl][:0] LOG: disconnection: session time: 0:00:00.002 user=postgres database=postgres host=[local] 2024-03-12 11:40:45.615 UTC [32093][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-12 11:40:45.615 UTC [32093][client backend] [[unknown]][7/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_015_stream_subscriber_data/pgdata/pg_hba.conf:117) 2024-03-12 11:40:45.615 UTC [32093][client backend] [[unknown]][7/1:0] LOG: connection authorized: user=postgres database=postgres application_name=015_stream.pl 2024-03-12 11:40:45.616 UTC [32093][client backend] [015_stream.pl][7/2:0] LOG: statement: SELECT count(*), count(c), count(d = 999) FROM test_tab 2024-03-12 11:40:45.619 UTC [32093][client backend] [015_stream.pl][:0] LOG: disconnection: session time: 0:00:00.004 user=postgres database=postgres host=[local] 2024-03-12 11:40:45.624 UTC [32095][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-12 11:40:45.625 UTC [32095][client backend] [[unknown]][8/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_015_stream_subscriber_data/pgdata/pg_hba.conf:117) 2024-03-12 11:40:45.625 UTC [32095][client backend] [[unknown]][8/1:0] LOG: connection authorized: user=postgres database=postgres application_name=015_stream.pl 2024-03-12 11:40:45.625 UTC [32095][client backend] [015_stream.pl][8/2:0] LOG: statement: ALTER SUBSCRIPTION tap_sub SET (binary = on) 2024-03-12 11:40:45.625 UTC [32095][client backend] [015_stream.pl][:0] LOG: disconnection: session time: 0:00:00.001 user=postgres database=postgres host=[local] 2024-03-12 11:40:45.626 UTC [31624][logical replication apply worker] LOG: logical replication worker for subscription "tap_sub" will restart because of a parameter change 2024-03-12 11:40:45.627 UTC [32096][logical replication apply worker] LOG: logical replication apply worker for subscription "tap_sub" has started 2024-03-12 11:40:46.725 UTC [32345][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-12 11:40:46.725 UTC [32345][client backend] [[unknown]][9/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_015_stream_subscriber_data/pgdata/pg_hba.conf:117) 2024-03-12 11:40:46.725 UTC [32345][client backend] [[unknown]][9/1:0] LOG: connection authorized: user=postgres database=postgres application_name=015_stream.pl 2024-03-12 11:40:46.726 UTC [32345][client backend] [015_stream.pl][9/2:0] LOG: statement: SELECT count(*), count(c), count(d = 999) FROM test_tab 2024-03-12 11:40:46.729 UTC [32345][client backend] [015_stream.pl][:0] LOG: disconnection: session time: 0:00:00.004 user=postgres database=postgres host=[local] 2024-03-12 11:40:46.734 UTC [32347][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-12 11:40:46.735 UTC [32347][client backend] [[unknown]][10/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_015_stream_subscriber_data/pgdata/pg_hba.conf:117) 2024-03-12 11:40:46.735 UTC [32347][client backend] [[unknown]][10/1:0] LOG: connection authorized: user=postgres database=postgres application_name=015_stream.pl 2024-03-12 11:40:46.735 UTC [32347][client backend] [015_stream.pl][10/2:0] LOG: statement: UPDATE test_tab SET c = 'epoch'::timestamptz + 987654321 * interval '1s' 2024-03-12 11:40:46.750 UTC [32347][client backend] [015_stream.pl][:0] LOG: disconnection: session time: 0:00:00.016 user=postgres database=postgres host=[local] 2024-03-12 11:40:47.483 UTC [32436][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-12 11:40:47.483 UTC [32436][client backend] [[unknown]][11/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_015_stream_subscriber_data/pgdata/pg_hba.conf:117) 2024-03-12 11:40:47.483 UTC [32436][client backend] [[unknown]][11/1:0] LOG: connection authorized: user=postgres database=postgres application_name=015_stream.pl 2024-03-12 11:40:47.484 UTC [32436][client backend] [015_stream.pl][11/2:0] LOG: statement: SELECT count(*), count(extract(epoch from c) = 987654321), count(d = 999) FROM test_tab 2024-03-12 11:40:47.489 UTC [32436][client backend] [015_stream.pl][:0] LOG: disconnection: session time: 0:00:00.006 user=postgres database=postgres host=[local] 2024-03-12 11:40:48.231 UTC [32533][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-12 11:40:48.232 UTC [32533][client backend] [[unknown]][12/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_015_stream_subscriber_data/pgdata/pg_hba.conf:117) 2024-03-12 11:40:48.232 UTC [32533][client backend] [[unknown]][12/1:0] LOG: connection authorized: user=postgres database=postgres application_name=015_stream.pl 2024-03-12 11:40:48.232 UTC [32533][client backend] [015_stream.pl][12/2:0] LOG: statement: ALTER SUBSCRIPTION tap_sub SET(streaming = parallel, binary = off) 2024-03-12 11:40:48.233 UTC [32096][logical replication apply worker] LOG: logical replication worker for subscription "tap_sub" will restart because of a parameter change 2024-03-12 11:40:48.234 UTC [32533][client backend] [015_stream.pl][:0] LOG: disconnection: session time: 0:00:00.002 user=postgres database=postgres host=[local] 2024-03-12 11:40:48.236 UTC [32536][logical replication apply worker] LOG: logical replication apply worker for subscription "tap_sub" has started 2024-03-12 11:40:48.465 UTC [31574][postmaster] LOG: received SIGHUP, reloading configuration files 2024-03-12 11:40:48.466 UTC [31574][postmaster] LOG: parameter "log_min_messages" changed to "debug1" 2024-03-12 11:40:48.470 UTC [32590][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-12 11:40:48.470 UTC [32590][client backend] [[unknown]][13/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_015_stream_subscriber_data/pgdata/pg_hba.conf:117) 2024-03-12 11:40:48.470 UTC [32590][client backend] [[unknown]][13/1:0] LOG: connection authorized: user=postgres database=postgres application_name=015_stream.pl 2024-03-12 11:40:48.471 UTC [32590][client backend] [015_stream.pl][13/2:0] LOG: statement: SELECT 1 2024-03-12 11:40:48.471 UTC [32590][client backend] [015_stream.pl][:0] LOG: disconnection: session time: 0:00:00.001 user=postgres database=postgres host=[local] 2024-03-12 11:40:48.497 UTC [32536][logical replication apply worker] DEBUG: starting logical replication worker for subscription "tap_sub" 2024-03-12 11:40:48.497 UTC [32536][logical replication apply worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 747 2024-03-12 11:40:48.497 UTC [31574][postmaster] DEBUG: registering background worker "logical replication parallel apply worker for subscription 16397" 2024-03-12 11:40:48.497 UTC [31574][postmaster] DEBUG: starting background worker process "logical replication parallel apply worker for subscription 16397" 2024-03-12 11:40:48.499 UTC [32599][logical replication parallel worker] LOG: logical replication apply worker for subscription "tap_sub" has started 2024-03-12 11:40:48.530 UTC [32599][logical replication parallel worker] DEBUG: applied 399 changes in the streaming chunk 2024-03-12 11:40:48.530 UTC [32599][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 747 2024-03-12 11:40:48.554 UTC [32599][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:48.554 UTC [32599][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 747 2024-03-12 11:40:48.579 UTC [32599][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:48.579 UTC [32599][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 747 2024-03-12 11:40:48.604 UTC [32599][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:48.604 UTC [32599][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 747 2024-03-12 11:40:48.629 UTC [32536][logical replication apply worker] DEBUG: starting logical replication worker for subscription "tap_sub" 2024-03-12 11:40:48.629 UTC [32536][logical replication apply worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 748 2024-03-12 11:40:48.629 UTC [31574][postmaster] DEBUG: registering background worker "logical replication parallel apply worker for subscription 16397" 2024-03-12 11:40:48.629 UTC [31574][postmaster] DEBUG: starting background worker process "logical replication parallel apply worker for subscription 16397" 2024-03-12 11:40:48.629 UTC [32599][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:48.629 UTC [32599][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 747 2024-03-12 11:40:48.631 UTC [32649][logical replication parallel worker] LOG: logical replication apply worker for subscription "tap_sub" has started 2024-03-12 11:40:48.652 UTC [32649][logical replication parallel worker] DEBUG: applied 322 changes in the streaming chunk 2024-03-12 11:40:48.652 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:48.654 UTC [32599][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:48.654 UTC [32599][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 747 2024-03-12 11:40:48.672 UTC [32649][logical replication parallel worker] DEBUG: applied 321 changes in the streaming chunk 2024-03-12 11:40:48.672 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:48.679 UTC [32599][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:48.679 UTC [32599][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 747 2024-03-12 11:40:48.692 UTC [32649][logical replication parallel worker] DEBUG: applied 321 changes in the streaming chunk 2024-03-12 11:40:48.692 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:48.704 UTC [32599][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:48.704 UTC [32599][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 747 2024-03-12 11:40:48.712 UTC [32649][logical replication parallel worker] DEBUG: applied 321 changes in the streaming chunk 2024-03-12 11:40:48.712 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:48.729 UTC [32599][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:48.729 UTC [32599][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 747 2024-03-12 11:40:48.733 UTC [32649][logical replication parallel worker] DEBUG: applied 321 changes in the streaming chunk 2024-03-12 11:40:48.733 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:48.754 UTC [32649][logical replication parallel worker] DEBUG: applied 321 changes in the streaming chunk 2024-03-12 11:40:48.754 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:48.760 UTC [32599][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:48.760 UTC [32599][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 747 2024-03-12 11:40:48.775 UTC [32649][logical replication parallel worker] DEBUG: applied 321 changes in the streaming chunk 2024-03-12 11:40:48.775 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:48.785 UTC [32599][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:48.785 UTC [32599][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 747 2024-03-12 11:40:48.795 UTC [32649][logical replication parallel worker] DEBUG: applied 321 changes in the streaming chunk 2024-03-12 11:40:48.795 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:48.810 UTC [32599][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:48.810 UTC [32599][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 747 2024-03-12 11:40:48.815 UTC [32649][logical replication parallel worker] DEBUG: applied 321 changes in the streaming chunk 2024-03-12 11:40:48.815 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:48.835 UTC [32649][logical replication parallel worker] DEBUG: applied 321 changes in the streaming chunk 2024-03-12 11:40:48.835 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:48.842 UTC [32599][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:48.842 UTC [32599][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 747 2024-03-12 11:40:48.856 UTC [32649][logical replication parallel worker] DEBUG: applied 321 changes in the streaming chunk 2024-03-12 11:40:48.856 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:48.883 UTC [32599][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:48.883 UTC [32599][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 747 2024-03-12 11:40:48.885 UTC [32649][logical replication parallel worker] DEBUG: applied 321 changes in the streaming chunk 2024-03-12 11:40:48.885 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:48.905 UTC [32649][logical replication parallel worker] DEBUG: applied 321 changes in the streaming chunk 2024-03-12 11:40:48.905 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:48.922 UTC [32599][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:48.922 UTC [32599][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 747 2024-03-12 11:40:48.925 UTC [32649][logical replication parallel worker] DEBUG: applied 321 changes in the streaming chunk 2024-03-12 11:40:48.925 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:48.945 UTC [32649][logical replication parallel worker] DEBUG: applied 321 changes in the streaming chunk 2024-03-12 11:40:48.945 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:48.961 UTC [32599][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:48.961 UTC [32599][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 747 2024-03-12 11:40:48.971 UTC [32649][logical replication parallel worker] DEBUG: applied 355 changes in the streaming chunk 2024-03-12 11:40:48.971 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:48.998 UTC [32599][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:48.998 UTC [32599][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 747 2024-03-12 11:40:49.004 UTC [32649][logical replication parallel worker] DEBUG: applied 401 changes in the streaming chunk 2024-03-12 11:40:49.004 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:49.042 UTC [32649][logical replication parallel worker] DEBUG: applied 401 changes in the streaming chunk 2024-03-12 11:40:49.042 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:49.043 UTC [32599][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:49.043 UTC [32599][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 747 2024-03-12 11:40:49.075 UTC [32649][logical replication parallel worker] DEBUG: applied 401 changes in the streaming chunk 2024-03-12 11:40:49.075 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:49.081 UTC [32599][logical replication parallel worker] DEBUG: applied 413 changes in the streaming chunk 2024-03-12 11:40:49.081 UTC [32599][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 747 2024-03-12 11:40:49.108 UTC [32649][logical replication parallel worker] DEBUG: applied 401 changes in the streaming chunk 2024-03-12 11:40:49.108 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:49.123 UTC [32599][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:49.123 UTC [32599][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 747 2024-03-12 11:40:49.142 UTC [32649][logical replication parallel worker] DEBUG: applied 401 changes in the streaming chunk 2024-03-12 11:40:49.142 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:49.166 UTC [32599][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:49.166 UTC [32599][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 747 2024-03-12 11:40:49.176 UTC [32649][logical replication parallel worker] DEBUG: applied 401 changes in the streaming chunk 2024-03-12 11:40:49.176 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:49.207 UTC [32599][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:49.207 UTC [32599][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 747 2024-03-12 11:40:49.210 UTC [32649][logical replication parallel worker] DEBUG: applied 401 changes in the streaming chunk 2024-03-12 11:40:49.210 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:49.243 UTC [32649][logical replication parallel worker] DEBUG: applied 401 changes in the streaming chunk 2024-03-12 11:40:49.243 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:49.276 UTC [32649][logical replication parallel worker] DEBUG: applied 401 changes in the streaming chunk 2024-03-12 11:40:49.276 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:49.311 UTC [32649][logical replication parallel worker] DEBUG: applied 401 changes in the streaming chunk 2024-03-12 11:40:49.311 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:49.344 UTC [32649][logical replication parallel worker] DEBUG: applied 401 changes in the streaming chunk 2024-03-12 11:40:49.344 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:49.377 UTC [32649][logical replication parallel worker] DEBUG: applied 401 changes in the streaming chunk 2024-03-12 11:40:49.377 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:49.378 UTC [32649][logical replication parallel worker] DEBUG: applied 16 changes in the streaming chunk 2024-03-12 11:40:49.378 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 748 2024-03-12 11:40:49.378 UTC [32649][logical replication parallel worker] DEBUG: finished processing the STREAM COMMIT command 2024-03-12 11:40:49.378 UTC [32649][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM COMMIT" in transaction 748, finished at 0/1D78140 2024-03-12 11:40:49.378 UTC [32649][logical replication parallel worker] LOG: logical replication parallel apply worker for subscription "tap_sub" has finished 2024-03-12 11:40:49.379 UTC [31574][postmaster] DEBUG: unregistering background worker "logical replication parallel apply worker for subscription 16397" 2024-03-12 11:40:49.379 UTC [31574][postmaster] DEBUG: background worker "logical replication parallel worker" (PID 32649) exited with exit code 0 2024-03-12 11:40:49.387 UTC [32599][logical replication parallel worker] DEBUG: applied 96 changes in the streaming chunk 2024-03-12 11:40:49.387 UTC [32599][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 747 2024-03-12 11:40:49.387 UTC [32599][logical replication parallel worker] DEBUG: finished processing the STREAM COMMIT command 2024-03-12 11:40:49.387 UTC [32599][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM COMMIT" in transaction 747, finished at 0/1D78170 2024-03-12 11:40:49.444 UTC [32807][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-12 11:40:49.444 UTC [32807][client backend] [[unknown]][14/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_015_stream_subscriber_data/pgdata/pg_hba.conf:117) 2024-03-12 11:40:49.444 UTC [32807][client backend] [[unknown]][14/1:0] LOG: connection authorized: user=postgres database=postgres application_name=015_stream.pl 2024-03-12 11:40:49.445 UTC [32807][client backend] [015_stream.pl][14/2:0] LOG: statement: SELECT count(*), count(c), count(d = 999) FROM test_tab 2024-03-12 11:40:49.449 UTC [32807][client backend] [015_stream.pl][:0] LOG: disconnection: session time: 0:00:00.005 user=postgres database=postgres host=[local] 2024-03-12 11:40:49.454 UTC [32813][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-12 11:40:49.454 UTC [32813][client backend] [[unknown]][15/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_015_stream_subscriber_data/pgdata/pg_hba.conf:117) 2024-03-12 11:40:49.454 UTC [32813][client backend] [[unknown]][15/1:0] LOG: connection authorized: user=postgres database=postgres application_name=015_stream.pl 2024-03-12 11:40:49.454 UTC [32813][client backend] [015_stream.pl][15/2:0] LOG: statement: ALTER SUBSCRIPTION tap_sub SET (binary = on) 2024-03-12 11:40:49.455 UTC [32813][client backend] [015_stream.pl][:0] LOG: disconnection: session time: 0:00:00.001 user=postgres database=postgres host=[local] 2024-03-12 11:40:49.455 UTC [32536][logical replication apply worker] LOG: logical replication worker for subscription "tap_sub" will restart because of a parameter change 2024-03-12 11:40:49.455 UTC [32599][logical replication parallel worker] FATAL: terminating logical replication worker due to administrator command 2024-03-12 11:40:49.456 UTC [31574][postmaster] DEBUG: unregistering background worker "logical replication parallel apply worker for subscription 16397" 2024-03-12 11:40:49.456 UTC [31580][logical replication launcher] DEBUG: starting logical replication worker for subscription "tap_sub" 2024-03-12 11:40:49.456 UTC [31574][postmaster] LOG: background worker "logical replication parallel worker" (PID 32599) exited with exit code 1 2024-03-12 11:40:49.456 UTC [31574][postmaster] DEBUG: unregistering background worker "logical replication apply worker for subscription 16397" 2024-03-12 11:40:49.456 UTC [31574][postmaster] DEBUG: background worker "logical replication apply worker" (PID 32536) exited with exit code 0 2024-03-12 11:40:49.456 UTC [31574][postmaster] DEBUG: registering background worker "logical replication apply worker for subscription 16397" 2024-03-12 11:40:49.456 UTC [31574][postmaster] DEBUG: starting background worker process "logical replication apply worker for subscription 16397" 2024-03-12 11:40:49.458 UTC [32815][logical replication apply worker] LOG: logical replication apply worker for subscription "tap_sub" has started 2024-03-12 11:40:49.514 UTC [32815][logical replication apply worker] DEBUG: connecting to publisher using connection string "port=51485 host=/tmp/UMvA3TV5Mr dbname=postgres application_name=tap_sub" 2024-03-12 11:40:49.520 UTC [32815][logical replication apply worker] DEBUG: logical replication apply worker for subscription "tap_sub" two_phase is DISABLED 2024-03-12 11:40:49.724 UTC [32815][logical replication apply worker] DEBUG: starting logical replication worker for subscription "tap_sub" 2024-03-12 11:40:49.724 UTC [32815][logical replication apply worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 749 2024-03-12 11:40:49.724 UTC [31574][postmaster] DEBUG: registering background worker "logical replication parallel apply worker for subscription 16397" 2024-03-12 11:40:49.724 UTC [31574][postmaster] DEBUG: starting background worker process "logical replication parallel apply worker for subscription 16397" 2024-03-12 11:40:49.725 UTC [32876][logical replication parallel worker] LOG: logical replication apply worker for subscription "tap_sub" has started 2024-03-12 11:40:49.750 UTC [32876][logical replication parallel worker] DEBUG: applied 399 changes in the streaming chunk 2024-03-12 11:40:49.750 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:49.775 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:49.775 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:49.799 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:49.799 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:49.824 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:49.824 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:49.849 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:49.849 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:49.873 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:49.873 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:49.897 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:49.897 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:49.922 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:49.922 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:49.946 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:49.946 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:49.970 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:49.970 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:49.995 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:49.995 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:50.019 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:50.019 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:50.049 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:50.049 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:50.083 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:50.083 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:50.117 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:50.117 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:50.153 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:50.153 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:50.190 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:50.190 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:50.227 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:50.227 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:50.264 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:50.264 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:50.302 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:50.302 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:50.339 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:50.339 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:50.377 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:50.377 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:50.414 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:50.414 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:50.456 UTC [32876][logical replication parallel worker] DEBUG: applied 494 changes in the streaming chunk 2024-03-12 11:40:50.456 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:50.497 UTC [32876][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:50.497 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:50.539 UTC [32876][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:50.539 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:50.555 UTC [32876][logical replication parallel worker] DEBUG: applied 192 changes in the streaming chunk 2024-03-12 11:40:50.555 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 749 2024-03-12 11:40:50.555 UTC [32876][logical replication parallel worker] DEBUG: finished processing the STREAM COMMIT command 2024-03-12 11:40:50.555 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM COMMIT" in transaction 749, finished at 0/1F31AB0 2024-03-12 11:40:50.591 UTC [33125][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-12 11:40:50.591 UTC [33125][client backend] [[unknown]][16/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_015_stream_subscriber_data/pgdata/pg_hba.conf:117) 2024-03-12 11:40:50.591 UTC [33125][client backend] [[unknown]][16/1:0] LOG: connection authorized: user=postgres database=postgres application_name=015_stream.pl 2024-03-12 11:40:50.592 UTC [33125][client backend] [015_stream.pl][16/2:0] LOG: statement: SELECT count(*), count(c), count(d = 999) FROM test_tab 2024-03-12 11:40:50.595 UTC [33125][client backend] [015_stream.pl][:0] LOG: disconnection: session time: 0:00:00.004 user=postgres database=postgres host=[local] 2024-03-12 11:40:50.601 UTC [33130][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-12 11:40:50.601 UTC [33130][client backend] [[unknown]][17/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_015_stream_subscriber_data/pgdata/pg_hba.conf:117) 2024-03-12 11:40:50.601 UTC [33130][client backend] [[unknown]][17/1:0] LOG: connection authorized: user=postgres database=postgres application_name=015_stream.pl 2024-03-12 11:40:50.602 UTC [33130][client backend] [015_stream.pl][17/2:0] LOG: statement: UPDATE test_tab SET c = 'epoch'::timestamptz + 987654321 * interval '1s' 2024-03-12 11:40:50.617 UTC [33130][client backend] [015_stream.pl][:0] LOG: disconnection: session time: 0:00:00.015 user=postgres database=postgres host=[local] 2024-03-12 11:40:50.665 UTC [32876][logical replication parallel worker] DEBUG: applied 399 changes in the streaming chunk 2024-03-12 11:40:50.665 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 750 2024-03-12 11:40:50.699 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:50.699 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 750 2024-03-12 11:40:50.735 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:50.735 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 750 2024-03-12 11:40:50.769 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:50.769 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 750 2024-03-12 11:40:50.806 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:50.806 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 750 2024-03-12 11:40:50.841 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:50.841 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 750 2024-03-12 11:40:50.875 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:50.875 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 750 2024-03-12 11:40:50.909 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:50.909 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 750 2024-03-12 11:40:50.943 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:50.943 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 750 2024-03-12 11:40:50.977 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:50.977 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 750 2024-03-12 11:40:51.011 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:51.011 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 750 2024-03-12 11:40:51.046 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:51.046 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 750 2024-03-12 11:40:51.085 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:51.085 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 750 2024-03-12 11:40:51.120 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:51.120 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 750 2024-03-12 11:40:51.156 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:51.156 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 750 2024-03-12 11:40:51.192 UTC [32876][logical replication parallel worker] DEBUG: applied 398 changes in the streaming chunk 2024-03-12 11:40:51.192 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 750 2024-03-12 11:40:51.219 UTC [32876][logical replication parallel worker] DEBUG: applied 299 changes in the streaming chunk 2024-03-12 11:40:51.219 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 750 2024-03-12 11:40:51.219 UTC [32876][logical replication parallel worker] DEBUG: finished processing the STREAM COMMIT command 2024-03-12 11:40:51.219 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM COMMIT" in transaction 750, finished at 0/2017C10 2024-03-12 11:40:51.265 UTC [33271][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-12 11:40:51.265 UTC [33271][client backend] [[unknown]][18/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_015_stream_subscriber_data/pgdata/pg_hba.conf:117) 2024-03-12 11:40:51.265 UTC [33271][client backend] [[unknown]][18/1:0] LOG: connection authorized: user=postgres database=postgres application_name=015_stream.pl 2024-03-12 11:40:51.266 UTC [33271][client backend] [015_stream.pl][18/2:0] LOG: statement: SELECT count(*), count(extract(epoch from c) = 987654321), count(d = 999) FROM test_tab 2024-03-12 11:40:51.272 UTC [33271][client backend] [015_stream.pl][:0] LOG: disconnection: session time: 0:00:00.007 user=postgres database=postgres host=[local] 2024-03-12 11:40:51.340 UTC [32876][logical replication parallel worker] DEBUG: applied 498 changes in the streaming chunk 2024-03-12 11:40:51.340 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 751 2024-03-12 11:40:51.381 UTC [32876][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:51.381 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 751 2024-03-12 11:40:51.425 UTC [32876][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:51.425 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 751 2024-03-12 11:40:51.466 UTC [32876][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:51.466 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 751 2024-03-12 11:40:51.507 UTC [32876][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:51.507 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 751 2024-03-12 11:40:51.550 UTC [32876][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:51.550 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 751 2024-03-12 11:40:51.595 UTC [32876][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:51.595 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 751 2024-03-12 11:40:51.636 UTC [32876][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:51.636 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 751 2024-03-12 11:40:51.677 UTC [32876][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:51.677 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 751 2024-03-12 11:40:51.718 UTC [32876][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:51.718 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 751 2024-03-12 11:40:51.759 UTC [32876][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:51.759 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 751 2024-03-12 11:40:51.801 UTC [32876][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:51.801 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 751 2024-03-12 11:40:51.842 UTC [32876][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:51.842 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 751 2024-03-12 11:40:51.859 UTC [32876][logical replication parallel worker] DEBUG: applied 204 changes in the streaming chunk 2024-03-12 11:40:51.859 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 751 2024-03-12 11:40:51.859 UTC [32876][logical replication parallel worker] DEBUG: finished processing the STREAM COMMIT command 2024-03-12 11:40:51.859 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM COMMIT" in transaction 751, finished at 0/2082718 2024-03-12 11:40:51.962 UTC [31574][postmaster] LOG: received SIGHUP, reloading configuration files 2024-03-12 11:40:51.963 UTC [31574][postmaster] LOG: parameter "deadlock_timeout" changed to "10ms" 2024-03-12 11:40:51.967 UTC [33392][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-12 11:40:51.967 UTC [33392][client backend] [[unknown]][19/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_015_stream_subscriber_data/pgdata/pg_hba.conf:117) 2024-03-12 11:40:51.967 UTC [33392][client backend] [[unknown]][19/1:0] LOG: connection authorized: user=postgres database=postgres application_name=015_stream.pl 2024-03-12 11:40:51.968 UTC [33392][client backend] [015_stream.pl][19/2:0] LOG: statement: SELECT 1 2024-03-12 11:40:51.968 UTC [33392][client backend] [015_stream.pl][:0] LOG: disconnection: session time: 0:00:00.001 user=postgres database=postgres host=[local] 2024-03-12 11:40:52.155 UTC [32876][logical replication parallel worker] DEBUG: applied 498 changes in the streaming chunk 2024-03-12 11:40:52.155 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 752 2024-03-12 11:40:52.173 UTC [32876][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:52.173 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 752 2024-03-12 11:40:52.192 UTC [32876][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:52.192 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 752 2024-03-12 11:40:52.203 UTC [32815][logical replication apply worker] LOG: process 32815 still waiting for ShareLock on transaction 767 after 10.694 ms 2024-03-12 11:40:52.203 UTC [32815][logical replication apply worker] DETAIL: Process holding the lock: 32876. Wait queue: 32815. 2024-03-12 11:40:52.203 UTC [32815][logical replication apply worker] CONTEXT: while inserting index tuple (6,145) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 753, finished at 0/20D0D30 2024-03-12 11:40:52.211 UTC [32876][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:52.211 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 752 2024-03-12 11:40:52.229 UTC [32876][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:52.229 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 752 2024-03-12 11:40:52.248 UTC [32876][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:52.248 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 752 2024-03-12 11:40:52.266 UTC [32876][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:52.266 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 752 2024-03-12 11:40:52.285 UTC [32876][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:52.285 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 752 2024-03-12 11:40:52.304 UTC [32876][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:52.304 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 752 2024-03-12 11:40:52.322 UTC [32876][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:52.322 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 752 2024-03-12 11:40:52.333 UTC [32876][logical replication parallel worker] LOG: process 32876 detected deadlock while waiting for AccessShareLock on remote transaction 752 of subscription 16397 of database 5 after 10.677 ms 2024-03-12 11:40:52.333 UTC [32876][logical replication parallel worker] DETAIL: Process holding the lock: 32815. Wait queue: . 2024-03-12 11:40:52.333 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 752 2024-03-12 11:40:52.333 UTC [32876][logical replication parallel worker] ERROR: deadlock detected 2024-03-12 11:40:52.333 UTC [32876][logical replication parallel worker] DETAIL: Process 32876 waits for AccessShareLock on remote transaction 752 of subscription 16397 of database 5; blocked by process 32815. Process 32815 waits for ShareLock on transaction 767; blocked by process 32876. Process 32876: Process 32815: 2024-03-12 11:40:52.333 UTC [32876][logical replication parallel worker] HINT: See server log for query details. 2024-03-12 11:40:52.333 UTC [32876][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 752 2024-03-12 11:40:52.333 UTC [32815][logical replication apply worker] LOG: process 32815 still waiting for ShareLock on transaction 767 after 140.541 ms 2024-03-12 11:40:52.333 UTC [32815][logical replication apply worker] DETAIL: Process holding the lock: 32876. Wait queue: 32815. 2024-03-12 11:40:52.333 UTC [32815][logical replication apply worker] CONTEXT: while inserting index tuple (6,145) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 753, finished at 0/20D0D30 2024-03-12 11:40:52.333 UTC [32815][logical replication apply worker] ERROR: logical replication parallel apply worker exited due to error 2024-03-12 11:40:52.333 UTC [32815][logical replication apply worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 752 logical replication parallel apply worker processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 753, finished at 0/20D0D30 2024-03-12 11:40:52.333 UTC [31580][logical replication launcher] DEBUG: starting logical replication worker for subscription "tap_sub" 2024-03-12 11:40:52.333 UTC [31574][postmaster] DEBUG: registering background worker "logical replication apply worker for subscription 16397" 2024-03-12 11:40:52.334 UTC [31574][postmaster] DEBUG: starting background worker process "logical replication apply worker for subscription 16397" 2024-03-12 11:40:52.334 UTC [31574][postmaster] DEBUG: unregistering background worker "logical replication parallel apply worker for subscription 16397" 2024-03-12 11:40:52.334 UTC [31574][postmaster] LOG: background worker "logical replication parallel worker" (PID 32876) exited with exit code 1 2024-03-12 11:40:52.334 UTC [31574][postmaster] DEBUG: unregistering background worker "logical replication apply worker for subscription 16397" 2024-03-12 11:40:52.334 UTC [31574][postmaster] LOG: background worker "logical replication apply worker" (PID 32815) exited with exit code 1 2024-03-12 11:40:52.335 UTC [33469][logical replication apply worker] LOG: logical replication apply worker for subscription "tap_sub" has started 2024-03-12 11:40:52.335 UTC [33469][logical replication apply worker] DEBUG: connecting to publisher using connection string "port=51485 host=/tmp/UMvA3TV5Mr dbname=postgres application_name=tap_sub" 2024-03-12 11:40:52.338 UTC [33469][logical replication apply worker] DEBUG: logical replication apply worker for subscription "tap_sub" two_phase is DISABLED 2024-03-12 11:40:52.406 UTC [33476][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-12 11:40:52.406 UTC [33476][client backend] [[unknown]][20/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_015_stream_subscriber_data/pgdata/pg_hba.conf:117) 2024-03-12 11:40:52.406 UTC [33476][client backend] [[unknown]][20/1:0] LOG: connection authorized: user=postgres database=postgres application_name=015_stream.pl 2024-03-12 11:40:52.407 UTC [33476][client backend] [015_stream.pl][20/2:0] LOG: statement: DROP INDEX idx_tab 2024-03-12 11:40:52.409 UTC [33476][client backend] [015_stream.pl][:0] LOG: disconnection: session time: 0:00:00.003 user=postgres database=postgres host=[local] 2024-03-12 11:40:52.453 UTC [33469][logical replication apply worker] DEBUG: starting logical replication worker for subscription "tap_sub" 2024-03-12 11:40:52.453 UTC [33469][logical replication apply worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 752 2024-03-12 11:40:52.453 UTC [31574][postmaster] DEBUG: registering background worker "logical replication parallel apply worker for subscription 16397" 2024-03-12 11:40:52.453 UTC [31574][postmaster] DEBUG: starting background worker process "logical replication parallel apply worker for subscription 16397" 2024-03-12 11:40:52.455 UTC [33493][logical replication parallel worker] LOG: logical replication apply worker for subscription "tap_sub" has started 2024-03-12 11:40:52.514 UTC [33469][logical replication apply worker] LOG: process 33469 still waiting for AccessShareLock on remote transaction 752 of subscription 16397 of database 5 after 10.692 ms 2024-03-12 11:40:52.514 UTC [33469][logical replication apply worker] DETAIL: Process holding the lock: 33493. Wait queue: 33469. 2024-03-12 11:40:52.514 UTC [33469][logical replication apply worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM COMMIT" in transaction 752, finished at 0/20D0D60 2024-03-12 11:40:52.596 UTC [33493][logical replication parallel worker] DEBUG: applied 4971 changes in the streaming chunk 2024-03-12 11:40:52.596 UTC [33493][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 752 2024-03-12 11:40:52.597 UTC [33493][logical replication parallel worker] DEBUG: applied 30 changes in the streaming chunk 2024-03-12 11:40:52.597 UTC [33493][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 752 2024-03-12 11:40:52.597 UTC [33469][logical replication apply worker] LOG: process 33469 acquired AccessShareLock on remote transaction 752 of subscription 16397 of database 5 after 93.101 ms 2024-03-12 11:40:52.597 UTC [33469][logical replication apply worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM COMMIT" in transaction 752, finished at 0/20D0D60 2024-03-12 11:40:52.597 UTC [33493][logical replication parallel worker] DEBUG: finished processing the STREAM COMMIT command 2024-03-12 11:40:52.597 UTC [33493][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM COMMIT" in transaction 752, finished at 0/20D0D60 2024-03-12 11:40:52.665 UTC [33553][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-12 11:40:52.665 UTC [33553][client backend] [[unknown]][21/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_015_stream_subscriber_data/pgdata/pg_hba.conf:117) 2024-03-12 11:40:52.665 UTC [33553][client backend] [[unknown]][21/1:0] LOG: connection authorized: user=postgres database=postgres application_name=015_stream.pl 2024-03-12 11:40:52.666 UTC [33553][client backend] [015_stream.pl][21/2:0] LOG: statement: SELECT count(*) FROM test_tab_2 2024-03-12 11:40:52.667 UTC [33553][client backend] [015_stream.pl][:0] LOG: disconnection: session time: 0:00:00.002 user=postgres database=postgres host=[local] 2024-03-12 11:40:52.700 UTC [33576][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-12 11:40:52.700 UTC [33576][client backend] [[unknown]][22/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_015_stream_subscriber_data/pgdata/pg_hba.conf:117) 2024-03-12 11:40:52.700 UTC [33576][client backend] [[unknown]][22/1:0] LOG: connection authorized: user=postgres database=postgres application_name=015_stream.pl 2024-03-12 11:40:52.701 UTC [33576][client backend] [015_stream.pl][22/2:0] LOG: statement: CREATE UNIQUE INDEX idx_tab on test_tab_2(a) 2024-03-12 11:40:52.702 UTC [33576][client backend] [015_stream.pl][22/2:773] DEBUG: building index "idx_tab" on table "test_tab_2" serially 2024-03-12 11:40:52.702 UTC [33576][client backend] [015_stream.pl][22/2:773] DEBUG: index "idx_tab" can safely use deduplication 2024-03-12 11:40:52.703 UTC [33576][client backend] [015_stream.pl][:0] LOG: disconnection: session time: 0:00:00.002 user=postgres database=postgres host=[local] 2024-03-12 11:40:52.784 UTC [33493][logical replication parallel worker] DEBUG: applied 498 changes in the streaming chunk 2024-03-12 11:40:52.784 UTC [33493][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 755 2024-03-12 11:40:52.803 UTC [33493][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:52.803 UTC [33493][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 755 2024-03-12 11:40:52.822 UTC [33493][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:52.822 UTC [33493][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 755 2024-03-12 11:40:52.831 UTC [33469][logical replication apply worker] DEBUG: starting logical replication worker for subscription "tap_sub" 2024-03-12 11:40:52.831 UTC [33469][logical replication apply worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:52.831 UTC [31574][postmaster] DEBUG: registering background worker "logical replication parallel apply worker for subscription 16397" 2024-03-12 11:40:52.831 UTC [31574][postmaster] DEBUG: starting background worker process "logical replication parallel apply worker for subscription 16397" 2024-03-12 11:40:52.835 UTC [33626][logical replication parallel worker] LOG: logical replication apply worker for subscription "tap_sub" has started 2024-03-12 11:40:52.841 UTC [33493][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:52.841 UTC [33493][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 755 2024-03-12 11:40:52.846 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 10.667 ms 2024-03-12 11:40:52.846 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.846 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.479 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.501 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.514 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.532 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.543 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.559 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.569 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.580 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.590 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.600 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.621 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.632 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.642 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.652 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.662 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.672 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.687 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.698 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.708 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.718 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.728 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.738 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.748 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.762 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.773 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.783 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.793 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.803 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.813 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.823 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.835 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.846 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.856 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.866 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.876 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.886 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.896 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.924 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.938 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.949 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.960 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.974 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.985 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 11.995 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.006 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.016 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.027 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.037 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.047 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.058 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.068 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.118 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.129 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.140 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.150 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.160 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.170 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.181 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.191 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.201 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.211 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.222 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.232 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.242 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.253 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.270 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.281 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.291 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.301 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.312 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.322 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.332 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.343 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.353 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.363 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.373 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.383 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.394 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.404 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.417 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.427 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.437 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.447 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.458 ms 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.847 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.468 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.478 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.488 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.499 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.509 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.519 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.529 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.540 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.555 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.569 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.580 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.590 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.600 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.610 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.621 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.631 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.641 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.652 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.662 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.672 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.682 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.692 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.703 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.716 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.727 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.737 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.747 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.760 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.770 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.781 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.791 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.801 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.811 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.821 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.832 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.842 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.852 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.865 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.875 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.886 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.896 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.906 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.916 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.927 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.937 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.947 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.958 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.969 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.979 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.989 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 12.999 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.013 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.023 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.034 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.044 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.054 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.064 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.075 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.085 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.095 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.105 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.116 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.126 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.136 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.156 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.185 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.199 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.210 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.220 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.230 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.241 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.251 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.261 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.271 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.282 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.292 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 13.302 ms 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.848 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.849 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.420 ms 2024-03-12 11:40:52.849 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.849 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.849 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.436 ms 2024-03-12 11:40:52.849 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.849 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.849 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.464 ms 2024-03-12 11:40:52.849 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.849 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.475 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.485 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.495 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.506 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.516 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.526 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.542 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.552 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.563 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.573 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.583 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.593 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.604 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.617 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.627 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.637 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.648 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.658 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.668 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.678 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.692 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.702 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.712 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.723 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.733 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.743 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.753 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.766 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.776 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.787 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.797 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.807 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.817 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.828 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.838 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.848 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.858 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.868 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.879 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.889 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.899 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.912 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.922 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.933 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.943 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.953 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.963 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.973 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.984 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 14.994 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.004 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.015 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.025 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.035 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.046 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.058 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.068 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.078 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.088 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.099 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.109 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.119 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.130 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.140 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.150 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.161 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.171 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.181 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.193 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.204 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.214 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.224 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.234 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.244 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.255 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.265 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.275 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.285 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.295 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.306 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.316 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.327 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.339 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.350 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.360 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.370 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.380 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.391 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.401 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.411 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.421 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.432 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.442 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.452 ms 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.850 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.464 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.488 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.501 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.511 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.522 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.532 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.546 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.557 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.567 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.578 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.588 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.598 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.608 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.618 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.629 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.639 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.651 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.662 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.672 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.684 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.696 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.707 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.717 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.728 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.738 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.748 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.758 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.768 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.778 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.789 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.801 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.812 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.822 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.832 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.842 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.852 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.863 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.873 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.883 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.894 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.904 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.914 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.924 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.934 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.947 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.957 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.968 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.978 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.988 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 15.998 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.009 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.019 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.029 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.040 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.050 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.060 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.071 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.081 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.094 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.104 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.115 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.125 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.135 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.145 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.155 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.337 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.359 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.372 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.383 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.393 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.403 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.413 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.429 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.442 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.452 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.462 ms 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.851 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.473 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.483 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.536 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.565 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.589 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.601 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.611 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.621 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.631 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.641 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.657 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.668 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.678 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.688 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.698 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.708 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.718 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.729 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.739 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.749 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.759 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.769 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.779 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.789 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.802 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.813 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.825 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.835 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.845 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.855 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.865 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.875 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.885 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.896 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.906 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.916 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.926 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.936 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.948 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.959 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.969 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.979 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.989 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 16.999 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.010 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.020 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.030 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.040 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.050 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.060 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.070 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.081 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.093 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.103 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.113 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.124 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.134 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.144 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.154 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.164 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.174 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.184 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.195 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.205 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.215 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.225 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.237 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.248 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.258 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.268 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.281 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.292 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.302 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.312 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.322 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.332 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.342 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.352 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.362 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.373 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.385 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.395 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.406 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.416 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.426 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.436 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.446 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.456 ms 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.852 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.467 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.477 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.487 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.497 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.507 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.520 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.530 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.540 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.555 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.566 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.576 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.586 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.597 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.607 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.617 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.627 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.637 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.647 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.657 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.670 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.681 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.691 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.701 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.711 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.721 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.731 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.742 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.752 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.762 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.772 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.782 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.792 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.802 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.814 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.825 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.835 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.845 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.855 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.865 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.875 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.885 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.895 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.905 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.916 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.926 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.936 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.946 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.958 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.968 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.979 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.989 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 17.999 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 18.009 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 18.020 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 18.030 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 18.040 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 18.052 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 18.063 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 18.073 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 18.083 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 18.093 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 18.106 ms 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.853 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.854 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.423 ms 2024-03-12 11:40:52.854 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.854 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.854 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.440 ms 2024-03-12 11:40:52.854 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.854 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.854 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.452 ms 2024-03-12 11:40:52.854 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.854 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.854 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.462 ms 2024-03-12 11:40:52.854 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.854 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.473 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.483 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.494 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.504 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.514 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.525 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.535 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.545 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.561 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.576 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.587 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.597 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.608 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.618 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.628 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.638 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.649 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.665 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.675 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.686 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.696 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.706 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.716 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.730 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.740 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.751 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.761 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.771 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.781 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.791 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.806 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.817 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.827 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.837 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.847 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.857 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.868 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.881 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.891 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.901 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.911 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.922 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.932 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.942 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.952 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.962 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.972 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.983 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 19.993 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.003 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.014 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.027 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.038 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.048 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.058 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.068 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.078 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.089 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.099 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.109 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.119 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.129 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.140 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.153 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.163 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.177 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.187 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.197 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.208 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.218 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.228 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.238 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.249 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.259 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.269 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.303 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.313 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.324 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.334 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.347 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.357 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.367 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.378 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.388 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.398 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.408 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.419 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.429 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.439 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.449 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.459 ms 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.855 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.470 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.480 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.493 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.503 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.513 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.523 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.534 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.544 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.558 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.570 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.581 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.591 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.601 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.612 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.622 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.632 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.646 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.656 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.666 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.677 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.687 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.697 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.707 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.718 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.728 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.738 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.748 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.758 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.768 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.779 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.791 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.801 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.812 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.822 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.832 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.842 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.852 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.863 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.873 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.883 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.893 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.903 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.914 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.924 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.937 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.949 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.960 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.970 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.980 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 20.990 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 21.001 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 21.011 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 21.021 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 21.031 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 21.042 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 21.052 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 21.062 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 21.075 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 21.085 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 21.096 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 21.106 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 21.116 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 21.126 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 21.136 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 21.147 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 21.157 ms 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.856 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.256 ms 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.271 ms 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.282 ms 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.292 ms 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.303 ms 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.318 ms 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.329 ms 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.339 ms 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.349 ms 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.359 ms 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.369 ms 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.380 ms 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.390 ms 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.400 ms 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.411 ms 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.421 ms 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.431 ms 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.441 ms 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.451 ms 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.857 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.464 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.474 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.485 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.495 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.505 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.515 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.526 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.536 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.546 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.562 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.573 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.583 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.593 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.603 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.616 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.626 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.637 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.647 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.657 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.667 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.677 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.688 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.698 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.708 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.718 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.729 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.739 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.749 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.761 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.772 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.782 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.792 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.802 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.816 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.826 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.836 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.847 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.857 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.867 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.878 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.888 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.898 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.911 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.922 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.932 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.942 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.953 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.963 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.973 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.983 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 22.993 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.004 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.014 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.024 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.034 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.045 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.057 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.068 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.078 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.088 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.099 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.109 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.119 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.129 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.140 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.150 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.160 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.170 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.181 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.191 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.204 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.214 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.224 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.234 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.244 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.255 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.265 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.275 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.285 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.296 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.306 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.316 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.328 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.339 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.353 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.363 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.374 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.384 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.394 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.404 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.414 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.425 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.435 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.445 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.455 ms 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.858 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.465 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.475 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.486 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.498 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.509 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.519 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.529 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.539 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.555 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.565 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.576 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.586 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.598 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.608 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.618 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.629 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.639 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.652 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.663 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.673 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.683 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.693 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.703 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.714 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.724 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.734 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.744 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.755 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.765 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.775 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.785 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.798 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.808 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.818 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.829 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.840 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.850 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.860 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.870 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.880 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.891 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.901 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.911 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.921 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.931 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.943 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.954 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 23.964 ms 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.859 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.637 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.659 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.671 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.682 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.693 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.703 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.713 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.723 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.734 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.744 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.754 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.769 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.780 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.790 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.800 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.810 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.821 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.831 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.841 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.851 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.861 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.871 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.882 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.892 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.902 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.915 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.925 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.935 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.945 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.955 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.965 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.975 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.985 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 24.995 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 25.005 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 25.016 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 25.026 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 25.038 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 25.051 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 25.062 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 25.072 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 25.082 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33493][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:52.860 UTC [33493][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 755 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 25.092 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 25.107 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 25.117 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 25.125 ms 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.860 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.861 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.453 ms 2024-03-12 11:40:52.861 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.861 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.471 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.482 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.493 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.503 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.514 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.534 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.544 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.555 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.565 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.575 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.586 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.596 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.606 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.616 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.627 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.637 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.647 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.657 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.668 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.681 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.692 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.706 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.716 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.726 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.737 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.747 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.757 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.767 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.778 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.788 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.798 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.808 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.818 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.831 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.842 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.852 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.862 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.872 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.882 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.893 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.903 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.913 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.923 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.934 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.944 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.954 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.964 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.977 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.987 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 26.997 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.008 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.018 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.029 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.039 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.049 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.060 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.070 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.080 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.090 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.100 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.111 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.123 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.133 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.143 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.154 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.164 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.174 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.184 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.194 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.205 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.215 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.225 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.235 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.246 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.258 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.268 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.290 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.300 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.311 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.321 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.331 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.342 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.352 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.362 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.372 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.383 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.393 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.403 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.416 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.426 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.436 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.446 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.457 ms 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.862 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.467 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.479 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.489 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.500 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.510 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.520 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.535 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.545 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.555 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.568 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.578 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.589 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.599 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.609 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.619 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.630 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.640 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.650 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.660 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.671 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.681 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.691 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.701 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.714 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.724 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.734 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.745 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.755 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.765 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.775 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.786 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.796 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.806 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.816 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.827 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.837 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.848 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.860 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.871 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.881 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.891 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.901 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.911 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.921 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.932 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.942 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.952 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.962 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.972 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.983 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 27.993 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 28.006 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 28.016 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 28.026 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 28.037 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 28.047 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 28.057 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 28.067 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 28.078 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 28.088 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 28.098 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 28.108 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 28.119 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 28.129 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 28.139 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 28.152 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 28.162 ms 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.863 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.293 ms 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.308 ms 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.318 ms 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.329 ms 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.339 ms 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.350 ms 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.360 ms 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.373 ms 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.383 ms 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.394 ms 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.404 ms 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.414 ms 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.429 ms 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.439 ms 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.449 ms 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.460 ms 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.864 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.470 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.480 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.490 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.501 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.511 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.521 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.537 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.547 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.557 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.567 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.580 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.591 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.601 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.611 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.621 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.632 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.643 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.654 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.664 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.674 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.684 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.695 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.705 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.715 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.728 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.738 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.748 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.759 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.769 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.779 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.789 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.800 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.810 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.820 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.830 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.841 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.851 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.861 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.874 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.884 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.894 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.904 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.915 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.925 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.935 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.945 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.955 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.966 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.976 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.986 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 29.996 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.007 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.019 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.030 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.040 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.050 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.060 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.071 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.081 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.091 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.101 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.112 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.122 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.132 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.142 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.154 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.168 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.178 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.188 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.198 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.211 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.222 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.233 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.243 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.253 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.264 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.274 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.294 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.305 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.315 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.328 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.339 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.349 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.359 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.369 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.380 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.390 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.400 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.410 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.420 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.431 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.441 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.451 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.461 ms 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.865 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.474 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.484 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.495 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.505 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.515 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.528 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.539 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.549 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.560 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.570 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.580 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.590 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.601 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.613 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.624 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.634 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.644 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.654 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.665 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.675 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.685 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.695 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.705 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.716 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.726 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.736 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.746 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.759 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.769 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.779 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.789 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.800 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.810 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.820 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.830 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.840 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.857 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.872 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.888 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.901 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.911 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.924 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.935 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.945 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.958 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.968 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.978 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.989 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 30.999 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 31.009 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 31.020 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 31.030 ms 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.866 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.136 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.150 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.160 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.175 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.185 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.196 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.206 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.216 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.226 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.236 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.247 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.257 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.267 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.287 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.297 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.308 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.318 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.342 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.353 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.363 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.373 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.383 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.394 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.404 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.414 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.424 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.435 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.445 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.455 ms 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.867 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.465 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.475 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.488 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.499 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.509 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.519 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.534 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.544 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.554 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.565 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.575 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.585 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.595 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.606 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.616 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.626 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.639 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.649 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.660 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.670 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.680 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.690 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.701 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.711 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.721 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.731 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.742 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.752 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.762 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.772 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.785 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.795 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.806 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.816 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.826 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.837 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.849 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.860 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.870 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.880 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.890 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.900 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.911 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.921 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.933 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.944 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.954 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.964 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.974 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.984 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 32.995 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.005 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.015 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.026 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.036 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.046 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.056 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.066 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.079 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.089 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.100 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.110 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.120 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.130 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.141 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.148 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.156 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.163 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.174 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.184 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.195 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.205 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.217 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.228 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.238 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.248 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.258 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.268 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.287 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.297 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.307 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.318 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.328 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.338 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.348 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.359 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.371 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.381 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.392 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.402 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.412 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.422 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.432 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.442 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.453 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.463 ms 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.868 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.473 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.483 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.493 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.504 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.516 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.530 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.541 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.551 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.561 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.571 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.582 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.592 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.602 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.612 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.623 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.633 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.643 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.653 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.666 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.676 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.687 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.697 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.707 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.719 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.729 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.740 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.750 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.760 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.770 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.780 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.791 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.801 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.814 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.824 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.834 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.844 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.854 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.864 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.875 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.885 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.895 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.905 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.915 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.925 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 33.935 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.014 ms 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.869 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.465 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.487 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.500 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.511 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.522 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.532 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.543 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.559 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.569 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.580 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.590 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.600 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.610 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.627 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.637 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.648 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.658 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.668 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.678 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.689 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.699 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.709 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.719 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.730 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.740 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.750 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.760 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.773 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.783 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.794 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.804 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.814 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.824 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.834 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.845 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.855 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.865 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.875 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.885 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.895 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.906 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.918 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.928 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.938 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.949 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.959 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.969 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.979 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.989 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 34.999 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.013 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.023 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.034 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.044 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.054 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.067 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.077 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.087 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.098 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.108 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.118 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.128 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.138 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.148 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.158 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.169 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.179 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.189 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.199 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.211 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.221 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.232 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.242 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.252 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.262 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.272 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.282 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.293 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.303 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.313 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.323 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.333 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.343 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.356 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.367 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.377 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 35.387 ms 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.870 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.510 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.526 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.536 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.547 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.563 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.573 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.584 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.595 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.605 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.621 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.636 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.646 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.657 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.667 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.677 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.687 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.697 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.708 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.718 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.728 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.738 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.748 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.759 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.769 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.782 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.792 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.802 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.812 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.822 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.832 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.843 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.853 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.863 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.874 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.884 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.894 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.907 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.917 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.930 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.940 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.951 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.961 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.971 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.981 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 36.991 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.001 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.012 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.022 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.032 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.043 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.053 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.063 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.075 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.085 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.096 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.106 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.116 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.126 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.136 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.146 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.157 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.167 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.177 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.187 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.197 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.208 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.220 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.230 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.241 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.251 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.261 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.273 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.284 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.295 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.306 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.316 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.326 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.337 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.347 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.357 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.370 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.380 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.390 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.404 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.420 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.434 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.444 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.455 ms 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.872 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.465 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.475 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.485 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.496 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.506 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.516 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.529 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.539 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.555 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.566 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.576 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.586 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.597 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.607 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.617 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.628 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.638 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.648 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.658 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.671 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.681 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.692 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.704 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.714 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.725 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.735 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.745 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.755 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.766 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.776 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.786 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.796 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.806 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.816 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 37.824 ms 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.873 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 38.940 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 38.960 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 38.972 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 38.983 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 38.994 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.004 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.015 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.025 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.036 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.046 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.056 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.067 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.083 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.094 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.104 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.115 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.125 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.135 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.145 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.156 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.166 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.179 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.190 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.200 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.211 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.221 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.234 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.244 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.255 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.265 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.286 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.297 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.307 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.318 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.328 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.338 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.348 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.359 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.369 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.379 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.392 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.402 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.413 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.423 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.433 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.443 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.454 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.464 ms 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.874 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.474 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.484 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.495 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.505 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.515 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.534 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.547 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.558 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.568 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.578 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.588 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.599 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.609 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.619 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.629 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.640 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.650 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.660 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.670 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.680 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.693 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.703 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.713 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.724 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.734 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.746 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.756 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.767 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.777 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.788 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.798 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.808 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.819 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.829 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.842 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.852 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.863 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.873 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.883 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.893 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.904 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.914 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.924 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.934 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.945 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.955 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.967 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.977 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 39.991 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.001 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.012 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.022 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.032 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.043 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.053 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.063 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.073 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.084 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.094 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.104 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.114 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.125 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.138 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.148 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.158 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.169 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.179 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.189 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.213 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.223 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.234 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.244 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.254 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.265 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.299 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.310 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.330 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.352 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.365 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.376 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.386 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.397 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.407 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.417 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.428 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.438 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.448 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.459 ms 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.875 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.469 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.479 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.495 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.505 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.515 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.526 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.536 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.553 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.564 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.574 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.584 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.594 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.604 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.614 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.624 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.635 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.648 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.658 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.668 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.678 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.689 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.699 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.709 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.719 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.729 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 40.988 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.009 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.023 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.033 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.044 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.060 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.073 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.083 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.094 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.104 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.114 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.124 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.134 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.144 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.155 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.165 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.175 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.185 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.195 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.209 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.219 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.229 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.239 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.249 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.259 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.269 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.280 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.290 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.300 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.310 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.320 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.330 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.343 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.353 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.363 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.373 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.383 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.393 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.403 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.414 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.424 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.434 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.444 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.461 ms 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.876 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.471 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.481 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.495 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.505 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.515 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.526 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.536 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.551 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.561 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.571 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.581 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.591 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.601 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.611 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.621 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.631 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.644 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.654 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.664 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.675 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.685 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.695 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.705 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.715 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.725 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.735 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.745 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.756 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.766 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.776 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.788 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.798 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.808 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.818 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.829 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.841 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.852 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.862 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.872 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.882 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.892 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.902 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.912 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.922 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.935 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.945 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.955 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.965 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.975 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.985 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 41.996 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.006 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.016 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.026 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.033 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.041 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.048 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.059 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.209 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.221 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.231 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.242 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.252 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.262 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.272 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.282 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.292 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.302 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.312 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.322 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.337 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.347 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.360 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.370 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.381 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.391 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.401 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.411 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.421 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.431 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.442 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.452 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.462 ms 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.877 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.472 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.482 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.492 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.504 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.514 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.525 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.535 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.549 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.560 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.570 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.580 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.590 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.600 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.610 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.620 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.630 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.641 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.653 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.663 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.673 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.683 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.694 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.704 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.714 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.724 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.734 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.744 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.754 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.764 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.774 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.786 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.800 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.811 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.822 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.832 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.842 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.852 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.862 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.873 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.885 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.896 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.906 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.916 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.926 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.936 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.949 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.959 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.969 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.979 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 42.989 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.000 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.010 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.020 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.030 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.040 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.050 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.060 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.071 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.081 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.093 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.103 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.113 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.123 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.133 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.143 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.154 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.164 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.174 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.185 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.196 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.206 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.216 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.226 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.239 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.249 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.259 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.270 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.280 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.290 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.300 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.310 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.320 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.330 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.340 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.350 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.360 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.370 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.383 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.393 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.403 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.414 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.424 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.434 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.444 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.454 ms 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.878 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.464 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.474 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.484 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.494 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.505 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.515 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.527 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.538 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.553 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.563 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.573 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.584 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.594 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.604 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.614 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.624 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.634 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.646 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.657 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.670 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.680 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.690 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.701 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.711 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.721 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.731 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.741 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.752 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.762 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.772 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.782 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.792 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.802 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.815 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.825 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.836 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.846 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.856 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.866 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.876 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 43.886 ms 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.879 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 44.993 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.008 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.020 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.030 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.041 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.051 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.066 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.076 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.087 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.097 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.108 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.118 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.128 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.138 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.149 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.159 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.169 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.179 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.189 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.200 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.212 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.222 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.233 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.243 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.253 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.263 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.274 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33493][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:52.880 UTC [33493][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 755 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.284 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.294 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.304 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.315 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.325 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.335 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.345 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.358 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.368 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.378 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.388 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.399 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.409 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.419 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.430 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.440 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.450 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.461 ms 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.880 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.485 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.495 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.506 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.518 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.531 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.547 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.557 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.568 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.578 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.588 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.598 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.609 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.619 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.629 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.640 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.650 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.660 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.673 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.683 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.694 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.704 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.714 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.724 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.735 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.745 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.755 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.765 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.776 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.786 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.796 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.809 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.819 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.829 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.840 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.850 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.860 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.870 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.880 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.891 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.901 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.911 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.921 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.932 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.942 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.954 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.965 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.975 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.985 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 45.995 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.006 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.016 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.026 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.036 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.047 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.057 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.067 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.078 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.088 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.100 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.111 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.121 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.131 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.142 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.152 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.162 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.172 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.183 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.193 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.203 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.213 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.223 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.234 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.246 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.257 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.267 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.277 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.287 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.298 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.310 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.320 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.331 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.341 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.351 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.361 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.372 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.382 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.395 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.405 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.415 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.426 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.436 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.446 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.456 ms 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.881 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.467 ms 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.477 ms 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.487 ms 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.497 ms 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.507 ms 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.518 ms 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.528 ms 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.540 ms 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.556 ms 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.566 ms 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.576 ms 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.587 ms 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.597 ms 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.607 ms 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.617 ms 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.628 ms 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.638 ms 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.648 ms 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.659 ms 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.669 ms 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.679 ms 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.692 ms 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 46.702 ms 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.882 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.003 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.019 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.030 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.040 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.051 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.061 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.072 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.094 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.104 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.114 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.125 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.135 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.150 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.160 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.171 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.181 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.191 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.202 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.212 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.222 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.233 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.243 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.253 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.263 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.273 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.284 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.296 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.307 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.317 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.328 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.338 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.348 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.359 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.369 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.379 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.392 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.403 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.413 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.423 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.434 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.446 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.457 ms 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.883 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.467 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.477 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.487 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.497 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.513 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.545 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.558 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.569 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.580 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.590 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.601 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.611 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.627 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.637 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.648 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.658 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.668 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.678 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.688 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.699 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.709 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.719 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.730 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.740 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.750 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.760 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.774 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.784 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.794 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.805 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.815 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.825 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.835 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.846 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.856 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.866 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.876 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.887 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.905 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.927 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.945 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.956 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.966 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.976 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.987 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 48.997 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.007 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.018 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.028 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.038 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.048 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.058 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.068 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.078 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.092 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.102 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.112 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.122 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.132 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.143 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.153 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.163 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.173 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.183 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.193 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.203 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.216 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.229 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.239 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.249 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.259 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.269 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.279 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.290 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.300 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.310 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.320 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.331 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.341 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.351 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.361 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.373 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.383 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.394 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.404 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.414 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.424 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.434 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.444 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.454 ms 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.884 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.464 ms 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.475 ms 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.485 ms 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.495 ms 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.505 ms 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.517 ms 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.527 ms 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.538 ms 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.548 ms 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.564 ms 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.574 ms 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.585 ms 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.595 ms 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.605 ms 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.615 ms 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.625 ms 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.632 ms 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 49.640 ms 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.885 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 50.755 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 50.779 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 50.792 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 50.803 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 50.813 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 50.824 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 50.834 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 50.844 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 50.855 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 50.865 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 50.876 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 50.886 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 50.897 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 50.907 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 50.917 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 50.930 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 50.941 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 50.951 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 50.962 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 50.972 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 50.986 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 50.997 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.008 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.018 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.029 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.039 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.050 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.060 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.070 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.083 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.094 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.104 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.115 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.125 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.135 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.145 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.156 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.166 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.176 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.187 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.197 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.209 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.220 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.234 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.244 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.255 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.265 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.287 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.298 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.308 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.319 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.329 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.340 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.350 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.360 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.371 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.381 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.394 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.404 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.415 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.425 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.435 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.446 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.459 ms 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.886 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.470 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.480 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.490 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.501 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.512 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.522 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.537 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.550 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.561 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.571 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.581 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.592 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.602 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.612 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.623 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.633 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.643 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.654 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.664 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.674 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.684 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.697 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.707 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.717 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.728 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.738 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.748 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.758 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.769 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.779 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.791 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.802 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.812 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.822 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.832 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.845 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.855 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.866 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.876 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.886 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.896 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.907 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.917 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.927 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.938 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.948 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.958 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.968 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 51.987 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.000 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.011 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.021 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.031 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.042 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.052 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.062 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.073 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.083 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.093 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.104 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.114 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.124 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.139 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.151 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.162 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.172 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.182 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.193 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.203 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.213 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.224 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.234 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.244 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.255 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.265 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.284 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.294 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.307 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.318 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.328 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.338 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.348 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.359 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.369 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.379 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.390 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.400 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.410 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.420 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.431 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.441 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.453 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.464 ms 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.887 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.474 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.484 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.495 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.505 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.515 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.816 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.838 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.850 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.861 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.871 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.884 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.900 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.910 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.921 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.931 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.941 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.951 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.961 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.971 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.981 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 52.991 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.001 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.012 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.022 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.032 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.045 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.056 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.067 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.077 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.087 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.097 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.107 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.117 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.128 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.138 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.148 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.158 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.168 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.178 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.190 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.201 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.211 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.221 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.231 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.241 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.251 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.261 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.271 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.281 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.291 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.302 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.312 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.322 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.334 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.344 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.355 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.365 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.375 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.385 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.395 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.405 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.415 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.425 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.436 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.446 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.456 ms 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.888 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.466 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.479 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.489 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.499 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.510 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.520 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.530 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.540 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.556 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.566 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.576 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.587 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.597 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.607 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.617 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.630 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.640 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.652 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.662 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.673 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.683 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.693 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.703 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.713 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.723 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.733 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.743 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.754 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.764 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.777 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.787 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.797 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.808 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.818 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.828 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.838 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.848 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.858 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.868 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.878 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.888 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.898 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.909 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.921 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.932 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.942 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.952 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.962 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.972 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.982 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 53.993 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.003 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.013 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.023 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.033 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.043 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.053 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.066 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.076 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.086 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.096 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.106 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.117 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.127 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.137 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.147 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.157 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.167 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.177 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.187 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.197 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.210 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.220 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.230 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.241 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.251 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.262 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.272 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.282 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.292 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.302 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.312 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.322 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.332 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.343 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.355 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.365 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.375 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.385 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.396 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.407 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.418 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.428 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.438 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.448 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.458 ms 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.889 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.890 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.468 ms 2024-03-12 11:40:52.890 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.890 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.890 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.478 ms 2024-03-12 11:40:52.890 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.890 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.890 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.488 ms 2024-03-12 11:40:52.890 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.890 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.890 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 54.502 ms 2024-03-12 11:40:52.890 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.890 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 55.837 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 55.854 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 55.865 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 55.876 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 55.886 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 55.896 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 55.906 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 55.917 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 55.927 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 55.937 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 55.959 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 55.970 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 55.980 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 55.995 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.006 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.017 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.027 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.037 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.047 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.058 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.068 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.078 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.088 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.099 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.109 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.119 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.129 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.142 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.153 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.163 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.173 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.183 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.194 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.211 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.234 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.248 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.258 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.269 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.279 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.289 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.299 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.315 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.326 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.336 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.346 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.356 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.366 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.376 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.386 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.397 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.407 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.417 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.427 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.437 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.450 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.460 ms 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.891 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.470 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.481 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.491 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.501 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.511 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.521 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.531 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.551 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.562 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.572 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.583 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.593 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.606 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.616 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.626 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.636 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.646 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.656 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.666 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.677 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.687 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.697 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.707 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.717 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.727 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.737 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.750 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.760 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.770 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.780 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.790 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.800 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.808 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.815 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.822 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.834 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.844 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.854 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.864 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.874 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.886 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.896 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.907 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.917 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.927 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.937 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.947 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.957 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.967 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.977 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.988 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 56.998 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.008 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.018 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.030 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.040 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.050 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.061 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.071 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.081 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.091 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.103 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.114 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.125 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.136 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.146 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.156 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.166 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.179 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.189 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.199 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.209 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.219 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.229 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.240 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.250 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.260 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.271 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.281 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.291 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.301 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.311 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.323 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.334 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.346 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.356 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.366 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.376 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.386 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.400 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.416 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.432 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.445 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.455 ms 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.892 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.465 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.476 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.489 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.499 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.509 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.519 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.529 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.545 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.555 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.565 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.575 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.586 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.596 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.606 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.616 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.626 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.639 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.649 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.659 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.669 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.680 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.690 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.700 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.710 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.720 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.730 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.740 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.750 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.760 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.771 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.783 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.793 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.803 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.813 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.823 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.833 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.843 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.853 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.864 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.874 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.884 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.894 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.904 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.914 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.927 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.937 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.947 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.957 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.967 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.978 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.988 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 57.998 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.008 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.018 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.028 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.038 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.048 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.058 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.070 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.081 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.091 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.101 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.111 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.123 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.133 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.144 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.154 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.164 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.174 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.184 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.194 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.204 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.216 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.227 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.237 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.247 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.257 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.267 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.277 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.287 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.297 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.307 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.317 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.327 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.337 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.347 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.360 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.370 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.380 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.390 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.400 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.410 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.420 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.431 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.441 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.451 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.461 ms 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.893 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.894 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.471 ms 2024-03-12 11:40:52.894 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.894 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.894 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.482 ms 2024-03-12 11:40:52.894 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.894 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.894 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.494 ms 2024-03-12 11:40:52.894 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.894 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.894 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.504 ms 2024-03-12 11:40:52.894 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.894 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.894 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.514 ms 2024-03-12 11:40:52.894 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.894 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.894 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 58.525 ms 2024-03-12 11:40:52.894 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.894 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.641 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.657 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.668 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.679 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.690 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.700 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.711 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.721 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.731 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.741 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.756 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.766 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.777 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.787 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.797 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.808 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.818 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.828 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.838 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.848 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.859 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.869 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.879 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.889 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.902 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.912 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.923 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.933 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.943 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.953 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.963 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.974 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.984 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 59.997 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.007 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.018 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.028 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.039 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.051 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.062 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.072 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.082 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.093 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.103 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.113 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.123 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.134 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.144 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.154 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.164 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.174 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.184 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.197 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.207 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.218 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.228 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.238 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.248 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.258 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.269 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.301 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.311 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.322 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.332 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.342 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.352 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.365 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.376 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.386 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.396 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.407 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.417 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.427 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.437 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.448 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.458 ms 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.895 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.468 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.478 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.488 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.498 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.511 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.521 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.532 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.547 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.557 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.567 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.578 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.588 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.598 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.609 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.619 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.629 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.639 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.649 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.662 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.673 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.683 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.693 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.703 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.714 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.724 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.734 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.744 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.754 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.765 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.775 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.785 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.797 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.810 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.821 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.832 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.842 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.853 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.863 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.873 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.883 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.893 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.904 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.914 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.924 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.934 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.944 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.957 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.968 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.978 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.988 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 60.998 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.009 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.019 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.029 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.040 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.050 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.060 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.070 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.080 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.091 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.111 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.121 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.132 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.142 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.152 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.162 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.172 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.183 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.193 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.203 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.213 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.223 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.239 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.250 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.263 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.273 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.283 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.294 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.304 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.314 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.324 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.334 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.345 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.355 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 61.365 ms 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.896 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.629 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.645 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.656 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.671 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.681 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.692 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.702 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.712 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.723 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.733 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.743 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.754 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.764 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.774 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.784 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.795 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.805 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.818 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.828 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.842 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.852 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.863 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.873 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.883 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.894 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.904 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.914 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.924 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.934 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.945 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.955 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.967 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.978 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.988 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 62.998 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.008 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.019 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.029 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.039 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.049 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.060 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.070 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.080 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.090 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.103 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.114 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.124 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.134 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.144 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.155 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.165 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.175 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.185 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.196 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.206 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.216 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.226 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.237 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.249 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.259 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.270 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.280 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.290 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.301 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.312 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.322 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.332 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.342 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.353 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.363 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.373 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.383 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.396 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.407 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.417 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.427 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.437 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.448 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.458 ms 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.898 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.468 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.478 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.489 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.499 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.509 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.519 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.530 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.548 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.558 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.569 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.579 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.589 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.599 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.612 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.622 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.632 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.643 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.653 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.663 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.673 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.684 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.696 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.707 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.717 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.727 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.737 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.748 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.758 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.768 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.778 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.788 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.799 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.809 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.819 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.841 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.855 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.865 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.875 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.886 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.896 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.906 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.917 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.927 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.937 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.947 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.957 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.968 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.978 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 63.988 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.001 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.011 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.022 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.032 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.042 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.052 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.063 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.073 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.083 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.094 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.104 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.114 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.124 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.134 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.147 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.157 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.168 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.178 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.188 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.198 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.208 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.219 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.229 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.239 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.249 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.259 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.270 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.280 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.292 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.303 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.313 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.323 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 64.333 ms 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.899 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.900 UTC [33493][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:52.900 UTC [33493][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 755 2024-03-12 11:40:52.900 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.427 ms 2024-03-12 11:40:52.900 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.900 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.900 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.441 ms 2024-03-12 11:40:52.900 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.900 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.900 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.452 ms 2024-03-12 11:40:52.900 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.900 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.900 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.462 ms 2024-03-12 11:40:52.900 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.900 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.489 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.500 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.510 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.520 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.535 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.551 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.561 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.573 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.584 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.595 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.606 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.616 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.627 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.637 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.648 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.658 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.668 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.678 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.691 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.702 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.712 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.722 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.732 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.743 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.753 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.763 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.773 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.783 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.794 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.804 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.814 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.824 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.837 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.848 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.858 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.868 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.878 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.889 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.899 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.909 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.919 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.929 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.939 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.950 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.960 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.970 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.983 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 65.993 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.003 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.014 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.024 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.034 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.044 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.055 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.065 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.075 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.085 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.096 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.106 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.116 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.128 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.139 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.149 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.159 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.170 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.180 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.190 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.200 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.211 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.221 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.231 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.242 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.252 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.262 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.276 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.287 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.297 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.307 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.318 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.328 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.338 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.348 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.359 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.369 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.379 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.389 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.399 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.409 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.422 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.432 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.443 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.453 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.463 ms 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.901 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.473 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.483 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.494 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.504 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.514 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.524 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.534 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.549 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.560 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.573 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.583 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.593 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.603 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.614 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.624 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.634 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.644 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.655 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.665 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.675 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.685 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.696 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.706 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.718 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.728 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.739 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.749 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.759 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.770 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.780 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.790 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.800 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.810 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.821 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.831 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.842 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.852 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.864 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.875 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.885 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.895 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.905 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.916 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.926 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.936 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.946 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.957 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.967 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.977 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.987 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 66.997 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.010 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.021 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.031 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.043 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.053 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.063 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.074 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.084 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.094 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.105 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.115 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.125 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.135 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.145 ms 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.902 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.559 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.575 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.586 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.596 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.606 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.617 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.627 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.637 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.647 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.658 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.668 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.678 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.688 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.699 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.713 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.723 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.733 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.744 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.754 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.764 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.774 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.784 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.795 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.805 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.815 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.825 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.835 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.848 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.859 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.869 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.879 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.890 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.900 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.910 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.920 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.930 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.941 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.951 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.961 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.971 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.981 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 67.994 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.004 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.014 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.025 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.035 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.045 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.055 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.066 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.076 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.086 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.096 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.106 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.117 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.127 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.139 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.150 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.160 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.170 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.181 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.191 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.201 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.214 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.224 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.235 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.245 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.255 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.265 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.276 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.288 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.299 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.309 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.319 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.329 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.340 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.350 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.360 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.370 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.380 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.390 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.401 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.411 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.421 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.435 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.445 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.455 ms 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.903 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.466 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.476 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.486 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.496 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.507 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.517 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.527 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.542 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.553 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.563 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.573 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.587 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.597 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.607 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.617 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.628 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.638 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.648 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.658 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.668 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.679 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.689 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.699 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.709 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.719 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.732 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.742 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.753 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.763 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.773 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.783 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.793 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.804 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.814 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.824 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.834 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.844 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.854 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.865 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.877 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.887 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.898 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.908 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.918 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.928 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.938 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.949 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.959 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.969 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.981 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 68.992 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.002 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.012 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.025 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.036 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.046 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.056 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.066 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.077 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.087 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.097 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.107 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.117 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.128 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.138 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.148 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.159 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.171 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.181 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.192 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.202 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.212 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.222 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.232 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.243 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.255 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.266 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.276 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.286 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.296 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.306 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.319 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.330 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.340 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.350 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.360 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.370 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.381 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.391 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.401 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.411 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.421 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.431 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.442 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.452 ms 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.904 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.905 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.466 ms 2024-03-12 11:40:52.905 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.905 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.905 UTC [33626][logical replication parallel worker] LOG: process 33626 still waiting for ShareLock on transaction 774 after 69.478 ms 2024-03-12 11:40:52.905 UTC [33626][logical replication parallel worker] DETAIL: Process holding the lock: 33493. Wait queue: 33626. 2024-03-12 11:40:52.905 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.915 UTC [33469][logical replication apply worker] LOG: process 33469 still waiting for AccessShareLock on remote transaction 756 of subscription 16397 of database 5 after 10.137 ms 2024-03-12 11:40:52.915 UTC [33469][logical replication apply worker] DETAIL: Process holding the lock: 33626. Wait queue: 33469. 2024-03-12 11:40:52.915 UTC [33469][logical replication apply worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM COMMIT" in transaction 756, finished at 0/216DC00 2024-03-12 11:40:52.919 UTC [33493][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:52.919 UTC [33493][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 755 2024-03-12 11:40:52.938 UTC [33493][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:52.938 UTC [33493][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 755 2024-03-12 11:40:52.957 UTC [33493][logical replication parallel worker] DEBUG: applied 497 changes in the streaming chunk 2024-03-12 11:40:52.957 UTC [33493][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 755 2024-03-12 11:40:52.967 UTC [33493][logical replication parallel worker] LOG: process 33493 detected deadlock while waiting for AccessShareLock on remote transaction 755 of subscription 16397 of database 5 after 10.698 ms 2024-03-12 11:40:52.967 UTC [33493][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: . 2024-03-12 11:40:52.967 UTC [33493][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 755 2024-03-12 11:40:52.967 UTC [33493][logical replication parallel worker] ERROR: deadlock detected 2024-03-12 11:40:52.967 UTC [33493][logical replication parallel worker] DETAIL: Process 33493 waits for AccessShareLock on remote transaction 755 of subscription 16397 of database 5; blocked by process 33469. Process 33469 waits for AccessShareLock on remote transaction 756 of subscription 16397 of database 5; blocked by process 33626. Process 33626 waits for ShareLock on transaction 774; blocked by process 33493. Process 33493: Process 33469: Process 33626: 2024-03-12 11:40:52.967 UTC [33493][logical replication parallel worker] HINT: See server log for query details. 2024-03-12 11:40:52.967 UTC [33493][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 755 2024-03-12 11:40:52.967 UTC [33469][logical replication apply worker] LOG: process 33469 still waiting for AccessShareLock on remote transaction 756 of subscription 16397 of database 5 after 62.828 ms 2024-03-12 11:40:52.967 UTC [33469][logical replication apply worker] DETAIL: Process holding the lock: 33626. Wait queue: 33469. 2024-03-12 11:40:52.967 UTC [33469][logical replication apply worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM COMMIT" in transaction 756, finished at 0/216DC00 2024-03-12 11:40:52.967 UTC [33469][logical replication apply worker] ERROR: logical replication parallel apply worker exited due to error 2024-03-12 11:40:52.967 UTC [33469][logical replication apply worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM STOP" in transaction 755 logical replication parallel apply worker processing remote data for replication origin "pg_16397" during message type "STREAM COMMIT" in transaction 756, finished at 0/216DC00 2024-03-12 11:40:52.968 UTC [33626][logical replication parallel worker] LOG: process 33626 acquired ShareLock on transaction 774 after 132.722 ms 2024-03-12 11:40:52.968 UTC [33626][logical replication parallel worker] CONTEXT: while inserting index tuple (8,15) in relation "idx_tab" processing remote data for replication origin "pg_16397" during message type "INSERT" for replication target relation "public.test_tab_2" in transaction 756 2024-03-12 11:40:52.969 UTC [31574][postmaster] DEBUG: unregistering background worker "logical replication parallel apply worker for subscription 16397" 2024-03-12 11:40:52.969 UTC [31574][postmaster] LOG: background worker "logical replication parallel worker" (PID 33493) exited with exit code 1 2024-03-12 11:40:52.969 UTC [33626][logical replication parallel worker] FATAL: terminating logical replication worker due to administrator command 2024-03-12 11:40:52.970 UTC [31574][postmaster] DEBUG: unregistering background worker "logical replication parallel apply worker for subscription 16397" 2024-03-12 11:40:52.970 UTC [31580][logical replication launcher] DEBUG: starting logical replication worker for subscription "tap_sub" 2024-03-12 11:40:52.970 UTC [31574][postmaster] LOG: background worker "logical replication parallel worker" (PID 33626) exited with exit code 1 2024-03-12 11:40:52.970 UTC [31574][postmaster] DEBUG: registering background worker "logical replication apply worker for subscription 16397" 2024-03-12 11:40:52.970 UTC [31574][postmaster] DEBUG: starting background worker process "logical replication apply worker for subscription 16397" TRAP: failed Assert("dlist_is_empty(&(MyProc->myProcLocks[i]))"), File: "../src/backend/storage/lmgr/proc.c", Line: 861, PID: 33469 2024-03-12 11:40:52.971 UTC [33695][logical replication apply worker] LOG: logical replication apply worker for subscription "tap_sub" has started 2024-03-12 11:40:52.971 UTC [33695][logical replication apply worker] DEBUG: connecting to publisher using connection string "port=51485 host=/tmp/UMvA3TV5Mr dbname=postgres application_name=tap_sub" 2024-03-12 11:40:52.974 UTC [33695][logical replication apply worker] DEBUG: logical replication apply worker for subscription "tap_sub" two_phase is DISABLED 0xa24674 at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres 0x8c6f43 at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres 0x8a5641 at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres 0x8a5499 at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres 0x8a53df at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres 0x82974e at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres 0x82e542 at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres 0x82fb24 at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres 0x82db76 at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres 2024-03-12 11:40:53.038 UTC [33714][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-12 11:40:53.039 UTC [33714][client backend] [[unknown]][23/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_015_stream_subscriber_data/pgdata/pg_hba.conf:117) 2024-03-12 11:40:53.039 UTC [33714][client backend] [[unknown]][23/1:0] LOG: connection authorized: user=postgres database=postgres application_name=015_stream.pl 2024-03-12 11:40:53.040 UTC [33714][client backend] [015_stream.pl][23/2:0] LOG: statement: DROP INDEX idx_tab 2024-03-12 11:40:53.041 UTC [33714][client backend] [015_stream.pl][:0] LOG: disconnection: session time: 0:00:00.002 user=postgres database=postgres host=[local] 2024-03-12 11:40:53.097 UTC [33695][logical replication apply worker] DEBUG: starting logical replication worker for subscription "tap_sub" 2024-03-12 11:40:53.097 UTC [33695][logical replication apply worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 755 2024-03-12 11:40:53.097 UTC [31574][postmaster] DEBUG: registering background worker "logical replication parallel apply worker for subscription 16397" 2024-03-12 11:40:53.097 UTC [31574][postmaster] DEBUG: starting background worker process "logical replication parallel apply worker for subscription 16397" 2024-03-12 11:40:53.098 UTC [33722][logical replication parallel worker] LOG: logical replication apply worker for subscription "tap_sub" has started 2024-03-12 11:40:53.135 UTC [33695][logical replication apply worker] DEBUG: starting logical replication worker for subscription "tap_sub" 2024-03-12 11:40:53.135 UTC [33695][logical replication apply worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.135 UTC [31574][postmaster] DEBUG: registering background worker "logical replication parallel apply worker for subscription 16397" 2024-03-12 11:40:53.135 UTC [31574][postmaster] DEBUG: starting background worker process "logical replication parallel apply worker for subscription 16397" 2024-03-12 11:40:53.136 UTC [33723][logical replication parallel worker] LOG: logical replication apply worker for subscription "tap_sub" has started 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 10.654 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 10.679 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 10.687 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 10.705 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 10.716 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 10.726 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 10.736 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 10.746 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 10.756 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 10.766 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 10.783 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 10.793 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 10.803 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 10.812 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 10.823 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 10.832 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 10.842 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 10.851 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 10.861 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 10.870 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 10.882 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.003 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.015 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.026 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.035 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.049 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.059 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.068 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.078 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.088 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.098 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.108 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.117 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.127 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.136 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.147 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.156 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.165 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.175 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.184 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.196 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.206 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.215 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.225 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.235 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.245 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.254 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.264 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.273 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.283 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.292 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.302 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.311 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.321 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.339 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.349 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.487 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.500 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.510 ms 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.147 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.519 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.529 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.539 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.548 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.558 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.567 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.577 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.591 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.600 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.610 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.619 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.629 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.641 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.651 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.661 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.673 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.683 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.693 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.702 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.712 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.721 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.731 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.740 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.750 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.759 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.769 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.778 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.791 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.801 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.811 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.820 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.830 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.839 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.848 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.858 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.867 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.877 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.886 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.896 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.907 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.917 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.926 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.936 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.947 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.957 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.966 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.976 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.985 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 11.995 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.004 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.014 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.024 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.033 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.043 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.052 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.062 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.071 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.081 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.093 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.103 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.112 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.122 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.131 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.141 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.151 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.160 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.170 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.179 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.189 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.198 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.207 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.217 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.226 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.265 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.276 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.285 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.295 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.304 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.314 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.323 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.342 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.352 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.361 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.371 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.381 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.390 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.400 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.409 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.423 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.433 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.443 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.453 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.462 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.472 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.481 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.491 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.500 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.510 ms 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.148 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.519 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.529 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.542 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.551 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.561 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.570 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.587 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.597 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.607 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.616 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.626 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.635 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.645 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.654 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.664 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.673 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.683 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.692 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.702 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.711 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.721 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.733 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.743 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.752 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.762 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.771 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.781 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.790 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.800 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.809 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.819 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.828 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.838 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.847 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.857 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.866 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.878 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.888 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.898 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.907 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.917 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.926 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.936 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.945 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.955 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.965 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.975 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.984 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 12.994 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.003 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.013 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.025 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.034 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.044 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.053 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.063 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.072 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.082 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.091 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.101 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.110 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.120 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.129 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.139 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.150 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.160 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.169 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.181 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.191 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.201 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.210 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.220 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.229 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.239 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.248 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.258 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.267 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.277 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.286 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.296 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.305 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.315 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.327 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.345 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.355 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.364 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.374 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.383 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.393 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.402 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.412 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.421 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.431 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.440 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.449 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.459 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.468 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.480 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.490 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.504 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.514 ms 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.149 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.523 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.533 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.542 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.552 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.616 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.626 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.636 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.645 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.655 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.665 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.674 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.687 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.696 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.706 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.715 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.725 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.734 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.743 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.753 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.762 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.772 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.781 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.791 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.800 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.810 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.819 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.829 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.841 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.850 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.860 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.870 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.880 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.889 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.899 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.908 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.918 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.929 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.939 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.948 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.958 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.967 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.977 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.989 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 13.999 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.008 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.018 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.027 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.037 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.046 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.056 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.065 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.075 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.084 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.094 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.103 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.113 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.122 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.135 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.145 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.155 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.164 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.173 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.183 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.192 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.202 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.212 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.221 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.231 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.240 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.249 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.259 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.268 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.281 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.290 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.300 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.309 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.319 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.328 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.347 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.357 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.366 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.376 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.385 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.395 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.404 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.414 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.423 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.433 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.445 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.454 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.464 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.473 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.483 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.492 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.502 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.511 ms 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.150 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.531 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.541 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.551 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.560 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.570 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.583 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.593 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.606 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.616 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.625 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.635 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.644 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.654 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.665 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.675 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.684 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.694 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.703 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.713 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.722 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.732 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.741 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.754 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.764 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.773 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.780 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.786 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.797 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.806 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.816 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.825 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.835 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.854 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.864 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.874 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.883 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.893 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.906 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.916 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.925 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.935 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.944 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.954 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.963 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.973 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.982 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 14.992 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.001 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.011 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.020 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.030 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.040 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.049 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.061 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.070 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.081 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.091 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.100 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.110 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.119 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.129 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.138 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.148 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.157 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.167 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.178 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.188 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.197 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.209 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.219 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.229 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.238 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.248 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.257 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.266 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.276 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.285 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.295 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.304 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.314 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.323 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.341 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.351 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.363 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.372 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.382 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.392 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.401 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.411 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.420 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.430 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.439 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.449 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.458 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.468 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.477 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.486 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.496 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.508 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.517 ms 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.151 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.527 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.536 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.546 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.555 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.565 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.574 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.587 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.597 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.607 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.616 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.626 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.635 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.645 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.654 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.668 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.678 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.688 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.698 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.707 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.717 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.726 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.736 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.745 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.755 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.764 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.774 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.783 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.793 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.802 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.814 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.824 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.834 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.843 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.853 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.862 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.872 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.893 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.904 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.914 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.923 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.932 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.942 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.951 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.961 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.973 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.983 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 15.992 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.002 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.012 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.021 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.031 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.040 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.049 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.059 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.068 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.078 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.088 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.097 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.106 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.118 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.130 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.140 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.149 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.159 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.168 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.178 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.187 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.197 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.206 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.216 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.226 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.235 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.245 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.254 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.263 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.275 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.285 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.295 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.304 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.314 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.323 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.343 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.353 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.362 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.372 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.381 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.390 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.400 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.409 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.419 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.431 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.440 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.450 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.459 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.469 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.478 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.488 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.497 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.507 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.516 ms 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.152 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.526 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.535 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.545 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.554 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.563 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.575 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.589 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.599 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.608 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.618 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.627 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.637 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.646 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.656 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.665 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.675 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.684 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.694 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.703 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.713 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.725 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.735 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.744 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.753 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.763 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.772 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.782 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.791 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.801 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.810 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.827 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.836 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.846 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.858 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.868 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.877 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.889 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.899 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.908 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.918 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.927 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.937 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.946 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.956 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.965 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.972 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.979 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.989 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 16.998 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.008 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.017 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.030 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.040 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.050 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.059 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.071 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.080 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.090 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.099 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.109 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.119 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.128 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.137 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.147 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.156 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.166 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.178 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.188 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.197 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.207 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.216 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.226 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.235 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.245 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.254 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.264 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.273 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.283 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.292 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.302 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.311 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.323 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.341 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.351 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.361 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.370 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.380 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.389 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.399 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.408 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.418 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.427 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.437 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.446 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.456 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.466 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.476 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.488 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.497 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.507 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.516 ms 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.153 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.526 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.535 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.545 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.554 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.564 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.573 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.587 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.597 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.606 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.616 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.625 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.637 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.647 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.656 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.666 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.675 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.685 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.694 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.704 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.713 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.723 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.732 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.741 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.751 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.760 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.770 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.782 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.793 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.803 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.813 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.822 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.832 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.841 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.851 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.860 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.870 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.879 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.889 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.898 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.908 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.917 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.929 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.939 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.949 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.958 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.968 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.977 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.986 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 17.996 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.005 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.015 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.024 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.034 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.043 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.053 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.062 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.071 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.083 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.093 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.102 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.112 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.121 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.131 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.140 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.150 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.159 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.169 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.178 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.188 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.197 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.207 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.216 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.229 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.235 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.242 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.252 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.262 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.271 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.281 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.290 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.300 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.309 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.318 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.328 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.346 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.355 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.365 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.377 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.386 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.396 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.405 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.415 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.424 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.433 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.443 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.452 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.462 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.471 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.481 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.490 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.500 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.509 ms 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.154 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.521 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.530 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.540 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.549 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.559 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.568 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.578 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.592 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.602 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.611 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.621 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.630 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.640 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.649 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.659 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.668 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.680 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.690 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.699 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.709 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.719 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.728 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.738 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.747 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.757 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.766 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.776 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.785 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.795 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.804 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.814 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.826 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.835 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.845 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.854 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.864 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.873 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.883 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.892 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.902 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.913 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.923 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.932 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.942 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.951 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.961 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.974 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.985 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 18.994 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.004 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.013 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.023 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.032 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.042 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.051 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.061 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.070 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.080 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.089 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.099 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.108 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.120 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.130 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.139 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.149 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.158 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.168 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.177 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.186 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.196 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.206 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.215 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.225 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.234 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.243 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.253 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.262 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.274 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.284 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.293 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.303 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.312 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.321 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.328 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.355 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.366 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.375 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.385 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.394 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.404 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.413 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.423 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.435 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.445 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.455 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.464 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.473 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.483 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.492 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.502 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.511 ms 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.155 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.521 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.530 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.540 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.549 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.559 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.568 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.584 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.594 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.603 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.613 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.623 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.632 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.641 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.651 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.660 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.670 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.679 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.689 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.698 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.708 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.717 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.727 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.739 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.749 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.758 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.768 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.777 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.787 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.796 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.806 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.815 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.825 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.834 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.844 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.853 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.864 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.874 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.886 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.896 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.905 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.915 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.925 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.934 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.944 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.953 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.963 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.972 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.981 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 19.991 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.000 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.010 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.020 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.031 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.043 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.053 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.062 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.072 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.081 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.091 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.100 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.110 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.119 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.128 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.138 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.147 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.157 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.166 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.178 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.188 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.198 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.207 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.217 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.226 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.236 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.245 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.255 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.264 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.274 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.283 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.292 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.302 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.311 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.321 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.341 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.351 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.360 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.370 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.379 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.389 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.398 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.408 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.417 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.432 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.449 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.463 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.474 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.484 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.493 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.512 ms 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.156 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.522 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.532 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.541 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.551 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.560 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.570 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.579 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.589 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.604 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.613 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.623 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.632 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.642 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.651 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.665 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.674 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.684 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.693 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.703 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.712 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.722 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.731 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.741 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.750 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.759 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.769 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.778 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.788 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.797 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.809 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.819 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.829 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.841 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.850 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.860 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.869 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.879 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.888 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.897 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.907 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.916 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.926 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.935 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.945 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.954 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.966 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.976 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.985 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 20.995 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.004 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.014 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.024 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.033 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.043 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.052 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.062 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.071 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.080 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.090 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.099 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.112 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.121 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.131 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.141 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.150 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.160 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.169 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.178 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.188 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.197 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.207 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.216 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.226 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.235 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.245 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.257 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.267 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.276 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.286 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.295 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.305 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.314 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.323 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.333 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.342 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.352 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.361 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.371 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.380 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.389 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.402 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.411 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.421 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.430 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.439 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.449 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.458 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.468 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.478 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.487 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.497 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.506 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.515 ms 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.157 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.525 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.534 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.545 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.558 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.567 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.577 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.586 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.600 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.609 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.619 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.629 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.638 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.647 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.657 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.666 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.676 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.685 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.695 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.707 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.716 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.726 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.735 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.745 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.751 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.758 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.768 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.778 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.787 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.797 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.806 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.815 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.825 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.834 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.847 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.856 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.866 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.876 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.885 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.895 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.904 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.914 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.923 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.933 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.942 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.951 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.961 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.970 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.981 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 21.994 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.004 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.013 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.023 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.033 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.042 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.052 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.061 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.070 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.080 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.090 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.099 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.108 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.118 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.127 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.137 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.149 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.159 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.168 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.177 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.187 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.196 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.206 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.215 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.224 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.234 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.243 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.253 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.262 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.272 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.281 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.293 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.303 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.312 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.323 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.333 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.344 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.353 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.363 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.372 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.382 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.391 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.401 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.410 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.420 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.429 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.441 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.451 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.461 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.470 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.479 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.489 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.498 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.508 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.517 ms 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.158 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.527 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.536 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.545 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.555 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.564 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.573 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.586 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.601 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.611 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.620 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.630 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.639 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.650 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.660 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.669 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.679 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.688 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.698 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.709 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.730 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.740 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.750 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.762 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.772 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.782 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.791 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.801 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.810 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.820 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.829 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.839 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.848 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.859 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.866 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.873 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.883 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.892 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.905 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.914 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.924 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.934 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.943 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.954 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.964 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.973 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.983 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 22.992 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.002 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.011 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.021 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.030 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.040 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.052 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.062 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.071 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.081 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.090 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.100 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.109 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.118 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.128 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.137 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.147 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.156 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.165 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.175 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.184 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.196 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.206 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.215 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.225 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.234 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.244 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.253 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.262 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.272 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.282 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.291 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.300 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.310 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.319 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.329 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.338 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.350 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.360 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.370 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.379 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.389 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.398 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.407 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.417 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.426 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.436 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.445 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.455 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.464 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.473 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.483 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.495 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.504 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.514 ms 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.159 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.523 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.533 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.542 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.551 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.561 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.570 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.580 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.589 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.603 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.613 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.622 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.631 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.644 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.653 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.664 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.674 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.683 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.693 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.702 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.712 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.721 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.731 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.740 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.750 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.759 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.768 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.778 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.790 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.799 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.809 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.818 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.828 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.837 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.847 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.856 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.866 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.876 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.885 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.894 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.904 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.913 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.922 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.932 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.944 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.954 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.961 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.967 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.974 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.984 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 23.993 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.003 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.012 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.022 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.031 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.040 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.050 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.059 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.069 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.081 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.091 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.100 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.110 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.119 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.129 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.138 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.148 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.157 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.167 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.176 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.186 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.195 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.205 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.214 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.226 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.236 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.245 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.255 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.264 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.274 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.283 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.293 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.302 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.311 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.321 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.330 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.340 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.349 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.358 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.371 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.380 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.390 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.399 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.408 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.418 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.427 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.437 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.446 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.455 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.465 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.474 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.484 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.493 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.503 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.512 ms 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.160 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.534 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.544 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.554 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.563 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.573 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.582 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.595 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.605 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.614 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.625 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.635 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.645 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.654 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.663 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.673 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.685 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.695 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.704 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.714 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.723 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.733 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.742 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.752 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.761 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.771 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.780 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.789 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.799 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.808 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.815 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.824 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.831 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.837 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.844 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.850 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.857 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.867 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.874 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.886 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.893 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.899 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.906 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.916 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.928 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.934 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.943 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.950 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.962 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.968 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.975 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.986 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 24.996 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.002 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.011 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.018 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.026 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.038 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.052 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.062 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.068 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.077 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.086 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.093 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.102 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.112 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.119 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.125 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.136 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.142 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.152 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.162 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.169 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.178 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.184 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.193 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.203 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.239 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.246 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.252 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.263 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.273 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.280 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.286 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.297 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.307 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.314 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.322 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.333 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.349 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.359 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.366 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.375 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.384 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.390 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.399 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.410 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.416 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.425 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.435 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.442 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.448 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.459 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.469 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.476 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.484 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.491 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.500 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.508 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.519 ms 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.161 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.525 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.532 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.543 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.553 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.571 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.582 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.623 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.638 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.647 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.654 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.660 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.667 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.673 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.685 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.692 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.713 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.738 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.748 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.759 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.766 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.775 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.786 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.792 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.801 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.811 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.818 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.827 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.833 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.844 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.851 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.860 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.871 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.877 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.886 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.896 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.903 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.913 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.923 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.930 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.938 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.949 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.955 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.962 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.971 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.982 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.992 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 25.999 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.007 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.018 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.024 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.033 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.044 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.050 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.057 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.068 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.078 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.085 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.094 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.103 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.110 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.119 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.130 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.136 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.145 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.155 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.162 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.168 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.179 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.189 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.196 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.203 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.213 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.224 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.230 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.239 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.246 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.255 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.265 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.272 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.280 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.291 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.297 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.304 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.323 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.338 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.356 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.367 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.379 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.390 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.403 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.413 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.424 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.434 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.444 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.450 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.457 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.463 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.470 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.476 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.488 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.500 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.512 ms 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.162 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.519 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.526 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.544 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.557 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.574 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.587 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.602 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.612 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.625 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.637 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.649 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.656 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.665 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.677 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.684 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.693 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.704 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.711 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.720 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.729 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.736 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.742 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.753 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.764 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.771 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.779 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.786 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.795 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.806 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.813 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.819 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.832 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.838 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.847 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.854 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.865 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.872 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.880 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.891 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.898 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.906 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.913 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.922 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 26.936 ms 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.163 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.404 ms 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.423 ms 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.435 ms 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.445 ms 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.460 ms 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.471 ms 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.480 ms 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.490 ms 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.500 ms 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.509 ms 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.164 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.519 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.528 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.538 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.621 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.631 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.650 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.661 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.671 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.681 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.695 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.705 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.715 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.724 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.734 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.744 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.753 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.763 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.776 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.785 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.795 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.804 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.814 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.823 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.834 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.845 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.859 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.869 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.878 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.888 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.898 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.907 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.917 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.926 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.936 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.946 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.956 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.965 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.975 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.984 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 28.994 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.006 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.016 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.026 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.035 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.045 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.054 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.064 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.073 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.083 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.092 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.102 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.112 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.122 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.132 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.141 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.153 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.163 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.172 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.182 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.191 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.200 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.210 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.219 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.229 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.239 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.262 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.272 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.281 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.291 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.300 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.313 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.323 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.340 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.350 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.360 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.369 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.379 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.390 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.400 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.410 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.419 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.429 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.438 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.448 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.457 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.467 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.479 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.488 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.498 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.507 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.517 ms 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.165 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.526 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.536 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.545 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.555 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.564 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.574 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.591 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.601 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.610 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.620 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.632 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.642 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.652 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.661 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.671 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.680 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.690 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.699 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.709 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.718 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.728 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.737 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.747 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.756 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.766 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.778 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.787 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.799 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.809 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.818 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.828 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.838 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.847 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.857 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.866 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.876 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.885 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.895 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.904 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.914 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.926 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.936 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.945 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.955 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.964 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.974 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.983 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 29.993 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.002 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.012 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.021 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.031 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.040 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.050 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.060 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.069 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.081 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.091 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.100 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.110 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.119 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.129 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.138 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.148 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.158 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.167 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.177 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.186 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.196 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.205 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.215 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.227 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.236 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.246 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.255 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.265 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.274 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.284 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.293 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.304 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.314 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.323 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.342 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.352 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.361 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.371 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.383 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.393 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.403 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.416 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.425 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.435 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.444 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.454 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.463 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.473 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.482 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.492 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.505 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.514 ms 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.166 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.524 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.536 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.547 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.557 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.566 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.575 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.589 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.608 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.617 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.627 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.637 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.646 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.656 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.665 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.675 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.684 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.694 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.707 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.716 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.726 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.736 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.746 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.755 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.765 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.775 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.784 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.794 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.803 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.813 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.822 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.832 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.841 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.853 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.863 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.873 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.882 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.892 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.901 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.911 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.920 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.930 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.939 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.948 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.958 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.967 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.977 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.986 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 30.998 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.008 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.018 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.027 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.037 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.048 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.058 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.068 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.077 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.087 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.096 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.106 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.115 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.125 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.135 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.147 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.157 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.166 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.176 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.185 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.195 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.204 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.214 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.223 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.233 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.242 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.252 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.265 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.284 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.295 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.305 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.318 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.328 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.337 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.347 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.356 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.366 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.381 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.391 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.401 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.410 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.419 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.429 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.438 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.448 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.457 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.470 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.480 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.489 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.499 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.508 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.518 ms 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.167 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.527 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.537 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.546 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.556 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.565 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.575 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.584 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.594 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.609 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.623 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.633 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.642 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.652 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.661 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.671 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.680 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.690 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.699 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.709 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.718 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.728 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.737 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.747 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.756 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.769 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.779 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.791 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.801 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.810 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.820 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.830 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.839 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.849 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.858 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.868 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.877 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.888 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.897 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.907 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.916 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.929 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.938 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.948 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.957 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.967 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.976 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.986 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 31.995 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.005 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.015 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.025 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.034 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.044 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.053 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.063 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.076 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.085 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.095 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.105 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.114 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.124 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.133 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.143 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.152 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.161 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.171 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.180 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.190 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.199 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.209 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.220 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.230 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.240 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.249 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.258 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.268 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.277 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.287 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.296 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.306 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.315 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.325 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.334 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.344 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.353 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.482 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.492 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.502 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.512 ms 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.168 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.521 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.531 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.540 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.550 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.559 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.569 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.579 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.588 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.598 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.612 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.623 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.633 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.647 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.657 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.667 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.680 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.693 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.707 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.718 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.728 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.738 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.747 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.757 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.766 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.776 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.785 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.795 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.809 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.819 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.829 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.838 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.848 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.857 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.867 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.876 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.886 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.895 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.907 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.917 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.927 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.937 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.947 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.965 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.974 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.984 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 32.993 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.003 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.013 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.022 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.032 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.041 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.051 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.060 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.070 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.079 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.089 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.098 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.111 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.121 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.131 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.143 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.153 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.163 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.172 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.182 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.191 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.201 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.210 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.220 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.229 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.239 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.248 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.258 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.271 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.280 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.290 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.299 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.309 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.318 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.328 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.337 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.347 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.357 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.366 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.376 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.385 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.394 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.404 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.416 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.426 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.435 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.445 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.454 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.464 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.473 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.483 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.492 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.502 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.511 ms 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.169 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.520 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.530 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.539 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.549 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.561 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.571 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.580 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.590 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.605 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.614 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.624 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.633 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.643 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.652 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.662 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.671 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.681 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.690 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.699 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.712 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.721 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.731 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.740 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.750 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.759 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.769 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.778 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.785 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.791 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.798 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.808 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.818 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.827 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.837 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.846 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.858 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.868 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.877 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.887 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.896 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.906 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.915 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.925 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.935 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.944 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.954 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.963 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.973 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.982 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 33.992 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.004 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.013 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.023 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.032 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.045 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.054 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.064 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.075 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.085 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.094 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.104 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.113 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.123 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.132 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.142 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.154 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.164 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.173 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.183 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.192 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.202 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.211 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.221 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.230 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.240 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.249 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.259 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.268 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.278 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.287 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.299 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.309 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.318 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.328 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.337 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.347 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.356 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.366 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.376 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.386 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.395 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.405 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.414 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.423 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.433 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.442 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.455 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.464 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.474 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.483 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.493 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.503 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.512 ms 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.170 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.536 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.547 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.556 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.566 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.575 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.585 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.598 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.608 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.620 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.630 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.639 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.649 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.658 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.668 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.678 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.688 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.697 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.706 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.716 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.725 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.735 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.744 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.754 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.766 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.775 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.785 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.794 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.804 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.815 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.825 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.834 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.844 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.853 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.863 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.872 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.882 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.891 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.902 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.924 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.935 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.945 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.955 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.964 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.975 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.982 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 34.992 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.002 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.012 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.022 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.031 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.041 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.050 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.060 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.069 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.082 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.092 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.102 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.111 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.123 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.133 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.143 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.152 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.162 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.171 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.181 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.190 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.200 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.209 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.218 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.231 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.241 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.250 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.260 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.269 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.279 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.288 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.298 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.307 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.317 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.327 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.336 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.345 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.355 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.364 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.377 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.386 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.397 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.406 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.416 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.425 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.435 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.444 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.454 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.463 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.473 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.482 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.492 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.501 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.511 ms 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.171 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.523 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.533 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.543 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.552 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.562 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.571 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.581 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.590 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.600 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.616 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.626 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.635 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.645 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.655 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.664 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.674 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.694 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.710 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.719 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.734 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.741 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.747 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.754 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.768 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.797 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.809 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.820 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.830 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.840 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.850 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.859 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.874 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.884 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.894 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.904 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.913 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.924 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.934 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.944 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.954 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.964 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.973 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.983 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 35.993 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.003 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.012 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.025 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.035 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.045 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.054 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.064 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.073 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.083 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.092 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.103 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.112 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.122 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.132 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.141 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.151 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.160 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.170 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.182 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.192 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.201 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.211 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.220 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.230 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.239 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.249 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.258 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.269 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.279 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.288 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.301 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.311 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.321 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.333 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.343 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.352 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.362 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.371 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.381 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.390 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.400 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.410 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.419 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.428 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.438 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.447 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.457 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.466 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.479 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.488 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.498 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.507 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.517 ms 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.172 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.529 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.538 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.548 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.557 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.567 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.576 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.586 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.601 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.610 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.620 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.632 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.642 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.652 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.661 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.671 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.680 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.690 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.699 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.709 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.718 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.728 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.737 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.747 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.756 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.766 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.775 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.788 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.797 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.807 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.816 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.826 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.835 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.845 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.854 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.864 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.873 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.883 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.895 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.904 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.914 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.923 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.936 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.945 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.955 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.964 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.974 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.983 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 36.993 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.003 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.012 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.024 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.034 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.043 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.053 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.062 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.072 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.085 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.094 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.104 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.113 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.123 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.132 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.142 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.151 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.161 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.170 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.180 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.189 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.199 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.208 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.218 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.230 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.239 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.249 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.258 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.268 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.277 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.287 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.296 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.306 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.315 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.325 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.334 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.344 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.353 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.363 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.372 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.384 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.393 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.403 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.412 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.422 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.437 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.449 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.459 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.471 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.480 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.490 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.500 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.509 ms 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.173 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.519 ms 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.528 ms 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.540 ms 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.550 ms 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.560 ms 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.569 ms 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.579 ms 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.588 ms 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.603 ms 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.612 ms 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.622 ms 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.631 ms 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.641 ms 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.650 ms 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.663 ms 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.681 ms 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.692 ms 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.708 ms 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.718 ms 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.728 ms 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.738 ms 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.744 ms 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.751 ms 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] LOG: process 33723 still waiting for AccessExclusiveLock on remote transaction 756 of subscription 16397 of database 5 after 37.757 ms 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] DETAIL: Process holding the lock: 33469. Wait queue: 33723. 2024-03-12 11:40:53.174 UTC [33723][logical replication parallel worker] CONTEXT: processing remote data for replication origin "pg_16397" during message type "STREAM START" in transaction 756 2024-03-12 11:40:53.199 UTC [31574][postmaster] LOG: background worker "logical replication apply worker" (PID 33469) was terminated by signal 6: Abort trap 2024-03-12 11:40:53.199 UTC [31574][postmaster] LOG: terminating any other active server processes 2024-03-12 11:40:53.200 UTC [31574][postmaster] LOG: shutting down because restart_after_crash is off 2024-03-12 11:40:53.200 UTC [31574][postmaster] LOG: database system is shut down