diff options
author | Amit Kapila <akapila@postgresql.org> | 2021-08-09 08:58:38 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2021-08-09 08:58:38 +0530 |
commit | c9229d3d2b05b90fba32bd4afb5eb251b53b73be (patch) | |
tree | 32b8e816545df171e9d82755169ec476b90e8fe7 /src | |
parent | 2e281249af6c702fd057f34150fd9ac6cb8c7a8b (diff) | |
download | postgresql-c9229d3d2b05b90fba32bd4afb5eb251b53b73be.tar.gz postgresql-c9229d3d2b05b90fba32bd4afb5eb251b53b73be.zip |
Fix typo in 022_twophase_cascade.pl.
Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Pta=zo8G1DWVVg-LU6b_JvHHCueC=AKVpKJOrwLzj9EZA@mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r-- | src/test/subscription/t/022_twophase_cascade.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/subscription/t/022_twophase_cascade.pl b/src/test/subscription/t/022_twophase_cascade.pl index a47c62d8fde..adda874f21b 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', |