Re: New compile warnings for inheritance - Mailing list pgsql-hackers

From Neil Conway
Subject Re: New compile warnings for inheritance
Date
Msg-id 1101945455.22124.128.camel@localhost.localdomain
Whole thread Raw
In response to Re: New compile warnings for inheritance  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: New compile warnings for inheritance
Re: New compile warnings for inheritance
List pgsql-hackers
On Wed, 2004-12-01 at 17:22 -0500, Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > I am seeing the following regression failures with CVS head and
> > inheritance tests.  They look like sort order problems:
>
> Does it go away if you initdb?  I suspect the size of pg_class is a
> factor in the choice of plan for that query.  You seem to still be
> getting the old plan ...

I see regression test failures in both inheritence and join (after a
fresh initdb). Attached is the regression.diffs, gzip'ed.

-Neil


Attachment

pgsql-hackers by date:

Previous
From: Antti Salmela
Date:
Subject: Index used incorrectly with regular expressions on 7.4.6
Next
From: Tom Lane
Date:
Subject: Re: New compile warnings for inheritance