mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.
They are now handled by a new plan node type called ModifyTable, which is placed at the top of the plan tree. In itself this change doesn't do much, except perhaps make the handling of RETURNING lists and inherited UPDATEs a tad less klugy. But it is necessary preparation for the intended extension of allowing RETURNING queries inside WITH. Marko Tiikkaja
This commit is contained in:
1005
src/backend/executor/nodeModifyTable.c
Normal file
1005
src/backend/executor/nodeModifyTable.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user