forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5e6e2c8
committed
Reset shmem_exit_inprogress after shmem_exit()
Inad9a274, shmem_exit_inprogress wasintroduced. But we need to reset it after shmem_exit(), because unlikethe similar proc_exit(), shmem_exit() can also be called for cleanupwhen the process will not exit.Reported-by: Andrew Gierth <andrew@tao11.riddles.org.uk>1 parent632b4ae commit5e6e2c8
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
| 275 | + | |
| 276 | + | |
275 | 277 |
| |
276 | 278 |
| |
277 | 279 |
| |
|
0 commit comments
Comments
(0)