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

From teodor@svr1.postgresql.org (Teodor Sigaev)
Subject pgsql: Fix memory leak for timestamp(with and w/o tz) and indexes
Date
Msg-id 20050221100358.B64988BA596@svr1.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Trivial fix: change the reference to further documentation of
Next
From: teodor@svr1.postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Fix memory leak for timestamp(with and w/o tz) and time indexes