Re: rules regression test fix - Mailing list pgsql-patches

From Tom Lane
Subject Re: rules regression test fix
Date
Msg-id 14298.1030486716@sss.pgh.pa.us
Whole thread Raw
In response to Re: rules regression test fix  (Joe Conway <mail@joeconway.com>)
List pgsql-patches
Joe Conway <mail@joeconway.com> writes:
> I've seen this kind of problem before, but not often enough to bother
> me. I was actually thinking that each parallel test should use its own
> schema.

That's a thought, but again it's only a partial solution.  Stuff that
looks directly at the system catalogs (like the rules regression test)
isn't going to be magically insulated by having a separate schema...

            regards, tom lane

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: fix for palloc() of user-supplied length
Next
From: Tom Lane
Date:
Subject: Re: fix for palloc() of user-supplied length