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

From Tom Lane
Subject Re: BUG #14053: postgres crashes in plpgsql under load of concurrent transactions
Date
Msg-id 18215.1459354680@sss.pgh.pa.us
Whole thread Raw
In response to BUG #14053: postgres crashes in plpgsql under load of concurrent transactions  (maxim@jeslalabs.com)
List pgsql-bugs
maxim@jeslalabs.com writes:
> Perhaps the fix should be as follow:
>         if (expr->expr_simple_lxid != curlxid || curlxid ==
> InvalidLocalTransactionId)

We're very unlikely to consider changing this code unless you show us
a case that makes it fail.  Which this bug report did not.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: BUG #14046: Bad mathematical rules for 0 cast
Next
From: Tom Lane
Date:
Subject: Re: BUG #14046: Bad mathematical rules for 0 cast