citus indent

pull/7659/head
paragjain 2024-07-16 17:31:01 +00:00
parent 1483bf9c37
commit 92191f0461
1 changed files with 2 additions and 0 deletions

View File

@ -2112,6 +2112,7 @@ TransformFunctionRTE(RangeTblEntry *rangeTblEntry)
subquery->targetList = lappend(subquery->targetList, targetEntry);
}
}
/*
* If tupleDesc is NULL we have 2 different cases:
*
@ -2161,6 +2162,7 @@ TransformFunctionRTE(RangeTblEntry *rangeTblEntry)
columnType = list_nth_oid(rangeTblFunction->funccoltypes,
targetColumnIndex);
}
/* use the types in the function definition otherwise */
else
{