pgsql: Fix ancient memory leak in index_create():

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix ancient memory leak in index_create():
Date: 2005-06-25 16:54:30
Message-ID: 20050625165430.CC55F52971@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_3_STABLE

Modified Files:
--------------
pgsql/src/backend/catalog:
index.c (r1.202 -> r1.202.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/index.c.diff?r1=1.202&r2=1.202.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2005-06-25 17:49:37 python - be: Default to this version of Python(needs to get it from the
Previous Message Tom Lane 2005-06-25 16:54:12 pgsql: Fix ancient memory leak in index_create():