Commit 490a1ef
Use RelationClose rather than table_close in heap_create_with_catalog
The Relation new_rel_desc is created by RelationBuildLocalRelation, not
table_open. So it's better to call RelationClose to release it.
What's more, the comment for it seems ueseless, just delete it.1 parent d29d469 commit 490a1ef
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1544 | 1544 | | |
1545 | 1545 | | |
1546 | 1546 | | |
1547 | | - | |
| 1547 | + | |
1548 | 1548 | | |
1549 | 1549 | | |
1550 | 1550 | | |
| |||
0 commit comments