Fix ancient memory leak in index_create(): RelationInitIndexAccessInfo

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 577759f8bf53cfaf7e24ee217933df2c882bedbf
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-06-25T16:54:30Z
Releases: 7.3.11
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.

Files

PathChange+/−
src/backend/catalog/index.c modified +13 −5