Why do regression tests now leave "regress_test_role_super" around?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Why do regression tests now leave "regress_test_role_super" around?
Date: 2011-12-10 03:32:09
Message-ID: 10530.1323487929@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Smith 2011-12-10 07:49:40 Re: pgsql_fdw, FDW for PostgreSQL server
Previous Message Greg Smith 2011-12-10 01:26:12 Re: Timing overhead and Linux clock sources