File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
*
27
27
*
28
28
* IDENTIFICATION
29
- * $PostgreSQL: pgsql/src/backend/executor/execMain.c,v 1.257 2005/11/14 17:42:54 tgl Exp $
29
+ * $PostgreSQL: pgsql/src/backend/executor/execMain.c,v 1.258 2005/11/18 12:26:20 neilc Exp $
30
30
*
31
31
*-------------------------------------------------------------------------
32
32
*/
@@ -1458,8 +1458,8 @@ ExecInsert(TupleTableSlot *slot,
1458
1458
/* ----------------------------------------------------------------
1459
1459
* ExecDelete
1460
1460
*
1461
- * DELETE is like UPDATE, we delete the tuple and its
1462
- * index tuples.
1461
+ * DELETE is like UPDATE, except that we delete the tuple and no
1462
+ * index modifications are needed
1463
1463
* ----------------------------------------------------------------
1464
1464
*/
1465
1465
static void
You can’t perform that action at this time.
0 commit comments