jrgemignani commented on code in PR #901:
URL: https://github.com/apache/age/pull/901#discussion_r1188642514
##########
src/backend/parser/cypher_gram.y:
##########
@@ -183,8 +183,12 @@
%{
//
+// internal alias check
+#define AGE_DEFAULT_PREFIX "_age_default_"
Review Comment:
Would it be possible to just include the header where this is defined? This
way we only have it defined in one file.
--
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]