• Tom Lane's avatar
    Simplify memory management for regex DFAs a little. · 190c7988
    Tom Lane authored
    Coverity complained that functions in regexec.c might leak DFA
    storage.  It's wrong, but this logic is confusing enough that it's
    not so surprising Coverity couldn't make sense of it.  Rewrite
    in hopes of making it more legible to humans as well as machines.
    190c7988
regexec.c 36.4 KB