Insert a hack into get_float8_nan (both core and ecpg copies) to deal with

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4d17a2146ca7f48bca1da4c73a745fb09ec43ed3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-02-27T21:53:21Z
Releases: 9.0.0
Insert a hack into get_float8_nan (both core and ecpg copies) to deal with
the fact that NetBSD/mips is currently broken, as per buildfarm member pika.

Also add regression tests to ensure that get_float8_nan and get_float4_nan
are exercised even on platforms where they are not needed by
float8in/float4in.

Zoltán Böszörményi and Tom Lane

Files