mirror of
https://github.com/postgres/postgres.git
synced 2025-11-28 11:44:57 +03:00
would be evaluated only once anyway (ie, it's just a SELECT with no FROM or an INSERT ... VALUES). The planner can't do it any faster than the executor, so no point in an extra copying of the expression tree.