projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8c7442
)
Fix brace indentation of commit f8c74422010e63506fa69635ea61920bc042b70e to fit Postg...
author
Michael Meskes
<meskes@postgresql.org>
Fri, 2 Sep 2011 07:45:11 +0000
(09:45 +0200)
committer
Michael Meskes
<meskes@postgresql.org>
Fri, 2 Sep 2011 07:48:19 +0000
(09:48 +0200)
src/interfaces/ecpg/ecpglib/execute.c
patch
|
blob
|
history
diff --git
a/src/interfaces/ecpg/ecpglib/execute.c
b/src/interfaces/ecpg/ecpglib/execute.c
index 589c57dffa831571d080edc37c70120a5eaf98a6..f84945e943f71dd80eaba6d3e421e35a898876b8 100644
(file)
--- a/
src/interfaces/ecpg/ecpglib/execute.c
+++ b/
src/interfaces/ecpg/ecpglib/execute.c
@@
-1773,7
+1773,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);