new regexp_*(text, text, int) functions crash

From: Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>
To: pgsql-hackers(at)postgresql(dot)org
Subject: new regexp_*(text, text, int) functions crash
Date: 2021-09-11 18:03:57
Message-ID: 20210911180357.GA6870@ahch-to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

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);

--
Jaime Casanova
Director de Servicios Profesionales
SystemGuards - Consultores de PostgreSQL

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2021-09-11 18:19:04 Re: pg_upgrade test for binary compatibility of core data types
Previous Message Tom Lane 2021-09-11 17:42:06 Re: Increase value of OUTER_VAR