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

From Heikki Linnakangas
Subject pgsql: Silence warnings about redefining popen on Mingw-w64.
Date
Msg-id E1Wkrow-00087i-T0@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Clarify what files pg_basebackup omits from data directory
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Misc message style and doc fixes.