On Mon, 24 Jun 2019 at 17:37, Tom Lane <t...@sss.pgh.pa.us> wrote: > > 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. >
Ah, I see .. yes, my bad. Thanks for fixing. Regards, Dean