diff options
Diffstat (limited to 'src/include/commands/explain.h')
-rw-r--r-- | src/include/commands/explain.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/commands/explain.h b/src/include/commands/explain.h index 58cff3cdc08..8fb2721c437 100644 --- a/src/include/commands/explain.h +++ b/src/include/commands/explain.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994-5, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/explain.h,v 1.24 2004/12/31 22:03:28 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/commands/explain.h,v 1.25 2005/11/29 01:25:50 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -18,7 +18,8 @@ #include "tcop/dest.h" -extern void ExplainQuery(ExplainStmt *stmt, DestReceiver *dest); +extern void ExplainQuery(ExplainStmt *stmt, ParamListInfo params, + DestReceiver *dest); extern TupleDesc ExplainResultDesc(ExplainStmt *stmt); |