View Single Post

   
  #1 (permalink)  
Old 05-10-2008, 03:05 PM
Bruce Momjian
 
Posts: n/a
Default pgsql: Have numeric 0 ^ 4.3 return 1, rather than an error, and have 0 ^

Log Message:
-----------
Have numeric 0 ^ 4.3 return 1, rather than an error, and have 0 ^ 0.0
return 1, rather than error.

This was already the float8 behavior.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
numeric.c (r1.110 -> r1.111)
(http://anoncvs.postgresql.org/cvsweb...1.110&r2=1.111)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply With Quote