- Notifications
You must be signed in to change notification settings - Fork5
Commit60b6d99
committed
pg_buffercache: Allow huge allocations.
Otherwise, users who have configured shared_buffers >= 256GB won'tbe able to use this module. There probably aren't many of those, butit doesn't hurt anything to fix it so that it works.Backpatch to 9.4, where MemoryContextAllocHuge was introduced. Thesame problem exists in older branches, but there's no easy way tofix it there.KaiGai Kohei1 parente2838c5 commit60b6d99
1 file changed
+3
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 |
| - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
128 | 130 |
| |
129 | 131 |
| |
130 | 132 |
| |
|
0 commit comments
Comments
(0)