Skip to content

Conversation

@kovmir
Copy link
Collaborator

@kovmir kovmir commented Jul 21, 2025

  • Spinlock is held longer than it is allowed to be.
  • heap_form_tuple() may raise errors while the lock is being held, which could result in spinlock leakage.

Thanks https://github.com/ocean-dot-li
Close #46.

* Spinlock is held longer than it is allowed to be.
* `heap_form_tuple()` may raise errors while the lock is being held,
   which could result in spinlock leakage.

Thanks https://github.com/ocean-dot-li
Close #46.
@kovmir kovmir self-assigned this Jul 21, 2025
@kovmir kovmir added the bug Something isn't working label Jul 21, 2025
@kovmir kovmir merged commit 6c8b103 into master Jul 21, 2025
5 checks passed
@kovmir kovmir deleted the fix-inappropriate-spinlock branch July 21, 2025 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inapposite usage of pgsp_tmp_entry->mutex

2 participants