[HACKERS] Re: [BUGS] Date calculation produces wrong output with 7.02

2001-02-23 Thread Tom Lane
Thomas Lockhart <[EMAIL PROTECTED]> writes: > This problem is in the current CVS tree also. A workaround of removing > the reltime==int assumed compatibility could be applied to 7.1 (I > haven't thought of what that would affect) or we can build some explicit > operators to make sure that the seco

[HACKERS] Re: [BUGS] Date calculation produces wrong output with 7.02

2001-02-23 Thread Thomas Lockhart
> Date calculation produces wrong output with 7.02 > cascade=> select date(CURRENT_DATE + ('30 days'::reltime)); > date > -- > 9097-10-20 > It's quite likely my "date math" syntax is wrong, but it seems > that Postgres should either return the right result, or let me > know something