Skip to content

Commit

Permalink
adjust tests-2
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayS authored Dec 28, 2018
1 parent 0ecedfd commit 80c59b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions regress/expected/nosuper_1.out
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +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
^
DROP ROLE IF EXISTS nosuper;

0 comments on commit 80c59b2

Please sign in to comment.