mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Supply missing brace omitted by commit 12613cb6b8
.
This commit is contained in:
@@ -1492,6 +1492,7 @@ ECPGdo(const int lineno, const int compat, const int force_indicator, const char
|
|||||||
if (statement_type == ECPGst_prepnormal)
|
if (statement_type == ECPGst_prepnormal)
|
||||||
{
|
{
|
||||||
if (!ecpg_auto_prepare(lineno, connection_name, compat, questionmarks, &prepname, query))
|
if (!ecpg_auto_prepare(lineno, connection_name, compat, questionmarks, &prepname, query))
|
||||||
|
{
|
||||||
setlocale(LC_NUMERIC, oldlocale);
|
setlocale(LC_NUMERIC, oldlocale);
|
||||||
ecpg_free(oldlocale);
|
ecpg_free(oldlocale);
|
||||||
va_end(args);
|
va_end(args);
|
||||||
|
Reference in New Issue
Block a user