Skip to content

Commit 8c40309

Browse files
committed
Change the file name of the wal keys to match better
The other keys are stored in <oid>_keys so wal_keys fits better into that pattern than the more redundant wal_encryption_keys where "encryption" does not add any information but just makes the path longer.
1 parent 91997fb commit 8c40309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_tde/src/access/pg_tde_xlog_keys.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#endif
2323

2424
#define PG_TDE_WAL_KEY_FILE_MAGIC 0x014B4557 /* version ID value = WEK 01 */
25-
#define PG_TDE_WAL_KEY_FILE_NAME "wal_encryption_keys"
25+
#define PG_TDE_WAL_KEY_FILE_NAME "wal_keys"
2626

2727
#define MaxXLogRecPtr (~(XLogRecPtr)0)
2828

0 commit comments

Comments
 (0)