aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-03-07 03:34:11 +0000
committerBruce Momjian <bruce@momjian.us>1999-03-07 03:34:11 +0000
commit60bb92af334c5afac7da3bb13f932d675616bc3b (patch)
treec9484e60ed05dc53dfe84b43f78fe5741d8d38ed /src/include
parent6c51355612791924e7be6dd910d8a1f66a2dc044 (diff)
downloadpostgresql-60bb92af334c5afac7da3bb13f932d675616bc3b.tar.gz
postgresql-60bb92af334c5afac7da3bb13f932d675616bc3b.zip
Really remove Recipe.
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 c3ba1decd14..c56b1fa9dc1 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.46 1999/02/27 21:40:39 tgl Exp $
+ * $Id: nodes.h,v 1.47 1999/03/07 03:34:11 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -163,7 +163,6 @@ typedef enum NodeTag
T_FetchStmt,
T_IndexStmt,
T_ProcedureStmt,
- T_RecipeStmt,
T_RemoveAggrStmt,
T_RemoveFuncStmt,
T_RemoveOperStmt,