mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +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:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.275 2002/07/30 05:35:53 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.276 2002/07/30 16:55:45 momjian Exp $
|
||||
*
|
||||
* NOTES
|
||||
* this is the "main" module of the postgres backend and
|
||||
@ -1693,7 +1693,7 @@ PostgresMain(int argc, char *argv[], const char *username)
|
||||
if (!IsUnderPostmaster)
|
||||
{
|
||||
puts("\nPOSTGRES backend interactive interface ");
|
||||
puts("$Revision: 1.275 $ $Date: 2002/07/30 05:35:53 $\n");
|
||||
puts("$Revision: 1.276 $ $Date: 2002/07/30 16:55:45 $\n");
|
||||
}
|
||||
|
||||
/*
|
||||
@ -2352,12 +2352,6 @@ CreateCommandTag(Node *parsetree)
|
||||
tag = "EXPLAIN";
|
||||
break;
|
||||
|
||||
#ifdef NOT_USED
|
||||
case T_RecipeStmt:
|
||||
tag = "EXECUTE RECIPE";
|
||||
break;
|
||||
#endif
|
||||
|
||||
case T_VariableSetStmt:
|
||||
tag = "SET";
|
||||
break;
|
||||
|
Reference in New Issue
Block a user