• Robert Haas's avatar
    Adjust ExplainOneQuery_hook_type to take a DestReceiver argument. · 0bf42a5f
    Robert Haas authored
    The materialized views patch adjusted ExplainOneQuery to take an
    additional DestReceiver argument, but failed to add a matching
    argument to the definition of ExplainOneQuery_hook.  This is a
    problem for users of the hook that want to call ExplainOnePlan.
    Fix by adding the missing argument.
    0bf42a5f
explain.c 70 KB