]> granicus.if.org Git - postgresql/commit
Fix not-HAVE_SYMLINK code in zic.c.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 Oct 2016 17:40:41 +0000 (13:40 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 Oct 2016 17:40:41 +0000 (13:40 -0400)
commit19b2094d96807e43d29687b3860e8fffb9da61b4
tree4cbfd11e38dc6d6274645a33afcb1211cb331ca8
parent162477a63d3c0fd1c31197717140a88077a8d0aa
Fix not-HAVE_SYMLINK code in zic.c.

I broke this in commit f3094920a.  Apparently it's dead code anyway,
at least as far as our buildfarm is concerned (and the upstream IANA
code doesn't worry at all about symlink() not being present).
But as long as the rest of our code is willing to guard against not
having symlink(), this should too.  Noted while investigating a
tangentially-related complaint from Sandeep Thakkar.

Back-patch to keep branches in sync.
src/timezone/zic.c