Обсуждение: pgsql: Cosmetic improvements to the timezone code: remove the use of the

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

pgsql: Cosmetic improvements to the timezone code: remove the use of the

От
neilc@svr1.postgresql.org (Neil Conway)
Дата:
Log Message:
-----------
Cosmetic improvements to the timezone code: remove the use of the
'register' qualifier, make some function declarations more consistent,
and so on.

Modified Files:
--------------
    pgsql/src/timezone:
        ialloc.c (r1.5 -> r1.6)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/ialloc.c.diff?r1=1.5&r2=1.6)
        localtime.c (r1.10 -> r1.11)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/localtime.c.diff?r1=1.10&r2=1.11)
        pgtz.c (r1.34 -> r1.35)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/pgtz.c.diff?r1=1.34&r2=1.35)
        scheck.c (r1.5 -> r1.6)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/scheck.c.diff?r1=1.5&r2=1.6)
        strftime.c (r1.6 -> r1.7)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/strftime.c.diff?r1=1.6&r2=1.7)
        zic.c (r1.14 -> r1.15)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/zic.c.diff?r1=1.14&r2=1.15)