Re: Segmentation fault on postgresql 13.4, 12.8 with function call in a cursor - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Segmentation fault on postgresql 13.4, 12.8 with function call in a cursor
Date
Msg-id 3684713.1631204077@sss.pgh.pa.us
Whole thread Raw
In response to Segmentation fault on postgresql 13.4, 12.8 with function call in a cursor  (Tomas Barton <barton.tomas@gmail.com>)
List pgsql-bugs
Tomas Barton <barton.tomas@gmail.com> writes:
> a recent change in postgresql is causing a segfault when a function is
> called in filter section, e.g. with a plan like this:

Ugh, thanks.  PersistHoldablePortal isn't being cautious about
re-executing a plan that already reached completion.  Will fix.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Sergei Kornilov
Date:
Subject: Re: Segmentation fault on postgresql 13.4, 12.8 with function call in a cursor
Next
From: Michael Paquier
Date:
Subject: Re: BUG #17184: When using openssl, the memory of a static variable is not freed in libpq