Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c9229d3

Browse files
author
Amit Kapila
committed
Fix typo in 022_twophase_cascade.pl.
Author: Peter Smith Discussion: https://postgr.es/m/CAHut+Pta=zo8G1DWVVg-LU6b_JvHHCueC=AKVpKJOrwLzj9EZA@mail.gmail.com
1 parent 2e28124 commit c9229d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/subscription/t/022_twophase_cascade.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
$node_A->safe_psql('postgres', "
4949
INSERT INTO tab_full SELECT generate_series(1,10);");
5050

51-
# Create the same tables on node_B amd node_C
51+
# Create the same tables on node_B and node_C
5252
$node_B->safe_psql('postgres',
5353
"CREATE TABLE tab_full (a int PRIMARY KEY)");
5454
$node_C->safe_psql('postgres',

0 commit comments

Comments
 (0)