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

Check where we can encrypt in-place #74

Closed
dAdAbird opened this issue Nov 16, 2023 · 1 comment
Closed

Check where we can encrypt in-place #74

dAdAbird opened this issue Nov 16, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@dAdAbird
Copy link
Member

As data and out of pg_tde_crypt() can point to the same data, check where we can get rid of redundant "out" buffer allocations. tuple_update() most definitely needs an "in" and "out" to be different. But tuple_insert() might not need that.

@dAdAbird dAdAbird added the enhancement New feature or request label Nov 16, 2023
@dAdAbird dAdAbird self-assigned this Nov 22, 2023
@hqakhtar hqakhtar added this to the GA - 1.0 Release milestone Jan 30, 2024
@ImTheKai
Copy link
Collaborator

Will be tracked here https://perconadev.atlassian.net/issues/PG-816

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

3 participants