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. Branch ------ REL9_6_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/99f13d1617c9b2bcf647f4eff2504394dbf3fb70 Modified Files -------------- src/timezone/zic.c | 2 ++ 1 file changed, 2 insertions(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
