]> 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:41:16 +0000 (13:41 -0400)
commit1c8364f3ae328be3f1af90b3208d0b5f18b2c48b
tree764bd8e996a4aa52f8aef469aa85fdc2b6bfd1b1
parentb3453562b349a104b92ff02289cf41ff09a8a875
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