]> granicus.if.org Git - postgresql/commit
Update pow() tests to check for both errno==EDOM _and_ result==Nan, and
authorBruce Momjian <bruce@momjian.us>
Wed, 3 Jan 2007 22:05:00 +0000 (22:05 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 3 Jan 2007 22:05:00 +0000 (22:05 +0000)
commit9c88830ec495e76a4ebba4bde01989241e8d145a
tree26c55ce92aa91413d23f8ab2ec064fd3713e2e28
parent812095d6043c3e5ae9ea49e6b89cf9aaae83a39d
Update pow() tests to check for both errno==EDOM _and_ result==Nan, and
document why this happens.  Remove exp() errno check because not needed.
src/backend/utils/adt/float.c