• Andrew Dunstan's avatar
    Go back to using a separate method for doing ILIKE for single byte · e1528933
    Andrew Dunstan authored
    character encodings that doesn't involve calling lower(). This should
    cure the performance regression in this case complained of by Guillaume
    Smet. It still leaves the horrid performance for multi-byte encodings
    introduced in 8.2, but there's no obvious solution for that in sight.
    e1528933
like_match.c 8.57 KB