You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by GitBox <gi...@apache.org> on 2022/09/23 16:10:54 UTC

[GitHub] [age] Johan511 opened a new issue, #308: Facing errors while trying to make install the repo

Johan511 opened a new issue, #308:
URL: https://github.com/apache/age/issues/308

   I would like to contribute to this project and have tried to make the clone of the repo on my local system, during which I faced the following errors
   
   
   **src/backend/catalog/ag_catalog.c:97:68: error: incompatible type for argument 4 of ‘prev_process_utility_hook’**
   prev_process_utility hook requires 8 arguments but, only 7 were passed. The repo does not pass the bool readOnlyTree argument
   
   typedef void (*ProcessUtility_hook_type) (PlannedStmt *pstmt, const char *queryString, bool readOnlyTree, ProcessUtilityContext context, ParamListInfo params, QueryEnvironment *queryEnv, DestReceiver *dest, QueryCompletion *qc);
   incompatible type for argument 4 of ‘standard_ProcessUtility’
   


-- 
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: dev-unsubscribe@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] Johan511 closed issue #308: Facing errors while trying to make install the repo

Posted by GitBox <gi...@apache.org>.
Johan511 closed issue #308: Facing errors while trying to make install the repo
URL: https://github.com/apache/age/issues/308


-- 
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: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org