Commit 7871b7de authored by Neil Conway's avatar Neil Conway

Update obsolete comment describing ExecDelete(), per Simon Riggs.

parent 1d0d8d3c
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/executor/execMain.c,v 1.257 2005/11/14 17:42:54 tgl Exp $ * $PostgreSQL: pgsql/src/backend/executor/execMain.c,v 1.258 2005/11/18 12:26:20 neilc Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -1458,8 +1458,8 @@ ExecInsert(TupleTableSlot *slot, ...@@ -1458,8 +1458,8 @@ ExecInsert(TupleTableSlot *slot,
/* ---------------------------------------------------------------- /* ----------------------------------------------------------------
* ExecDelete * ExecDelete
* *
* DELETE is like UPDATE, we delete the tuple and its * DELETE is like UPDATE, except that we delete the tuple and no
* index tuples. * index modifications are needed
* ---------------------------------------------------------------- * ----------------------------------------------------------------
*/ */
static void static void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment