|
PostgreSQL Source Code git master
|
| int64 CState::cnt |
Definition at line 645 of file pgbench.c.
Referenced by advanceConnectionState(), doLog(), and processXactStats().
| int CState::command |
Definition at line 618 of file pgbench.c.
Referenced by advanceConnectionState(), commandError(), commandFailed(), evalStandardFunc(), executeMetaCommand(), prepareCommandsInPipeline(), readCommandResponse(), and sendCommand().
| PGconn* CState::con |
Definition at line 606 of file pgbench.c.
Referenced by advanceConnectionState(), discardAvailableResults(), discardUntilSync(), executeMetaCommand(), finishCon(), getSQLErrorStatus(), prepareCommand(), readCommandResponse(), sendCommand(), and threadRun().
| pg_prng_state CState::cs_func_rs |
Definition at line 615 of file pgbench.c.
Referenced by advanceConnectionState(), and evalStandardFunc().
| ConditionalStack CState::cstack |
Definition at line 609 of file pgbench.c.
Referenced by advanceConnectionState(), and executeMetaCommand().
| EStatus CState::estatus |
Definition at line 637 of file pgbench.c.
Referenced by advanceConnectionState(), doLog(), doRetry(), processXactStats(), and readCommandResponse().
| int CState::id |
Definition at line 607 of file pgbench.c.
Referenced by advanceConnectionState(), commandError(), commandFailed(), discardUntilSync(), doLog(), executeMetaCommand(), prepareCommand(), printVerboseErrorMessages(), readCommandResponse(), and sendCommand().
| int CState::num_syncs |
Definition at line 619 of file pgbench.c.
Referenced by discardUntilSync(), executeMetaCommand(), and readCommandResponse().
| bool** CState::prepared |
Definition at line 631 of file pgbench.c.
Referenced by advanceConnectionState(), allocCStatePrepared(), prepareCommand(), and prepareCommandsInPipeline().
| pg_prng_state CState::random_state |
Definition at line 640 of file pgbench.c.
Referenced by advanceConnectionState().
| pg_time_usec_t CState::sleep_until |
Definition at line 626 of file pgbench.c.
Referenced by executeMetaCommand(), and threadRun().
| ConnectionStateEnum CState::state |
Definition at line 608 of file pgbench.c.
Referenced by advanceConnectionState(), main(), and threadRun().
| pg_time_usec_t CState::stmt_begin |
Definition at line 628 of file pgbench.c.
Referenced by advanceConnectionState().
| uint32 CState::tries |
Definition at line 641 of file pgbench.c.
Referenced by advanceConnectionState(), doLog(), doRetry(), printVerboseErrorMessages(), and processXactStats().
| pg_time_usec_t CState::txn_begin |
Definition at line 627 of file pgbench.c.
Referenced by advanceConnectionState(), and processXactStats().
| pg_time_usec_t CState::txn_scheduled |
Definition at line 625 of file pgbench.c.
Referenced by advanceConnectionState(), doRetry(), printVerboseErrorMessages(), processXactStats(), and threadRun().
| int CState::use_file |
Definition at line 617 of file pgbench.c.
Referenced by advanceConnectionState(), commandError(), commandFailed(), doLog(), evalStandardFunc(), executeMetaCommand(), prepareCommand(), prepareCommandsInPipeline(), processXactStats(), and readCommandResponse().
| Variables CState::variables |
Definition at line 622 of file pgbench.c.
Referenced by evaluateExpr(), executeMetaCommand(), readCommandResponse(), and sendCommand().