pgsql/src/backend/access/hash (hashfunc.c)

Started by Tom Laneover 25 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Date: Friday, December 8, 2000 @ 18:57:02
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/access/hash
from hub.org:/home/projects/pgsql/tmp/cvs-serv89218/backend/access/hash

Modified Files:
hashfunc.c

----------------------------- Log Message -----------------------------

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.