Обсуждение: pgsql/src/backend/utils/adt Tag: REL7_2_STABLE ...

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

pgsql/src/backend/utils/adt Tag: REL7_2_STABLE ...

От
tgl@postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/05/14 14:16:54

Modified files:
    src/backend/utils/adt: Tag: REL7_2_STABLE geo_ops.c

Log message:
    Remove unnecessary pfree's in geometric operators.  At least one of these
    is actively dangerous, per bug report from Ewald Geschwinde 14-May-02,
    and several of the rest look suspicious to me.  Since there is no longer
    any significant value in retail pfree's in these functions, just get
    rid of all of them for safety's sake.