forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit091bd6b
committed
Update comments on nbtree stack struct.
Adjust the struct comment that describes how page splits use theirdescent stack to cascade up the tree from the leaf level.In passing, fix up some unrelated nbtree comments that had typos or wereobsolete.1 parentc45643d commit091bd6b
File tree
3 files changed
+8
-5
lines changed- src
- backend/access/nbtree
- include/access
3 files changed
+8
-5
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
953 | 953 |
| |
954 | 954 |
| |
955 | 955 |
| |
956 |
| - | |
| 956 | + | |
957 | 957 |
| |
958 | 958 |
| |
959 | 959 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1060 | 1060 |
| |
1061 | 1061 |
| |
1062 | 1062 |
| |
1063 |
| - | |
| 1063 | + | |
1064 | 1064 |
| |
1065 | 1065 |
| |
1066 | 1066 |
| |
| |||
1076 | 1076 |
| |
1077 | 1077 |
| |
1078 | 1078 |
| |
1079 |
| - | |
| 1079 | + | |
1080 | 1080 |
| |
1081 | 1081 |
| |
1082 | 1082 |
| |
|
Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
406 | 406 |
| |
407 | 407 |
| |
408 | 408 |
| |
409 |
| - | |
410 |
| - | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
411 | 414 |
| |
412 | 415 |
| |
413 | 416 |
| |
|
0 commit comments
Comments
(0)