projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6d72ac
)
Fix brace indentation of commit a6d72ac344a8643142d76abe2c9d0b1ea68847fb to fit Postg...
author
Michael Meskes
<
[email protected]
>
Fri, 2 Sep 2011 07:45:11 +0000
(09:45 +0200)
committer
Michael Meskes
<
[email protected]
>
Fri, 2 Sep 2011 07:46:12 +0000
(09:46 +0200)
src/interfaces/ecpg/ecpglib/execute.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/ecpglib/execute.c
b/src/interfaces/ecpg/ecpglib/execute.c
index 05cbb3ecb12b8cde6cf114be2fda0e4b9be8a857..4fa2ba0809b9d530b72ee095b1a4e48d599d4717 100644
(file)
--- a/
src/interfaces/ecpg/ecpglib/execute.c
+++ b/
src/interfaces/ecpg/ecpglib/execute.c
@@
-1503,7
+1503,8
@@
ECPGdo(const int lineno, const int compat, const int force_indicator, const char
*/
if (statement_type == ECPGst_prepnormal)
{
- if (!ecpg_auto_prepare(lineno, connection_name, compat, &prepname, query)) {
+ if (!ecpg_auto_prepare(lineno, connection_name, compat, &prepname, query))
+ {
setlocale(LC_NUMERIC, oldlocale);
ecpg_free(oldlocale);
va_end(args);