jrgemignani opened a new pull request, #1972:
URL: https://github.com/apache/age/pull/1972

   Fixed issue 1953 - Server crashes when executing -
   
    SELECT * FROM cypher('ag_graph_3'...)
   
   This was due to the executor phase trying to use a PG Boolean as an AGTYPE 
object for the indirection argument.
   
   The fix was to use coerce_to_common_type on the input argument in 
transform_A_Indirection.
   
   Added regression tests.


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