- Notifications
You must be signed in to change notification settings - Fork28
Commitd95e36d
committed
Remove obsolete nbtree split REDO routine comment.
Commitdd299df, which added suffix truncation to nbtree, simplifiedthe WAL record format used by page splits. It became necessary toexplicitly WAL-log the new high key for the left half of a split in allcases, which relieved the REDO routine from having to reconstruct a newhigh key for the left page by copying the first item from the rightpage. Remove a comment that referred to the previous practice.1 parent6163981 commitd95e36d
1 file changed
+7
-7
lines changedLines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
248 | 248 |
| |
249 | 249 |
| |
250 | 250 |
| |
251 |
| - | |
252 |
| - | |
253 | 251 |
| |
254 | 252 |
| |
255 | 253 |
| |
256 | 254 |
| |
257 | 255 |
| |
258 | 256 |
| |
259 | 257 |
| |
260 |
| - | |
261 |
| - | |
262 |
| - | |
263 |
| - | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
264 | 261 |
| |
265 | 262 |
| |
266 | 263 |
| |
| |||
345 | 342 |
| |
346 | 343 |
| |
347 | 344 |
| |
348 |
| - | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
349 | 349 |
| |
350 | 350 |
| |
351 | 351 |
| |
|
0 commit comments
Comments
(0)