mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user