rafsun42 commented on code in PR #1022:
URL: https://github.com/apache/age/pull/1022#discussion_r1260017651
##########
src/backend/parser/cypher_expr.c:
##########
@@ -296,14 +301,14 @@ static Node *transform_WholeRowRef(ParseState *pstate,
RangeTblEntry *rte,
static Node *transform_ColumnRef(cypher_parsestate *cpstate, ColumnRef *cref)
{
ParseState *pstate = (ParseState *)cpstate;
- RangeTblEntry *rte = NULL;
Node *field1 = NULL;
Node *field2 = NULL;
char *colname = NULL;
char *nspname = NULL;
char *relname = NULL;
Node *node = NULL;
int levels_up;
+ ParseNamespaceItem *pnsi;
Review Comment:
Should we do `pnsi->p_rte = NULL` since `rte` was being explicitly set to
NULL.
--
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]