Typo in subscription TAP test comment
Started by Peter Smithover 4 years ago2 messages
PSA a patch to fix trivial comment typo in newly committed TAP test.
"amd" -> "and"
------
Kind Regards,
Peter Smith.
Fujitsu Australia
Attachments:
v1-0001-Fix-typo-in-TAP-test-comment.patchapplication/octet-stream; name=v1-0001-Fix-typo-in-TAP-test-comment.patchDownload
From 4c73bd03ec89651ecdc07f8b5749935fbf951922 Mon Sep 17 00:00:00 2001
From: Peter Smith <peter.b.smith@fujitsu.com>
Date: Thu, 5 Aug 2021 18:09:24 +1000
Subject: [PATCH v1] Fix typo in TAP test comment.
"amd" -> "and"
---
src/test/subscription/t/022_twophase_cascade.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/subscription/t/022_twophase_cascade.pl b/src/test/subscription/t/022_twophase_cascade.pl
index a47c62d..adda874 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',
--
1.8.3.1