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

Amit Kapila
Fix the SharedFileSetUnregister API.
Commit808e13b introduced a few APIs to extend the existing Buffileinterface. In SharedFileSetDeleteOnProcExit, it tries to delete the listelement while traversing the list with 'foreach' construct which makes thebehavior of list traversal unpredictable.Author: Amit KapilaReviewed-by: Dilip KumarTested-by: Dilip Kumar and Neha SharmaDiscussion:https://postgr.es/m/CAA4eK1JhLatVcQ2OvwA_3s0ih6Hx9+kZbq107cXVsSWWukH7vA@mail.gmail.com1 parentab3c6d4 commit4ab7769
1 file changed
+10
-6
lines changedLines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
266 | 266 |
| |
267 | 267 |
| |
268 | 268 |
| |
269 |
| - | |
270 |
| - | |
271 |
| - | |
272 |
| - | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
273 | 277 |
| |
274 |
| - | |
| 278 | + | |
275 | 279 |
| |
276 | 280 |
| |
277 | 281 |
| |
| |||
301 | 305 |
| |
302 | 306 |
| |
303 | 307 |
| |
304 |
| - | |
| 308 | + | |
305 | 309 |
| |
306 | 310 |
| |
307 | 311 |
| |
|
0 commit comments
Comments
(0)