Skip to content

Commit 1ea23b4

Browse files
committed
Remove outdated comment
There is currently no code that relies on the order of these fields.
1 parent 4affafc commit 1ea23b4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

contrib/pg_tde/src/include/access/pg_tde_tdemap.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525

2626
typedef struct InternalKey
2727
{
28-
/*
29-
* DO NOT re-arrange fields! Any changes should be aligned with
30-
* pg_tde_read/write_one_keydata()
31-
*/
3228
uint8 key[INTERNAL_KEY_LEN];
3329
uint8 base_iv[INTERNAL_KEY_IV_LEN];
3430
uint32 rel_type;

0 commit comments

Comments
 (0)