Allison-E commented on issue #1140:
URL: https://github.com/apache/age/issues/1140#issuecomment-1678881877

   Currently, the master branch of AGE targets PG v15. The function throwing 
the error, `ag_ProcessUtility_hook`, calls PostgreSQL's 
`standard_ProcessUtility` which, starting from PostgreSQL version 14, has an 
extra parameter `readOnlyTree`. So PG versions < 14 throw an error as there's a 
mismatch in the number or arguments sent to `standard_ProcessUtility`.
   
   At the moment, there's no fix yet to allow compatibility with PG versions < 
14. But I could look into it.


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