Re: ExecAppendAsyncEventWait() in REL_14_STABLE can corrupt PG_exception_stack
Etsuro Fujita <etsuro.fujita@gmail.com>
From: Etsuro Fujita <etsuro.fujita@gmail.com>
To: Alexander Pyhalov <a.pyhalov@postgrespro.ru>
Cc: Michael Paquier <michael@paquier.xyz>,
Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2024-03-22T12:09:08Z
Lists: pgsql-hackers
Hi Alexander, On Fri, Mar 22, 2024 at 7:23 PM Alexander Pyhalov <a.pyhalov@postgrespro.ru> wrote: > The updated patch still looks good to me. Great! I am planning to apply the patch to the back branches next week. Thanks for the review! Best regards, Etsuro Fujita
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