pg_dupp/pg_dumpall problem!

Started by Lehel Gyuroalmost 25 years ago2 messages
#1Lehel Gyuro
lehel@bin.hu

Hi!

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...

Gyuro Lehel

#2Thomas Lockhart
lockhart@alumni.caltech.edu
In reply to: Lehel Gyuro (#1)
Re: pg_dupp/pg_dumpall problem!

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