Re: Skip adding row-marks for non target tables when result relation is foreign table.

2024-05-21 Thread Jeff Davis
On Mon, 2024-05-06 at 23:10 +0100, SAIKIRAN AVULA wrote: > I would like to bring to your attention an observation regarding the > planner's behavior for foreign table update/delete operations. It > appears that the planner adds rowmarks (ROW_MARK_COPY) for non-target > tables, which I believe is

Skip adding row-marks for non target tables when result relation is foreign table.

2024-05-07 Thread SAIKIRAN AVULA
Hi PostgreSQL Community, I would like to bring to your attention an observation regarding the planner's behavior for foreign table update/delete operations. It appears that the planner adds rowmarks (ROW_MARK_COPY) for non-target tables, which I believe is unnecessary when using the postgres-fdw.