pgsql: Expand comments and add an assertion in nodeModifyTable.c.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Expand comments and add an assertion in nodeModifyTable.c.
Дата
Msg-id E1sN1KA-003J08-2x@gemulon.postgresql.org
обсуждение исходный текст
Список 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_14_STABLE

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

Modified Files
--------------
src/backend/executor/nodeModifyTable.c | 24 +++++++++++++++++-------
1 file changed, 17 insertions(+), 7 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Amit Langote
Дата:
Сообщение: pgsql: SQL/JSON: Document behavior when input document is not jsonb
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Remove comment about xl_heap_inplace "AT END OF STRUCT".