• T
    Get rid of some old and crufty global variables in the planner. When · 7c5e5439
    Tom Lane 提交于
    this code was last gone over, there wasn't really any alternative to
    globals because we didn't have the PlannerInfo struct being passed all
    through the planner code.  Now that we do, we can restructure things
    to avoid non-reentrancy.  I'm fooling with this because otherwise I'd
    have had to add another global variable for the planned compact
    range table list.
    7c5e5439
clausesel.c 19.9 KB