Re: New compile warnings for inheritance

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: New compile warnings for inheritance
Date: 2004-12-01 22:30:57
Message-ID: 200412012230.iB1MUvE10580@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oliver Jowett 2004-12-01 22:31:59 Re: libpq and psql not on same page about SIGPIPE
Previous Message Tom Lane 2004-12-01 22:23:34 Re: [HACKERS] plperl Safe restrictions