pgsql: Protect zic's symlink() call with #ifdef HAVE_SYMLINK. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Protect zic's symlink() call with #ifdef HAVE_SYMLINK.
Date
Msg-id E1akvEK-0003Cz-E0@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix zic for Windows.
Next
From: Robert Haas
Date:
Subject: pgsql: Rework custom scans to work more like the new extensible node st