PostgreSQL Source Code
git master
|
Data Fields | |
Variable * | vars |
int | nvars |
int | max_vars |
bool | vars_sorted |
int Variables::max_vars |
Definition at line 342 of file pgbench.c.
Referenced by enlargeVariables().
int Variables::nvars |
Definition at line 335 of file pgbench.c.
Referenced by enlargeVariables(), lookupCreateVariable(), and lookupVariable().
Variable* Variables::vars |
Definition at line 334 of file pgbench.c.
Referenced by enlargeVariables(), lookupCreateVariable(), and lookupVariable().
bool Variables::vars_sorted |
Definition at line 344 of file pgbench.c.
Referenced by lookupCreateVariable(), and lookupVariable().