forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7e1fb4c
committed
Fix double shared memory allocation.
SLRU buffer lwlocks are allocated twice by oversight in commitfe702a7 where that locks were moved toseparate tranche. The bug doesn't have user-visible effects except smalloverspending of shared memory.Backpatch to 9.6 where it was introduced.Alexander Korotkov with small editorization by me.1 parent68f785f commit7e1fb4c
1 file changed
+7
-3
lines changedLines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
205 | 205 |
| |
206 | 206 |
| |
207 | 207 |
| |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
208 | 212 |
| |
209 | 213 |
| |
210 | 214 |
| |
211 | 215 |
| |
212 | 216 |
| |
213 | 217 |
| |
214 |
| - | |
215 |
| - | |
216 |
| - | |
217 | 218 |
| |
218 | 219 |
| |
219 | 220 |
| |
| |||
230 | 231 |
| |
231 | 232 |
| |
232 | 233 |
| |
| 234 | + | |
| 235 | + | |
| 236 | + | |
233 | 237 |
| |
234 | 238 |
| |
235 | 239 |
| |
|
0 commit comments
Comments
(0)