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