broken time operator? - Mailing list pgsql-hackers

From Manuel Sugawara
Subject broken time operator?
Date
Msg-id m3oflxdlqh.fsf@dep4.fciencias.unam.mx
Whole thread Raw
List pgsql-hackers
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.


pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: Further open item (Was: Status of 7.2)
Next
From: Hannu Krosing
Date:
Subject: Re: OCTET_LENGTH is wrong