projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e28124
)
Fix typo in 022_twophase_cascade.pl.
author
Amit Kapila
Mon, 9 Aug 2021 03:28:38 +0000
(08:58 +0530)
committer
Amit Kapila
Mon, 9 Aug 2021 03:28:38 +0000
(08:58 +0530)
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
patch
|
blob
|
blame
|
history
diff --git
a/src/test/subscription/t/022_twophase_cascade.pl
b/src/test/subscription/t/022_twophase_cascade.pl
index a47c62d8fde103053a9f4e6174a99bc2109bbc74..adda874f21b2aac07362a63b7e596ea9a21a0560 100644
(file)
--- 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 a
m
d node_C
+# Create the same tables on node_B a
n
d node_C
$node_B->safe_psql('postgres',
"CREATE TABLE tab_full (a int PRIMARY KEY)");
$node_C->safe_psql('postgres',