|
1 |
| -/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/prepare.c,v 1.31 2009/06/11 14:49:13 momjian Exp $ */ |
| 1 | +/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/prepare.c,v 1.32 2009/07/22 11:07:02 mha Exp $ */ |
2 | 2 |
|
3 | 3 | #definePOSTGRES_ECPG_INTERNAL
|
4 | 4 | #include"postgres_fe.h"
|
@@ -463,7 +463,7 @@ AddStmtToCache(int lineno,/* line # of statement*/
|
463 | 463 |
|
464 | 464 | /* handle cache and preparation of statments in auto-prepare mode */
|
465 | 465 | bool
|
466 |
| -ecpg_auto_prepare(intlineno,constchar*connection_name,intcompat,char**name,constchar*query) |
| 466 | +ecpg_auto_prepare(intlineno,constchar*connection_name,constintcompat,char**name,constchar*query) |
467 | 467 | {
|
468 | 468 | intentNo;
|
469 | 469 |
|
|