Thread: Why do regression tests now leave "regress_test_role_super" around?

Why do regression tests now leave "regress_test_role_super" around?

From
Tom Lane
Date:
As of commit fc6d1006bda783cc002c61a5f072905849dbde4b, the regression
tests leave an unused role sitting around, because that commit removedDROP ROLE regress_test_role_super;
from foreign_data.sql.  Was that intentional?  If so, why?
        regards, tom lane


Re: Why do regression tests now leave "regress_test_role_super" around?

From
Robert Haas
Date:
On Fri, Dec 9, 2011 at 10:32 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> As of commit fc6d1006bda783cc002c61a5f072905849dbde4b, the regression
> tests leave an unused role sitting around, because that commit removed
>        DROP ROLE regress_test_role_super;
> from foreign_data.sql.  Was that intentional?

No.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company