Re: New compile warnings for inheritance

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: New compile warnings for inheritance
Дата
Msg-id 20324.1101941308@sss.pgh.pa.us
обсуждение исходный текст
Ответ на New compile warnings for inheritance  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom Lane wrote:
>> 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.

> Why did it just appear?  Optimizer changes in the past few days?

I did just change the planner, but what I don't understand at the moment
is why the results changed for me and not for you.

It looks like it's not actually the join to pg_class that is determining
this, but the plan used for the UPDATE just above it.  That involves
only freshly-created tables and so it ought to be pretty much the same
planner problem for everyone.  Odd.  I'm building now on a Linux machine
to see if I can reproduce your result when using little-endian hardware.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: New compile warnings for inheritance
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: libpq and psql not on same page about SIGPIPE