Fix typo in 022_twophase_cascade.pl.

Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Pta=zo8G1DWVVg-LU6b_JvHHCueC=AKVpKJOrwLzj9EZA@mail.gmail.com
This commit is contained in:
Amit Kapila 2021-08-09 08:58:38 +05:30
parent 2e281249af
commit c9229d3d2b
1 changed files with 1 additions and 1 deletions

View File

@ -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',