pgsql/src/include/utils (builtins.h) - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/include/utils (builtins.h)
Date
Msg-id 200012082357.eB8Nv1T89237@hub.org
Whole thread Raw
List 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.

pgsql-committers by date:

Previous
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/utils/adt (geo_ops.c mac.c varchar.c)
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/src/include/catalog (pg_amproc.h pg_proc.h)