Re: patch for different join result order on regression test for win32

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: patch for different join result order on regression test for win32
Дата
Msg-id 18299.1084216856@sss.pgh.pa.us
обсуждение исходный текст
Ответ на patch for different join result order on regression test for win32  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: patch for different join result order on regression  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-patches
Andrew Dunstan <andrew@dunslane.net> writes:
> This resultmap patch and regression test result file allow the join
> regression test to succeed under Mingw.

This is the hard way to do it.  Instead of using the resultmap
mechanism, pretend the difference is a locale difference, and
just add the file as "join_1.out" (I think that's the right naming
convention, but check it).  I don't think we really need to tie this
to a specific OS, which is what the resultmap mechanism is intended
to do.  IIRC people have gotten similar differences on other OSes.

            regards, tom lane

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: patch for different join result order on regression test for win32
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: patch for different join result order on regression