8000 Make pg_rewind work with encrypted WAL by dAdAbird · Pull Request #335 · percona/postgres · GitHub
[go: up one dir, main page]

Skip to content

Make pg_rewind work with encrypted WAL #335

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

Open
wants to merge 3 commits into
base: TDE_REL_17_STABLE
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions contrib/pg_tde/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@ tap_tests = [
't/key_rotate_tablespace.pl',
't/multiple_extensions.pl',
't/pg_tde_change_key_provider.pl',
't/pg_rewind_basic.pl',
't/pg_rewind_databases.pl',
't/pg_rewind_extrafiles.pl',
't/pg_rewind_growing_files.pl',
't/pg_rewind_keep_recycled_wals.pl',
't/pg_rewind_min_recovery_point.pl',
't/pg_rewind_options.pl',
't/pg_rewind_pg_xlog_symlink.pl',
't/pg_rewind_same_timeline.pl',
't/pg_waldump_basic.pl',
't/pg_waldump_fullpage.pl',
't/replication.pl',
Expand Down
Loading
Loading
0