PostgreSQL Source Code git master
Loading...
Searching...
No Matches
auto_explain_option Struct Reference

Data Fields

charname
 
charvalue
 
NodeTag type
 

Detailed Description

Definition at line 55 of file auto_explain.c.

Field Documentation

◆ name

char* auto_explain_option::name

Definition at line 57 of file auto_explain.c.

Referenced by apply_extension_options().

◆ type

NodeTag auto_explain_option::type

Definition at line 59 of file auto_explain.c.

Referenced by apply_extension_options().

◆ value

char* auto_explain_option::value

Definition at line 58 of file auto_explain.c.

Referenced by apply_extension_options().


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