• Robert Haas's avatar
    Reuse abbreviated keys in ordered [set] aggregates. · f1f5ec1e
    Robert Haas authored
    When processing ordered aggregates following a sort that could make use
    of the abbreviated key optimization, only call the equality operator to
    compare successive pairs of tuples when their abbreviated keys were not
    equal.
    
    Peter Geoghegan, reviewd by Andreas Karlsson and by me.
    f1f5ec1e
tuplesort.h 4.86 KB