Files
postgresql/src/include
Tom Lane 9a586fe0c5 Nab some low-hanging fruit: replace the planner's base_rel_list and
other_rel_list with a single array indexed by rangetable index.
This reduces find_base_rel from O(N) to O(1) without any real penalty.
While find_base_rel isn't one of the major bottlenecks in any profile
I've seen so far, it was starting to creep up on the radar screen
for complex queries --- so might as well fix it.
2005-06-06 04:13:36 +00:00
..
2004-12-31 22:04:05 +00:00
2004-12-31 22:04:05 +00:00
2005-03-14 18:31:25 +00:00
2005-01-18 14:39:46 +00:00
2004-08-29 05:07:03 +00:00
2004-12-31 22:04:05 +00:00
2004-12-31 22:04:05 +00:00