Skip to content

Commit

Permalink
Update src/catalog/tde_keyring.c
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Pogrebnoi <absourd.noise@gmail.com>
  • Loading branch information
codeforall and dAdAbird authored Jul 5, 2024
1 parent 1839d39 commit 3025907
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/catalog/tde_keyring.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,6 @@ scan_key_provider_file(ProviderScanType scanType, void* scanKey)
errmsg("could not open tde file \"%s\": %m", kp_info_path)));
return NIL;
}
/* we also need to verify the name conflixt and generate the next provider ID */
while (fetch_next_key_provider(fd, &curr_pos, &provider))
{
bool match = false;
Expand Down

0 comments on commit 3025907

Please sign in to comment.