Adjust input routines for float4, float8 and oid to reject the empty string

Neil Conway <neilc@samurai.com>

Commit: 975e27377aadcabab6504155c091d27ea2fa4c53
Author: Neil Conway <neilc@samurai.com>
Date: 2005-02-11T04:09:05Z
Releases: 8.1.0
Adjust input routines for float4, float8 and oid to reject the empty string
as valid input (it was previously treated as 0). This input was deprecated
in 8.0 (and a warning was emitted). Regression tests updated.

Files