pgsql: Fix ancient memory leak in index_create():

Started by Tom Lanealmost 21 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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)