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

From Tom Lane
Subject Re: New compile warnings for inheritance
Date
Msg-id 25991.1101948973@sss.pgh.pa.us
Whole thread Raw
In response to Re: New compile warnings for inheritance  (Neil Conway <neilc@samurai.com>)
List pgsql-hackers
Neil Conway <neilc@samurai.com> writes:
> I see regression test failures in both inheritence and join (after a
> fresh initdb). Attached is the regression.diffs, gzip'ed.

Yeah, so do I on a Linux machine.  It looks like the dynamic size
estimates are highlighting some platform dependencies, such as the
effect of different MAXALIGN values on the costs, that we happened not
to see in the regression tests before.  I'm working on cleaning it up
...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: Re: New compile warnings for inheritance
Next
From: Neil Conway
Date:
Subject: Re: Please release (was Re: nodeAgg perf tweak)