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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix not-HAVE_SYMLINK code in zic.c.
Дата
Msg-id E1bzSCg-00030X-2d@gemulon.postgresql.org
обсуждение исходный текст
Список 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(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix not-HAVE_SYMLINK code in zic.c.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix not-HAVE_SYMLINK code in zic.c.