Skip to content

Commit 401da90

Browse files
committed
ci: keep the magic block comment under the line-length limit
Follow-up: one comment line reached 80 columns; reword so every line is under 78.
1 parent 8a07c20 commit 401da90

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/include/open_pg_tde.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
/*
1414
* File format magics. Only the numeric version (the most significant byte)
1515
* 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).
16+
* current formats (WAL key file v3, map file v6) authenticate key_base_iv in
17+
* the AEAD additional authenticated data; the previous formats (WAL v2, map
18+
* v5) did not.
1919
*/
2020
#define OPEN_PG_TDE_WAL_KEY_FILE_MAGIC 0x034B4557 /* "WEK", version 3 */
2121
#define OPEN_PG_TDE_SMGR_FILE_MAGIC 0x06454454 /* "TDE", version 6 */

0 commit comments

Comments
 (0)