• T
    Fix array coercion expressions to ensure that the correct volatility is · bf940763
    Tom Lane 提交于
    seen by code inspecting the expression.  The best way to do this seems
    to be to drop the original representation as a function invocation, and
    instead make a special expression node type that represents applying
    the element-type coercion function to each array element.  In this way
    the element function is exposed and will be checked for volatility.
    Per report from Guillaume Smet.
    bf940763
parse_expr.c 63.7 KB