rafsun42 commented on code in PR #1022:
URL: https://github.com/apache/age/pull/1022#discussion_r1260014424
##########
src/backend/parser/cypher_expr.c:
##########
@@ -278,7 +283,7 @@ static Node *transform_WholeRowRef(ParseState *pstate,
RangeTblEntry *rte,
* historically. One argument for it is that "rel" and "rel.*" mean the
* same thing for composite relations, so why not for scalar functions...
*/
- result = makeWholeRowVar(rte, vnum, sublevels_up, true);
+ result = makeWholeRowVar(rte, vnum, sublevels_up, true);
Review Comment:
Whitespace at the end of line.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]