Re: msvc, build and install with cygwin in the PATH - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: msvc, build and install with cygwin in the PATH
Date
Msg-id 465446A9.1050303@dunslane.net
Whole thread Raw
In response to msvc, build and install with cygwin in the PATH  (Hannes Eder <Hannes@HannesEder.net>)
Responses Re: msvc, build and install with cygwin in the PATH  (Hannes Eder <Hannes@HannesEder.net>)
List 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 by date:

Previous
From: Alexey Klyukin
Date:
Subject: GIT patch review
Next
From: Tom Lane
Date:
Subject: Re: Re: [Oledb-dev] double precision error with pg linux server, but not with windows pg server