forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit60f3cc9
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 parent3cab548 commit60f3cc9
1 file changed
+6
-6
lines changedLines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
876 | 876 |
| |
877 | 877 |
| |
878 | 878 |
| |
879 |
| - | |
880 |
| - | |
881 |
| - | |
882 |
| - | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
883 | 883 |
| |
884 | 884 |
| |
885 | 885 |
| |
| |||
1807 | 1807 |
| |
1808 | 1808 |
| |
1809 | 1809 |
| |
1810 |
| - | |
1811 |
| - | |
| 1810 | + | |
| 1811 | + | |
1812 | 1812 |
| |
1813 | 1813 |
| |
1814 | 1814 |
| |
|
0 commit comments
Comments
(0)