MuhammadTahaNaveed commented on code in PR #1516: URL: https://github.com/apache/age/pull/1516#discussion_r1466542655
########## sql/agtype_gin.sql: ########## @@ -70,6 +70,8 @@ DEFAULT FOR TYPE agtype USING gin AS OPERATOR 9 ?(agtype, agtype), OPERATOR 10 ?|(agtype, agtype), OPERATOR 11 ?&(agtype, agtype), + OPERATOR 12 @>>(agtype, agtype), + OPERATOR 13 <<@(agtype, agtype), Review Comment: @jrgemignani any idea how I should be adding this change to the template file? -- 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]
