]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Expand comments and add an assertion in nodeModifyTable.c.
authorNoah Misch <noah@leadboat.com>
Fri, 28 Jun 2024 02:21:05 +0000 (19:21 -0700)
committerNoah Misch <noah@leadboat.com>
Fri, 28 Jun 2024 02:21:13 +0000 (19:21 -0700)
commitfea47de3016ac8bc29bce10382220a457d2ef57f
tree89b00b708987ebe03adc5f89b5d7119b429a56b4
parent796d191028bb642bb04d9b3fd18d6f0aab7b1f1f
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
src/backend/executor/nodeModifyTable.c