PostgreSQL Source Code git master
|
#include <injection_point.h>
Data Fields | |
const char * | name |
const char * | library |
const char * | function |
Definition at line 20 of file injection_point.h.
const char* InjectionPointData::function |
Definition at line 24 of file injection_point.h.
Referenced by injection_points_list(), and InjectionPointList().
const char* InjectionPointData::library |
Definition at line 23 of file injection_point.h.
Referenced by injection_points_list(), and InjectionPointList().
const char* InjectionPointData::name |
Definition at line 22 of file injection_point.h.
Referenced by injection_points_list(), and InjectionPointList().