Re: BUG #17514: Application with embedded SQL crashes when executing EXEC SQL PREPARE - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #17514: Application with embedded SQL crashes when executing EXEC SQL PREPARE
Date
Msg-id 166129.1655245088@sss.pgh.pa.us
Whole thread Raw
In response to RE: BUG #17514: Application with embedded SQL crashes when executing EXEC SQL PREPARE  ("okano.naoki@fujitsu.com" <okano.naoki@fujitsu.com>)
List pgsql-bugs
"okano.naoki@fujitsu.com" <okano.naoki@fujitsu.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



pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #17518: Getting Error "new multixact has more than one updating member" when trying to delete records.
Next
From: Michael Paquier
Date:
Subject: Re: BUG #17504: psql --single-transaction -vON_ERROR_STOP=1 still commits after client-side error