summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/filemap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_rewind/filemap.c')
-rw-r--r--src/bin/pg_rewind/filemap.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/bin/pg_rewind/filemap.c b/src/bin/pg_rewind/filemap.c
index b8775cab15d..ba34dbac146 100644
--- a/src/bin/pg_rewind/filemap.c
+++ b/src/bin/pg_rewind/filemap.c
@@ -28,7 +28,6 @@
#include "catalog/pg_tablespace_d.h"
#include "common/hashfn.h"
-#include "common/kmgr_utils.h"
#include "common/string.h"
#include "datapagemap.h"
#include "filemap.h"
@@ -109,13 +108,6 @@ static const char *excludeDirContents[] =
"pg_notify",
/*
- * Skip cryptographic keys. It's generally not a good idea to copy the
- * cryptographic keys from source database because these might use
- * different cluster key.
- */
- KMGR_DIR,
-
- /*
* Old contents are loaded for possible debugging but are not required for
* normal operation, see SerialInit().
*/