Re: psql crash when running a procedure with an inout parameter and a commit

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Chuck Nellis <crnellis(at)raytheon(dot)com>
Cc: "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: psql crash when running a procedure with an inout parameter and a commit
Date: 2021-08-16 15:19:33
Message-ID: 890521.1629127173@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Chuck Nellis <crnellis(at)raytheon(dot)com> writes:
> Thanks for the quick response. Unfortunately, I'm not able to upgrade to 12.8 at this time. I am running on AWS RDS, which only supports up to 12.7. I may be able to upgrade from 12.5 to 12.7 sometime in the not-to-distant future, but it certainly won't happen for at least a few weeks.

After a quick look at the commit log, it looks like 12.7 would be enough
to fix this specific issue.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2021-08-16 16:05:53 Re: BUG #17144: Upgrade from v13 to v14 with the cube extension failed
Previous Message RekGRpth 2021-08-16 14:33:43 Re: BUG #17147: Why concat_ws and concat is not immutable?