get_expr_result_type probably needs to be able to handle OpExpr as well

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

Commit: ea19c8772e70f7c9b2963d8210e50d70a49285bd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-04-25T20:59:44Z
Releases: 8.1.0
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.

Files

PathChange+/−
src/backend/utils/fmgr/funcapi.c modified +8 −2