]> granicus.if.org Git - postgresql/commit
For float4/8, remove errno checks for pow() and exp() because only some
authorBruce Momjian <bruce@momjian.us>
Wed, 3 Jan 2007 04:21:47 +0000 (04:21 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 3 Jan 2007 04:21:47 +0000 (04:21 +0000)
commitada6fd63d957bf42f9f739bfb20fb686474a08fe
treedb92a97254c34b27276a1f8f168985a81bd1d641
parent74a40190aabd27b052ea7a63e93f7ed47743755d
For float4/8, remove errno checks for pow() and exp() because only some
platforms set errno, and we already have a check macro that detects
under/overflow, so there is no reason for platform-specific code
anymore.
src/backend/utils/adt/float.c