Skip to content

Commit 1d12fe4

Browse files
committed
Remove two pointless debug log statemenets
Just logging that the function was called at DEBUG2 is not very helpful to anyone and is presumably jsut a leftover from someone's attempt at debugging a particular issue they had at some point.
1 parent 695a142 commit 1d12fe4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

contrib/pg_tde/src/access/pg_tde_tdemap.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,6 @@ pg_tde_save_principal_key(const TDEPrincipalKey *principal_key, bool write_xlog)
182182

183183
pg_tde_set_db_file_path(principal_key->keyInfo.databaseId, db_map_path);
184184

185-
ereport(DEBUG2, errmsg("pg_tde_save_principal_key"));
186-
187185
pg_tde_sign_principal_key_info(&signed_key_Info, principal_key);
188186

189187
if (write_xlog)

contrib/pg_tde/src/access/pg_tde_xlog_keys.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,8 +735,6 @@ pg_tde_save_server_key(const TDEPrincipalKey *principal_key, bool write_xlog)
735735
off_t curr_pos = 0;
736736
TDESignedPrincipalKeyInfo signed_key_Info;
737737

738-
ereport(DEBUG2, errmsg("pg_tde_save_server_key"));
739-
740738
pg_tde_sign_principal_key_info(&signed_key_Info, principal_key);
741739

742740
if (write_xlog)

0 commit comments

Comments
 (0)