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

Fix update crash after code cleanup #67

Merged
merged 2 commits into from
Nov 9, 2023
Merged

Fix update crash after code cleanup #67

merged 2 commits into from
Nov 9, 2023

Commits on Nov 8, 2023

  1. Fix update crash after code cleanup

    Issue: the code cleanup introduced in PR percona#52 modified the original
    tuple in the update method instead of decrypting the tuple data
    into a copy. This caused data curruption crashes in some test.
    
    Fix: reintroduce the missing palloc to the update method.
    
    Fixes percona#62
    Fixes percona#64
    dutow committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    0558e3c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Update src/access/pg_tdeam.c

    Co-authored-by: Andrew Pogrebnoi <[email protected]>
    dutow and dAdAbird authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    cc8a686 View commit details
    Browse the repository at this point in the history