pgsql: Allow for platforms that have optreset but not .

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Allow for platforms that have optreset but not .
Дата
Msg-id E1WiRGJ-0004Y0-Th@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow for platforms that have optreset but not <getopt.h>.

Reportedly, some versions of mingw are like that, and it seems plausible
in general that older platforms might be that way.  However, we'd
determined experimentally that just doing "extern int" conflicts with
the way Cygwin declares these variables, so explicitly exclude Cygwin.

Michael Paquier, tweaked by me to hopefully not break Cygwin

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0c15a524c532c1006a7bd36d3a680f8e8b8db9fc

Modified Files
--------------
src/include/pg_getopt.h |   10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Protect against torn pages when deleting GIN list pages.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix comment.