get_expr_result_type probably needs to be able to handle OpExpr as well
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Apr 2005 20:59:44 +0000 (20:59 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Apr 2005 20:59:44 +0000 (20:59 +0000)
commitea19c8772e70f7c9b2963d8210e50d70a49285bd
tree022c813d8b6f027d40d8a396449dfd5c91436932
parent238fb0342e3762764ee5a0664a1c24e81c68267b
get_expr_result_type probably needs to be able to handle OpExpr as well
as FuncExpr, to cover cases where a function returning tuple is invoked
via an operator.
src/backend/utils/fmgr/funcapi.c