]> granicus.if.org Git - postgresql/commitdiff
Supply missing brace omitted by commit 12613cb6b83cac1aa1e7882e84902c445fce3e74.
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 1 Sep 2011 22:01:42 +0000 (18:01 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 1 Sep 2011 22:01:42 +0000 (18:01 -0400)
src/interfaces/ecpg/ecpglib/execute.c

index 0c4e0cc730c3dd2ac4910e07bb9c0f46902e8ad5..181fac13e0536046af114406225ed24f94c883ef 100644 (file)
@@ -1492,6 +1492,7 @@ 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, questionmarks, &prepname, query))
+               {
                        setlocale(LC_NUMERIC, oldlocale);
                        ecpg_free(oldlocale);
                        va_end(args);