Re: problem with RETURNING and update row movement

Etsuro Fujita <etsuro.fujita@gmail.com>

From: Etsuro Fujita <etsuro.fujita@gmail.com>
To: Amit Langote <amitlangote09@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, David Steele <david@pgmasters.net>, Michael Paquier <michael@paquier.xyz>, Alvaro Herrera <alvherre@2ndquadrant.com>, Amit Kapila <amit.kapila16@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2021-04-23T01:49:30Z
Lists: pgsql-hackers
On Fri, Apr 23, 2021 at 10:08 AM Amit Langote <amitlangote09@gmail.com> wrote:
> On Fri, Apr 23, 2021 at 12:49 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> > Amit Langote <amitlangote09@gmail.com> writes:
> > >> (I've not looked at porting this to v12 or v11 yet.)
> >
> > > I did that; patches attached.  (I haven't changed them to incorporate
> > > the above comment though.)
> >
> > Thanks for that, saved me some work.  I've pushed these.
>
> Thanks for working on closing this and that other issue.

Thanks to both of you for working on these!

Best regards,
Etsuro Fujita



Commits

  1. Fix bugs in RETURNING in cross-partition UPDATE cases.

  2. postgres_fdw: Clean up handling of system columns.