|
PostgreSQL Source Code git master
|
Data Fields | |
| PQExpBufferData | lines |
| char * | first_line |
| int | type |
| MetaCommand | meta |
| int | argc |
| char * | argv [MAX_ARGS] |
| char * | prepname |
| char * | varprefix |
| PgBenchExpr * | expr |
| SimpleStats | stats |
| int64 | retries |
| int64 | failures |
| int Command::argc |
Definition at line 754 of file pgbench.c.
Referenced by executeMetaCommand(), free_command(), getQueryParams(), parseQuery(), ParseScript(), prepareCommand(), and sendCommand().
Definition at line 755 of file pgbench.c.
Referenced by executeMetaCommand(), free_command(), getQueryParams(), parseQuery(), ParseScript(), prepareCommand(), and sendCommand().
| PgBenchExpr* Command::expr |
Definition at line 758 of file pgbench.c.
Referenced by executeMetaCommand().
| int64 Command::failures |
Definition at line 761 of file pgbench.c.
Referenced by advanceConnectionState().
| char* Command::first_line |
Definition at line 751 of file pgbench.c.
Referenced by free_command(), and ParseScript().
| PQExpBufferData Command::lines |
Definition at line 750 of file pgbench.c.
Referenced by free_command(), and parseQuery().
| MetaCommand Command::meta |
Definition at line 753 of file pgbench.c.
Referenced by advanceConnectionState(), CheckConditional(), commandError(), executeMetaCommand(), ParseScript(), and prepareCommandsInPipeline().
| char* Command::prepname |
Definition at line 756 of file pgbench.c.
Referenced by prepareCommand(), and sendCommand().
| int64 Command::retries |
Definition at line 760 of file pgbench.c.
Referenced by advanceConnectionState().
| SimpleStats Command::stats |
Definition at line 759 of file pgbench.c.
Referenced by advanceConnectionState().
| int Command::type |
Definition at line 752 of file pgbench.c.
Referenced by advanceConnectionState(), CheckConditional(), commandError(), executeMetaCommand(), ParseScript(), prepareCommand(), and prepareCommandsInPipeline().
| char* Command::varprefix |
Definition at line 757 of file pgbench.c.
Referenced by advanceConnectionState(), free_command(), and ParseScript().