Percona-Lab / pg_tde

MIT License
107 stars 19 forks source link

Replica Identity tuples are not encrypted in the XLog #128

Closed dAdAbird closed 2 months ago

dAdAbird commented 7 months ago

DELETE and UPDATE producing records with Replica Identity tuples in the XLog. These tuples/records are not encrypted. We should encrypt them. See ExtractReplicaIdentity() calls and XLog stuff in pg_tde_delete() and pg_tde_update().

ImTheKai commented 2 months ago

Will be tracked here https://perconadev.atlassian.net/browse/PG-814