Function-call-style type coercions should be treated as explicit

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

Commit: c3086c8f530e7b8319c37d1f0ffa64585eaaeaa9
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-10-24T22:09:00Z
Releases: 7.3.1
Function-call-style type coercions should be treated as explicit
coercions, not implicit ones.  For example, 'select abstime(1035497293)'
should succeed because there is an explicit binary coercion from int4
to abstime.

Files