Re: [BUGS] Bug in Postgresql 10.0: regexp functions return invalid cach ID: 42 - Mailing list pgsql-bugs

From Tom Lane
Subject Re: [BUGS] Bug in Postgresql 10.0: regexp functions return invalid cach ID: 42
Date
Msg-id 5365.1507300032@sss.pgh.pa.us
Whole thread Raw
In response to [BUGS] Bug in Postgresql 10.0: regexp functions return invalid cach ID: 42  (Johannes Maurer <johannes.maurer@gruberreisen.at>)
List pgsql-bugs
Johannes Maurer <johannes.maurer@gruberreisen.at> writes:
> when running the following command 
> select regexp_replace('##text1##', '^##', '(##([^#]*?\.|)'); 

> I get the followin error message: 
> FEHLER: invalid cache ID: 42 
> Where: paralleler Arbeitsprozess 

Works for me, even after setting force_parallel_mode=1.  You'll need
to provide more context.  For starters, what nondefault settings are
you using?
        regards, tom lane


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: Johannes Maurer
Date:
Subject: [BUGS] Bug in Postgresql 10.0: regexp functions return invalid cach ID: 42
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] BUG #14844: Failure/Duplicate key value with ALTER DATABASE set search_path