Re: Using system time zone database - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: Using system time zone database
Date
Msg-id 200708171424.24801.peter_e@gmx.net
Whole thread Raw
In response to Re: Using system time zone database  (Magnus Hagander <magnus@hagander.net>)
List 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/

pgsql-patches by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Using system time zone database
Next
From: Peter Eisentraut
Date:
Subject: Re: Using system time zone database