- Notifications
You must be signed in to change notification settings - Fork28
Commit741c4c4
committed
Correct obsolete nbtree recovery comments.
Commit40dae7e, which made the handling of interrupted nbtree pagesplits more robust, removed an nbtree-specific end-of-recovery cleanupstep. This meant that it was no longer possible to complete aninterrupted page split during recovery. However, a reference torecovery as a reason for using a NULL stack while inserting into aparent page was missed. Remove the reference.Remove a similar obsolete reference to recovery that was introduced muchmore recently, as part of the btree fastpath optimization enhancementthat made it into Postgres 11 (commit2b27273, and follow-up commits).Backpatch: 11-, where the fastpath optimization was introduced.1 parent84fcc2c commit741c4c4
1 file changed
+6
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
887 | 887 |
| |
888 | 888 |
| |
889 | 889 |
| |
890 |
| - | |
891 |
| - | |
892 |
| - | |
893 |
| - | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
894 | 894 |
| |
895 | 895 |
| |
896 | 896 |
| |
| |||
1818 | 1818 |
| |
1819 | 1819 |
| |
1820 | 1820 |
| |
1821 |
| - | |
1822 |
| - | |
| 1821 | + | |
| 1822 | + | |
1823 | 1823 |
| |
1824 | 1824 |
| |
1825 | 1825 |
| |
|
0 commit comments
Comments
(0)