- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit746e7f1
committed
Reuse all-zero pages in GIN.
In GIN, an all-zeros page would be leaked forever, and never reused. Justadd them to the FSM in vacuum, and they will be reinitialized when grabbedfrom the FSM. On master and 9.5, attempting to access the page's opaquestruct also caused an assertion failure, although that was otherwiseharmless.Reported by Jeff Janes. Backpatch to all supported versions.1 parent579b9f9 commit746e7f1
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
777 | 777 |
| |
778 | 778 |
| |
779 | 779 |
| |
780 |
| - | |
| 780 | + | |
781 | 781 |
| |
782 | 782 |
| |
783 | 783 |
| |
|
0 commit comments
Comments
(0)