Hi hackers,
In heap_create_with_catalog, the Relation new_rel_desc is createdby RelationBuildLocalRelation, not table_open. So it's better tocall RelationClose to release it.
What's more, the comment for it seems useless, just delete it.
Thanks!