PostgreSQL Source Code  git master
dsm_segment_detach_callback Struct Reference

Data Fields

on_dsm_detach_callback function
 
Datum arg
 
slist_node node
 

Detailed Description

Definition at line 58 of file dsm.c.

Field Documentation

◆ arg

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().

◆ function

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().

◆ node

slist_node dsm_segment_detach_callback::node

Definition at line 62 of file dsm.c.

Referenced by on_dsm_detach().


The documentation for this struct was generated from the following file: