[COMMITTERS] pgsql: Put back #include in dirmod.c.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Put back #include in dirmod.c.
Дата
Msg-id E1chlqv-0000Rc-To@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Put back #include <windows.h> in dirmod.c.

I removed this in commit 9e3755ecb, reasoning that the win32.h
port-specific header file included by c.h would have provided it.
However, that's only true on native win32 builds, not Cygwin builds.

It may be that some of the other <windows.h> inclusions also need
to be put back on the same grounds; but this is the only one that
is clearly meant to be included #ifdef __CYGWIN__, so maybe this is
the extent of the problem.  Awaiting further buildfarm results.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/285ca26132abdd0a1adc11a21789f103c4e3f6d8

Modified Files
--------------
src/port/dirmod.c | 1 +
1 file changed, 1 insertion(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Remove some configure header-file checks that we weren'treally
Следующее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Allow custom and foreign scans to have shutdown callbacks.