Skip to content

Commit

Permalink
Fix API name
Browse files Browse the repository at this point in the history
Signed-off-by: Nirmit Shah <[email protected]>
  • Loading branch information
Nirmit Shah committed Feb 27, 2025
1 parent a53654d commit ac645f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/babelfishpg_tsql/src/hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -6043,7 +6043,7 @@ pltsql_validateCachedPlanSearchPath(SPIPlanPtr plan)
{
CachedPlanSource *plansource = (CachedPlanSource *) lfirst(lc);

if (!OverrideSearchPathMatchesCurrent(plansource->search_path))
if (!SearchPathMatchesCurrentEnvironment(plansource->search_path))
return false;
}
return true;
Expand Down

0 comments on commit ac645f4

Please sign in to comment.