• Robert Haas's avatar
    Improve handling of CustomPath/CustomPlan(State) children. · 5ca61184
    Robert Haas authored
    Allow CustomPath to have a list of paths, CustomPlan a list of plans,
    and CustomPlanState a list of planstates known to the core system, so
    that custom path/plan providers can more reasonably use this
    infrastructure for nodes with multiple children.
    
    KaiGai Kohei, per a design suggestion from Tom Lane, with some
    further kibitzing by me.
    5ca61184
plannodes.h 32.9 KB