• Tom Lane's avatar
    Split out into a separate function the code in grouping_planner() that · 69855929
    Tom Lane authored
    decides whether to use hashed grouping instead of sort-plus-uniq
    grouping. The function needs an annoyingly large number of parameters,
    but this still seems like a win for legibility, since it removes over
    a hundred lines from grouping_planner (which is still too big :-().
    69855929
planner.c 48.7 KB