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

From Peter Eisentraut
Subject Re: Redhat 7.3 time manipulation bug
Date
Msg-id Pine.LNX.4.44.0205220256400.1230-100000@localhost.localdomain
Whole thread Raw
In response to Re: Redhat 7.3 time manipulation bug  (Lamar Owen <lamar.owen@wgcr.org>)
List pgsql-hackers
Lamar Owen writes:

> SuSE already does this.  I wonder how they've handled this issue with
> 8.0?

Their glibc doesn't have that problem.

Personally, I think if you need time (zone) support before 1970, obtain
one of the various operating systems that support it.  There's little
value in hacking around it in PostgreSQL, since the rest of your system
will be broken as well.

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Wrong dependency in parallel regression test
Next
From: Thomas Lockhart
Date:
Subject: Re: Timestamp & Interval - Part 1