Hello, The support functions and operator methods needed to extend a GIN index are documented in C syntax <https://www.postgresql.org/docs/current/gin-extensibility.html>. Do these functions need to be implemented in C, or is there an interface for other languages like PL/pgSQL?
Thanks! Phillip