pgsql: Fix not-HAVE_SYMLINK code in zic.c.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix not-HAVE_SYMLINK code in zic.c.
Date: 2016-10-26 17:41:30
Message-ID: E1bzSCg-00030X-2d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/44c56d3b1c30f6cf2febe43271f324bb90c931f2

Modified Files
--------------
src/timezone/zic.c | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-10-26 21:05:26 pgsql: Fix incorrect trigger-property updating in ALTER CONSTRAINT.
Previous Message Tom Lane 2016-10-26 15:46:38 pgsql: Doc: improve documentation about inheritance.