re: BUG #14053: postgres crashes in plpgsql under load of concurrent transactions - Mailing list pgsql-hackers

From Ranier Vilela
Subject re: BUG #14053: postgres crashes in plpgsql under load of concurrent transactions
Date
Msg-id CAEudQAoPULd5L7XR_EL1XPAW6ezTewfV02HRHm2vovxVm=wcSg@mail.gmail.com
Whole thread Raw
List pgsql-hackers
Hi Maxim,

Coverity show that trap (1), still persists, even in HEAD.
CID 1425439 (#1 of 1): Explicit null dereferenced (FORWARD_NULL)
15. var_deref_model: Passing null pointer expr->expr_simple_state to ExecEvalExpr, which dereferences it. [show details]

Is really, it is very difficult to provide a minimum reproducible test case?
I tried, without success.

regards,
Ranier Vilela

pgsql-hackers by date:

Previous
From: Alexey Kondratov
Date:
Subject: Re: Physical replication slot advance is not persistent
Next
From: Tom Lane
Date:
Subject: Re: More tzdb fun: POSIXRULES is being deprecated upstream