Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

ExplainState Struct Reference

#include <explain.h>

Data Fields

StringInfo str
bool verbose
bool analyze
bool costs
bool buffers
bool timing
ExplainFormat format
PlannedStmtpstmt
Listrtable
Listrtable_names
int indent
Listgrouping_stack

Detailed Description

Definition at line 27 of file explain.h.


Field Documentation

Definition at line 34 of file explain.h.

Referenced by explain_ExecutorEnd(), ExplainNode(), ExplainOnePlan(), and ExplainQuery().

Definition at line 33 of file explain.h.

Referenced by ExplainInitState(), ExplainNode(), ExplainQuery(), and fileExplainForeignScan().

Definition at line 38 of file explain.h.

Referenced by ExplainPrintPlan().

Definition at line 35 of file explain.h.

Referenced by ExplainOnePlan(), and ExplainQuery().


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