Re: New compile warnings for inheritance

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(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:38:22
Message-ID: 20206.1101940702@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-12-01 22:39:16 Re: New compile warnings for inheritance
Previous Message Bruce Momjian 2004-12-01 22:37:53 Re: libpq and psql not on same page about SIGPIPE