forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6c878a7
committed
Avoid server crash when worker registration fails at execution time.
The previous coding attempts to destroy the DSM in this case, butchild nodes might have stored data there and still be holding ontopointers in this case. So don't do that.Also, free the reader array instead of leaking it.Extracted from two different patch versions both by Amit Kapila.1 parent74d0d5f commit6c878a7
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
190 | 190 |
| |
191 | 191 |
| |
192 | 192 |
| |
193 |
| - | |
| 193 | + | |
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
| |||
402 | 402 |
| |
403 | 403 |
| |
404 | 404 |
| |
| 405 | + | |
| 406 | + | |
405 | 407 |
| |
406 | 408 |
| |
407 | 409 |
| |
|
0 commit comments
Comments
(0)