forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd1a2fa3

Amit Kapila
Fix the initialization of atomic variable introduced by the
group clearing mechanism.Commit0e141c0 introduced initialization of atomic variable inInitProcess which means that it's not safe to look at it for backends thataren't currently in use. Fix that by initializing the same during postmasterstartup.Reported-by: Andres FreundAuthor: Amit KapilaBackpatch-through: 9.6Discussion:https://postgr.es/m/20181027104138.qmbbelopvy7cw2qv@alap3.anarazel.de1 parent5574a01 commitd1a2fa3
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
266 | 266 |
| |
267 | 267 |
| |
268 | 268 |
| |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
269 | 275 |
| |
270 | 276 |
| |
271 | 277 |
| |
| |||
399 | 405 |
| |
400 | 406 |
| |
401 | 407 |
| |
402 |
| - | |
| 408 | + | |
403 | 409 |
| |
404 | 410 |
| |
405 | 411 |
| |
|
0 commit comments
Comments
(0)