]> granicus.if.org Git - postgresql/commit
Function-call-style type coercions should be treated as explicit
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Oct 2002 22:09:00 +0000 (22:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Oct 2002 22:09:00 +0000 (22:09 +0000)
commitc3086c8f530e7b8319c37d1f0ffa64585eaaeaa9
treedb2a30daf3312e06cd0d58975aab91426f9316c1
parent6b704bf50180e33021b90354994d232f531e70ae
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.
src/backend/parser/parse_coerce.c
src/backend/parser/parse_func.c
src/include/parser/parse_coerce.h