summaryrefslogtreecommitdiff
path: root/src/include/tcop/pquery.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-06-04 17:26:49 +0000
committerBruce Momjian <bruce@momjian.us>1998-06-04 17:26:49 +0000
commita576a60e3f24e6c7a81442f0e7c8615e43819d8a (patch)
tree3b8b6e688308ca2395b201102578aa99f4f0907f /src/include/tcop/pquery.h
parent99d21d5b62a54d64b95dc915a35fb35111bbc430 (diff)
downloadpostgresql-a576a60e3f24e6c7a81442f0e7c8615e43819d8a.tar.gz
Show backend status on ps command line. Remove unused args from
pg_exec_query().
Diffstat (limited to 'src/include/tcop/pquery.h')
-rw-r--r--src/include/tcop/pquery.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/tcop/pquery.h b/src/include/tcop/pquery.h
index 10935ae63e..303487b988 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.9 1998/02/26 04:43:40 momjian Exp $
+ * $Id: pquery.h,v 1.10 1998/06/04 17:26:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -29,7 +29,6 @@ ProcessPortal(char *portalName, Query *parseTree,
CommandDest dest);
extern void
-ProcessQuery(Query *parsetree, Plan *plan, char *argv[],
- Oid *typev, int nargs, CommandDest dest);
+ProcessQuery(Query *parsetree, Plan *plan, CommandDest dest);
#endif /* pqueryIncluded */