Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PG-976: Fix for memory leaks #264

Merged
merged 1 commit into from
Aug 26, 2024
Merged

PG-976: Fix for memory leaks #264

merged 1 commit into from
Aug 26, 2024

Conversation

codeforall
Copy link
Contributor

This commit addresses several memory leaks primarily in the code related to obtaining the relation key and the storage manager (smgr). Additionally, fixes were made to the internal key cache maintained by each backend, as the keys were not properly added to the cache list.

This commit addresses several memory leaks primarily in the code related to
obtaining the relation key and the storage manager (smgr).
Additionally, fixes were made to the internal key cache maintained by each
backend, as the keys were not properly added to the cache list.
@codeforall codeforall merged commit 7921343 into percona:main Aug 26, 2024
8 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants