Why do regression tests now leave "regress_test_role_super" around?
Started by Tom Laneover 14 years ago2 messageshackers
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? If so, why?
regards, tom lane
Re: Why do regression tests now leave "regress_test_role_super" around?
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