Skip to content

Commit ca2dc8f

Browse files
committed
fix
1 parent 406f1ef commit ca2dc8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/pg_tde/src/access/pg_tde_xlog_smgr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ void
226226
TDEXLogSmgrInitWrite(bool encrypt_xlog)
227227
{
228228
WalEncryptionKey *key = pg_tde_read_last_wal_key();
229+
WALKeyCacheRec *keys;
229230

230231
/*
231232
* Always generate a new key on starting PostgreSQL to protect against

0 commit comments

Comments
 (0)