Re: mingw regression test fixes

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: mingw regression test fixes
Дата
Msg-id 4732.24.211.141.25.1083381772.squirrel@www.dunslane.net
обсуждение исходный текст
Ответ на Re: mingw regression test fixes  (Claudio Natoli <claudio.natoli@memetrics.com>)
Список pgsql-patches
Claudio Natoli said:
>> Strictly speaking, the pwd flags test should probably depend
>> in the test
>> platform rather than the target platform. Something like:
>>
>>  case `uname` in
>>      MINGW32*)
>>          PWDFLAGS=-W;;
>>      *)
>>          PWDFLAGS=;;
>>  esac
>
> There's three other tests that use $host_platform in pg_regress.sh in
> the exact same manner. Not sure I understand the objection.
>

if you tested a mingw build from some other platform pwd might not
understand the -W flag. It's probably a minor nit at best.

cheers

andrew



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: FW: Timezone library
Следующее
От: Tom Lane
Дата:
Сообщение: Re: width_bucket() per SQL2003 (WIP)