Re: Inherited UPDATE/DELETE vs async execution
Justin Pryzby <pryzby@telsasoft.com>
From: Justin Pryzby <pryzby@telsasoft.com>
To: Etsuro Fujita <etsuro.fujita@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org, Tomas Vondra <tomas.vondra@postgresql.org>
Date: 2021-05-10T00:20:44Z
Lists: pgsql-hackers
On Sat, May 08, 2021 at 01:20:51AM +0900, Etsuro Fujita wrote: > I noticed this while working on the > EXPLAIN-ANALYZE-for-async-capable-nodes issue: > > DELETE FROM async_pt; > server closed the connection unexpectedly Confirmed, +Tomas, and added at https://wiki.postgresql.org/wiki/PostgreSQL_14_Open_Items -- Justin
Commits
-
Prevent asynchronous execution of direct foreign-table modifications.
- a784859f4480 14.0 landed