Thread: broken time operator?

broken time operator?

From
Manuel Sugawara
Date:
Guys,
Something seems to be broken with the time operators in 7.2b2:

regress=# select '7:00'::time - '8:00'::time;?column? 
----------01:00
(1 row)

regress=# select '8:00'::time - '7:00'::time;?column? 
-----------01:00
(1 row)

regress=# select version();                          version                           
-------------------------------------------------------------PostgreSQL 7.2b2 on i586-pc-linux-gnu, compiled by GCC
2.96
(1 row)

Kind regards,
Manuel.


Re: broken time operator?

From
Thomas Lockhart
Date:
> Something seems to be broken with the time operators in 7.2b2:
...

Hmm. You are right. Thanks for catching this; will be fixed in cvs
tonight.
                      - Thomas


Re: broken time operator?

From
Karel Zak
Date:
On Wed, Nov 21, 2001 at 03:12:32AM +0000, Thomas Lockhart wrote:
> > Something seems to be broken with the time operators in 7.2b2:
> ...
> 
> Hmm. You are right. Thanks for catching this; will be fixed in cvs
> tonight.
dig in the ribs: is not this operation in regeression tests? :-)
           Karel

-- Karel Zak  <zakkr@zf.jcu.cz>http://home.zf.jcu.cz/~zakkr/C, PostgreSQL, PHP, WWW, http://docs.linux.cz,
http://mape.jcu.cz


Re: broken time operator?

From
Thomas Lockhart
Date:
>  dig in the ribs: is not this operation in regeression tests? :-)

:)
                   - Thomas