Data Fields | |
PGconn * | con |
int | id |
int | state |
int | cnt |
int | ecnt |
int | listen |
int | sleeping |
int64 | until |
Variable * | variables |
int | nvariables |
instr_time | txn_begin |
instr_time | stmt_begin |
int | use_file |
bool | prepared [MAX_FILES] |
Definition at line 192 of file pgbench.c.
int CState::cnt |
Definition at line 197 of file pgbench.c.
Referenced by doCustom(), and threadRun().
Definition at line 194 of file pgbench.c.
Referenced by clientDone(), discard_response(), disconnect_all(), doCustom(), and threadRun().
int CState::ecnt |
Definition at line 198 of file pgbench.c.
Referenced by doCustom(), and threadRun().
int CState::id |
Definition at line 195 of file pgbench.c.
Referenced by doCustom(), and main().
int CState::listen |
Definition at line 199 of file pgbench.c.
Referenced by doCustom().
Definition at line 204 of file pgbench.c.
Referenced by getVariable(), main(), and putVariable().
bool CState::prepared[MAX_FILES] |
Definition at line 208 of file pgbench.c.
Referenced by doCustom().
int CState::sleeping |
Definition at line 201 of file pgbench.c.
Referenced by doCustom(), and threadRun().
int CState::state |
Definition at line 196 of file pgbench.c.
Referenced by doCustom(), and threadRun().
Definition at line 206 of file pgbench.c.
Referenced by doCustom().
Definition at line 205 of file pgbench.c.
Referenced by doCustom().
int64 CState::until |
Definition at line 202 of file pgbench.c.
Referenced by doCustom(), and threadRun().
int CState::use_file |
Definition at line 207 of file pgbench.c.
Referenced by doCustom(), and threadRun().
Definition at line 203 of file pgbench.c.
Referenced by getVariable(), and putVariable().