Percona-Lab / pg_tde

MIT License
107 stars 19 forks source link

Fix for: Issue-36 Toast values are not getting encrypt... #44

Closed codeforall closed 11 months ago

codeforall commented 11 months ago

Toast values are inserted into toast relations directly by the core, so the trick is sending the encrypted data to the core before it gets externalized. Similarly, when creating the tuple with toasted value, decrypt the toated chunks before constructing the resulting tuple.

codeforall commented 11 months ago

Syncing my fork automatically closed the PR. New PR for same issue can be found at https://github.com/Percona-Lab/postgres-tde-ext/pull/48