Allow 'Infinity' and '-Infinity' as input to the float4 and float8

Neil Conway <neilc@samurai.com>

Commit: bfd6f52b0e0f1c1d579bf385dedfebca229dfcf5
Author: Neil Conway <neilc@samurai.com>
Date: 2004-03-12T00:25:43Z
Releases: 8.0.0
Allow 'Infinity' and '-Infinity' as input to the float4 and float8
types. Update the regression tests and the documentation to reflect
this. Remove the UNSAFE_FLOATS #ifdef.

This is only half the story: we still unconditionally reject
floating point operations that result in +/- infinity. See
recent thread on -hackers for more information.

Files