Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make related code compilable with frontend #266

Merged
merged 4 commits into from
Sep 16, 2024

Commits on Sep 4, 2024

  1. 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
    dAdAbird committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2d2208b View commit details
    Browse the repository at this point in the history
  2. Add an option to set global kring dir

    ... and all the things work with pg_waldump
    dAdAbird committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    051be41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9828734 View commit details
    Browse the repository at this point in the history
  4. Fix PERCONA_EXT renaming

    dAdAbird committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0ef92bf View commit details
    Browse the repository at this point in the history