]> granicus.if.org Git - postgresql/commit
Fix ancient memory leak in index_create(): RelationInitIndexAccessInfo
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 25 Jun 2005 16:54:00 +0000 (16:54 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 25 Jun 2005 16:54:00 +0000 (16:54 +0000)
commitdfb30486d7a3d5bcb76de357d3980c61a58b9798
treee2507ceaf3fbf437ba7ff13d474dec8cb695b65b
parent5ba26d48fc03eef2083768672548bde0bb6ddbbe
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.
src/backend/catalog/index.c