1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-21 00:42:43 +03:00
Files
postgres/src/backend
Tom Lane 61fd218930 Fix minor thinko in pathification code.
I passed the wrong "root" struct to create_pathtarget in build_minmax_path.
Since the subroot is a clone of the outer root, this would not cause any
serious problems, but it would waste some cycles because
set_pathtarget_cost_width would not have access to Var width estimates
set up while running query_planner on the subroot.
2016-03-08 16:50:44 -05:00
..
2016-01-28 16:47:36 +09:00
2016-01-19 17:40:15 -03:00
2016-01-02 13:33:40 -05:00
2015-06-28 23:56:55 -04:00
2016-01-02 13:33:40 -05:00