Обсуждение: pgsql-server: Fix function definition that somehow missed being

Поиск
Список
Период
Сортировка

pgsql-server: Fix function definition that somehow missed being

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Fix function definition that somehow missed being ANSI-fied, and align
it with previous prototype to suppress complaints from picky compilers,
per report from Scott Bailey.  Also, remove substitute strerror
definition --- not needed, since we link this with libpgport.

Modified Files:
--------------
    pgsql-server/src/timezone:
        zic.c (r1.10 -> r1.11)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/timezone/zic.c.diff?r1=1.10&r2=1.11)