From: | Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM> |
---|---|
To: | pgsql-patches(at)postgresql(dot)org |
Subject: | OS timezone files support |
Date: | 2007-03-22 16:40:59 |
Message-ID: | 4602B19B.6080208@sun.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
This patch brings possibility to switch from default build-in timezone
to another timezone source - typically to OS timezone location. This
enhancement helps to packagers easy solve integration problem with
systems Timezones.
If --with-tzdir=/usr/share/zoneinfo is specified as ./configure
parameter, postgres will use timezone files from /usr/share/zoneinfo
directory and build-in timezone files will not be installed by make
install command.
It was discussed few weeks ago:
http://archives.postgresql.org/pgsql-hackers/2007-03/msg00784.php
With regards Zdenek
Attachment | Content-Type | Size |
---|---|---|
tz.patch | text/x-patch | 6.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-03-22 17:29:42 | Re: OS timezone files support |
Previous Message | Tom Lane | 2007-03-22 16:33:30 | Re: contrib/spi makefile inconsistency |