> On Aug 9, 2021, at 5:14 PM, Mark Dilger <mark(dot)dilger(at)enterprisedb(dot)com> wrote:
>
> our $match;
> if ('foo' =~ m/((.)(??{ die; })){0}(..)/)
I left in a stray variable. A prior version of this script was assigning to $match where it now has die. Sorry for any confusion.
—
Mark Dilger
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company