dehowef commented on code in PR #985:
URL: https://github.com/apache/age/pull/985#discussion_r1231609418
##########
regress/expected/expr.out:
##########
@@ -1441,9 +1441,9 @@ RETURN ''::int
$$) AS r(result agtype);
ERROR: invalid input syntax for integer: ""
SELECT * FROM cypher('expr', $$
-RETURN 'falze'::int
+RETURN 'false_'::int
Review Comment:
Well, I think since "falze" is being cast to an int, maybe the original
author typed it that way to prevent confusion, I'm not completely sure though
--
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]