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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Silence warnings about redefining popen on Mingw-w64.
Дата
Msg-id E1Wkrow-00087i-T0@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Clarify what files pg_basebackup omits from data directory
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Misc message style and doc fixes.