Fix ancient memory leak in index_create(): RelationInitIndexAccessInfo
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/index.c | modified | +13 −5 |