Re: RULE regression test failure

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: RULE regression test failure
Дата
Msg-id 27907.1030690852@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: RULE regression test failure  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Ответы Re: RULE regression test failure
Список pgsql-hackers
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
>> Hm, what do you get from
>> explain SELECT * FROM shoe_ready WHERE total_avail >= 2;
>> in the regression database?
>
> [this plan]

That seems substantially the same plan as I see here.  I guess
that the different output order must reflect a platform-specific
difference in qsort()'s treatment of equal keys.

Probably the best answer is to add "ORDER BY shoename" to the test
query to eliminate the platform dependency.  Any objections out there?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Fulltextindex
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: RULE regression test failure