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-1093 Fix pending deletes for subtransactions #302

Merged
merged 2 commits into from
Oct 8, 2024

Conversation

artemgavrilov
Copy link
Collaborator

@@ -530,6 +530,7 @@ pg_tde_delete_key_map_entry(const RelFileLocator *rlocator)
/* Get the file paths */
pg_tde_set_db_file_paths(rlocator, db_map_path, db_keydata_path);

errno = 0;
Copy link
Collaborator Author

@artemgavrilov artemgavrilov Oct 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because of this original error message was wrong.

Copy link

github-actions bot commented Oct 7, 2024

Performance test results:
Normal queries: 9194
TDE queries: 8686
Percentage: 94%

@artemgavrilov artemgavrilov marked this pull request as ready for review October 7, 2024 16:23
@artemgavrilov
Copy link
Collaborator Author

CI for MacOS failing due missing vault in homebrew repos.

@artemgavrilov artemgavrilov merged commit 42b23bd into main Oct 8, 2024
10 of 12 checks passed
@artemgavrilov artemgavrilov deleted the PG-1093-subtransactions-fix branch October 8, 2024 13:04
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