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-00030O-1y@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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/19b2094d96807e43d29687b3860e8fffb9da61b4

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.