Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make related code compilable with frontend (#266)
* Make related code compilable with frontend This commit makes the code around keyring, principal keys and WAL encryption compilable with frontend tools. Namely: - Hide everything that isn't compatible and of no use behind '#ifndef FRONTEND' - Redefine code that is needed in both versions but should have different code. E.g. error handling, file descriptors and locks - Make use of frontend lists instead of backend ones where needed. For https://perconadev.atlassian.net/browse/PG-857
- Loading branch information