Drop test user when done with it.
Tom Lane <tgl@sss.pgh.pa.us>
Drop test user when done with it. 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.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/stats_ext.out | modified | +1 −0 |
| src/test/regress/sql/stats_ext.sql | modified | +1 −0 |