mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
unnecessary checks for complex grouping expressions: we cannot check whether the expressions are simple Vars until after we apply flatten_join_alias_vars, because in the case of FULL JOIN that routine can introduce non-Var expressions. Per example from Joel Knight.