Re: MSYS2 support - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: MSYS2 support
Date
Msg-id 158700f3-c60a-038c-3d02-07dd4ded88c3@2ndquadrant.com
Whole thread Raw
In response to MSYS2 support  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
On 2019-12-12 22:11, Peter Eisentraut wrote:
> You can also build natively on MSYS2, using the existing Cygwin support.
>    Except that it won't work because configure doesn't recognize the
> config.guess output.  Attached are a couple of small patches to fix that
> up.  The first patch fixes configure as explained.  The second patch
> fixes some warnings in ps_status.c.  It's curious why the existing build
> farm members don't issue warnings there, but maybe their compilers are
> too old.  The third patch fixes another warning; again, not sure why
> original Cygwin doesn't warn.  It might be a bit too broad to apply like
> that.

For completeness:  These patches have all been applied.  They were also 
useful for more recent Cygwin versions than the build farm currently has.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Add support for automatically updating Unicode derived files
Next
From: Mahendra Singh
Date:
Subject: Re: Assert failure due to "drop schema pg_temp_3 cascade" fortemporary tables and \d+ is not showing any info after drooping temp table schema