Re: problem with RETURNING and update row movement - Mailing list pgsql-hackers

From Amit Langote
Subject Re: problem with RETURNING and update row movement
Date
Msg-id CA+HiwqEVSYbzqZ4hb0x=vbVSvuqNjMx5bXNLDXiVSrt-THPzPg@mail.gmail.com
Whole thread Raw
In response to Re: problem with RETURNING and update row movement  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: problem with RETURNING and update row movement  (Etsuro Fujita <etsuro.fujita@gmail.com>)
List pgsql-hackers
On Fri, Apr 23, 2021 at 12:49 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Amit Langote <amitlangote09@gmail.com> writes:
> > I think we should also add slot != srcSlot to this condition.
>
> Good idea, should save useless comparisons of identical tupdescs.
> Done.
>
> >> (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.

-- 
Amit Langote
EDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: wal stats questions
Next
From: Andres Freund
Date:
Subject: Re: wal stats questions