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

Data Fields

MemoryContext mcxt
 
bool generate_advice_feedback
 
bool generate_advice_string
 
pgpa_trovetrove
 
Listproots
 
pgpa_planner_infolast_proot
 

Detailed Description

Definition at line 44 of file pgpa_planner.c.

Field Documentation

◆ generate_advice_feedback

bool pgpa_planner_state::generate_advice_feedback

Definition at line 47 of file pgpa_planner.c.

◆ generate_advice_string

bool pgpa_planner_state::generate_advice_string

Definition at line 48 of file pgpa_planner.c.

◆ last_proot

pgpa_planner_info* pgpa_planner_state::last_proot

Definition at line 51 of file pgpa_planner.c.

◆ mcxt

MemoryContext pgpa_planner_state::mcxt

Definition at line 46 of file pgpa_planner.c.

◆ proots

List* pgpa_planner_state::proots

Definition at line 50 of file pgpa_planner.c.

◆ trove

pgpa_trove* pgpa_planner_state::trove

Definition at line 49 of file pgpa_planner.c.


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