Repair erroneous use of hashvarlena() for MACADDR, which is not a

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 376784cf8ac7dee831471d7fd4159145d135636b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-12-08T23:57:03Z
Releases: 7.1.1
Repair erroneous use of hashvarlena() for MACADDR, which is not a
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.

Files