pgsql/src/include/utils (builtins.h)

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/utils (builtins.h)
Date: 2000-12-08 23:57:01
Message-ID: 200012082357.eB8Nv1T89237@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/utils
from hub.org:/home/projects/pgsql/tmp/cvs-serv89218/include/utils

Modified Files:
builtins.h

----------------------------- 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.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2000-12-08 23:57:02 pgsql/src/backend/access/hash (hashfunc.c)
Previous Message tgl 2000-12-08 22:21:33 pgsql/src/backend/storage/file (fd.c)