Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Oct 10, 2024
1 parent c7bf180 commit 3f80312
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/catalog/tde_global_space.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ TDEInitGlobalKeys(const char *dir)
#ifndef FRONTEND
char db_map_path[MAXPGPATH] = {0};

pg_tde_set_db_file_paths(&GLOBAL_SPACE_RLOCATOR(XLOG_TDE_OID),
db_map_path, NULL);
pg_tde_set_db_file_paths(GLOBALTABLESPACE_OID, GLOBAL_DATA_TDE_OID, db_map_path, NULL);
if (access(db_map_path, F_OK) == -1)
{
init_default_keyring();
Expand Down

0 comments on commit 3f80312

Please sign in to comment.