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