Re: problem with RETURNING and update row movement
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Etsuro Fujita <etsuro.fujita@gmail.com>
Cc: Amit Langote <amitlangote09@gmail.com>, Alvaro Herrera <alvherre@2ndquadrant.com>, Amit Kapila <amit.kapila16@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2020-09-24T04:54:03Z
Lists: pgsql-hackers
On Thu, Sep 24, 2020 at 04:25:24AM +0900, Etsuro Fujita wrote: > Sorry, my thought was vague. To store xmin/xmax/cmin/cmax into a > given slot, we need to extend the TupleTableSlot struct to contain > these attributes as well? Or we need to introduce a new callback > routine for that (say, setsysattr)? These would not be > back-patchable, though. Please note that the latest patch fails to apply, so this needs a rebase. -- Michael
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