From c9229d3d2b05b90fba32bd4afb5eb251b53b73be Mon Sep 17 00:00:00 2001 From: Amit Kapila Date: Mon, 9 Aug 2021 08:58:38 +0530 Subject: [PATCH] Fix typo in 022_twophase_cascade.pl. Author: Peter Smith Discussion: https://postgr.es/m/CAHut+Pta=zo8G1DWVVg-LU6b_JvHHCueC=AKVpKJOrwLzj9EZA@mail.gmail.com --- src/test/subscription/t/022_twophase_cascade.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/subscription/t/022_twophase_cascade.pl b/src/test/subscription/t/022_twophase_cascade.pl index a47c62d8fd..adda874f21 100644 --- a/src/test/subscription/t/022_twophase_cascade.pl +++ b/src/test/subscription/t/022_twophase_cascade.pl @@ -48,7 +48,7 @@ $node_A->safe_psql('postgres', $node_A->safe_psql('postgres', " INSERT INTO tab_full SELECT generate_series(1,10);"); -# Create the same tables on node_B amd node_C +# Create the same tables on node_B and node_C $node_B->safe_psql('postgres', "CREATE TABLE tab_full (a int PRIMARY KEY)"); $node_C->safe_psql('postgres',