1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-03 09:13:20 +03:00

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.
This commit is contained in:
Tom Lane
1998-10-01 02:04:01 +00:00
parent 92edd4233e
commit d33bbb5b1f
3 changed files with 20 additions and 52 deletions

View File

@@ -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