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)
commit5923afc2f069a7654ac055433f505acbd0f4a35c
tree2929a8f12f518ca66b5a61260ac19761a6621c54
parent8c1ea80ac9064e9c059f34aaac7413e108de01d1
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