pgsql: Fix ancient memory leak in index_create(): - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Fix ancient memory leak in index_create():
Date
Msg-id 20050625165412.9EB5552862@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix ancient memory leak in index_create(): RelationInitIndexAccessInfo
was being called twice in normal operation, leading to a leak of one set
of relcache subsidiary info.  Per report from Jeff Gold.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/catalog:
        index.c (r1.219 -> r1.219.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/index.c.diff?r1=1.219&r2=1.219.2.1)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix ancient memory leak in index_create():
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix ancient memory leak in index_create():