jrgemignani commented on code in PR #1451:
URL: https://github.com/apache/age/pull/1451#discussion_r1426022880


##########
src/backend/utils/adt/agtype.c:
##########
@@ -4268,7 +4278,7 @@ Datum agtype_hash_cmp(PG_FUNCTION_ARGS)
     uint64 seed = 0xF0F0F0F0;
 
     if (PG_ARGISNULL(0))
-        PG_RETURN_INT16(0);
+        PG_RETURN_INT64(0);

Review Comment:
   Why? Function is expected to return integer (int16)



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