Re: Interval bug

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Laurette Cisneros <laurette(at)nextbus(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Interval bug
Date: 2001-10-05 19:30:08
Message-ID: 21739.1002310208@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Laurette Cisneros <laurette(at)nextbus(dot)com> writes:
> Should I file a bug or is this known (or fixed)?

The problem appears to be gone in current development sources:

regression=# select interval( 301.00 );
interval
----------
00:05:01
(1 row)

The particular code you mentioned seems unchanged, so the fix was
evidently elsewhere.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2001-10-05 19:35:48 Re: Unhappiness with forced precision conversion for timestamp
Previous Message Tom Lane 2001-10-05 17:42:01 Re: Problem on AIX with current