diff options
Diffstat (limited to 'src/include/tcop/tcopprot.h')
| -rw-r--r-- | src/include/tcop/tcopprot.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/tcop/tcopprot.h b/src/include/tcop/tcopprot.h index b81df05320..c1fa9c1a6d 100644 --- a/src/include/tcop/tcopprot.h +++ b/src/include/tcop/tcopprot.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: tcopprot.h,v 1.55 2003/04/29 22:13:11 tgl Exp $ + * $Id: tcopprot.h,v 1.56 2003/05/02 20:54:36 tgl Exp $ * * OLD COMMENTS * This file was created so that other c files could get the two @@ -41,6 +41,7 @@ extern List *pg_analyze_and_rewrite(Node *parsetree, extern List *pg_parse_and_rewrite(const char *query_string, Oid *paramTypes, int numParams); extern Plan *pg_plan_query(Query *querytree); +extern List *pg_plan_queries(List *querytrees, bool needSnapshot); #endif /* BOOTSTRAP_INCLUDE */ |
