Re: Daylight Saving Time question PostgreSQL 8.1.4 - Mailing list pgsql-hackers

From Martijn van Oosterhout
Subject Re: Daylight Saving Time question PostgreSQL 8.1.4
Date
Msg-id 20070314140444.GC32651@svana.org
Whole thread Raw
In response to Re: Daylight Saving Time question PostgreSQL 8.1.4  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Responses Re: Daylight Saving Time question PostgreSQL 8.1.4  (Andrew Dunstan <andrew@dunslane.net>)
Re: Daylight Saving Time question PostgreSQL 8.1.4  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Re: Daylight Saving Time question PostgreSQL 8.1.4  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Wed, Mar 14, 2007 at 01:13:58PM +0100, Zdenek Kotala wrote:
> I don't think to make a symlink is good solution. It generates a lot of
> future problem with package update or patching. Configure switch is much
> comfortable for packagers/patch makers.  In case when average user want
> to compile own postgres we can offer regression test focused on TZ
> validation. (By the way average user is surprise, that postgres has own
> zone files)

What is the actual problem being solved here? That people expected the
timezone changes to be picked up automatically?  think if you weigh it
up, that problem is less significant than:

1. You do a minor system upgrade and now postgres crashes because the
file format changed or the files moved.
2. You run a replication system and get different results on different
machine.

I think that from a data integrity point of view the current system is
the best. At the very least what you propose is a modularity violation:
Postgres depending on undocumented private data of another system
component.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: My honours project - databases using dynamically attached entity-properties
Next
From: Andrew Dunstan
Date:
Subject: Re: Daylight Saving Time question PostgreSQL 8.1.4