Re: problem with RETURNING and update row movement
David Steele <david@pgmasters.net>
From: David Steele <david@pgmasters.net>
To: Amit Langote <amitlangote09@gmail.com>,
Michael Paquier <michael@paquier.xyz>
Cc: Etsuro Fujita <etsuro.fujita@gmail.com>,
Alvaro Herrera <alvherre@2ndquadrant.com>,
Amit Kapila <amit.kapila16@gmail.com>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2021-03-05T15:52:31Z
Lists: pgsql-hackers
On 10/30/20 6:00 AM, Amit Langote wrote: > The question > I guess is whether that thread must conclude before the fix here can > be committed. Indeed. But it seems like there is a candidate patch on [1] though that thread has also stalled. I'll try to get some status on that thread but the question remains if this patch will be stalled until [1] is resolved. Regards, -- -David david@pgmasters.net [1] https://www.postgresql.org/message-id/flat/141051591267657%40mail.yandex.ru
Commits
-
Fix bugs in RETURNING in cross-partition UPDATE cases.
- a71cfc56bf60 13.3 landed
- 3fb93103a9fd 12.7 landed
- 27835b547664 11.12 landed
-
postgres_fdw: Clean up handling of system columns.
- da7d44b627ba 9.6.0 cited