Percona-Lab / pg_tde

MIT License
107 stars 19 forks source link

Get rid of VLAs and enhance code organisation and readability #53

Closed codeforall closed 11 months ago

codeforall commented 11 months ago

PostgreSQL explicitly disallows using VLAs in the code, So we need to get rid of those. Apart from that encryption decryption interfaces require quite a bit of cleanup and readability improvements.