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

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Cosmetic improvements to the timezone code: remove the use of the
Date: 2005-06-20 08:00:52
Message-ID: 20050620080052.47E005280D@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Andrewd 2005-06-20 09:19:26 pgbuildfarm - client-code: don't report CVS failures to central server.
Previous Message Tom Lane 2005-06-20 02:26:51 pgsql: Change shell syntax that seems not to work right on FreeBSD