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: | [email protected] |
Views: | Whole Thread | Raw Message | 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_4_STABLE
Modified Files
--------------
src/timezone/zic.c | 2 ++
1 file changed, 2 insertions(+)
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. |