Percona-Lab / pg_tde

MIT License
107 stars 19 forks source link

Fix update crash after code cleanup #67

Closed dutow closed 10 months ago

dutow commented 10 months ago

Issue: the code cleanup introduced in PR #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 #61 Fixes #62 Fixes #64

codeforall commented 10 months ago

This PR broke the Update statements. https://github.com/Percona-Lab/postgres-tde-ext/issues/68