8000 addcomment · percona/postgres@61448f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 61448f2

Browse files
committed
addcomment
1 parent 0c151ea commit 61448f2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

contrib/pg_tde/src/smgr/pg_tde_smgr.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ typedef enum TDEMgrRelationDataEncryptionStatus
1919
RELATION_KEY_NOT_AVAILABLE = 2,
2020
} TDEMgrRelationDataEncryptionStatus;
2121

22+
/*
23+
* TDESMgrRelationData is an extended copy of MDSMgrRelationData in md.c
24+
*
25+
* The first fields of this struct must always exactly match
26+
* MDSMgrRelationData since we will pass this structure to the md.c functions.
27+
*
28+
* Any fields specific to the tde smgr must be placed after these fields.
29+
*/
2230
typedef struct TDESMgrRelationData
2331
{
2432
/* parent data */

0 commit comments

Comments
 (0)
0