Jaime Casanova <[email protected]> writes: > BTW, this only happens when the third parameter is large. Here is an > example that consistently crash here: > select regexp_count('jaime.casanova', 'valid', 102481);
Hah ... pg_regexec has never had a check that the search start position
is sane. Will fix.
regards, tom lane
