jrgemignani commented on issue #899: URL: https://github.com/apache/age/issues/899#issuecomment-1539090821
This is due to the improper usage of a function. The function **requires** AGTYPE input but is given something else. In this specific case, it is given a boolean, which is passed by value. However, the function is expecting AGTYPE, which is passed by reference. -- 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]
