]> granicus.if.org Git - postgresql/commitdiff
Drop test user when done with it.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Jun 2019 16:36:51 +0000 (12:36 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Jun 2019 16:36:51 +0000 (12:36 -0400)
Commit d7f8d26d9 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.

src/test/regress/expected/stats_ext.out
src/test/regress/sql/stats_ext.sql

index c893f01c55ca0d2b560e01d1d796a7f45bc34c94..9e770786cc48d6ba1d0e632f7732341bf8cb277e 100644 (file)
@@ -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;
index 5138ce0954819389e566757950450e8389f6c37f..7a77d20446e3d468839d974857c8790603e8a051 100644 (file)
@@ -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;