]> granicus.if.org Git - postgresql/commit
Protect zic's symlink() call with #ifdef HAVE_SYMLINK.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 29 Mar 2016 15:06:44 +0000 (11:06 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 29 Mar 2016 15:06:44 +0000 (11:06 -0400)
commit534da37927f97ae7cb1b468963ba9bca747209ea
treeca7184161840627851c769babf46b98a883b1376
parent6d257e732b358ee601a114fe3d1640a46317e554
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.
src/timezone/zic.c