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 pg_waldump work with TDE WAL #5

Closed
wants to merge 14 commits into from
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "contrib/pg_tde"]
path = contrib/pg_tde
url = https://github.com/Percona-Lab/pg_tde.git
branch = main
1 change: 1 addition & 0 deletions contrib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ SUBDIRS = \
pg_prewarm \
pg_stat_statements \
pg_surgery \
pg_tde \
pg_trgm \
pgrowlocks \
pgstattuple \
Expand Down
1 change: 1 addition & 0 deletions contrib/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ subdir('pgrowlocks')
subdir('pg_stat_statements')
subdir('pgstattuple')
subdir('pg_surgery')
subdir('pg_tde')
subdir('pg_trgm')
subdir('pg_visibility')
subdir('pg_walinspect')
Expand Down
1 change: 1 addition & 0 deletions contrib/pg_tde
Submodule pg_tde added at 058666
Loading