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


##########
src/backend/catalog/ag_label.c:
##########
@@ -188,8 +188,9 @@ Datum _label_name(PG_FUNCTION_ARGS)
     uint32 label_id;
 
     if (PG_ARGISNULL(0) || PG_ARGISNULL(1))
-        ereport(ERROR, (errcode(ERRCODE_NULL_VALUE_NOT_ALLOWED),

Review Comment:
   This error message should not be changed. It appears to hide an issue by 
having it return NULL. The current master works with this error message.



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