Update pow() tests to check for both errno==EDOM _and_ result==Nan, and

Bruce Momjian <bruce@momjian.us>

Commit: 9c88830ec495e76a4ebba4bde01989241e8d145a
Author: Bruce Momjian <bruce@momjian.us>
Date: 2007-01-03T22:05:00Z
Releases: 8.3.0
Update pow() tests to check for both errno==EDOM _and_ result==Nan, and
document why this happens.  Remove exp() errno check because not needed.

Files

PathChange+/−
src/backend/utils/adt/float.c modified +12 −18