Re: [pgsql-hackers-win32] Win32 regression test status

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [pgsql-hackers-win32] Win32 regression test status
Дата
Msg-id 22347.1077636777@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Win32 regression test status  (Claudio Natoli <claudio.natoli@memetrics.com>)
Список pgsql-hackers
Claudio Natoli <claudio.natoli@memetrics.com> writes:
> The join and rules failures don't look material, AFAICS, as the right rows
> are returned, just not necessarily in the expected order... is this an
> issue? Is the order mandated in these cases. Again, afaIcs, it isn't, but
> strictly I'm out of my depth here.

It's not mandated but we need to know why this platform acts differently
from the rest.  The join failures look like it may be an issue of the
qsort() implementation acting differently for equal keys than most do.
Not sure whether the same applies to rules.

> This leaves the stats test as possibly the only real remaining failure. An
> analysis (collector not running?) based on the diff would be
> appreciated,

Not running or not receiving data, likely.  You could perhaps attach to
the stats collector process with a debugger and watch to see if it's
doing anything.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Win32 regression test status
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: [pgsql-hackers-win32] Win32 regression test status