Re: postgres_fdw: incomplete subabort cleanup of connections used in async execution
Etsuro Fujita <etsuro.fujita@gmail.com>
From: Etsuro Fujita <etsuro.fujita@gmail.com>
To: Alexander Pyhalov <a.pyhalov@postgrespro.ru>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-01-21T09:01:07Z
Lists: pgsql-hackers
On Wed, Dec 22, 2021 at 2:40 PM Etsuro Fujita <etsuro.fujita@gmail.com> wrote: > On Wed, Dec 22, 2021 at 1:08 AM Alexander Pyhalov > <a.pyhalov@postgrespro.ru> wrote: > > Looks good to me. > > Great! Thanks for reviewing! I've committed the patch. Best regards, Etsuro Fujita
Commits
-
postgres_fdw: Fix subabort cleanup of connections used in asynchronous execution.
- 700e8fe6d414 14.2 landed
- 6c07f9ebce15 15.0 landed
-
Add support for asynchronous execution.
- 27e1f14563cf 14.0 cited