forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5d8c5a1
Don't leak a signalfd when using latches in the postmaster.
At the time of commit6a2a70a we didn't use latch infrastructure inthe postmaster. We're planning to start doing that, so we'd better makesure that the signalfd inherited from a postmaster is not duplicated andthen leaked in the child.Reviewed-by: Andres Freund <andres@anarazel.de>Reviewed-by: Justin Pryzby <pryzby@telsasoft.com>Discussion:https://postgr.es/m/CA%2BhUKG%2BZ-HpOj1JsO9eWUP%2Bar7npSVinsC_npxSy%2BjdOMsx%3DGg%40mail.gmail.com1 parentf93b8ce commit5d8c5a1
1 file changed
+16
-0
lines changedLines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
283 | 283 |
| |
284 | 284 |
| |
285 | 285 |
| |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
286 | 302 |
| |
287 | 303 |
| |
288 | 304 |
| |
|
0 commit comments
Comments
(0)