Re: WIP: Data at rest encryption
Shawn Wang <shawn.wang@highgo.ca>
From: Shawn Wang <shawn.wang@highgo.ca>
To: pgsql-hackers@lists.postgresql.org
Cc: Antonin Houska <ah@cybertec.at>, Ants Aasma <ants.aasma@eesti.ee>
Date: 2019-08-02T06:40:56Z
Lists: pgsql-hackers
The following review has been posted through the commitfest application: make installcheck-world: tested, passed Implements feature: tested, failed Spec compliant: tested, failed Documentation: not tested Hi Antonin, It is very glad to see the new patch. I used the public patches a long time ago. I did some tests like the stream replication, much data running, temporary files encryption. I found that there is an issue in the src/backend/storage/file/encryption.c. You should put block_size = EVP_CIPHER_CTX_block_size(ctx); under the #ifdef USE_ASSERT_CHECKING. There is some problem to merge your patches to the latest kernel in the pg_ctl.c. Regards, -- Shawn Wang
Commits
-
Dramatically reduce System V shared memory consumption.
- b0fc0df9364d 9.3.0 cited