summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Kapila2023-01-17 05:09:11 +0000
committerAmit Kapila2023-01-17 05:09:11 +0000
commit4f985aba6963b8669325e1c58585d04257977fda (patch)
tree39312ec1287be27ad09f694134c9008ede71024a
parent0b717432ff13683f9d13f007dab1c3380cae2f0d (diff)
Fix typo in comment.
Author: Osumi Takamichi Discussion: https://postgr.es/m/TYCPR01MB83737EA140C79B7D099F65E8EDC69@TYCPR01MB8373.jpnprd01.prod.outlook.com
-rw-r--r--src/test/regress/expected/subscription.out2
-rw-r--r--src/test/regress/sql/subscription.sql2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/regress/expected/subscription.out b/src/test/regress/expected/subscription.out
index 1ed6f4c39cd..4e5cb0d3a97 100644
--- a/src/test/regress/expected/subscription.out
+++ b/src/test/regress/expected/subscription.out
@@ -304,7 +304,7 @@ ERROR: publication "testpub1" is already in subscription "regress_testsub"
regress_testsub | regress_subscription_user | f | {testpub,testpub1,testpub2} | f | off | d | f | any | off | dbname=regress_doesnotexist | 0/0
(1 row)
--- fail - publication used more then once
+-- fail - publication used more than once
ALTER SUBSCRIPTION regress_testsub DROP PUBLICATION testpub1, testpub1 WITH (refresh = false);
ERROR: publication name "testpub1" used more than once
-- fail - all publications are deleted
diff --git a/src/test/regress/sql/subscription.sql b/src/test/regress/sql/subscription.sql
index 7991abfe8fd..5f27b7d7763 100644
--- a/src/test/regress/sql/subscription.sql
+++ b/src/test/regress/sql/subscription.sql
@@ -198,7 +198,7 @@ ALTER SUBSCRIPTION regress_testsub ADD PUBLICATION testpub1, testpub2 WITH (refr
\dRs+
--- fail - publication used more then once
+-- fail - publication used more than once
ALTER SUBSCRIPTION regress_testsub DROP PUBLICATION testpub1, testpub1 WITH (refresh = false);
-- fail - all publications are deleted