Re: Proposal: Conflict log history table for Logical Replication - Mailing list pgsql-hackers

From Zsolt Parragi
Subject Re: Proposal: Conflict log history table for Logical Replication
Date
Msg-id CAN4CZFMWSfSCPhsDKjBtdux0NZbTFuF0sgMoyr5AGmu9w8ZsBA@mail.gmail.com
Whole thread
In response to Re: Proposal: Conflict log history table for Logical Replication  (Dilip Kumar <dilipbalaut@gmail.com>)
List 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?



pgsql-hackers by date:

Previous
From: "Tristan Partin"
Date:
Subject: Re: Add MIN/MAX aggregate support for uuid
Next
From: Bharath Rupireddy
Date:
Subject: Re: Add MIN/MAX aggregate support for uuid