Re: Problems with ALTER DOMAIN patch - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Problems with ALTER DOMAIN patch
Date
Msg-id 20102.1039649754@sss.pgh.pa.us
Whole thread Raw
In response to Re: Problems with ALTER DOMAIN patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Problems with ALTER DOMAIN patch
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I have an idea.  Rather than doing some complex locking for types, why
> don't we just restrict ALTER DOMAIN to cases where we are the only one
> attached to the database, as seen in dropdb().

Yech!

> would allow the regression test to work too because no one is attached
> to 'regression' at the time of the test.

No, we'd just get random reports of unreproducible failures.

FWIW, I frequently attach to the regression database with a manual psql
while the regression tests are running.  It's a useful thing to do ---
I've more than once found bugs that way.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Kevin Brown
Date:
Subject: Re: PQnotifies() in 7.3 broken?
Next
From: Bruce Momjian
Date:
Subject: Re: Problems with ALTER DOMAIN patch