Re: [BUGS] bug in numeric log() on 7.1, 7.2.2, 7.2.3

2003-03-13 Thread Tom Lane
dmarin <[EMAIL PROTECTED]> writes: > This query never returns: > select log(93094::numeric/92908::numeric); The attached patch against 7.3 seems to take care of the problem. You should be able to apply it to 7.2, with possibly some tweaking (the code needs to go into the loop in ln_var()). I am

[BUGS] bug in numeric log() on 7.1, 7.2.2, 7.2.3

2003-03-12 Thread dmarin
This query never returns: select log(93094::numeric/92908::numeric); If I type it in to psql on the three different systems I'm running postgresql on, the query never returns, I can't cancel it (if I hit ctl-C psql says "cancel request sent" but I don't get the prompt back), and postmaste