PostgreSQL Source Code  git master
Variables Struct Reference

Data Fields

Variablevars
 
int nvars
 
int max_vars
 
bool vars_sorted
 

Detailed Description

Definition at line 331 of file pgbench.c.

Field Documentation

◆ max_vars

int Variables::max_vars

Definition at line 341 of file pgbench.c.

Referenced by enlargeVariables().

◆ nvars

int Variables::nvars

Definition at line 334 of file pgbench.c.

Referenced by enlargeVariables(), lookupCreateVariable(), and lookupVariable().

◆ vars

Variable* Variables::vars

Definition at line 333 of file pgbench.c.

Referenced by enlargeVariables(), lookupCreateVariable(), and lookupVariable().

◆ vars_sorted

bool Variables::vars_sorted

Definition at line 343 of file pgbench.c.

Referenced by lookupCreateVariable(), and lookupVariable().


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