Re: Redhat 7.3 time manipulation bug - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: Redhat 7.3 time manipulation bug
Date
Msg-id 3CEC4B0B.11C1B108@fourpalms.org
Whole thread Raw
In response to Re: Redhat 7.3 time manipulation bug  (Hannu Krosing <hannu@tm.ee>)
Responses Re: Redhat 7.3 time manipulation bug
List pgsql-hackers
...
> Why should we rely on broken glibc and the standard? Why don't we make
> our own mktime() and use it on all platforms.

The downside to doing that is that we then take over maintenance of the
code and, more importantly, the timezone database.

But it might be the best thing to do. It looks like the zic package
pointed to the other day could be used, though we may have to change
some of the variables and entry points to avoid library conflicts. But
we could also blow past the y2038 limit afaict which would be nice.
                   - Thomas


pgsql-hackers by date:

Previous
From: "Nigel J. Andrews"
Date:
Subject: Re: 2nd cut at SSL documentation
Next
From: Tom Lane
Date:
Subject: Re: Redhat 7.3 time manipulation bug