• Tom Lane's avatar
    Repair erroneous use of hashvarlena() for MACADDR, which is not a · 376784cf
    Tom Lane authored
    varlena type.  (I did not force initdb, but you won't see the fix
    unless you do one.)  Also, make sure all index support operators and
    functions are careful not to leak memory for toasted inputs; I had
    missed some hash and rtree support ops on this point before.
    376784cf
pg_proc.h 148 KB