Re: BUG #14053: postgres crashes in plpgsql under load of concurrent transactions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: maxim(at)jeslalabs(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14053: postgres crashes in plpgsql under load of concurrent transactions
Date: 2016-03-30 16:18:00
Message-ID: 18215.1459354680@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

maxim(at)jeslalabs(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2016-03-30 16:32:11 Re: BUG #14046: Bad mathematical rules for 0 cast
Previous Message David G. Johnston 2016-03-30 16:03:50 Re: BUG #14046: Bad mathematical rules for 0 cast