Skip to content

Commit f2a9998

Browse files
committed
Fix typo
1 parent e76db00 commit f2a9998

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/regress/expected/publication.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ DROP TABLE testpub_tbl1;
167167
t | t | t
168168
(1 row)
169169

170-
-- faile - must be owner of publication
170+
-- fail - must be owner of publication
171171
SET ROLE regress_publication_user_dummy;
172172
ALTER PUBLICATION testpub_default RENAME TO testpub_dummy;
173173
ERROR: must be owner of publication testpub_default

src/test/regress/sql/publication.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ DROP TABLE testpub_tbl1;
9696

9797
\dRp+ testpub_default
9898

99-
-- faile - must be owner of publication
99+
-- fail - must be owner of publication
100100
SET ROLE regress_publication_user_dummy;
101101
ALTER PUBLICATION testpub_default RENAME TO testpub_dummy;
102102
RESET ROLE;

0 commit comments

Comments
 (0)