mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-08 06:17:37 +08:00
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.