Tigthen binary receive functions so that they reject values that the text

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 7be39bb0be87a2fe6ea64c9d48130b78412968a8
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2009-09-04T11:20:23Z
Releases: 9.0.0
Tigthen binary receive functions so that they reject values that the text
input functions don't accept either. While the backend can handle such
values fine, they can cause trouble in clients and in pg_dump/restore.

This is followup to the original issue on time datatype reported by Andrew
McNamara a while ago. Like that one, none of these seem worth
back-patching.

Files