Re: Perl coding error in msvc build system? - Mailing list pgsql-hackers

From Abhijit Menon-Sen
Subject Re: Perl coding error in msvc build system?
Date
Msg-id 20150123081712.GA16172@toroid.org
Whole thread Raw
In response to Perl coding error in msvc build system?  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Perl coding error in msvc build system?
Re: Perl coding error in msvc build system?
List pgsql-hackers
At 2014-06-03 22:30:50 -0400, peter_e@gmx.net wrote:
>
> I'm not sure whether the following coding actually detects any errors:
> 
> Solution.pm:
> 
>     open(P, "cl /? 2>&1 |") || die "cl command not found";

Since nobody with a Windows system has commented, I'm just writing to
say that from a Perl perspective, I agree with your analysis and the
patch looks perfectly sensible.

-- Abhijit



pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: jsonb, unicode escapes and escaped backslashes
Next
From: Abhijit Menon-Sen
Date:
Subject: Re: pg_basebackup fails with long tablespace paths