pgsql: Fix memory leak for timestamp(with and w/o tz) and indexes

Поиск
Список
Период
Сортировка
От teodor@svr1.postgresql.org (Teodor Sigaev)
Тема pgsql: Fix memory leak for timestamp(with and w/o tz) and indexes
Дата
Msg-id 20050221100358.B64988BA596@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix memory leak for timestamp(with and w/o tz) and indexes

Modified Files:
--------------
    pgsql/contrib/btree_gist:
        btree_time.c (r1.3 -> r1.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/btree_gist/btree_time.c.diff?r1=1.3&r2=1.4)
        btree_ts.c (r1.6 -> r1.7)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/btree_gist/btree_ts.c.diff?r1=1.6&r2=1.7)

В списке pgsql-committers по дате отправления:

Предыдущее
От: neilc@svr1.postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Trivial fix: change the reference to further documentation of
Следующее
От: teodor@svr1.postgresql.org (Teodor Sigaev)
Дата:
Сообщение: pgsql: Fix memory leak for timestamp(with and w/o tz) and time indexes