pg_hint_plan icon indicating copy to clipboard operation
pg_hint_plan copied to clipboard

Backport merge from PG14. Fix for floating segfault issue

Open WinterUnicorn opened this issue 2 years ago • 0 comments

We have an issues with segfault on pg_hint_plan for PG13. We don't have stable case to reproduce theses issues (issue is floating) but it is critical for us because database segfault issue occurs at any time. The most suspicious are cases with '?' symbols when working with hint tables, invalid access to the deleted current_hint_str and hint delete functions.
After we applied these fixes (we merge it from the master branch) we don't see these issues anymore.

WinterUnicorn avatar Jun 20 '22 04:06 WinterUnicorn