On Wed, Mar 04, 2026 at 03:29:35PM +0900, Michael Paquier wrote: > I'll push this fix shortly, taking care of one instability. Nice > investigation on this one, Alexander, by the way.
With the patch attached, for reference.. -- Michael
diff --git a/src/test/recovery/t/009_twophase.pl
b/src/test/recovery/t/009_twophase.pl
index 879e493b5b83..aa73d3e106c5 100644
--- a/src/test/recovery/t/009_twophase.pl
+++ b/src/test/recovery/t/009_twophase.pl
@@ -222,7 +222,7 @@ $cur_primary->psql(
SAVEPOINT s1;
INSERT INTO t_009_tbl VALUES (22, 'issued to ${cur_primary_name}');
PREPARE TRANSACTION 'xact_009_10';");
-$cur_primary->teardown_node;
+$cur_primary->stop;
$cur_standby->promote;
# change roles
signature.asc
Description: PGP signature
