Re: pg_dupp/pg_dumpall problem!

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Lehel Gyuro <lehel(at)bin(dot)hu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_dupp/pg_dumpall problem!
Date: 2001-04-09 06:34:05
Message-ID: 3AD157DD.62C9EBFB@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2001-04-09 06:44:25 Re: [ANNOUNCE] PostgreSQL v7.1 Release Candidate 4
Previous Message Thomas Lockhart 2001-04-09 06:27:01 Re: A more useful way to split the distribution