pgsql: Fix not-HAVE_SYMLINK code in zic.c. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix not-HAVE_SYMLINK code in zic.c.
Date
Msg-id E1bzSCg-00030Z-2g@gemulon.postgresql.org
Whole thread Raw
List 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_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1c8364f3ae328be3f1af90b3208d0b5f18b2c48b

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix not-HAVE_SYMLINK code in zic.c.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix incorrect trigger-property updating in ALTER CONSTRAINT.