1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00
Files
postgres/src/backend/utils/adt
Tom Lane 79edb2b1dc Fix recursion into previously planned sub-query in examine_simple_variable.
This code was looking at the sub-Query tree as seen in the parent query's
RangeTblEntry; but that's the pristine parser output, and what we need to
look at is the tree as it stands at the completion of planning.  Otherwise
we might pick up a Var that references a subquery that got flattened and
hence has no RelOptInfo in the subroot.  Per report from Peter Geoghegan.
2011-09-29 18:13:16 -04:00
..
2011-01-01 13:18:15 -05:00
2011-01-01 13:18:15 -05:00
2011-04-10 11:42:00 -04:00
2011-01-01 13:18:15 -05:00
2011-01-01 13:18:15 -05:00
2011-01-01 13:18:15 -05:00
2011-09-04 01:13:16 -04:00
2011-01-01 13:18:15 -05:00
2011-01-01 13:18:15 -05:00
2011-09-04 01:13:16 -04:00
2010-09-20 22:08:53 +02:00
2011-01-01 13:18:15 -05:00
2011-04-10 11:42:00 -04:00
2011-04-10 11:42:00 -04:00
2011-02-08 23:04:18 +02:00
2011-02-22 13:08:22 -05:00
2011-09-04 01:13:16 -04:00
2011-01-01 13:18:15 -05:00
2011-04-10 11:42:00 -04:00
2011-09-11 21:54:32 +03:00
2011-09-11 21:54:32 +03:00
2011-01-01 13:18:15 -05:00
2011-04-10 11:42:00 -04:00
2011-01-01 13:18:15 -05:00
2011-01-01 13:18:15 -05:00
2011-01-01 13:18:15 -05:00
2011-09-11 21:54:32 +03:00