Skip to content

Commit

Permalink
adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayS authored Dec 28, 2018
1 parent 80c59b2 commit 90c9003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regress/expected/nosuper.out
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ ERROR: pg_repack failed with error: You must be a superuser to use pg_repack
-- => ERROR
\! pg_repack --dbname=contrib_regression --table=tbl_cluster --username=nosuper --no-superuser-check
ERROR: pg_repack failed with error: ERROR: permission denied for schema repack
LINE 1: select repack.version(), repack.version_sql(), current_setting('server_version_num')::int >= 90600
LINE 1: select repack.version(), repack.version_sql(), current_setti...
^
DROP ROLE IF EXISTS nosuper;

0 comments on commit 90c9003

Please sign in to comment.