pgsql: Fix up getopt() reset management so it works on recent mingw.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix up getopt() reset management so it works on recent mingw.
Дата
Msg-id E1PT5oh-00074D-TQ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix up getopt() reset management so it works on recent mingw.

The mingw people don't appear to care about compatibility with non-GNU
versions of getopt, so force use of our own copy of getopt on Windows.
Also, ensure that we make use of optreset when using our own copy.

Per report from Andrew Dunstan.  Back-patch to all versions supported
on Windows.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=5cdd65f3241ce10c66953228daef60df7b3966d1

Modified Files
--------------
configure                           |   25 +++++++++++++++++++++----
configure.in                        |   21 ++++++++++++++-------
src/backend/postmaster/postmaster.c |    5 +++--
src/backend/tcop/postgres.c         |    5 +++--
4 files changed, 41 insertions(+), 15 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix contrib/seg's GiST picksplit method.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix up getopt() reset management so it works on recent mingw.