Skip to content

Commit

Permalink
Merge pull request #273 from japinli/outdated-comments
Browse files Browse the repository at this point in the history
Remove outdated comments
  • Loading branch information
dutow authored Sep 3, 2024
2 parents 79edabb + 0d255bb commit 11c1986
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/encryption/enc_tde.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ pg_tde_crypt(const char* iv_prefix, uint32 start_offset, const char* data, uint3
/*
* pg_tde_crypt_tuple:
* Does the encryption/decryption of tuple data in place
* page: Page containing the tuple, Used to calculate the offset of tuple in the page
* tuple: HeapTuple to be encrypted/decrypted
* out_tuple: to encrypt/decrypt into. If you want to do inplace encryption/decryption, pass tuple as out_tuple
* context: Optional context message to be used in debug log
Expand Down

0 comments on commit 11c1986

Please sign in to comment.