Expand comments and add an assertion in nodeModifyTable.c.
authorNoah Misch <[email protected]>
Fri, 28 Jun 2024 02:21:05 +0000 (19:21 -0700)
committerNoah Misch <[email protected]>
Fri, 28 Jun 2024 02:21:11 +0000 (19:21 -0700)
commitad4653268c12cd50339dae0de59d9add41138d66
treee52a38bdd6c642831f571b26808e375976288b1f
parent2d06bdbc0cc34df354fd58a857c1a3a8cf4a9406
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[email protected]
src/backend/executor/nodeModifyTable.c