There was an error while loading. Please reload this page.
1 parent 8a07c20 commit 401da90Copy full SHA for 401da90
1 file changed
src/include/open_pg_tde.h
@@ -13,9 +13,9 @@
13
/*
14
* File format magics. Only the numeric version (the most significant byte)
15
* should change when the format changes; otherwise migration breaks. The
16
- * current formats (WAL key file v3, SMGR key map file v6) authenticate
17
- * key_base_iv in the AEAD additional authenticated data; it was unauthenticated
18
- * in the previous formats (WAL v2, map v5).
+ * current formats (WAL key file v3, map file v6) authenticate key_base_iv in
+ * the AEAD additional authenticated data; the previous formats (WAL v2, map
+ * v5) did not.
19
*/
20
#define OPEN_PG_TDE_WAL_KEY_FILE_MAGIC 0x034B4557 /* "WEK", version 3 */
21
#define OPEN_PG_TDE_SMGR_FILE_MAGIC 0x06454454 /* "TDE", version 6 */
0 commit comments