We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e28124 commit c9229d3Copy full SHA for c9229d3
src/test/subscription/t/022_twophase_cascade.pl
@@ -48,7 +48,7 @@
48
$node_A->safe_psql('postgres', "
49
INSERT INTO tab_full SELECT generate_series(1,10);");
50
51
-# Create the same tables on node_B amd node_C
+# Create the same tables on node_B and node_C
52
$node_B->safe_psql('postgres',
53
"CREATE TABLE tab_full (a int PRIMARY KEY)");
54
$node_C->safe_psql('postgres',
0 commit comments