Re: Regression failure on RHEL 4 w/ PostgreSQL 8.4 beta1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
Cc: PostgreSQL Hackers ML <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Regression failure on RHEL 4 w/ PostgreSQL 8.4 beta1
Date: 2009-04-13 19:31:22
Message-ID: 20459.1239651082@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Devrim =?ISO-8859-1?Q?G=DCND=DCZ?= <devrim(at)gunduz(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2009-04-13 19:37:49 Re: Unicode support
Previous Message Alvaro Herrera 2009-04-13 19:28:14 Re: Unicode support