forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit68ef887
committed
Remove obsolete nbtree README commentary.
Commitd2086b0 removed almost all cases where nbtree must release aread buffer lock and acquire a write buffer lock instead, so remainingcases in which that's still necessary are not notable enough to appearin the nbtree README.More importantly, holding on to a buffer pin in cases where nbtree musttrade a read lock for a write lock is very unlikely to save any I/O.This seems to have been a long overlooked throwback to a time whennbtree cared about write-ordering dependencies, and performedsynchronous buffer writes. It hasn't worked that way in many years.1 parent31d4371 commit68ef887
1 file changed
+1
-4
lines changedLines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
| 68 | + | |
72 | 69 |
| |
73 | 70 |
| |
74 | 71 |
| |
|
0 commit comments
Comments
(0)