Re: Regression failure on RHEL 4 w/ PostgreSQL 8.4 beta1 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Regression failure on RHEL 4 w/ PostgreSQL 8.4 beta1
Date
Msg-id 20459.1239651082@sss.pgh.pa.us
Whole thread Raw
In response to Regression failure on RHEL 4 w/ PostgreSQL 8.4 beta1  (Devrim GÜNDÜZ <devrim@gunduz.org>)
Responses Re: Regression failure on RHEL 4 w/ PostgreSQL 8.4 beta1  (Devrim GÜNDÜZ <devrim@gunduz.org>)
List pgsql-hackers
Devrim GÜNDÜZ <devrim@gunduz.org> writes:
> I'm getting the following failure on RHEL 4:

> http://www.gunduz.org/temp/regression.out
> http://www.gunduz.org/temp/regression.diffs

This test is checking whether you have working 64-bit-tzdata support.
It seems you don't.

If you built with --with-system-tzdata, and RHEL4 doesn't include
64-bit tzdata files, then this failure would be expected.  (I'm not
totally sure about the second premise, but some quick digging in
the specfile's changelog suggests that Red Hat only started to
support 64-bit tzdata in RHEL5.)

I'm not sure whether to recommend not using --with-system-tzdata.
If you don't then routine platform updates of tzdata won't help
Postgres; that might or might not be worse than not having working
post-2038 DST calculations.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Unicode support
Next
From: "Kevin Grittner"
Date:
Subject: Re: Unicode support