提交 658beb7f authored 作者: Eliot Gable's avatar Eliot Gable

This "else" condition is not an error condition. It is reached when you execute…

This "else" condition is not an error condition. It is reached when you execute a multi-statement query and it reaches the end of all statements.
上级 6c1e81a8
......@@ -289,7 +289,6 @@ SWITCH_DECLARE(switch_pgsql_status_t) switch_pgsql_next_result_timed(switch_pgsq
free(res);
res = NULL;
*result_out = NULL;
goto error;
}
return SWITCH_PGSQL_SUCCESS;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论