• Robert Haas's avatar
    Improve make_greater_string() with encoding-specific incrementers. · 78d523b6
    Robert Haas authored
    This infrastructure doesn't in any way guarantee that the character
    we produce will sort before the one we incremented; but it does at least
    make it much more likely that we'll end up with something that is a valid
    character, which improves our chances.
    
    Kyotaro Horiguchi, with various adjustments by me.
    78d523b6
pg_wchar.h 15.9 KB