|
PostgreSQL Source Code git master
|
Data Fields | |
| const char * | desc |
| int | weight |
| Command ** | commands |
| StatsData | stats |
| Command** ParsedScript::commands |
Definition at line 768 of file pgbench.c.
Referenced by addScript(), advanceConnectionState(), allocCStatePrepared(), commandError(), executeMetaCommand(), main(), prepareCommand(), and prepareCommandsInPipeline().
| const char* ParsedScript::desc |
Definition at line 766 of file pgbench.c.
Referenced by addScript(), and advanceConnectionState().
| StatsData ParsedScript::stats |
Definition at line 769 of file pgbench.c.
Referenced by printResults(), and processXactStats().
| int ParsedScript::weight |
Definition at line 767 of file pgbench.c.
Referenced by chooseScript(), and main().