forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5f95664
committed
Get heap page max offset with buffer lock held.
On further reflection it seems better to call PageGetMaxOffsetNumber()after acquiring a buffer lock on the page. This shouldn't reallymatter, but doing it this way is cleaner.Follow-up to commit4228817.Backpatch: 12-, just like commit42288171 parent4f70e09 commit5f95664
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7084 | 7084 |
| |
7085 | 7085 |
| |
7086 | 7086 |
| |
| 7087 | + | |
| 7088 | + | |
7087 | 7089 |
| |
7088 | 7090 |
| |
7089 |
| - | |
7090 |
| - | |
7091 | 7091 |
| |
7092 | 7092 |
| |
7093 | 7093 |
| |
|
0 commit comments
Comments
(0)