PG-1813 Change file magic for wal keyfile

This is to prevent this file from ever getting mixed up with a relation
key file as these might no longer be of the same format.
pull/238/head
Anders Åstrand 1 month ago committed by AndersAstrand
parent 25ba877852
commit 436d2a6dbd
  1. 2
      contrib/pg_tde/src/access/pg_tde_xlog_keys.c

@ -21,7 +21,7 @@
#include "pg_tde_fe.h"
#endif
#define PG_TDE_WAL_KEY_FILE_MAGIC 0x03454454 /* version ID value = TDE 03 */
#define PG_TDE_WAL_KEY_FILE_MAGIC 0x014B4557 /* version ID value = WEK 01 */
#define MaxXLogRecPtr (~(XLogRecPtr)0)

Loading…
Cancel
Save