pgsql: Expand comments and add an assertion in nodeModifyTable.c. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Expand comments and add an assertion in nodeModifyTable.c.
Date
Msg-id E1sN1K9-003Izo-Vc@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Expand comments and add an assertion in nodeModifyTable.c.

Most comments concern RELKIND_VIEW.  One addresses the ExecUpdate()
"tupleid" parameter.  A later commit will rely on these facts, but they
hold already.  Back-patch to v12 (all supported versions), the plan for
that commit.

Reviewed (in an earlier version) by Robert Haas.

Discussion: https://postgr.es/m/20240512232923.aa.nmisch@google.com

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f0544432c3cc5e74817dac146196dabcf3de6c25

Modified Files
--------------
src/backend/executor/nodeModifyTable.c | 55 ++++++++++++++++++++--------------
1 file changed, 32 insertions(+), 23 deletions(-)


pgsql-committers by date:

Previous
From: Amit Langote
Date:
Subject: pgsql: SQL/JSON: Document behavior when input document is not jsonb
Next
From: Noah Misch
Date:
Subject: pgsql: Remove comment about xl_heap_inplace "AT END OF STRUCT".