Re: msvc and vista fun - Mailing list pgsql-hackers

From Michael Paesold
Subject Re: msvc and vista fun
Date
Msg-id 467F5B9E.8080907@gmx.at
Whole thread Raw
In response to Re: msvc and vista fun  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan wrote:

> Relevant perl code executed by buildfarm:
> 
>        chdir "$pgsql/src/tools/msvc";
>        @makeout = `build 2>&1`;
>        chdir $branch_root;
>        my $status = $? >>8;

I know the docs say otherwise, but would it be possible that "chdir" 
somehow resets $? on windows, sometimes, under some circumstances?

Perhaps just move up the "my $status.." one line up?

Best Regards
Michael Paesold




pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: [Fwd: Re: tsearch in core patch]
Next
From: "Zeugswetter Andreas ADI SD"
Date:
Subject: Re: msvc and vista fun