Thanks to visit codestin.com
Credit goes to doxygen.postgresql.org

PostgreSQL Source Code git master
InjectionPointData Struct Reference

#include <injection_point.h>

Data Fields

const char * name
 
const char * library
 
const char * function
 

Detailed Description

Definition at line 20 of file injection_point.h.

Field Documentation

◆ function

const char* InjectionPointData::function

Definition at line 24 of file injection_point.h.

Referenced by injection_points_list(), and InjectionPointList().

◆ library

const char* InjectionPointData::library

Definition at line 23 of file injection_point.h.

Referenced by injection_points_list(), and InjectionPointList().

◆ name

const char* InjectionPointData::name

Definition at line 22 of file injection_point.h.

Referenced by injection_points_list(), and InjectionPointList().


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