Fix ancient memory leak in index_create(): RelationInitIndexAccessInfo
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 25 Jun 2005 16:54:12 +0000 (16:54 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 25 Jun 2005 16:54:12 +0000 (16:54 +0000)
commit4677334cedf56383fd4f472f748de8d8d9f101d0
treedc4cacb6cd050494b7d2cd59603c3851adac203c
parent0592a1ebc1f5aa2c91025d1cc631e9c6cccff245
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