• Tom Lane's avatar
    Fix make_greater_string to not have an undocumented collation assumption. · 466dac86
    Tom Lane authored
    The previous coding worked only if ltproc->fn_collation was always either
    DEFAULT_COLLATION_OID or a C-compatible locale.  While that's true at the
    moment, it wasn't documented (and in fact wasn't true when this code was
    committed...).  But it only takes a couple more lines to make its internal
    caching behavior locale-aware, so let's do that.
    466dac86
selfuncs.c 189 KB