Skip to content
Snippets Groups Projects
Commit 8a5849b7 authored by Tom Lane's avatar Tom Lane
Browse files

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
parent b865d275
No related branches found
No related tags found
Loading
Showing
with 1465 additions and 1057 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment