forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7b37f4b
committed
Correct more obsolete nbtree page split comments.
Commit3f34283 corrected obsolete comments about buffer locks at themain _bt_insert_parent() call site, but missed similar obsolete commentsabove _bt_insert_parent() itself. Both sets of comments were renderedobsolete by commit40dae7e, which made the nbtree page splitalgorithm more robust. Fix the comments that were missed the first timearound now.In passing, refine a related _bt_insert_parent() comment aboutre-finding the parent page to insert new downlink.1 parent8309eae commit7b37f4b
1 file changed
+13
-9
lines changedLines changed: 13 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1687 | 1687 |
| |
1688 | 1688 |
| |
1689 | 1689 |
| |
1690 |
| - | |
| 1690 | + | |
1691 | 1691 |
| |
1692 | 1692 |
| |
1693 |
| - | |
1694 |
| - | |
1695 |
| - | |
1696 |
| - | |
| 1693 | + | |
| 1694 | + | |
| 1695 | + | |
| 1696 | + | |
| 1697 | + | |
| 1698 | + | |
1697 | 1699 |
| |
1698 | 1700 |
| |
1699 | 1701 |
| |
| |||
1771 | 1773 |
| |
1772 | 1774 |
| |
1773 | 1775 |
| |
1774 |
| - | |
| 1776 | + | |
1775 | 1777 |
| |
1776 |
| - | |
1777 |
| - | |
1778 |
| - | |
| 1778 | + | |
| 1779 | + | |
| 1780 | + | |
| 1781 | + | |
| 1782 | + | |
1779 | 1783 |
| |
1780 | 1784 |
| |
1781 | 1785 |
| |
|
0 commit comments
Comments
(0)