forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita36aa22
committed
Fix attach of a previously-detached injection point.
It's normal for the name in a free slot to match the new name. Themax_inuse mechanism kept simple cases from reaching the problem. Theproblem could appear when index 0 was the previously-detached entry andindex 1 is in use. Back-patch to v17, where this code first appeared.1 parent04158e7 commita36aa22
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
315 | 315 |
| |
316 | 316 |
| |
317 | 317 |
| |
318 |
| - | |
319 |
| - | |
| 318 | + | |
320 | 319 |
| |
321 | 320 |
| |
322 | 321 |
| |
|
0 commit comments
Comments
(0)