Обсуждение: pgsql/src/include/utils (builtins.h)

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org
Дата:
  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.