gregfelice commented on code in PR #2359:
URL: https://github.com/apache/age/pull/2359#discussion_r2996803498


##########
src/backend/parser/cypher_clause.c:
##########
@@ -25,6 +25,7 @@
 #include "postgres.h"
 
 #include "access/heapam.h"
+#include "catalog/pg_aggregate.h"

Review Comment:
   Investigated — this include is NOT unused. `AGGKIND_NORMAL` (used in 
`make_bool_or_agg()` at line 1663) is defined in `catalog/pg_aggregate.h`. 
Build fails without it. Keeping as-is.



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