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

   Fixed issue 2243 - Regression in string concatenation using the + operator. 
The issue was in versions 1.5.0 and 1.6.0, at least. It was due to using 
Int8GetDatum instead of Int64GetDatum for the agtype integer field in the 
following functions -
   
       get_numeric_datum_from_agtype_value
       get_string_from_agtype_value
   
   This impacted more than what the original issue covered, but those 
additional cases were resolved too.
   
   Added regression tests.
   
   modified:   regress/expected/agtype.out
   modified:   regress/sql/agtype.sql
   modified:   src/backend/utils/adt/agtype_ops.c


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