• Tom Lane's avatar
    Fix assorted inconsistencies in GIN opclass support function declarations. · dbe23289
    Tom Lane authored
    GIN had some minor issues too, mostly using "internal" where something
    else would be more appropriate.  I went with the same approach as in
    9ff60273, namely preferring the opclass' indexed datatype for
    arguments that receive an operator RHS value, even if that's not
    necessarily what they really are.
    
    Again, this is with an eye to having a uniform rule for ginvalidate()
    to check support function signatures.
    dbe23289
intarray--1.1.sql 11.3 KB