pgsql: Silence warnings about redefining popen on Mingw-w64.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Silence warnings about redefining popen on Mingw-w64.
Date: 2014-05-15 09:19:22
Message-ID: E1Wkrow-00087i-T0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Silence warnings about redefining popen on Mingw-w64.

Mingw-w64 headers map popen/pclose to _popen and _pclose, but we want to use
our popen wrapper rather than the Mingw-w64. #undef the Mingw's version.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a82a17475d8a8a91df5fd1448b0f93772f590ecd

Modified Files
--------------
src/include/port.h | 12 ++++++++++++
1 file changed, 12 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-05-15 11:58:02 pgsql: Misc message style and doc fixes.
Previous Message Peter Eisentraut 2014-05-15 02:27:19 pgsql: doc: Clarify what files pg_basebackup omits from data directory