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

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

An initdb does not change the regression failure.  Sorry.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: New compile warnings for inheritance
Next
From: Bruce Momjian
Date:
Subject: Re: libpq and psql not on same page about SIGPIPE