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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Avoid including any backend-only stuff in the zic utility
Date
Msg-id 20071026133010.85AE0754229@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: version 1.1.1
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Avoid having backend-only code compiled into ecpg.