Re: mingw regression test fixes - Mailing list pgsql-patches

From Claudio Natoli
Subject Re: mingw regression test fixes
Date
Msg-id A02DEC4D1073D611BAE8525405FCCE2B55F42C@harris.memetrics.local
Whole thread Raw
In response to mingw regression test fixes  (Claudio Natoli <claudio.natoli@memetrics.com>)
Responses Re: mingw regression test fixes
List pgsql-patches

> I'm assuming that you have checked that this works, as it is slightly
> different from what I did.

Seems to.


> Strictly speaking, the pwd flags test should probably depend
> in the test
> platform rather than the target platform. Something like:
>
>  case `uname` in
>      MINGW32*)
>          PWDFLAGS=-W;;
>      *)
>          PWDFLAGS=;;
>  esac

There's three other tests that use $host_platform in pg_regress.sh in the
exact same manner. Not sure I understand the objection.

Cheers,
Claudio

---
Certain disclaimers and policies apply to all email sent from Memetrics.
For the full text of these disclaimers and policies see
<a
href="http://www.memetrics.com/emailpolicy.html">http://www.memetrics.com/em
ailpolicy.html</a>

pgsql-patches by date:

Previous
From: "Andrew Dunstan"
Date:
Subject: Re: mingw regression test fixes
Next
From: Tom Lane
Date:
Subject: Re: FW: Timezone library