summaryrefslogtreecommitdiff
path: root/src/backend/tcop/utility.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-07-30 16:55:45 +0000
committerBruce Momjian <bruce@momjian.us>2002-07-30 16:55:45 +0000
commit6e9893047e4021b9ad1f3d553a02d75b8b4321d7 (patch)
tree45824ee64a292a942a39f010317338ad3f8cbd97 /src/backend/tcop/utility.c
parent874148fe34d404d8dc77d8ed7482f16f5aaad5ba (diff)
The attached patch removes the last remnants of support for
'tioga recipes', whatever those are -- Peter E. killed most of it a couple days ago, but this patch removes the rest. Most of it was #ifdef'ed out anyway. Neil Conway
Diffstat (limited to 'src/backend/tcop/utility.c')
-rw-r--r--src/backend/tcop/utility.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/backend/tcop/utility.c b/src/backend/tcop/utility.c
index 0eff1ad2b16..fd0f10d58aa 100644
--- a/src/backend/tcop/utility.c
+++ b/src/backend/tcop/utility.c
@@ -10,7 +10,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.166 2002/07/29 22:14:11 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.167 2002/07/30 16:55:45 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -674,17 +674,6 @@ ProcessUtility(Node *parsetree,
ExplainQuery((ExplainStmt *) parsetree, dest);
break;
-#ifdef NOT_USED
-
- case T_RecipeStmt:
- {
- RecipeStmt *stmt = (RecipeStmt *) parsetree;
-
- beginRecipe(stmt);
- }
- break;
-#endif
-
case T_VariableSetStmt:
{
VariableSetStmt *n = (VariableSetStmt *) parsetree;