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 <[email protected]>
  • Loading branch information
codeforall and dAdAbird authored Jul 5, 2024
1 parent 362ce9c commit 7f3d4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/catalog/tde_keyring.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ save_key_provider(KeyringProvideRecord *provider)
errmsg("could not open tde file \"%s\": %m", keyrings_path)));
}

/* we also need to verify the name conflixt and generate the next provider ID */
/* we also need to verify the name conflict and generate the next provider ID */
while (fetch_next_key_provider(fd, &curr_pos, &existing_provider))
{
if (strcmp(existing_provider.provider_name, provider->provider_name) == 0)
Expand Down

0 comments on commit 7f3d4fe

Please sign in to comment.