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

From Tom Lane
Subject Re: New compile warnings for inheritance
Date
Msg-id 20206.1101940702@sss.pgh.pa.us
Whole thread Raw
In response to New compile warnings for inheritance  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: New compile warnings for inheritance
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom Lane wrote:
>> 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 ...

> An initdb does not change the regression failure.  Sorry.

Hmph.  I'm unsure why there's a platform dependency there, but we should
probably just add an ORDER BY to suppress it.  Will do.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: lwlocks and starvation
Next
From: Tom Lane
Date:
Subject: Re: libpq and psql not on same page about SIGPIPE