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 59 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 58 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 60 of file dsm.c.
Referenced by cancel_on_dsm_detach(), dsm_attach(), dsm_backend_shutdown(), dsm_detach(), dsm_detach_all(), dsm_find_mapping(), on_dsm_detach(), and reset_on_dsm_detach().