Re: Perl coding error in msvc build system?

From: Abhijit Menon-Sen <ams(at)2ndQuadrant(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Perl coding error in msvc build system?
Date: 2015-01-23 08:17:13
Message-ID: 20150123081712.GA16172@toroid.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At 2014-06-03 22:30:50 -0400, peter_e(at)gmx(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Abhijit Menon-Sen 2015-01-23 08:26:39 Re: pg_basebackup fails with long tablespace paths
Previous Message Noah Misch 2015-01-23 07:18:30 Re: jsonb, unicode escapes and escaped backslashes