]> 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:30 +0000 (16:54 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 25 Jun 2005 16:54:30 +0000 (16:54 +0000)
commit577759f8bf53cfaf7e24ee217933df2c882bedbf
tree250b17cf47750a4822ced515805b8c15eda41424
parent19cc0c4faf66918d7a1675ec25c0308839e2b9ea
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