Re: [BUGS] BUG #1865: isinf wrongly dectected under Solaris 9

2005-09-11 Thread Bob Friesenhahn
On Sat, 10 Sep 2005, Tom Lane wrote: Bob Friesenhahn <[EMAIL PROTECTED]> writes: Ugh. I do think that readline 5.0 itself has a minor bug in that ldd on libreadline.so does not show a dependency on the curses library, even though it is obviously required. This means that the linkage of librea

Re: [BUGS] BUG #1871: operations with data types

2005-09-11 Thread Tom Lane
Michael Fuhr <[EMAIL PROTECTED]> writes: > [ Mike's unhappy that ] these give different answers: > select '2005-08-30'::date + '1 day'::interval + '1 month'::interval, >'2005-08-30'::date + '1 month'::interval + '1 day'::interval; This is certainly an arena in which you can't expect the c