jrgemignani commented on code in PR #1022: URL: https://github.com/apache/age/pull/1022#discussion_r1260642097
########## src/backend/parser/cypher_clause.c: ########## @@ -2786,7 +2811,7 @@ static void setNamespaceLateralState(List *namespace, bool lateral_only, * Code borrowed and inspired by PG's transformFromClauseItem. Static function * to add in the VLE function as a FROM clause entry. */ -static RangeTblEntry *append_VLE_Func_to_FromClause(cypher_parsestate *cpstate, +static ParseNamespaceItem *append_VLE_Func_to_FromClause(cypher_parsestate *cpstate, Review Comment: Unfortunately, not everything can fit - I tried to fix plenty in these PRs. We need to work on getting the autoformatting set up. -- 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]
