Re: BUG #17514: Application with embedded SQL crashes when executing EXEC SQL PREPARE

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "okano(dot)naoki(at)fujitsu(dot)com" <okano(dot)naoki(at)fujitsu(dot)com>
Cc: "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #17514: Application with embedded SQL crashes when executing EXEC SQL PREPARE
Date: 2022-06-14 22:18:08
Message-ID: 166129.1655245088@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"okano(dot)naoki(at)fujitsu(dot)com" <okano(dot)naoki(at)fujitsu(dot)com> writes:
> I applied this patch to the master branch, and confirmed that the
> application resulted in an error instead of a crash.
> As with PREPARE, executing DISCONNECT CURRENT also caused the
> application to crash, but this patch has fixed that.
> The patch looks good to me.

Pushed then, thanks for testing!

(Note that this will appear in the August releases, not in this
week's 14.4 release.)

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Justin Pryzby 2022-06-14 23:09:49 Re: pg_upgrade (12->14) fails on aggregate
Previous Message PG Bug reporting form 2022-06-14 15:17:46 BUG #17518: Getting Error "new multixact has more than one updating member" when trying to delete records.