Redhat/glibc and postgre time "bug" - Mailing list pgsql-general

From Rasmus Resen Amossen
Subject Redhat/glibc and postgre time "bug"
Date
Msg-id 3D2607A5.B231D806@hotmail.com
Whole thread Raw
Responses Re: Redhat/glibc and postgre time "bug"
List pgsql-general
There has been quite a few mails on the misoperation in date values
before the epoc on RH7.3 and pgsql7.2.1 (something with glibc).

Is this bug fixed? If yes: How can I achive this fix?
If not: How can I make postgresql work on RH7.3?

Shouldn't the FAQ mention the issue and a workaround?

If some should be a bit confused: The error appears when operating on
dates before the epoc:

rhklan=> create table test(day date);
CREATE
rhklan=> insert into test values('1969-2-2');
INSERT 824159 1
rhklan=> select age(now(),day) from test;
ERROR:  Unable to convert date to tm

pgsql-general by date:

Previous
From: Doug Fields
Date:
Subject: Re: Odd new symptom - database locking up on a query
Next
From: Felipe Nascimento
Date:
Subject: Re: [ADMIN] createuser --password