Re: Using system time zone database

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Using system time zone database
Date: 2007-08-17 12:24:24
Message-ID: 200708171424.24801.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Am Freitag, 17. August 2007 13:03 schrieb Magnus Hagander:
> Could there be some way for configure to automatically check that the
> timezone format used on the system is in fact compatible? Such as checking
> if it can load a well-known timezone and that it behaves properly?

You cannot assume that the build environment is the same as the run
environment.

Anyway, just run make check and you will know. Anything else would be much
too complicated. This patch just provides direct access to the process that
people already use anyway.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2007-08-17 12:25:27 Re: Using system time zone database
Previous Message Magnus Hagander 2007-08-17 11:03:42 Re: Using system time zone database