diff options
Diffstat (limited to 'src/include/tcop/pquery.h')
-rw-r--r-- | src/include/tcop/pquery.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/tcop/pquery.h b/src/include/tcop/pquery.h index da2d29aea89..856fb29615a 100644 --- a/src/include/tcop/pquery.h +++ b/src/include/tcop/pquery.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/tcop/pquery.h,v 1.35 2005/06/22 17:45:46 tgl Exp $ + * $PostgreSQL: pgsql/src/include/tcop/pquery.h,v 1.36 2005/10/15 02:49:46 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -25,7 +25,7 @@ extern PortalStrategy ChoosePortalStrategy(List *parseTrees); extern List *FetchPortalTargetList(Portal portal); extern void PortalStart(Portal portal, ParamListInfo params, - Snapshot snapshot); + Snapshot snapshot); extern void PortalSetResultFormat(Portal portal, int nFormats, int16 *formats); |