Re: Regression tests and NOTICE statements - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Regression tests and NOTICE statements
Date
Msg-id 16718.1020922090@sss.pgh.pa.us
Whole thread Raw
In response to Regression tests and NOTICE statements  ("Rod Taylor" <rbt@zort.ca>)
List pgsql-hackers
"Rod Taylor" <rbt@zort.ca> writes:
> installcheck will continue to fail if not run immediatly after an
> initdb however.

Not acceptable.  Quite aside from it not being okay to force an initdb
to do a regression test, any tiny change to any part of the regress
tests will probably alter OID assignments in later tests.

Why are you inserting OIDs into constraint names anyway?  I thought
we had just agreed that the RI trigger naming arrangement was a bad idea
and we should change it.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Queries using rules show no rows modified?
Next
From: "Dave Page"
Date:
Subject: Re: OK, lets talk portability.