Re: [BUGS] Re: round - timestamp bug

2001-02-07 Thread Thomas Lockhart
> No, the behavior is not platform-specific. I'm on HP-PA: Hmm. Don't see that on my Linux box :( We don't have regression tests which cover this case? > The problem is that we round the fractional seconds part to two digits > only after we've separated seconds from the other fields. (I imagi

Re: [BUGS] Re: round - timestamp bug

2001-02-07 Thread Tom Lane
Thomas Lockhart <[EMAIL PROTECTED]> writes: > The original report did not give complete platform details, but in > my recollection the *only* recent cases of this display problem come > from Mandrake systems which are built with overly aggressive compiler > optimization options. No, the behavior

Re: [BUGS] Re: round - timestamp bug

2001-02-07 Thread Tom Lane
> Gonzalo Arana wrote: >> radius=# create table x (x timestamp); >> CREATE >> radius=# insert into x (x) values ('Tue 23 Jan 21:38:59.997 2001'); >> INSERT 619178 1 >> radius=# select * from x; >> x >> - >> Tue 23 Jan 21:38:60.00 2001 ART >> (1 row) This is just a