Skip to content

Commit 4f985ab

Browse files
author
Amit Kapila
committed
1 parent 0b71743 commit 4f985ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/regress/expected/subscription.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ ERROR: publication "testpub1" is already in subscription "regress_testsub"
304304
regress_testsub | regress_subscription_user | f | {testpub,testpub1,testpub2} | f | off | d | f | any | off | dbname=regress_doesnotexist | 0/0
305305
(1 row)
306306

307-
-- fail - publication used more then once
307+
-- fail - publication used more than once
308308
ALTER SUBSCRIPTION regress_testsub DROP PUBLICATION testpub1, testpub1 WITH (refresh = false);
309309
ERROR: publication name "testpub1" used more than once
310310
-- fail - all publications are deleted

src/test/regress/sql/subscription.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ ALTER SUBSCRIPTION regress_testsub ADD PUBLICATION testpub1, testpub2 WITH (refr
198198

199199
\dRs+
200200

201-
-- fail - publication used more then once
201+
-- fail - publication used more than once
202202
ALTER SUBSCRIPTION regress_testsub DROP PUBLICATION testpub1, testpub1 WITH (refresh = false);
203203

204204
-- fail - all publications are deleted

0 commit comments

Comments
 (0)