Re: AW: AW: v7.0.3 *pre-release* ...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: AW: AW: v7.0.3 *pre-release* ...
Дата
Msg-id 6061.973611435@sss.pgh.pa.us
обсуждение исходный текст
Ответ на AW: AW: v7.0.3 *pre-release* ...  (Zeugswetter Andreas SB <ZeugswetterA@wien.spardat.at>)
Список pgsql-hackers
Zeugswetter Andreas SB <ZeugswetterA@wien.spardat.at> writes:
> This looks like a different plan is chosen now. I don't beleive this can be 
> platform dependent.

Well, the plan choice *could* be platform-dependent, given that the
planner uses comparisons of floating-point cost estimates.  But I agree
that's pretty unlikely.  What seems to be more common is platform-
specific differences of behavior of qsort().  If you have any equal
keys in the row set being sorted, then the output ordering depends on
the whim of the qsort implementor...
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Append plans and resjunk columns
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Again please no // comments !!!!!!!!