Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
Signed-off-by: Tanya Gupta <[email protected]>
  • Loading branch information
Tanya Gupta committed Dec 20, 2024
1 parent 377744c commit 643bddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/babelfishpg_tds/src/backend/tds/tdsresponse.c
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ resolve_numeric_typmod_from_exp(Plan *plan, Node *expr)
Assert(plan);
outerplan = outerPlan(plan);
tle = get_tle_by_resno(outerplan->targetlist, var->varattno);
resolve_numeric_typmod_from_exp(outerplan, (Node *)tle->expr);
return resolve_numeric_typmod_from_exp(outerplan, (Node *)tle->expr);
}

/* If this var referes to tuple returned by its outer plan then find the original tle from it */
Expand Down

0 comments on commit 643bddb

Please sign in to comment.