diff options
Diffstat (limited to 'src/include/tcop/pquery.h')
| -rw-r--r-- | src/include/tcop/pquery.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/tcop/pquery.h b/src/include/tcop/pquery.h index d9d6a6221d..ff9cc9d76a 100644 --- a/src/include/tcop/pquery.h +++ b/src/include/tcop/pquery.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pquery.h,v 1.26 2003/05/06 20:26:28 tgl Exp $ + * $Id: pquery.h,v 1.27 2003/05/08 18:16:37 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -20,7 +20,6 @@ extern void ProcessQuery(Query *parsetree, Plan *plan, ParamListInfo params, - const char *portalName, DestReceiver *dest, char *completionTag); @@ -28,6 +27,9 @@ extern PortalStrategy ChoosePortalStrategy(List *parseTrees); extern void PortalStart(Portal portal, ParamListInfo params); +extern void PortalSetResultFormat(Portal portal, int nFormats, + int16 *formats); + extern bool PortalRun(Portal portal, long count, DestReceiver *dest, DestReceiver *altdest, char *completionTag); |
