summaryrefslogtreecommitdiff
path: root/src/include/tcop/pquery.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/tcop/pquery.h')
-rw-r--r--src/include/tcop/pquery.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/tcop/pquery.h b/src/include/tcop/pquery.h
index 7aec9aa039..9f45684c5b 100644
--- a/src/include/tcop/pquery.h
+++ b/src/include/tcop/pquery.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pquery.h,v 1.3 1996/11/10 03:06:09 momjian Exp $
+ * $Id: pquery.h,v 1.4 1997/08/19 21:40:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -27,8 +27,6 @@ extern void ProcessPortal(char *portalName, Query *parseTree,
Plan *plan, EState *state, TupleDesc attinfo,
CommandDest dest);
-extern void ProcessQueryDesc(QueryDesc *queryDesc);
-
extern void ProcessQuery(Query *parsetree, Plan *plan, char *argv[],
Oid *typev, int nargs, CommandDest dest);