Commit 9f35e42
committed
Remove unnecessary smgropen() calls
Now that RelationCreateStorage() returns the SmgrRelation (since
commit 5c15606), use that.
Author: Japin Li
Discussion: https://www.postgresql.org/message-id/ME3P282MB316600FA62F6605477F26F6AB6742@ME3P282MB3166.AUSP282.PROD.OUTLOOK.COM1 parent 5fce30e commit 9f35e42
2 files changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
633 | 633 | | |
634 | 634 | | |
635 | 635 | | |
636 | | - | |
637 | | - | |
638 | 636 | | |
639 | 637 | | |
640 | 638 | | |
| |||
650 | 648 | | |
651 | 649 | | |
652 | 650 | | |
653 | | - | |
| 651 | + | |
654 | 652 | | |
655 | 653 | | |
656 | 654 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15747 | 15747 | | |
15748 | 15748 | | |
15749 | 15749 | | |
15750 | | - | |
15751 | | - | |
15752 | 15750 | | |
15753 | 15751 | | |
15754 | 15752 | | |
| |||
15764 | 15762 | | |
15765 | 15763 | | |
15766 | 15764 | | |
15767 | | - | |
| 15765 | + | |
15768 | 15766 | | |
15769 | 15767 | | |
15770 | 15768 | | |
| |||
0 commit comments