Re: ExecAppendAsyncEventWait() in REL_14_STABLE can corrupt PG_exception_stack
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Etsuro Fujita <etsuro.fujita@gmail.com>
Cc: Alexander Pyhalov <a.pyhalov@postgrespro.ru>, Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2024-04-08T05:12:27Z
Lists: pgsql-hackers
On Thu, Apr 04, 2024 at 06:08:40PM +0900, Etsuro Fujita wrote: > Pushed. Sorry for the delay. Thanks! -- Michael
Commits
-
Fix bogus coding in ExecAppendAsyncEventWait().
- e10ca95ff7db 14.12 landed
- 3f96d113ff84 15.7 landed
- f6f61a4bd9cc 16.3 landed
-
Fix resource leak when a FDW's ForeignAsyncRequest function fails
- 555276f85940 14.11 cited
-
postgres_fdw: Fix handling of pending asynchronous requests.
- 1ec7fca85921 15.0 cited
-
Add support for asynchronous execution.
- 27e1f14563cf 14.0 cited