projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
418d04e
)
Fix brace indentation of commit 63d06ef59156719efd0208c62e764a69611b3f12 to fit Postg...
author
Michael Meskes
Fri, 2 Sep 2011 07:45:11 +0000
(09:45 +0200)
committer
Michael Meskes
Fri, 2 Sep 2011 08:03:07 +0000
(10:03 +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 f34ea1f3f4fc7d8a8303e6b8b25cfb2ccc4a769f..ecf2487d2fdf9028047c664ffee73f9e08ec86dd 100644
(file)
--- a/
src/interfaces/ecpg/ecpglib/execute.c
+++ b/
src/interfaces/ecpg/ecpglib/execute.c
@@
-1772,7
+1772,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);