Re: Proposal: Conflict log history table for Logical Replication

From: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Proposal: Conflict log history table for Logical Replication
Date: 2026-06-24 19:31:33
Message-ID: CAN4CZFMWSfSCPhsDKjBtdux0NZbTFuF0sgMoyr5AGmu9w8ZsBA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello

+my $locker = $node_sub->background_psql('postgres');
+$locker->query_until(qr/locker_ready/, qq{
+ \\echo locker_ready
+ BEGIN;
+ TRUNCATE $clt;
+});

This seems unstable to me: can't query_until return as soon as
"locker_ready" appears in the output, before the begin; truncate?

In response to

Browse pgsql-hackers by date

  From Date Subject
Previous Message Tristan Partin 2026-06-24 19:13:36 Re: Add MIN/MAX aggregate support for uuid