summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorTom Lane1998-10-01 02:04:01 +0000
committerTom Lane1998-10-01 02:04:01 +0000
commitd33bbb5b1f6ad33da866917d43e0a565d5b92b0b (patch)
treed4d5e379d9f9659828eacb33c35f5dc1369301f2 /src/include
parent92edd4233eec13455f9051ae707ce740915e55df (diff)
Get rid of some long-dead code that thinks NOTIFY is passed to the
planner/optimizer/executor. It isn't. Besides, most of the removed code consists of comments about how it's not right.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/nodes/nodes.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h
index 29124a839ce..5ddbfd142e0 100644
--- a/src/include/nodes/nodes.h
+++ b/src/include/nodes/nodes.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodes.h,v 1.30 1998/09/01 04:36:41 momjian Exp $
+ * $Id: nodes.h,v 1.31 1998/10/01 02:04:01 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -305,7 +305,6 @@ typedef enum CmdType
CMD_UPDATE, /* update stmt (formerly replace) */
CMD_INSERT, /* insert stmt (formerly append) */
CMD_DELETE,
- CMD_NOTIFY,
CMD_UTILITY, /* cmds like create, destroy, copy,
* vacuum, etc. */
CMD_NOTHING /* dummy command for instead nothing rules