PostgreSQL Source Code
git master
|
int64 CState::cnt |
Definition at line 637 of file pgbench.c.
Referenced by advanceConnectionState(), doLog(), and processXactStats().
int CState::command |
Definition at line 610 of file pgbench.c.
Referenced by advanceConnectionState(), commandError(), commandFailed(), evalStandardFunc(), executeMetaCommand(), prepareCommandsInPipeline(), readCommandResponse(), and sendCommand().
PGconn* CState::con |
Definition at line 598 of file pgbench.c.
Referenced by advanceConnectionState(), discardUntilSync(), executeMetaCommand(), finishCon(), prepareCommand(), readCommandResponse(), sendCommand(), and threadRun().
pg_prng_state CState::cs_func_rs |
Definition at line 607 of file pgbench.c.
Referenced by advanceConnectionState(), and evalStandardFunc().
ConditionalStack CState::cstack |
Definition at line 601 of file pgbench.c.
Referenced by advanceConnectionState(), and executeMetaCommand().
EStatus CState::estatus |
Definition at line 629 of file pgbench.c.
Referenced by advanceConnectionState(), doLog(), doRetry(), processXactStats(), and readCommandResponse().
int CState::id |
Definition at line 599 of file pgbench.c.
Referenced by advanceConnectionState(), commandError(), commandFailed(), discardUntilSync(), doLog(), executeMetaCommand(), prepareCommand(), printVerboseErrorMessages(), readCommandResponse(), and sendCommand().
int CState::num_syncs |
Definition at line 611 of file pgbench.c.
Referenced by executeMetaCommand(), and readCommandResponse().
bool** CState::prepared |
Definition at line 623 of file pgbench.c.
Referenced by advanceConnectionState(), allocCStatePrepared(), prepareCommand(), and prepareCommandsInPipeline().
pg_prng_state CState::random_state |
Definition at line 632 of file pgbench.c.
Referenced by advanceConnectionState().
pg_time_usec_t CState::sleep_until |
Definition at line 618 of file pgbench.c.
Referenced by executeMetaCommand(), and threadRun().
ConnectionStateEnum CState::state |
Definition at line 600 of file pgbench.c.
Referenced by advanceConnectionState(), main(), and threadRun().
pg_time_usec_t CState::stmt_begin |
Definition at line 620 of file pgbench.c.
Referenced by advanceConnectionState().
uint32 CState::tries |
Definition at line 633 of file pgbench.c.
Referenced by advanceConnectionState(), doLog(), doRetry(), printVerboseErrorMessages(), and processXactStats().
pg_time_usec_t CState::txn_begin |
Definition at line 619 of file pgbench.c.
Referenced by advanceConnectionState(), and processXactStats().
pg_time_usec_t CState::txn_scheduled |
Definition at line 617 of file pgbench.c.
Referenced by advanceConnectionState(), doRetry(), printVerboseErrorMessages(), processXactStats(), and threadRun().
int CState::use_file |
Definition at line 609 of file pgbench.c.
Referenced by advanceConnectionState(), commandError(), commandFailed(), doLog(), evalStandardFunc(), executeMetaCommand(), prepareCommand(), prepareCommandsInPipeline(), processXactStats(), and readCommandResponse().
Variables CState::variables |
Definition at line 614 of file pgbench.c.
Referenced by evaluateExpr(), executeMetaCommand(), readCommandResponse(), and sendCommand().