Re: msvc, build and install with cygwin in the PATH

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: msvc, build and install with cygwin in the PATH
Дата
Msg-id 465446A9.1050303@dunslane.net
обсуждение исходный текст
Ответ на msvc, build and install with cygwin in the PATH  (Hannes Eder <Hannes@HannesEder.net>)
Ответы Re: msvc, build and install with cygwin in the PATH  (Hannes Eder <Hannes@HannesEder.net>)
Список pgsql-hackers

Hannes Eder wrote:
> -    open($D, "dir /b $subdirs $spec |") || croak "Could not list $spec\n";
> +    open($D, "cmd /c dir /b $subdirs $spec |") || croak "Could not list $spec\n";
>
>

What the heck are we doing here anyway? We should be doing this a la
Perl - calling out to "dir /b" is surely not the best way to do this. If
we need to recurse we should use File::Find.

cheers

andrew

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

Предыдущее
От: Alexey Klyukin
Дата:
Сообщение: GIT patch review
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: [Oledb-dev] double precision error with pg linux server, but not with windows pg server