Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BABEL-3238] Protect get_tsql_error_details() from potential infinite…
… loop (babelfish-for-postgresql#1397) (babelfish-for-postgresql#1413) This code change does not resolve the root cause but it protects the crash in elog() from happening. The code change allows us to exit get_tsql_error_details() successfully and hopefully hit the original issues in a more related code path instead of hitting it in elog() which is completely unrelated to the real problem. Signed-off-by: Kristian Lejao <[email protected]>
- Loading branch information