jrgemignani commented on issue #1986: URL: https://github.com/apache/age/issues/1986#issuecomment-2251625247
@MironAtHome Unfortunately, this one can't be extended to 65535 due to naming constraints elsewhere. Basically, a label is a relation and relation names are constrained to `NAMEDATALEN` in length. There's that constant again. I found this out when I tried creating labels with the new lengths. So, what I will need to do is create a constraint on label names to be less than (`NAMEDATALEN` - 2). This will allow us to catch names that are too long, because `namein` truncates then beyond that. -- 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: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org