Skip to content

Commit bcb1e55

Browse files
committed
.
1 parent c46de57 commit bcb1e55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/query.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,15 +517,15 @@ void extractClauseFromVar(
517517
#if PG_VERSION_NUM >= 140000
518518
PlannerInfo *root,
519519
#endif
520-
Relids base_relids, Var *node, List **quals)
520+
Relids base_relids, Var *var, List **quals)
521521
{
522522
MulticornBaseQual *result;
523523
Expr *true_expr;
524524
if (!bms_is_subset(pull_varnos(
525525
#if PG_VERSION_NUM >= 140000
526526
root,
527527
#endif
528-
(Node *) node), base_relids)) {
528+
(Node *) var), base_relids)) {
529529
return;
530530
}
531531

0 commit comments

Comments
 (0)