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

From Alvaro Herrera
Subject Re: problem with RETURNING and update row movement
Date
Msg-id 20200911204210.GA2033@alvherre.pgsql
Whole thread Raw
In response to Re: problem with RETURNING and update row movement  (Etsuro Fujita <etsuro.fujita@gmail.com>)
Responses Re: problem with RETURNING and update row movement  (Amit Langote <amitlangote09@gmail.com>)
List pgsql-hackers
I noticed that this bugfix has stalled, probably because the other
bugfix has also stalled.

It seems that cleanly returning system columns from table AM is not
going to be a simple task -- whatever fix we get for that is likely not
going to make it all the way to PG 12.  So I suggest that we should fix
this bug in 11-13 without depending on that.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY
Next
From: Tom Lane
Date:
Subject: Re: Simplified version of read_binary_file (src/backend/utils/adt/genfile.c)