MuhammadTahaNaveed commented on code in PR #1022:
URL: https://github.com/apache/age/pull/1022#discussion_r1260668147


##########
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:
   oh okay 👍🏻 



##########
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:
   oh okay 👍🏻 



-- 
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]

Reply via email to