- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitf7102b0
committed
Extend dsm API with a new function dsm_unpin_mapping.
This reassociates a dynamic shared memory handle previous passed todsm_pin_mapping with the current resource owner, so that it will becleaned up at the end of the current query.Patch by me. Review of the function name by Andres Freund, AmitKapila, Jim Nasby, Petr Jelinek, and Álvaro Herrera.1 parentfd0f651 commitf7102b0
2 files changed
+19
-0
lines changedLines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
795 | 795 |
| |
796 | 796 |
| |
797 | 797 |
| |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
798 | 816 |
| |
799 | 817 |
| |
800 | 818 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| 40 | + | |
40 | 41 |
| |
41 | 42 |
| |
42 | 43 |
| |
|
0 commit comments
Comments
(0)