pgsql: Protect zic's symlink() call with #ifdef HAVE_SYMLINK.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Protect zic's symlink() call with #ifdef HAVE_SYMLINK.
Дата
Msg-id E1akvEK-0003Cz-E0@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Protect zic's symlink() call with #ifdef HAVE_SYMLINK.

The IANA crew seem to think that symlink() exists everywhere nowadays,
and they may well be right.  But we use #ifdef HAVE_SYMLINK elsewhere
so for consistency we should do it here too.  Noted by Michael Paquier.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/534da37927f97ae7cb1b468963ba9bca747209ea

Modified Files
--------------
src/timezone/zic.c | 2 ++
1 file changed, 2 insertions(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix zic for Windows.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Rework custom scans to work more like the new extensible node st