mirror of
https://github.com/postgres/postgres.git
synced 2026-06-03 14:28:20 -04:00
6fdc44be71
that are explicitly JOINed are not considered dependencies unless they are actually used in the query: mere presence in the joinaliasvars list of a JOIN RTE doesn't count as being used. The patch touches a number of files because I needed to generalize the API of query_tree_walker to support an additional flag bit, but the changes are otherwise quite small.