diff options
Diffstat (limited to 'src/include/tcop/pquery.h')
-rw-r--r-- | src/include/tcop/pquery.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/tcop/pquery.h b/src/include/tcop/pquery.h index baba06438ff..e2efd3d5e30 100644 --- a/src/include/tcop/pquery.h +++ b/src/include/tcop/pquery.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/tcop/pquery.h,v 1.30 2003/11/29 22:41:14 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/tcop/pquery.h,v 1.31 2004/03/21 22:29:11 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -17,6 +17,9 @@ #include "utils/portal.h" +extern DLLIMPORT Portal ActivePortal; + + extern void ProcessQuery(Query *parsetree, Plan *plan, ParamListInfo params, |