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

   This patch fixes a bug in SET and likely all clauses that use the 
agtype_volatile_wrapper.
   
   The original wrapper was written such that it could only handle an AGTYPE 
input. Additionally, it was called regardless of the input type. This would 
cause crashes on any non-AGTYPE types given as input to the function. For 
example, a PG boolean.
   
   The fix was to replace this wrapper with a C function that takes "any" type 
as input and then creates AGTYPE return values for non-AGTYPE types. AGTYPE 
values would be passed per usual.
   
   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