PostgreSQL Source Code
git master
|
Data Fields | |
on_dsm_detach_callback | function |
Datum | arg |
slist_node | node |
Datum dsm_segment_detach_callback::arg |
Definition at line 61 of file dsm.c.
Referenced by cancel_on_dsm_detach(), dsm_detach(), and on_dsm_detach().
on_dsm_detach_callback dsm_segment_detach_callback::function |
Definition at line 60 of file dsm.c.
Referenced by cancel_on_dsm_detach(), dsm_detach(), and on_dsm_detach().
slist_node dsm_segment_detach_callback::node |
Definition at line 62 of file dsm.c.
Referenced by on_dsm_detach().