Re: pg_dupp/pg_dumpall problem! - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: pg_dupp/pg_dumpall problem!
Date
Msg-id 3AD157DD.62C9EBFB@alumni.caltech.edu
Whole thread Raw
In response to pg_dupp/pg_dumpall problem!  (Lehel Gyuro <lehel@bin.hu>)
List pgsql-hackers
> I've noticed a pg_dump/pg_dumpall problem with timestamp variables, in
> dumping the minute, and second values:
> instead of dumping
> 12:01:00.00 it dumps out 12:60:00.00 which is not accepted when
> restoring a database...

You are running the Mandrake distro, or somehow compiling with a bad set
of mixed-up compiler flags. You need to *not* compile with -ffast-math,
but rather with -O2 or -O3 only.
                      - Thomas


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: A more useful way to split the distribution
Next
From: Thomas Lockhart
Date:
Subject: Re: [ANNOUNCE] PostgreSQL v7.1 Release Candidate 4