]> granicus.if.org Git - postgresql/commit
get_expr_result_type has to be prepared to pull type information
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 28 May 2005 05:10:47 +0000 (05:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 28 May 2005 05:10:47 +0000 (05:10 +0000)
commit6d9ee031488a0a252335b03d4e9baa59975d2c14
tree2c42fcd5001b6509cb297f12d1a7efa24861c8cd
parent70f320495f0cdb12f3c99a38ff96d4fd08889b6e
get_expr_result_type has to be prepared to pull type information
from a RECORD Const node, because that's what it may be faced with
after constant-folding of a function returning RECORD.  Per example
from Michael Fuhr.
src/backend/utils/fmgr/funcapi.c