From: Amit Kapila Date: Mon, 9 Aug 2021 03:28:38 +0000 (+0530) Subject: Fix typo in 022_twophase_cascade.pl. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=c9229d3d2b05b90fba32bd4afb5eb251b53b73be;p=users%2Frhaas%2Fpostgres.git Fix typo in 022_twophase_cascade.pl. Author: Peter Smith Discussion: https://postgr.es/m/CAHut+Pta=zo8G1DWVVg-LU6b_JvHHCueC=AKVpKJOrwLzj9EZA@mail.gmail.com --- 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',