pgsql: Avoid including any backend-only stuff in the zic utility

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid including any backend-only stuff in the zic utility
Date: 2007-10-26 13:30:10
Message-ID: 20071026133010.85AE0754229@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Avoid including any backend-only stuff in the zic utility program.
Per gripe from Zdenek Kotala, though not exactly his patch.

Modified Files:
--------------
pgsql/src/timezone:
ialloc.c (r1.8 -> r1.9)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/ialloc.c?r1=1.8&r2=1.9)
localtime.c (r1.17 -> r1.18)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/localtime.c?r1=1.17&r2=1.18)
scheck.c (r1.7 -> r1.8)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/scheck.c?r1=1.7&r2=1.8)
zic.c (r1.21 -> r1.22)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/zic.c?r1=1.21&r2=1.22)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-10-26 14:17:53 pgsql: Avoid having backend-only code compiled into ecpg.
Previous Message Tom Lane 2007-10-26 12:59:47 Re: Autovacuum cancellation