- Notifications
You must be signed in to change notification settings - Fork28
Commitd4d9f21

Amit Kapila
Fix the initialization of atomic variables introduced by the
group clearing mechanism.Commits0e141c0 andbaaf272 introduced initialization of atomicvariables in InitProcess which means that it's not safe to look at thosefor backends that aren't currently in use. Fix that by initializing themduring postmaster startup.Reported-by: Andres FreundAuthor: Amit KapilaBackpatch-through: 9.6Discussion:https://postgr.es/m/20181027104138.qmbbelopvy7cw2qv@alap3.anarazel.de1 parent6b6c64a commitd4d9f21
1 file changed
+9
-2
lines changedLines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
267 | 267 |
| |
268 | 268 |
| |
269 | 269 |
| |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
270 | 277 |
| |
271 | 278 |
| |
272 | 279 |
| |
| |||
401 | 408 |
| |
402 | 409 |
| |
403 | 410 |
| |
404 |
| - | |
| 411 | + | |
405 | 412 |
| |
406 | 413 |
| |
407 | 414 |
| |
| |||
416 | 423 |
| |
417 | 424 |
| |
418 | 425 |
| |
419 |
| - | |
| 426 | + | |
420 | 427 |
| |
421 | 428 |
| |
422 | 429 |
| |
|
0 commit comments
Comments
(0)