Commit f31111bb authored by Tom Lane's avatar Tom Lane

Drop test user when done with it.

Commit d7f8d26d added a test case that created a user, but forgot
to drop it again.  This is no good; for one thing, it causes repeated
"make installcheck" runs to fail.
parent 12e037e2
......@@ -756,3 +756,4 @@ DROP FUNCTION op_leak(int, int);
RESET SESSION AUTHORIZATION;
DROP VIEW priv_test_view;
DROP TABLE priv_test_tbl;
DROP USER regress_stats_user1;
......@@ -506,3 +506,4 @@ DROP FUNCTION op_leak(int, int);
RESET SESSION AUTHORIZATION;
DROP VIEW priv_test_view;
DROP TABLE priv_test_tbl;
DROP USER regress_stats_user1;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment