提交 bfe3fdf3 authored 作者: Anthony Minessale's avatar Anthony Minessale

regression from 0160072a code was outside of code block

上级 6814014f
...@@ -159,9 +159,12 @@ SWITCH_DECLARE(switch_pgsql_status_t) switch_pgsql_cancel_real(const char *file, ...@@ -159,9 +159,12 @@ SWITCH_DECLARE(switch_pgsql_status_t) switch_pgsql_cancel_real(const char *file,
ret = SWITCH_PGSQL_FAIL; ret = SWITCH_PGSQL_FAIL;
} }
PQfreeCancel(cancel); PQfreeCancel(cancel);
#endif
/* Make sure the query is fully cancelled */ /* Make sure the query is fully cancelled */
while (PQgetResult(handle->con) != NULL); while (PQgetResult(handle->con) != NULL);
#endif
return ret; return ret;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论