• Robert Haas's avatar
    Don't require sort support functions to provide a comparator. · 1d41739e
    Robert Haas authored
    This could be useful for datatypes like text, where we might want
    to optimize for some collations but not others.  However, this patch
    doesn't introduce any new sortsupport functions that work this way;
    it merely revises the code so that future patches may do so.
    
    Patch by me.  Review by Peter Geoghegan.
    1d41739e
lsyscache.c 67.7 KB